/* WCTU CSS Document - based on http://www.pmob.co.uk 3 column layout */

* {margin:0;padding:0}
p {margin-bottom:1em}
ul{margin-left:20px;margin-bottom:1em}

/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	background: transparent url("std_bg.png");
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 0.85em;
}

#outer{
	min-height:100%;	
	margin-left:276px; 				
	margin-right:100px; 				
	margin-bottom:-52px;				
	background: transparent url("std_bg.png");	
}

#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:200px; 
	background: transparent url("header.png") no-repeat;
	overflow:hidden;
	
}

/* == style for the rotating logo embedded in the header */
#header_logo{
	position:absolute;																				
	top:5px;
	left:5px;
	height:200px;
	width:234px;
	background: url("spin.gif") no-repeat;
}

/* == style for title contained in the header */

#header h1{
	font-size: 2.2em;
	font-weight: bold;
	color: #FFFFFF;
	position:relative;
	left:350px;
	top:70px;
}

/* == styling for the telephone/fax details (contained in  <p> elements) */
#header p{
	position:relative;							
	left:1000px;										
	top: 100px;
}

#left {
	position:absolute;					
	top:200px;						
	left:0;							
	width:300px;						
	height:100%;						 
	background: transparent url("left.png") no-repeat;	

	}

#left ul {
	position:relative;
	top:160px;
	left:-20px;
	font-weight: bold;
	width: 250px;
	float: left;
	background-image: url("std_bg.png");
}

#left li{
	list-style-type: none;
	background-image: url("side_menu_bg.png");`
	background-position: 10px 0px; 
	height: 47px;
	margin-top: 5px;
	border: 3px;
}

#left a{
	position: relative; top: 13px; left: 90px;
	text-decoration: none;
	color: #0099FF;
	
}

#left li:hover {
	background-image: url("side_menu_bg_hlght.png");
	color:#ffffff;
}	

#left a:hover {
	color:#ffffff;
}	


#right p {padding:3px;}
#right {
	position:relative;
	width:49px;
	float:right;
	margin-right:10px;
	left:0px;
	color: #FFFFFF;
	background:transparent url("coe.png") no-repeat;
}

#footer {
	width:100%;						
	height: 160px;					
	text-align:center;		
	position:relative;		
	background:transparent url("footer.png") no-repeat; 
	background-position:top center;			
	color: #FFFFFF;

}

#clear_header{height:202px;}
#clear_footer{clear:both;height:82px/*162px*/;}
#clear_left{width:252px;}
* > html #clear_footer {float:left;width:100%;}

#centre {
	width:75%;
	float:left;
	position:relative;
	z-index:1;
	margin:-2px -1px;																			
	background: transparent url("centre.png") no-repeat;
	background-color: #194C69;
	color: #FFFFFF;
	padding-left:30px;
	
}

#centre p{
	color: #FFFFFF;
	position: relative;
	padding-left: -30px;
	margin-left: 0;
}

#centre a{
	text-decoration: none;
	font-weight: normal;
	color: #0099FF;
}

#centre a:hover {
	color:#ffffff;
}
	
#centre h1{
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF; 
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#centre h2{
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#breadcrumbs{
	position: relative;
	top: -60px;
	left: 50px;
}

/* === jquery tabs hack == */
#tabs a {
	font-weight: normal;
	font-size: 0.95em;
	color: #FFFFFF;
}

#team_record {
	min-height: 120px;
	margin-bottom: 10px;
}

#team_record img {
	position:	relative;
	width:75px;
	height: 90px; 
	float:left;
}
 #team_record h1{
	font-size: 1em;
	position: relative;
	float: top;
	margin-left: 0px;
	margin-bottom: 10px;
}

#team_record  p{
	position: relative; 
	float: top;
	margin-left: 100px;
}

#team_record a{
	text-decoration: none;
	font-weight: bold;
	color: #0099FF;
}

#team_record a:hover {
	color:#ffffff;
}

/* === trials summary page === */

#trial_summary {
	margin-bottom:2.5em;
}

#trial_summary img {
	position:	relative;
	width:107px;
	float:left;
	margin-left:0px;
}

#trial_summary  p{
	position: relative; 
	float: top;
	margin-left: 120px;
}

#trial_summary a{
	text-decoration: none;
	font-weight: bold;
	color: #0099FF;
}

#trial_summary a:hover {
	color:#ffffff;
}

#trial_schema  {
	position:	relative;
	left:0px;
	width:400px;
	height: 900px;
	float:top;
	margin-left:0px;
}
#trial_schema img {
	position:	relative;
	width:100%;
	float:left;
	margin-left:0px;
}

/* === column formats == */
#record{
width: 100%;
margin-bottom: 1em;
}

#field1 {
display: inline-block;
width: 20%;
/*float: left;*/
vertical-align: top;
margin-right: 0.5em;
margin-bottom: 1em;
/* ie6/7 hack to force inline-block */
zoom: 1;
*display: inline;
}
#field2 {
display: inline-block;
width: 35%;
/* width: 200px;
float: top;*/
vertical-align: top;
margin-right: 0.5em;
margin-bottom: 1em;
/* ie6/7 hack to force inline-block */
zoom: 1;
*display: inline;
}
#field3{
display: inline-block;
width: 35%;
/*width: 300px;
float: top;*/
vertical-align: top;
margin-right: 0.5em;
margin-bottom: 1em;
/* ie6/7 hack to force inline-block */
zoom: 1;
*display: inline;
}

#field4{
display: none; 
/*display: inline-block
width: 200px;
float: top;*/
}

#field5{
display: none; 
/*display: inline-block
width: 100px;
float: top;
overflow: hidden;*/
}
#field6{
display: none; 
/*display: inline-block
width: 120px;
float: top;*/
}
#field7{
display: none; 
/*display: inline-block
width: 50px;
float: top;*/
}
#field8{
display: none; 
/*display: inline-block
width: 50px;
float: top;*/
}


/* === jquery filetree style == */

.tree {
	width: 250px;
	height: 200px;
	border-top: solid 1px #BBB;
	border-left: solid 1px #BBB;
	border-bottom: solid 1px #FFF;
	border-right: solid 1px #FFF;
	background: #FFF;
	background-image:url('std_bg.png');
	overflow: auto;
	padding: 1em;
}

