/*
LHS Website stylesheet
<!--$Header: main.css 1     25/05/2006 11:30 Lyndon $-->
lightblue:	rgb(94,182,228);	//pms:2915 #5EB6E4
darkblue:	rgb(0,43,69);		//pms:2965 #002B45

*/

/* Block */
BODY {
	background-image: 	url('../images/background_gradient.gif');
	background-repeat:	repeat-x;
	background-color:	#ccc;
	}
A:link {
	font-weight:	bold;
	color:			rgb(0,43,69);
	}
A:visited {
	font-weight:	bold;
	color: 			rgb(0,43,69);	
	}
A:hover {
	font-weight:		bold;
	color: 				#ccc;	
	text-decoration:	none;	
	}

/* Named */
.inputText {  
	background-color: #BDBDBD;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		11px;
	color:			rgb(0,43,69);			
	padding-top:	1px;
	padding-right:	1px;
	padding-bottom: 1px;
	padding-left:	1px;
	border: 		#9C9C9C;
	}
.sectionTitle	{
	margin-top:		2px;
	margin-bottom:	5px;
	font-size:		13px;
	color:			rgb(94,182,228);
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-weight: 	bold
	}
.sectionContent	{
	margin-top:		2px;
	margin-bottom:	4px;
	text-indent:	5px;
	font-size:		11px;
	color:			rgb(0,43,69);						//#999999;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
}
.normalText	{
	margin-top:		2px;
	margin-bottom:	4px;
	font-size:		11px;
	color:			rgb(0,43,69);						//#999999;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	}
.tableCell {
	font-size:		11px;
	color:			rgb(0,43,69);						//#999999;
	font-family:	Verdana, Arial, Helvetica, sans-serif;	
}
.input_yellow { background-color:#FFCC00;}

#cse-search-results iframe {
        
} 