/* Global styles */

BODY, TABLE, TD, DIV, SPAN, A {
	font-family	:	arial;
	font-size	:	11px;
}

A {
	color			:	#08498C;
	text-decoration	:	none;
}

B.subTitle {
	color : 1453A0;
}

B.subTitle_green {
	color : 426626;
}

INPUT {
	border	:	1px solid black;
	height	:	20px;
	font	:	12px arial;
}

.moreDetails {
	font-size	:	10px;
}

/* End Of Global styles */

/* start of header section */

.searchField {
	width		:	105px;
	height 		: 	18px;
	background	:	white;
	position 	:	relative;
	top 		:	-1;
	border 		: 	1px solid #639EE7;
}

.searchField_green {
	width		:	105px;
	height 		: 	18px;
	background	:	white;
	position 	:	relative;
	top 		:	-1;
	border 		: 	1px solid #427139;
}

.headerNavTable, .headerNavTable_green {
	height			:	13px;
	background-color:	#FFFAF4;
	padding-top		:	0px;	
/*	position		:	relative;
	z-index			:	-2;*/
}

.headerNavTable SPAN {
	/*background-color:blue;*/
	height		:	100%;
	font-size	:	12px;
	font-weight	:	bold;
	color		:	#1851A5;
	text-decoration	:	none;
	padding-left	:	12px;
	padding-right	:	12px;
	cursor			:	hand;
	text-align		:	center;
/*	position		:	relative;
	z-index			:	-1;*/
}

.headerNavTable_green SPAN {
	/*background-color:blue;*/
	height		:	100%;
	font-size	:	12px;
	font-weight	:	bold;
	color		:	#214100;
	text-decoration	:	none;
	padding-left	:	12px;
	padding-right	:	12px;
	cursor			:	hand;
	text-align		:	center;
/*	position		:	relative;
	z-index			:	-1;*/
}

.headerNavTable SPAN.selected, .headerNavTable_green SPAN.selected {
	background-color	:	#E75929;
	color : white;
	/*cursor				:	auto;*/
}

.headerNavTable SPAN.selectedPaintOrange, .headerNavTable_green SPAN.selectedPaintOrange, .headerNavTable SPAN.PaintOrange, .headerNavTable_green SPAN.PaintOrange{
	background-color	:	#E75929;
	color				:	 white;		
	/*cursor			:	auto;*/
}

.sunMenuDiv, .sunMenuDiv_green {
	background-color : #fffbf7;	
	position : absolute;
	z-index : 2;	
	padding-right : 7px;	
	padding-left : 7px;
	display : none;
	/*for mozilla*/
	width:	211px;	
	/*for IE*/
	width : expression(isIE ? "100%" : "211px");
}

.sunMenuDiv {
	border : 1px solid #1851A5;
}

.sunMenuDiv_green {
	border : 1px solid #214100;
}

.sunMenuDiv_green A {
	color : #214100;
}

.sunMenuDiv A:HOVER, .sunMenuDiv_green A:HOVER {
	color : #E75929;
}

.searchArea {
	background-repeat	:	no-repeat;
	background-position	:	left top;
	height				:	49px;
	vertical-align		:	middle;
	width 				: 	190px;
}

.searchArea_green {
	background-repeat	:	no-repeat;
	background-position	:	left top;
	height				:	49px;
	vertical-align		:	middle;
	width 				: 	190px;
}

/* end of header section */


/* Start Of Footer Section */

.footerSection {
	text-align	:	center;
	font-size	:	9px;
	font-weight	:	normal;
	color		:	#778D7C;
}

/* End Of Footer Section */

/*----------------*/

.contactTable {
	border-collapse : collapse;
}

.contactTable TD {
	border : 1px solid #384739;
	padding-right : 7px;
	padding-left : 7px;
	padding-top : 2px;
	padding-bottom : 2px;
}

.contactTable .odd {
	background-color : #E5F9E6;
}

.contactTable .even {
	background-color : #FFFFFF;
}

.contactTable .oddBlue {
	background-color : #EAF3FC;
}


.contactTable .header {
	font-weight : bold;
	background-color : #4B8545;
	color		:	#FFFFFF;
}

.contactTable .headerBlue {
	font-weight : bold;
	background-color : #16569C;
	color		:	#FFFFFF;
}
/* -------------- */

.noborder, .noborder TD {
	border : 0px !important;
	padding : 2px;
}

/* -------------- */
