/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #E0E0E0;
    FONT-FAMILY: Georgia,Verdana, Helvetica, sans-serif;
    FONT-SIZE: 13px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    width:770px;
    position:absolute;
    margin:0;
    padding:0;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #0066CC;
	font-family: Georgia,Arial, Verdana, Helvetica, sans-serif;
    
}
H1	{	
	font-size:	20px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	padding-bottom:0;
	margin-bottom:8px
	}	
		
H2	{	
	font-size:	16px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	padding-bottom:0;
	margin-bottom:8px
	}	
		
H3	{	
	font-size:	13px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	padding-bottom:0;
	margin-bottom:4px
	}	
		
H4	{	
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	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: Georgia,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: Georgia,Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

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;
	}	

#main
{
	width:780px;
	background-color:#FFFFFF;
	padding:5px;
}
#menu
{
	width:780px;
	background-color:#0066CC;
	font-size:13px;
	font-family: Georgia,Arial, Verdana, Helvetica, sans-serif;
	font-weight:900;
	color:#FFFFFF;
	padding-top:4px;
	padding-bottom:4px;
}
#menu A,#menu A:visited,#menu A:hover,#menu A:active
{
	color:#FFFFFF
}

.textinput
{
	background-color:#3399CC;
	font-size:11px;
	color:#FFFFFF;
}
.login
{
	background-color:#3399CC;
	font-size:11px;
	color:#FFFFFF;
	border-style:none;
}
.submit
{
	background-color:#FFFFFF;
	font-size:12px;
	font-weight:900;
	color:#000000;
    FONT-FAMILY: Georgia,Helvetica, Verdana, sans-serif;
    border-color:#000000;
    border-width:1px
}
#footer
{
	width:780px;
	background-color:#FFFFFF;
	margin-top:20px;
	font-size:11px;
	clear:both
}
.error
{	
	color:Red;
}
.st
{
	font-size:12px;
	margin-left:4px;
	color: White;
}


#menucontainer
{
	width: 100%;
	background-color: #0066CC;
	background-image:url('images/menubackground.gif');
	background-repeat:repeat-x;
}

#navcontainer ul
{
	padding: 0;
	margin: 0;
	background-image:url('images/menuBackground.gif');
	background-repeat:repeat-x;
	color:#FFFFFF; 
	float:left; 
	width:100%;
	border-top:none;
	border-right:none;
	border-bottom:none;
	border-left: 1px solid #0066CC;
}

#navcontainer ul li
{
	display: inline;
}

#navcontainer ul li a
{
	padding: 0.2em 1.5em;
	background-image:url('images/menuBackground.gif');
	background-repeat:repeat-x;
/*	color: #485B06;*/
	color: White;
	text-decoration: none;
	float: left;
	border-top:none;
	border-bottom:none;
	border-right: 1px solid #0066CC;
	border-left:none;
}

#navcontainer ul li a:hover
{
	background-image:url('images/menuBackground2.gif');
	background-repeat:repeat-x;
	color: #485B06;
}

#menu
{
	margin: 0 auto;
	width: 780px;
	background-color: #0066CC;
	padding-bottom:4px;
	padding-top:0px;
}
.sm
{
	font-size:10px
}