/* CSS Document */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:12px;
width:149px;
padding:7px 0;
color: #FFF;
background-color: #036;
text-decoration:none;
margin-right:1px;
text-align:center;
}
/* style the links hover */
.menu :hover{
background-color: #36c;
color: #FFF;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

/*End navigation menu formatting
======================================================*/
/* places a black border around the page */

p.heading
{
	font-size:120%;
	font-weight:bold;
}
#container
{
border:1px solid #000000;
}

/**/
#pubmedfooter {
	border: 1px solid #000000;
	background-color:#fff;
	text-align:left;
	width: 100%;
}

#pubmedHONcode
{
border: 1px solid #000000;
background:#dae2f5;
padding:10px;
	background-color:#fff;
	text-align:left;
	width: 100%;
}

#contactstb
 {
	border: 1px solid #000000;
	background-color:#c4dcfe;
	text-align:left;
	width: 100%;
	padding:0;
}

tr.footertop 
{
background:#dae2f5;
text-align:center;
height:44px;
}

tr.disclaimer 
{
background:#dae2f5;
font-family:Arial, Helvetica, sans-serif;
font-size:small;
font-style:italic;
}

tr.pubmedtitle
{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:#336699;
}

tr.alternate 
{
background:#D7E0EA;
}

tr.alternate_centre 
{
background:#D7E0EA;
text-align:center;
}

tr.alternate_left 
{
background:#D7E0EA;
text-align:left;
}

td.pubmedtitle
{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:#336699;
	height: 1.5em;
}

th.pubmedheader
{
background:#85ADD6;
background-image:url(../images/saint_b_header_600.gif);
background-repeat:no-repeat;
color:#FFFFFF;
height:100px;
}
#pubmed 
{	
border: 1px solid #000000;
	text-align:center;
	width: 100%;
}

#pubmed_searches 
{	
border: 1px solid #000000;
	text-align:center;
	width: 100%;
}

#pubmed_searches_2 
{	
border: 1px solid #000000;
	text-align:left;
	width: 100%;
}
#pubmed_left 
{	
border: 1px solid #000000;
	text-align:left;
	vertical-align:top
	width: 100%;
}
#pubmed_searches_2
{	
border: 1px solid #000000;
	text-align:center;
	width: 100%;
}
td.anytext
{
font-family:"Times New Roman", Times, serif;
font-size:medium;
text-align:left;
padding: 5px;
background-color:#FFFFFF;
}
td.alternate
{
font-family:"Times New Roman", Times, serif;
font-size:medium;
text-align:left;
padding: 5px;
background-color:#D7E0EA;
}

p.anytexthilight
{
font-family:"Times New Roman", Times, serif;
font-size:medium;
text-align:left;
padding: 5px;
background-color:#E7CEF2;
}