/* Default text treatment. */

body {
	background-color: #ffffff;
	background-image: url(../images/buttons/GlassBlock3_MK.jpg);
}


TD, TH, P	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px
		}


/* Some repetition here for Netscape. */

B, LI, UL, OL		{
		font-family: Verdana, Arial, Helvetica, sans-serif
		}

/* various font sizes. */


.tiny, .tiny P		{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		line-height: 10px
		}
		
.tinyWht, .tiny P	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
 	    color: #FFFFFF;
		font-size: 9px;
		line-height: 10px
		}		

.BigWhite	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
 	    color: #FFFFFF;
		font-size: 11px;
		font-weight: bold;
		line-height: 12px
		}

.Forms	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px
		}

/* Default heading sizes. */


H1		{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 22px;
		line-height: 23px
		}

H2		{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 20px;
		line-height: 21px
		}

H3		{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		line-height: 19px
		}

H4, .mimicH4		{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		line-height: 17px
		}

H5		{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 15px
		}

/* Used to avoid nested tables */

.equipDetails	{
		background: #D5E0DA;
		border: 1px solid #304E4D
		}


/* Major spot colors. */

.orange		{ color: #304E4D }

.HeaderOrange {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #081D56;
	font-weight: bold;
	font-size: 14px
}

/* Used for required things and error messages. */

.req		{ color: #D30000 }


/* Default link styles */

a:link		{ color: #081D56}
a:visited	{ color: #003399}
a:hover		{
	color: #ffffff;
	background-color: #081D56;
}
a:active	{ color: #00CCFF}

.style1 {font-weight: bold}
.style2 {font-weight: bold}
.style3 {font-weight: bold}
.style4 {
	color: #BDCAC1;
	font-weight: bold
}
a.nav:link {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	padding: 2px;}

a.nav:title {
border: 2px solid black;
padding: 5px;
background-color: #BFD6DC;
}

a.nav:visited {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	padding: 2px;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #081D56;
	padding: 2px;
}
a.nav2:link {
	color: #304E4D;
	font-weight: bold;
	font-size: 10px;
	padding: 2px;}

a.nav2:visited {
	color: #000000;
	font-weight: bold;
	font-size: 10px;		
	padding: 2px;
}

a.nav2:hover {
	color: #FFFFFF;
	background-color: #081D56;
	padding: 2px;
}

#dropmenudiv{
	position:absolute;
	background-color: #DDE2E5;
	border: #54646D 2px solid;
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:12px;
	z-index:1;
	text-align: left;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 10px;
border-bottom: #54646D 2px solid;
padding: 5px 0;
text-decoration: none;
font-weight: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #081D56;
}

.dropcontent {width: auto;
height: auto;
border: 1px solid #304E4D;
padding: 5px;
background-color: #D5E0DA;
display:block;
}

#dhtmltooltip{
	position: absolute;
	border: 5px solid #081D56;
	width: 250px;
	padding: 15px;
	background-color: #DDE2E5;
	visibility: hidden;
	z-index: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=115);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}


.FlashContent {
z-index: 3; 
}


.dropcontent {
z-index: 1; 
}
