/* CSS Document */

body {
	text-align:left; 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color:#000000;		
	font-size :0.8em;}

#bodyleft {
	background-color:#BFD2E6;				
	color:#000000;	}
		
.message{color:Red;}

.bg_colour{background-color:#BFD2E6;}

#footer{
	width:auto;	
	text-align:center;		
	font-size :.7em;		
	font-weight:bold;		
	padding-left: 0px;}

a{ color :#000000;		}
	

.button{
	background-color:#BFD2E6;		
	font-size :0.9em;		
	font-weight:bold;		
	border-bottom-width: 4px;	}
  

.heading{
	font-weight:bold;
	font-size :0.8em;
	padding:0px;
	color:#000000;
	width:400px;   }
		
ul{ 
	margin:0; 
	padding:5px;}

		.li{
			display:block;
			font-size :.76em;
			padding:3px;
			color:#000000;}
	
		.licontent{
		 	padding:20px;
			 color:#000000;}
		.panel{
		 	 padding-left:5px;
		   	 padding-top:5px;
			 padding-bottom:5px;}	
		.searchbox{
			font-size :.8em;}	
		.li_guide{
			display:block;
			font-size :.9em;
			padding:3px;
			color:#000000;}		

#nav {
	white-space:nowrap;
	width:100%;}

#nav li{ 
	display:inline; 
	padding:5px; 
	margin:0; 
	font-size :0.8em;
	font-weight:bold;
	color:#000000;
	white-space:nowrap;}

	#nav a.home {
			border-bottom-width: 5px;
			border-bottom-style: solid;
			border-bottom-color:#BFD2E6;
			text-decoration:none;
			white-space:nowrap;
			margin-left:20px;
			margin-right:20px;}
	
	#nav a.census {
			border-bottom-width: 5px;
			border-bottom-style: solid;
			border-bottom-color:#BFD2E6;
			text-decoration:none;
			white-space:nowrap;
			margin-left:20px;
			margin-right:20px;	}
	
	#nav a.data {
			border-bottom-width: 5px;
			border-bottom-style: solid;
			border-bottom-color:#BFD2E6;
			text-decoration:none;
			white-space:nowrap;
			margin-left:20px;
			margin-right:20px;	}
	
	#nav a.news {
			border-bottom-width: 5px;
			border-bottom-style: solid;
			border-bottom-color:#BFD2E6;
			text-decoration:none;
			white-space:nowrap;
			margin-left:20px;
			margin-right:20px;	}
	
	#nav a.contact {
			border-bottom-width: 5px;
			border-bottom-style: solid;
			border-bottom-color:#BFD2E6;
			text-decoration:none;
			white-space:nowrap;
			margin-left:20px;
			margin-right:20px;	}
	
	#nav a.mycensus {
			border-bottom-width: 5px;
			border-bottom-style: solid;
			border-bottom-color:#BFD2E6;
			text-decoration:none;
			white-space:nowrap;
			margin-left:20px;
			margin-right:20px;	}

#nav_footer {
	white-space:nowrap;
	width:100%;}

#nav_footer li{ 
	display:inline; 
	padding:5px; 
	margin:0; 
	font-size :1.0em;
	font-weight:bold;
	color:#000000;}
	
#nav_guides{
	white-space:nowrap;
	width:100%;}
			
.sars{color:#009999;}
.cdu{color:#6699ff;}
.ukb{color:#006666;}
.nisra{color:#000066;}
.cider{color:#999999;}
.celsius{color:#6666ff;}
.longi{color:#66ccff;}
.search_box{ height:15px;	font-size :0.85em;}
.result_pagescount { visibility:hidden; }
.zoom_results_per_page {  visibility:hidden; }
.zoom_options {visibility:hidden; }

/* == ADDED 2011-07-05 STEVE WARIN, TO FIX PROBLEM WITH INCONSISTENT BOTTOM BORDERS ON THE TOP MENU LINKS
      The problem was most obvious in the Search/Advanced.aspx page where the thick blue border under the "Home"
      "Data Support Units" etc links were not shown in IE but shown in Firefox. The basic problem was that the
      Search/Advanced.aspx page uses several CSS stylesheets, and one (ext-all.css) had styles on the <TD>
      element that overrode the defaults. The other pages generally only use this stylesheet, rather stupidly
      called "testing_new.css", but I'm not about to change that right now.   
 */
td.nav_topmenu
{
	padding-bottom:5px;
}
 
	a.nav_top 
	{
		border-bottom-width: 5px;
		border-bottom-style: solid;
		border-bottom-color:#BFD2E6;
		text-decoration:none;
		white-space:nowrap;
		margin-left:5px;
		margin-right:5px;
		font-size :1em;
		font-weight:bold;
	}
			
	label.nav_top 
	{
		text-decoration:none;
		white-space:nowrap;
		margin-right:0px;
		font-size :1em;
		font-weight:bold;
	}

	td.homepage_main
	{
		width:40%;
	}
	
	div.homepage_subsection
	{
		margin:3px;
	}
	
	td.homepage_features
	{
		width:10em;
		font-weight: bold;
	}
	
	

img.no_border
{
	border-right: 0; 
	border-top: 0; 
	border-left: 0; 
	border-bottom: 0;
}
