/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

iframe {
	_filter:progid:DXImageTransform.Microsoft.Chroma(Color='#FFFFFF');
	}

.BlueText	{	
	text-decoration:	none;
	font-weight:  normal;
	color:	Blue;
	}	

.SilverText	{	
	text-decoration:	none;
	font-weight:  normal;
	color:	Silver;
	}	

.WhiteText	{	
	text-decoration:	none;
	font-weight:  normal;
	color:	White;
	}	

.BlackText	{	
	text-decoration:	none;
	font-weight:  normal;
	color:	Black;
	}	

.GrayText	{	
	text-decoration:	none;
	font-weight:  normal;
	color:	Gray;
	}	

.GreenText	{	
	text-decoration:	none;
	font-weight:  normal;
	color:	Green;
	}	

A:link	{	
	text-decoration:	none;
	font-weight:  normal;
	color:	Blue;
	}	
		
A:visited	{	
	text-decoration:	none;
	font-weight:  normal;
	color:	Blue;
	}	
		
A:active	{	
	text-decoration:	none;
	font-weight:  normal;
	color:	Blue;
	}	
		
A:hover	{	
	color:	Red;
	font-weight:  normal;
	text-decoration:	none;
	}
	
A:hover.White	{	
	color:	White;
	font-weight:  normal;
	text-decoration:	none;
	}

A:hover.Red	{	
	color:	Red;
	font-weight:	 normal;
	text-decoration:	none;
	}

A:hover.Green	{	
	color:	Green;
	font-weight:  normal;
	text-decoration:	none;
	}

A:hover.Yellow	{	
	color:	Yellow;
	font-weight:  normal;
	text-decoration:	none;
	}

A:hover.Gray	{	
	color:	Gray;
	font-weight:  normal;
	text-decoration:	none;
	}

SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	


/***************************************/
/***  This is for the Drop Down Menu ***/
/***************************************/

	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

ul.topnav {   
    list-style: none;   
    padding: 5 0px;   
    margin: 0;   
    float: left;   
    width: 800px;   
    background: #222;
    font-size: .60em;
    font-family: Verdana;   
    background: url(topnav_bg.gif) repeat-x;   
}   
ul.topnav li {   
    float: left;   
    margin: 0;   
    padding: 0 15px 0 0;   
    position: relative; /*--Declare X and Y axis base for sub navigation--*/  
}   
ul.topnav li a{   
    padding: 5px 5px;   
    color: #fff;   
    display: block;   
    text-decoration: none;   
    float: left;   
}   
ul.topnav li a:hover{   
    background: url(topnav_hover.gif) no-repeat center top;   
}   
ul.topnav li span { /*--Drop down trigger styles--*/  
    width: 17px;   
    height: 10px;   
    float: left;   
    background: url(App_Images/button/btn_off.gif) no-repeat;   
}   
ul.topnav li span.subhover {background: url(App_Images/button/btn_hvr.gif); cursor: pointer;} /*--Hover effect for trigger--*/  
ul.topnav li ul.subnav {   
    list-style: none;   
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
    left: 0; top: 20px;   
    background: #333;   
    margin: 0; padding: 0;   
    display: none;   
    float: left;   
    width: 170px;   
    border: 1px solid #111;   
}   
ul.topnav li ul.subnav li{   
    margin: 0; padding: 0;   
    border-top: 1px solid #252525; /*--Create bevel effect--*/  
    border-bottom: 1px solid #444; /*--Create bevel effect--*/  
    clear: both;   
    width: 170px;   
}   
html ul.topnav li ul.subnav li a {   
    float: left;   
    width: 145px;   
    background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;   
    padding-left: 20px;   
}   
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/  
    background: #222 url(dropdown_linkbg.gif) no-repeat 10px center;   
}  