/* --------------------- <!-- SciNat : Local Colours Stylesheet --> ---------------------- */
/* override for humanbody - we want arial to retain old design !!!!! */

body, table, td, p, h1, h2, h3
{
	font-family: arial, helvetica, sans-serif;
}


/* ----------- Barley Colours ------------ */
/* --- also use   .bbcpageGutter   .bbcpageLocal   .bbcpageServices  ------ */

.BbcpageTopLeftTD a, .BbcpageTopLeftTD a:visited, .BbcpageTopLeftTD a:hover {
	background-color: white;
	color: 336699;
	text-color: white;
}

.bbcpageLocal {
	background-color: #9ABCDD;
}

.bbcpageCrumb, .BbcpageTopLeftTD {
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #ffffff;
}

.bbcpageCrumb a, .bbcpageCrumb a:visited, .bbcpageCrumb a:hover {
	color: #336699;
	text-decoration: none;
}

.bbcpageFooterMargin, .bbcpageFooterMargin a, .bbcpageFooterMargin a:visited {
	font-color: #000000;
	color: #000000;
}

.bbcpageFooter {
color: #000000;
}

/* ------ Globalnav Colours ------ */

	/* -- Normal State Global Nav Tab -- */
	.navcontainer 
	{
	background-color: #9CBDDE;
	}

	/* -- Use this class to control the leftmost tab - ie. to put a left border on */
	a.firstGlobalNavItem
	{
	border-left: 1px solid #aaaaaa;
	}
	
		/* global nav specific coloured curve graphic */
.globalcurve {
background-image: url("/science/humanbody/images/globalcurve.gif");
background-position: left;
background-repeat: no-repeat;
}

.globalcurve a:hover {
background-image: url("/science/humanbody/images/globalcurve.gif");
background-position: left;
background-repeat: no-repeat;
}


/* END of banner navigation rules */

/* START of LHN navigation colours - to override global colours and suit local section */
/* BBC Services same bg colour as local nav - the bit below the LHN, and LHN to make sure */

#lhncontainer span, .bbcpageServices
{
background-color: #9ABCDD;
color: #003366;
}

#lhncontainer a, #lhnlevel3container a, .leftnavheader, .leftnavheader p, .leftnavheader a
{
color: #003366;
background-color: #9ABCDD;
}

#lhncontainer a:hover
{
color: #003366;
background-color: #E8F0F7;
}
	/* START of rules for level 3 nav elements */
	/* -- Rollover State Local Nav Tab -- */
	#lhnlevel3container a:hover
	{
	background-color: #E8F0F7;
	color: #003366;
	}
/* END of LHN navigation rules */


.labelText{
color:#cc0066;

}
table.cellHeader
{
border-left:1px solid #EEB8D0;
border-top:1px solid #EEB8D0;
/*border-bottom:1px solid #EEB8D0;*/
}

.cellContent
{
border-left:1px solid #EEB8D0;
border-bottom:1px solid #EEB8D0;
border-right:1px solid #EEB8D0;

}

.contentPadding
{
border-top:1px solid #EEB8D0;
padding:5px;
}

.contentPadding2
{
border-top:1px solid #EEB8D0;

}
table.blackLiner
{
border-left:1px solid #000000 ;
border-top:1px solid #000000;


}
.talented
{
color:#cc0066;
}

.bodyText
{

padding:5px;
}
.linedLeft{

border-left:1px solid #EEB8D0;

}
TD.imgleft {
	background-image: url(/science/humanbody/furniture/imgleft.gif);
}
TD.imgright {
	background-image: url(/science/humanbody/furniture/imgright.gif);
}
TD.imgtop {
	background-image: url(/science/humanbody/furniture/imgtop.gif);
}
TD.imgbott {
	background-image: url(/science/humanbody/furniture/imgbott.gif);
}
TD.imgbox {
	background-color: #E7E6E5;
}
TD.imgbox img {
	/*margin-top: 5px;*/
}
TD.lbox {
	background-color: #E7E6E5;
}