/* Default CSS Stylesheet for a new Web Application project */

a
{
text-decoration: underline;
color: #003399;
}

a:hover
{
text-decoration: underline;
color: #FF9900;
}

a.OptionBox1FooterLink
{
text-decoration: none;
color: #003399;
}

a:hover.OptionBox1FooterLink
{
text-decoration: underline;
color: #0099CC;
}

a.SiteNavigationLink
{
	font-weight: bold;
}

a:hover.SiteNavigationLink
{
}

BODY
{ 
	BACKGROUND-IMAGE: url(/adtsea/images/grid1.jpg); 
	MARGIN: 0px; 
	TEXT-ALIGN: center;
} 

DIV
{
	font-family: Verdana;
	font-size: 11px;				
}

DIV.Note
{
	background-color: Yellow;
	border: solid 1px gray;	
	padding: 5px;
}


DIV.OptionBox1 
{ 
	BORDER: #ffd393 1px solid; 
} 

		
DIV.OptionBox1Body 
{ 	
	BACKGROUND-COLOR: white;
	font-family: Arial;
	font-size: 11px;
	padding: 5px;	
	width: auto;
} 


DIV.OptionBox1Footer 
{ 
	BACKGROUND-COLOR: #ffd393;
	font-family: Arial;
	font-size: 10px;	
	padding: 1px;
	padding-right: 2px;
	text-align: right;
} 

DIV.OptionBox1Header 
{ 
	BACKGROUND-COLOR: #ff9900;
} 


DIV.OptionBox2 
{ 
	BORDER: #ffd393 1px solid; 
} 

		
DIV.OptionBox2Body 
{ 	
	BACKGROUND-COLOR: white;
	font-family: Arial;
	font-size: 11px;
	padding: 5px;	
	width: auto;
} 


DIV.OptionBox2Footer 
{ 
	BACKGROUND-COLOR: #ffd393;
	font-family: Arial;
	font-size: 10px;	
	padding: 1px;
	padding-top: 2px;
	text-align: right;
} 

DIV.OptionBox2Header 
{ 
	BACKGROUND-COLOR: #ff9900;
	color: White;
	font-weight: bold;	
	padding-bottom: 2px;	
	padding-top: 2px;
	text-align: center;
}


DIV.SiteNavigation
{
	font-size: 10px;
	color: #333333;
}


H1
{
	background-color: #0099cc;
	color: white;
	border-bottom: #666666 1px solid;
	font-family: Verdana;
	font-size: 13px;
	margin-top: 2px;	
	margin-left: 0px;	
	margin-right: 0px;	
	margin-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
}


H2
{
	background-color: #e8e8e8;
	border-bottom: solid 1px #cccccc;
	font-family: Verdana;
	font-size: 12px;
	margin-top: 2px;	
	margin-left: 0px;	
	margin-right: 0px;	
	margin-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
}

H3
{
	font-size: 12px;
	font-weight: bold;	
}


INPUT
{
	font-family: Arial;
	font-size: 11px;
}


P
{
	font-family: Verdana;
	font-size: 11px;
}

	P.BackToTop
	{
		font-size: 10px;
		border-top: solid 1px #666666;
		padding-top: 5px;
		text-align: right;
	}

SMALL 
{ 
	FONT-SIZE: 10px; 
	FONT-FAMILY: Arial;
}

TH
{
	background-color: #cccccc;
	color: black;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

TD
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}

TD.col1 
{ 
	BACKGROUND-IMAGE: url(/adtsea/images/edge1.jpg); 
	WIDTH: 10px; 
}
	
TD.col2 
{ 
	BACKGROUND-COLOR: white;
}

TD.col3 
{ 
	BACKGROUND-IMAGE: url(/adtsea/images/edge2.jpg); 
	WIDTH: 10px ;
}

TD.left
{
	background-color: #EBEBEB;
	padding: 5px;
	width: 130px;
	vertical-align: top;	
}


TD.main
{
	background-color: White;
	padding: 5px;
}


#ContentTable
{
	MARGIN-BOTTOM: 1px;
	width: 100%;
}


#MainTable 
{ 
	MARGIN-LEFT: auto; 
	MARGIN-RIGHT: auto; 
	WIDTH: 760px; 		
} 

Caption
{
	font-size: 12px;
	font-weight: bold;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}	



.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

