/* =NAV-HORIZONTAL
Added by S Meacham  (University of Cambridge) to augment standard template
Provides horizontal navigation and table cell alignment for images
-------------------------------------------------------------- */

ul#nav-horizontal {
	list-style-type: none;
	border-top: none;	
	border-bottom: 1px solid #CCC;
	margin: 0.15em 0 0 0;
	clear: both;
	width: 100%;
	background: #f1f5ff;
	font-weight: bold;
	float: left;
} 

ul#nav-horizontal li {
	border-top: none;
	margin: 0 1px 0 0;
	padding:0;
	float: left;
}

ul#nav-horizontal li.title {
	border-top: none;
	font-weight: bold;
	padding: 0.6em 20px 0 10px;
	background: #666;
	color: white;
	float: left;
}

ul#nav-horizontal li a {
	border-top: none;
	padding: 0.2em 20px 0 10px;
	display: block;
	height: 100%;
	text-decoration: none;
/*
	float: left; 
*/
}


ul#nav-horizontal li a:hover {
	color:#c60;
	float: left;
}

ul#nav-horizontal li.active {
	
}

ul#nav-horizontal li.active a {
	border: none;
	color:#c60;
	
}

/* Commented backslash hack hides rule from IE5-Mac \*/	
ul#nav-horizontal li a { float: none }
/* End IE5-Mac hack */ 
/*end of tabbed nav bar*/

ul#nav-horizontal-secondary{
	list-style-type: none;
	border-top: none;	
	border-bottom: none;
	margin: 0.15em 0 0 0;
	clear: both;
	background: #ffffff;
	font-size: 0.70em;
	float: left;
} 

ul#nav-horizontal-secondary li {
	border-top: none;
	margin: 0 1px 0 0;
	padding:0;
	float: left;
}

ul#nav-horizontal-secondary li.title {
	border-top: none;
	font-weight: bold;
	padding: 0.6em 20px 0 10px;
	background: #666;
	color: white;
	float: left;
}

ul#nav-horizontal-secondary li a {
	border-top: none;
	padding: 0.2em 20px 0 10px;
	display: block;
	height: 100%;
	text-decoration: none;
/*
	float: left; 
*/
}


ul#nav-horizontal-secondary li a:hover {
	color:#c60;
	float: left;
}

ul#nav-horizontal-secondary li.active {
	background:#fff;
}

ul#nav-horizontal-secondary li.active a {
	border: none;
	color:#c60;
	background:#fff;
}

/* Commented backslash hack hides rule from IE5-Mac \*/	
ul#nav-horizontal-secondary li a { float: none }
/* End IE5-Mac hack */ 
/*end of tabbed nav bar*/

table.data td{
	text-align: center;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto 
}

ul#nav-secondary {
	list-style-type: none;
	border-top: 0px solid #CCC;	
	border-bottom: 1px solid #CCC;	
	margin: 0.15em 0 50px 0;
	clear: both;
	background: #f1f5ff;
	font-weight: bold;
} 

ul#nav-secondary li {
	border-top: 1px solid #CCC;
	margin: 0 1px 0 0;
	padding:0;
}

/* added by DMR (Studio24) 24.01.08 */
ul#nav-secondary li.title {
	border-top: none;
	font-weight: bold;
	padding: 0.6em 20px 0.45em 10px;
	background: #666;
	color: white;
}

ul#nav-secondary li a {
	border-top: 1px solid white;
	padding: 0.2em 20px 0.2em 10px;
	display: block;
	height: 100%;
	text-decoration: none;
}


ul#nav-secondary li a:hover {
	color:#c60;
}

ul#nav-secondary li.active {
	background:#fff;
}

ul#nav-secondary li.active a {
	border: none;
	color:#c60;
	background:#fff;
}
ul#nav-secondary li.active ul,
ul#nav-secondary li ul {
	font-size: 1em;
	list-style-type: none;
	margin: 0;
	padding: 0.3em 0 0 0;
}

table.studies {
    border-top:1px solid;
	border-left:1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: blue;
	width:100%;
}

table.studies th, table.studies td {
	padding: 0.4em 0.4em 0.4em 0.4em;
	
}

table.group td {
	vertical-align: middle;
	text-align: center;
}

table.contact td {
	padding: 10px;
	text-align: left;
}

table.cbr td {
	padding: 0.3em. 0.3em, 0.3em. 0.3em;
	text-align: left;
}

div#content-primary p img.aleft {
	border-top:1px solid;
	border-left:1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: gray;
	margin-bottom: 0;


img.left {
	float: left;
}


