<!--
/******************************************************************
-------------------------------------------------------------------
This stylesheet contains all the styles supported by older browsers
such as IE4 and NS4 only.  It's purpose is to trying an give
some look and feel for users who are still using these browsers.
******************************************************************/
/******************************************************************
					Start general styles
******************************************************************/

body {
	font-size: 0.75em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #fff;  
}

p,tr,td,ol,li,ul,table  {
	font-size: 100%;
}

h3  {
	font-size: 110%;
	font-weight: bold;
	color: #748B25;
}

h3.figures { 
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	color: /*#ed7100*/ #a8a7aa;
	padding-bottom: 4px;
}	
h4  {
	font-size: 105%;
	color: #000;
	/*padding-left: 1px;*/
}

h5  {
	font-size: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	font-style: italic; 
}

legend {
	font-size: 105%;
	font-weight: bold;
	color: #485178;
}
/******************************************************************
					End general styles
******************************************************************/

/******************************************************************
					Start breadcrumb styles
******************************************************************/
#breadcrumb {
	font-family: Arial, verdana, helvetica, sans-serif;
	color: #012342;
	font-size:90%;
	text-decoration: none;	
}
	
#breadcrumb a:link {
	text-decoration : underline;
	color: blue;
	text-decoration: underline;
}
#breadcrumb a:visited {
	color : #5643A3;
	text-decoration: underline;
	font-weight: normal;
}
#breadcrumb a:hover {
	text-decoration : none;
	color : #00B0D8;
}
/******************************************************************
					End breadcrumb styles
******************************************************************/

/******************************************************************
					Start header/banner styles
******************************************************************/
#banner {
	background: #FFF;
}


#bannerMenu_verticle li {
	font-size: 100%;
}

#bannerMenu_verticle a:link, 
#bannerMenu_verticle a:visited, 
#bannerMenu_verticle a:hover,
#bannerMenu_verticle a:active {
	color: #000;
	text-decoration: underline;
	text-indent: 4px;
	font-size: 95%;
	font-weight: 700;
}

#bannerMenu_verticle a:link, 
#bannerMenu_verticle a:visited {
	background: #FFF;
}

#bannerMenu_verticle a:active, 
#bannerMenu_verticle a:hover {
	background: #86A127;
	color: #FFF;
}
/******************************************************************
					End header/banner styles
******************************************************************/

/******************************************************************
					Start left menu - main level
******************************************************************/
#leftMenu {
	background: #FFF;
}

#leftMenu a:link, #leftMenu a:hover, #leftMenu a:active, #leftMenu a:visited {
	color: #000;
	font-size: 95%;
	font-weight: 700;
	text-decoration: underline;
	background: #FFF;
}

#leftMenu a:hover, #leftMenu a:focus {
	background-color: #858543;
	color: #FFF;
}

#leftMenu a:active {
	background-color: #858543;
	color: #FFF;
}
/******************************************************************
					End left menu - main level
******************************************************************/

/******************************************************************
					Start left menu -  second level
******************************************************************/
#leftMenu li ul li {
	background: #FFF;
}

#leftMenu li ul li a:link {
	background: #FFF;
}

#leftMenu li ul li a:visited {
	background: #FFF;
}

#leftMenu li ul li a:hover {
	background: #86A127;
	color: #FFF;
}

#leftMenu li ul li a:active {
	background: #86A127;
	color: #FFF;
}
/******************************************************************
					End left menu -  second level
******************************************************************/

/******************************************************************
					Start left menu -  third level
******************************************************************/
#leftMenu  li ul li ul li {
	background: #FFF;
}

#leftMenu li ul li ul li a:link {
	background: #FFF;
}

#leftMenu li ul li ul li a:visited {
	background: #FFF;
}

#leftMenu li ul li ul li a:hover {
	background: #86A127;
	color: #FFF;
}

#leftMenu li ul li ul li a:active {
	background: #86A127;
	color: #FFF;
}
/******************************************************************
					End left menu -  third level
******************************************************************/

/******************************************************************
					 Start right menu styles
******************************************************************/
#rightMenu {
	background: #EEE;
}


#rightMenu a {
	font-size: 100%;
}

#rightMenu p {
	font-size: 90%;
}

.rightMenuLink {
	text-align: right;
}
/******************************************************************
					 End right menu styles
******************************************************************/

/******************************************************************
					 Start media centre styles
******************************************************************/
#mediaField {
	background: #eee;
}

.labelStyle {
	font-size: 95%;
	text-align: right;
	font-weight: 600;
	color: #485178;
}

.mediaSearchheader {
	color: #485178;
	font-size: 115%;
}
 
.mediaCentreButton {
	font-size: 100%;
}

#mediaSearch legend {
	font-size: 90%;
	color: #000;
}

.mediaSearchFields {
	font-size: 100%;
	text-align: left;
}
/******************************************************************
					 End media centre styles
******************************************************************/

/******************************************************************
					 Start page content styles
******************************************************************/
#content {
	font-size: 100%;
}

.caption{
	font-size: 90%;
	font-weight: bold;
}

