/** SYWConvention.css **/

/* windowshade "stuff" */
.shadeIndent
{
	display: none;
	padding: 0px 0px 0px 24px; 
}

/* */
.nobr 
{ 
	white-space: nowrap; 
}

.rulesIndent
{
	padding: 5px 5px 5px 5px;	
}

.dateBox
{
	padding: 5px 5px 5px 5px;
	background-color: #D4E7DF; /* #6699CC; */
	border: 1px solid white;
}

.logoBox
{
	padding: 5px 5px 5px 5px;
	background-color: #8FBC8F; /* #BDB76B;*/ /*#0066CC;*/
	border: 1px solid white;
}

.menuBox
{
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	border: 1px solid white;
	border-top-color: #D4E7DF;
	border-bottom-color: #D4E7DF;
}

.contentBox
{
	overflow: auto;
	padding: 5px 25px 5px 25px;
	background-color: #FFFFFF;
	border: 1px solid white;
	border-bottom-color: #D4E7DF;
}

.boxHeader
{
	background-color: #494949;	
}

.fieldBox 
{
	border: 1px solid #dddddd;
	padding: 10px;
	/*position: relative;	*/
	width: 90%;
	z-index: 9;
}

.legend
{	
	display: inline;
	font-weight: bold;
	min-width: 75px;
	float: left;
	text-align: center;
	position: relative;
	top: -19px;
	left: 10px;
	background-color: #D4E7DF;
	z-index: 101;	
	height: 18px;
	padding: 0px 4px;
	white-space: nowrap; 
	vertical-align: middle;		
}


/* html tag standard... */
body, table, tr, td
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;	
	line-height: 12pt	
	color: #000000;
}
body 
{
	background-color: #D0D0D0; /* #0066CC;*/	/* #6699CC ; */
	padding: 0px;
	margin: 0px;
}

a
{
	color:  #356353;	/*#660000;*/
	text-decoration: none;
}
a:hover
{
	color: #89AD9E; /*#0000FF;*/
	text-decoration: underline;
}
/* Navlist stuff */
#navlist
{
margin: 0;
padding: 0 0 20px 10px;
/* border-bottom: 1px solid #000; */
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: *#356353;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #356353;
padding-bottom: 2px;
background: transparent;
color: #356353;
}

#navlist a:hover { color: #89AD9E; }
/* end of Navlist stuff */

/* xxx */
#navcontainer { width: 100px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 60px;
background-color: #0066CC;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlistV a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}

/* xxx */