/* 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;
    
    margin:0px;
    padding:0px;
    
}

.mainContainerTable 
{
	WIDTH: 780px; 
	HEIGHT: 100%; 
	BACKGROUND-COLOR: #fafafa;
}

form
{
	margin:0px;
	padding:0px;
}

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;
	}	


A	{	
	text-decoration:	none;
	color:	#387BB0;
	}	
		
	
A:hover	{	
	text-decoration:	none;
	color:	#238BDE;
	}
	
a img	{border:none;}
	
	
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;
	}	


td	{vertical-align:top;}


.navbar	td
{
	border-top: 1px solid white;
	border-bottom:1px solid white;
	
	padding: 0px 2px;
	margin:0px;
	
	color:#387BB0;
	background-color:#BDE5FE;
	
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	
	vertical-align:middle;
}

.navbar td img
{
	margin:0px;
	
	vertical-align:middle;
}

.pageTitle
{
	text-align:right;
}

.pageTitle	div
{
	margin-left:0px;
	width:614px;
	height:35px;
	text-align:left;
	padding-top:10px;
	font-family:Times New Roman;
	letter-spacing:1px;
	font-size:20px;
	color:#154469;
	border-bottom:3px solid #8d303c;
}


.searchContainer 
{
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:#387BB0;
	padding-left:10px;
	
}
.searchContainer input
{
	font-size:12px;
	height:20px;
	border:1px solid #387BB0;
	margin-bottom:3px;
	width:115px;
}

.mainContent	
{
	font-family:verdana, Arial, Times New Roman;
	font-size:12px;
	padding:10px 5px;
	color:#387BB0;

	}
	
.txtInput	
{
	background-color:White;
	border: 1px solid black;
}

.poweredBy
{
	vertical-align:bottom;
	padding-bottom:16px;
	font-size:9px;
	color:#666666;
}	
	
	
	
.footer
{
	color:#333333;
	background-color:#B2E2FF;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding: 4px 0px 5px 100px;
	
	
}

.contactHeader	{	
	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;
	COLOR: #003366;
	}	
	
.localizationBar 
{
	margin-top: 18px;
	margin-left: 5px;
	font-size:9px;
}
.localizationBar tr td 
{
	padding:0px 4px;	
}

.selloc {font-weight:bold; }

.edges {background-color:#cee5f7;}

.techSpecListBox 
{
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:#387BB0;
	padding-left:10px;
	
	padding-top:10px;	
	
}

.techSpecListBox select 
{
	font-size:12px;	
	border: 1px solid #387BB0;
	background-color:#eeeeee;
	color: #333333;
	height:20px;
	width:115px;
	
}

.news 
{
	color:#387BB0;
	font-family:verdana;
	font-size:12px;
}

.mainContentLnk
{
	font-family:verdana, Arial, Times New Roman;
	font-size:12px;
	color:#387BB0;
	text-decoration: underline;
}

.smallText { FONT-SIZE: 12px }

.clearance {  FONT-SIZE: 16px;  color:#CA394C;}
.click-here {  FONT-SIZE: 10px;  /*color:#347AC0;*/}