/* Master Page Style Elements */
html
{
	font-family:Verdana Arial Times New Roman System;
	font-size:1.0em;
}
body
{
	
}

.FooterLeft
{
	
	
	background-image: url(Images/Informa_plc_logo.png);
	width:799px;
	height:55px;
	background-repeat:no-repeat;
	background-position:center bottom;
	
}

#mainContainer
{
	width:901px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#mainHeader
{
	width:900px;
	text-align:center;
	padding-bottom:5px;
	height:100px;
	
}

.ContentContainer
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	
}


#leftHeader
{
	float:left;
	width:300px;
}

#rightHeader
{
	float:right;
	width:599px;
}
h2
{
	color:White;
	background-color:#D10074;
	
	font-weight:normal;
}

h3
{
	color:#10137D;
}

#rhlc
{
	text-align:left;
	float:left;
	width:50%;
}

#rhrc
{
	text-align:left;
	float:right;
	width:49%;
}

#mainFooter
{
	width:800px;
	text-align:center;
	float:left;
	font-size:0.8em;
}

/* Default.aspx style elements */

#pageContainer
{
	width:900px;
}


.SearchBottomLeft 
{
	width:350px;
	/*background: url(Images/bottomleft.gif) 0 100% no-repeat rgb(255,121,0);*/
	background: url(Images/bottomleftDarkBlue.gif) 0 100% no-repeat  #10137D;
	
}

.SearchBottomRight 
{
	background: url(Images/bottomrightDarkBlue.gif)  100% 100% no-repeat;
	/*background: url(Images/bottomrightDarkBlue.gif) 100% 100% no-repeat #10137D;*/
	
}

.SearchTopLeft 
{
	background: url(Images/topleftDarkBlue.gif) 0 0 no-repeat;
	
}
.SearchTopRight 
{
	background: url(Images/toprightDarkBlue.gif) 100% 0 no-repeat ;
	padding: 5px 5px 5px 5px;
}

.clear {font-size: 1px; height: 1px}

.lblSearch
{
	color:White;
	font-weight:bold;
}

.lblError
{
	color:White;
	font-weight:bold;
}

#SearchBox
{
	text-align:center;
	width:350px;
	margin-left:auto;
	margin-right:auto;
}

#xmlBlock
{
	display:inline-block;
	text-align:center;
}

#Results
{
	font-size:0.8em;
}
#Results td
{
	font-size:0.9em;
}