#lastreviewed { 
	font-size : 90%;
	text-align: right;
}

#top{
	text-align: right;
}

/******************* start Page Link  ***************************/
a:link { 
	font-family: Arial, verdana, helvetica, sans-serif;
	text-decoration : underline;
	color : blue;
}
a:visited { 
	font-family: Arial, verdana, helvetica, sans-serif;
   text-decoration : underline;
	color : #5643A3;
}
a:hover {
	font-family: Arial, verdana, helvetica, sans-serif;
	text-decoration : underline;
	color : #00B0D8;
}
/********************** end Page Link  *************************/

/********************** start long document ***********************/
.documentindex {
	font-size : 80%;
}

.nextpage {
	font-weight: bold;
	text-decoration : none;
	font-size: 70%;
	text-align: right;
}
/********************** end long document ***********************/

/********************** start Current News Item  ***********************/
#news{
	background-color: #cccccc;
}

.newsheader {
	font-weight: bold;
	font-size: 95%;
	color: #728A22;
}

.newsdate {
	font-size: 95%;
	color: #717171;
}

.newstext{
	font-size: 100%;
}

#newslink {
 	font-size: 90%;
}

/********************* end Current News Item  ***********************/

/********************* start Past Pm messages ***********************/
li.biolist {
	font-size: 95%;
	color: #666;
}

.biodate{
	font-size: 95%;
}
/********************* end Past Pm messages ***********************/

/********************* start warning messages ***********************/
.warning {
	color: Red;
}

/* email page */
#email .error {
	color: red;
}
/********************* end warning messages ***********************/

/******************************************************************
					 End page content styles
******************************************************************/

/******************************************************************
					 Start footer styles
******************************************************************/
#footer {
	background: #FFF;
	font-size: 95%;
}

#footer a:link, #footer a:hover, #footer a:visited, #footer a:active {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
} 

#footer a:hover {
	color: #000;
	text-decoration: underline;
}
/******************************************************************
					 End footer styles
******************************************************************/

/******************************************************************
					 Start subscription styles
******************************************************************/
fieldset.subscribe_step1_fieldset_2 {
	background: #F1F1F1;
}

.categories {
	font-size: 100%;
}
.categories_inline {
	font-size: 100%;
}

.categories_inline_left {
	font-size: 100%;
}
	
.category_info{
	font-size: 95%;
	color: #666666;	
}
/******************************************************************
					 Start subscription styles
******************************************************************/

/* format on transcript search pages */

#dateformat {
	color: #666666;
	font-weight: bold;
}

#title_type a:link {
	color: blue;
	text-decoration: none;
}


#title_type a:hover {
	color: #00B0D8;
	text-decoration: underline;
}

#title_type a:visited {
	color: #3D91A6;
	text-decoration: none;
}

.transcript_type
{
	color: #666666;
	font-size: 95%;
}
/* end transcript search pages */
-->


/******************************************************************
						 Styles added/modified by ZOO
******************************************************************/
/* Please note: styles modified by ZOO will have a 'modified by ZOO' comment and then appear here.
eg.
.style {
	border: none; /* modified by ZOO
} */

#content table {
	width: 75%;
	border-collapse: collapse;
	border-spacing: 0;
}
#content table th,
#content table td {
	padding: 3px;
	vertical-align: top;
}
#content table th.brown-bg {
	background: #44463b;
	font-weight: normal;
}
#content table th.brown-txt {
	color: #44463b;
	background: #fff;
}
#content .grey-bg {
	background: #f7f7f7;
	margin-right: 200px;
	padding: 0 10px 10px;
}
#content .grey-bg table {
	width: 100%;
}
#content tr.grey-bg {
	margin-right: 0;
	padding: 0;
}
#content .darkgrey-bg {
	background: #44463b;
}
#content .figure-tbl caption,
#content .special-tbl caption {
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	color: /*#ed7100*/ #81001f;
	padding-bottom: 4px;
}
#content .figure-tbl th,
#content .special-tbl th {
	background: /*#ed7100*/ #81001f;
	color: #fff;
}
#content table .border-top {
	border-top: solid 1px #ccc;
}
#content table .border-right {
	border-right: solid 1px #ccc;
}
#content table .border-bottom,
#content .td-bottom-bdrs td {
	border-bottom: solid 1px #ccc;
}
#content table .border-left {
	border-left: solid 1px #ccc;
}


/******************************************************************
	           Styles added/modified by OPC
******************************************************************/

.center-data {
	text-align: center;
}

.center-data-total {
	text-align: center;
       	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
     
}

.data-total {
	text-align: left;
       	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
     
}

.right-data {
	text-align: right;
}

.box {
	border: 1px solid #000;
	padding: 10px;
	background-color: white;
}

.featurebox {
	border: 1px solid #000;
	padding: 10px;
	background-color: #F1F1F1;
}

.photo-left {
	float: left;
        padding-right: 10px;
}

.photo-caption {
	text-align: center;
	color: #666;
        font-style: italic; 
}

#report2007-08 td {
	vertical-align: top;
}

#report2007-08 th {
       background-color: #81001F;
       color: #fff;
}
/*Images*/


