/* navigation styles are found in menu.css */
body{
	background-color: #CCC;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	text-align: center;
}

a, a:visited{
	color: #009;
}

td{
  vertical-align: top;
}

#holder{
	background-color: #FFF;
	background-image: url("../images/shadowRight.gif");
	background-position: right;
	background-repeat: repeat-y;
	margin: 0px auto;
	text-align: left;
	width: 800px;
}

#holder #header{
}

#holder #header #headerLogo{
	margin-left: 15px;
	margin-top: -5px;
	width: 280px;
	position: absolute;
}

#holder #header #search{
	color: #666;
	font-family: Verdana, Arial, Helvetica;
	font-size: .8em;
	margin-left: 210px;
	margin-top: 15px;
	position: absolute;
}

#holder #header #search .searchBox{
	//background-attachment: fixed;
	background-color: #FFF;
	background-image: url("../images/searchBox.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	border-width: 0px;
	font-size: 8pt;
	height: 24px;
	margin-top: -4px;
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 5px;
	position: absolute;
	width: 135px;
	//width: 125px;
}

#holder #header #search .searchBtn{
	margin-left: 140px;
}

#holder #content{
	float: left;
	font-family: Verdana, Arial, Helvetica;
	font-size: .9em;
	margin-top: 10px;
	min-height: 600;
	padding-left: 10px;
	width: 535px;
}

/*min-height for stupid IE6*/
* html #holder #content{
  height: 600px;
}

#holder #content .title{
	color: #C00;
	font-size: 1.5em;
	margin-bottom: -10px;
	margin-top: 0px;
	padding-top: 0px;
}

#holder #content .headline{
	font-weight: bold;
	margin-top: 30px;
}

#holder #content .special_note{
  color: #990000;
}

#holder #content #news{
	background-color: #A2E6FF;
	font-family: verdana, arial, helvetica;
	font-size: .9em;
	margin-bottom: -10px;
	margin-left: -10px;
	padding: 10px;
	padding-left: 20px;
}

#holder #content #news #title{
	color: #06F;
	font-family: Verdana, arial, helvetica;
	font-size: 1.8em;
	margin-bottom: -15px;
	margin-left: 0px;
	padding: 0px;
}

#holder #sidebar{
	float: right;
	font-family: Verdana, Arial, Helvetica;
	font-size: .8em; 
	padding-left: 20px;
	padding-top: 5px;
	margin-top: 10px;
	margin-right: 9px;
	width: 171px;
}

#holder #sidebar table.login{
  background: transparent;
  font-size: 12px;
}

#holder #sidebar #hospital_login{
  background: #98cafc;
  padding: 5px;
  width: 161px;
}

#holder #sidebar #blood_center_login{
  padding: 5px;
  width: 161px;
}

#holder #footer{
	clear: both;
	color: #666;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px; 
	margin-right: 30px;
	xmargin-bottom: 2px;
	padding-top: 10px;
	text-align: right;
}

.dotsHorizontal{
	background-image: url("../images/dotsHorizontal.gif");
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

.dotsVerticle{
	background-image: url("../images/dotsVerticle.gif");
	background-position: 0px 0px;
	background-repeat: repeat-y;
}

.note{
  color: #ff0000;
}

ul.no_bullet{
  list-style: none;
  margin-left: -1em;
  //margin-left: 1.5em;
}

#question{
  font-style: italic;
}

#question #head{
  font-style: normal;
  font-weight: bold;
}

#response #head{
  font-weight: bold;
}

#reference{
  font-style: italic
}

#figure_desc{
  color: #ff0000;
  font-weight: bold;
}

#platIMG{
	display: block;
	padding-left: 1.5em;
	float: right;
}

#header_buttons {
	margin-left: 300px;
	margin-top: 79px;
	position: absolute;
}

#header_buttons a {
  display: block;
  margin-bottom: 3px;
}
