body{
		scrollbar-face-color:#CCCCCC;
		scrollbar-arrow-color:#FFFFFF;
		scrollbar-track-color:#CCCCCC;
		scrollbar-shadow-color:#3C3C3C;
		scrollbar-highlight-color:'';
		scrollbar-3dlight-color:'';
		scrollbar-darkshadow-Color:'';
		}

/* ------------------------------------- */

.headline {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #007ABA;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #007ABA;
}

.subheadWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

.headerLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #666;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #666666;
}

.bodytextindent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #666666;
	margin: 0 0 0 30px;
}

.bodytext_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #FFFFFF;
}

.bodytext_blu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #007ABA;
}

.bodytext_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.bodytext_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCC99;
}

.library_navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 10px 0 0 0;
}

.library_bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 10px 0 0 0;
}

.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003466;
	font-weight: bold;
}

.spacer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.spacer_text_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

.attribute {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 300; 
	color: #000000;
}

.footerLeft
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #666666;
	padding: 10px;
	border-top: 3px solid #ccc;
	width: 50%;
}

.footerRight
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #666666;
	padding: 10px;
	border-left: 0;
	border-top: 3px solid #ccc;
	width: 50%;
	text-align: right;
}

.outer
{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 20px 0 20px;
}

.top
{
	border-bottom: 3px solid #ccc;
}

.topHome
{
	border-bottom: 3px solid #ccc;
	padding: 0 0 17px 0;
}

table.results
{
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

td.results
{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000;
	text-align: center;
}

a.library_navigation_link:link
{
	BACKGROUND-IMAGE: url(../images/icon_arrow_nav.gif);
	BACKGROUND-REPEAT: no-repeat;
	PADDING-LEFT: 9px;
	BACKGROUND-POSITION: 0 2px;
}

a.library_navigation_link:visited
{
	BACKGROUND-IMAGE: url(../images/icon_arrow_nav.gif);
	BACKGROUND-REPEAT: no-repeat;
	PADDING-LEFT: 9px;
	BACKGROUND-POSITION: 0 2px;
}

a.library_navigation_link:hover
{
	BACKGROUND-IMAGE: url(../images/icon_arrow_nav.gif);
	BACKGROUND-REPEAT: no-repeat;
	PADDING-LEFT: 9px;
	BACKGROUND-POSITION: 2px 2px;
}

.resultsLeft
{
	border-bottom: 1px solid #ccc;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #000000;
	text-align: left;
	background-color: #cfcfcf;
}

.resultsRight
{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #000000;
	text-align: right;
	background-color: #cfcfcf;
}

/* ------------------------------------- */
/* LINKS FORMAT */

A {
	text-decoration: none;
	color: #007ABA;
	font-weight: bold;
}

A:hover {
	color: #007ABA;
	text-decoration: underline;
	font-weight: bold;
}

A:link.white {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

A:visited.white {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

A:hover.white {
	color: #ccc;
	text-decoration: underline;
	font-weight: bold;
}

A:link.black {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

A:visited.black {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

A:hover.black {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

/* ------------------------------------- */
/* BG IMAGES FORMAT */

#container   
/* holds blueprint image and menu */ { 
background-color: #fff; 
background-image: url(../images/background_adam.jpg);
background-repeat: no-repeat; 
background-position: middle; 
z-index: 1; 
width: 606px; 
height: 350px 
}

#sidebar-blue
{
	padding: 10px;
	background-color: #007ABA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #fff;
}

#member-content
{
	padding: 0 10px 0 10px;
	text-align: center;
}

#account-left
{
	width: 33%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000;
	padding: 5px;
	border-right: 1px solid #bbb;
}

#account-right
{
	width: 33%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #fff;
	padding: 5px;
	background-color: #007ABA;
	text-align: center;
	vertical-align: middle;
	margin: 0 0 0 5px;
}

#adhoc table
{
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#adhoc td#left
{
	border-bottom: 1px solid #ccc;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000;
	text-align: left;
	width: 69%;
}

#adhoc td#right
{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000;
	text-align: right;
	font-weight: normal;
	width: 30%;
}

#noBullet
{
	list-style: none;
	margin-left: -30px;
}

#answer
{
	border-left: 3px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #333;
	font-style: italic;
	margin: 5px 10px 5px 10px;
	padding: 0 0 5px 10px;
	border-bottom: 1px dotted #ccc;
}

#answer-buttons
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #333;
	margin: 15px 10px 5px 10px;
	padding: 0 0 5px 10px;
}

a.button:link
{
	background-color: #007ABA;
	padding: 2px;
	color: #fff;
	text-decoration: none;
	font-size: 90%;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	text-shadow: 1px 1px 1px #485731
}

a.button:visited
{
	background-color: #007ABA;
	padding: 2px;
	color: #fff;
	text-decoration: none;
	font-size: 90%;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	text-shadow: 1px 1px 1px #485731
}

a.button:hover
{
	background-color: #007ABA;
	padding: 2px;
	color: #fff;
	text-decoration: none;
	font-size: 90%;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	text-shadow: 1px 1px 1px #485731
}

#sidebar-blue-right
{
	padding: 10px;
	background-color: #007ABA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #fff;
	float: right;
	width: 180px;
	margin: 10px 0 0 10px;
}

a.button-white:link
{
	background-color: #ccc;
	padding: 2px;
	color: #333;
	text-decoration: none;
	font-size: 90%;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	text-shadow: 1px 1px 1px #485731
}

a.button-white:visited
{
	background-color: #ccc;
	padding: 2px;
	color: #333;
	text-decoration: none;
	font-size: 90%;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	text-shadow: 1px 1px 1px #485731
}

a.button-white:hover
{
	background-color: #ccc;
	padding: 2px;
	color: #333;
	text-decoration: none;
	font-size: 90%;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	text-shadow: 1px 1px 1px #485731
}

#account-left li
{
	padding: 0 0 5px 0;
}

.multiple
{
	padding: 10px;
	background-color: #F9DEA4;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	
}

#hospital-list
{
	background-color: #2B90C6;
	padding: 5px;
}

#hospital-list ul
{
	margin: 0;
	list-style: none;
	padding: 0 0 0 10px;
}

#hospital-list li
{
	BACKGROUND-IMAGE: url(../images/icon_arrow_nav2.gif);
	BACKGROUND-REPEAT: no-repeat;
	padding-left: 7px;
	BACKGROUND-POSITION: 0 2px;
}

/* pop up */

div#popup a.black span 
{
	DISPLAY: none;
}

div#popup a.black:hover span 
{
	background-color:#FFFFCC;
	display: block;
	position: relative;
	top: 1px;
	left: 1px;
	padding: 5px;
	z-index: 100;
	color: #333;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	BORDER-BOTTOM: 2px solid #666666;
	BORDER-RIGHT: 2px solid #666666;
	BORDER-LEFT: 0px;
	BORDER-TOP: 0px;
}