
/*Layout
**********************************/

#top {
	position: absolute;
	top: 1px;
	width:95%;
	margin:0 auto;
	overflow:hidden; 
	background:url(headerBG.jpg) top left repeat-x; 
}
	#top div#header {
		width:100%;
		float:left;
		padding:30px 0 15px 0;
	}
		#top div#header img.first {
			float:left;
			
		}
		#top div#header div#contactInfo {
			float:left;
		}
		#top div#header a#nhslogo {
			float:right;
			margin-right:5px;
		}
		#top div#login{
			color:#008284;
			text-align:right;
			float:right;
			font-size:95%;
			margin-right: 5px;
		}


#main {
  font-family:"Tahoma";
  font-size:90%;
  position: absolute;
  color:#666666;
  top: 220px;
  width: 95%;
	}	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.H2 {
	font: bold 12px;

}
	
.H4 {
	font: bold 16px;

}




/* 
Header 
**********************************/
div#header {
	font-family:"Tahoma";
	background:none;
	color:#00A99F;
}
	div#header div#contactInfo p.tel {
		font-size:115%;
		font-weight: 500;
		letter-spacing:0.05em;
		margin-bottom: -15px;
}
	div#header div#contactInfo p.email {
		text-decoration:none;
		font-size:85%;
		margin-bottom: -11px;
}
	div#header div#contactInfo p.dbtitle {
		font-size:125%;
		font-weight: 200;
		width:320px;
		height:0;
		color:#8C8C8C;
		overflow:hidden;
}

	


		/*
Link styles
**********************************/
a {
	text-decoration:none;
	color:#008284;
}
a:hover,
a:active {
	text-decoration:underline;
	color:#008284;
}

a#ccad {
	float:right;
	padding-top:0;
	color:#666;
}

/*
Main nav
**********************************/
#mainNav ul {
	position: absolute;
	top: 135px;
	width:95%;
	margin-left:0px;
	overflow:hidden;
	font-family:"Tahoma";
	font-size:75%;
	font-weight: 400;
	list-style:none;
	border:1px solid #e0e0e0;
	background:url(main_nav_bg.jpg) repeat-x;

}
	#mainNav ul li {
		float:left;}

	#mainNav ul li a {
		display:block;
		text-decoration:none;
		padding:6px 0 6px 20px;
		color:#666;
		font-size:115%;
		font-weight:bold;
		background:url(bg_nav_arrow.gif) no-repeat 12px .9em;}

	#mainNav ul li a:hover {
		color:#008284;}

	#mainNav ul li a.active {
		color:#4494D1;}

/* all main content controls */
	div#content {
		text-align: justify;
		background: #ffffff;
		padding-bottom: 15px;
		margin-left: 0px;
		margin-bottom: 7px;
		border-Bottom: 1px solid #F8BF24;}

	div#content a {
		text-decoration: none;
		color: #698FA1; }

	div#content a:hover {
		background: none;
		color: black; }

	div#content b {
		font-size:140%;
		color:#00A99F;
		margin:0 0 1em 0; }
	
	div#content, td{
	font-size: 100%;}


/*Footer**********************************/

ul#footerNav {	
	list-style-type:none;
	Margin-left:0px;
	float:left;}

	ul#footerNav li {	
		float:left;
		border-left:1px solid #666;}

	ul#footerNav li.first {	
		border-left:0;}

		ul#footerNav li a {	
			padding:5px;
			color:#666;}

		ul#footerNav li.first a {	
			padding-left:0;
		}

/* all main content controls */
	#content {
		font: 8px Tahoma;
		text-align: justify;
		background: #ffffff;
		padding: 10px;
		border-left: 1px solid #DBDBD5;
		border-right: 1px solid #C0BFB3;
		border-Bottom: 1px solid #C0BFB3;
		border-top: 1px solid #C0BFB3;
		z-index: 2;	}

	#content a {
		text-decoration: underline;
		color: #698FA1; }

	#content a:hover {
		background: #C0C0C0;
		color: #FFF; }
	
	#content, td{
	font-size: 80%;
	}

	#content b {
		text-decoration: underline;
		color: #698FA1;
		font-size: 20%;}

/*********** table tags for views ***********/
.sort-table {

	align: left;
	margin-top:5px;
	font-family:"Tahoma";
}

.sort-table td {
	font-size: 75%;
	padding: 2px;
}


.sort-table thead td {
	border-bottom:	1px none #7A756A;
	cursor: pointer;
	color: #000000;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #cccccc;
	font-size : 9 pt;
	font-weight : normal;
	text-decoration:none;
	margin: 0 0 1 1;
	font-family: Arial, Helvetica, sans-serif;
}


.sort-table thead td:active {
padding: 2px 2px 2px 2px;
}

.sort-arrow {
width:	11px;
height:	11px;
background-position: center center;
background-repeat: no-repeat;
margin:	0px 2px;
border-style: none;
border: none;
}

.sort-arrow.descending {
border-style: none;
background-image: url("view_down.gif");
}

.sort-arrow.ascending {
border-style: none;
background-image: url("view_up.gif");
}

/************** view tool styles ****************/

#viewheader{
font-family:"Tahoma";
}

#viewheader select {
	font-size: 75%;
	color: #000000;
	background-color: #ffffff;
border: #333333; border-style: solid; border-top-width: 10px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
}

#viewheader td{
	font: 75% Tahoma;
	margin:0px;
	padding: 0px;
}

#viewheader a{
	text-decoration: none;
}

#viewheader a:hover{
	text-decoration: none;
}

#viewheader b {
		color: #698FA1;
		font-weight: 400;
		font-size: 5px;
		text-decoration: none;
		
		}

/*** Boxes**/
.featurebox {
			color:#333;
			padding: 15px 20px 20px;
			border-top: 1px solid #d7d7d7;
			border-left: 1px solid #d7d7d7;
			margin: 0 0 1.5em;
			background: #f6f6f6 url("bg_box.gif") no-repeat 100% 100%
			}

.featurebox p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {
			margin: 0 0 .3em;
			border-bottom: 1px solid #c00;
			color:#c00
			}

.featurebox p {
			border:none;
			margin: 0 0 1em;
			color:#444
			}

			/*** This controls the two columns ***/
#block_1{
	float: left;
	width: 49%;
	margin-left: 50%;
	padding: 0px 5px;
	}

* html #block_1{
	display: inline;
	}

#block_2{
	float: left;
	width: 49%;
	margin-left: -100%;
	}
	
#block_3{
	float: left;
	width: 28%;
	margin-left: 70%;
	padding: 0px 5px;
	}

* html #block_3	{
	display: inline;
	}

#block_4{
	float: left;
	width: 70%;
	margin-left: -98%;
	}
/*** Rounded corners ***/
	.roundcont {
	width: 100%;
	background-color: D5D9FF;
	color: #000000;
}

.roundcont p {
	margin: 0px 10px;
}

.roundcont h4 {
	font: bold 12px Verdana, sans-serif;
	text-decoration: underline;
	margin: 0px 10px;
	color: #CC3300;
}

.roundtop { 
	background: url(tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(br.gif) no-repeat top right; 
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}

	
/*** Hospital Profile Tools ***/
.profile {
	font: 9px Verdana, sans-serif;
	padding: 5px;
	text-align: right;
}
.popup{
	color:Black;
	text-decoration:none;
}



table.test a:link {color: #CC6633;}
table.test a:visited {color: #CC6633;}
table.test a:hover {color: #999966;}
table.test a:active {color: #CC6633;}
table.test a:focus{color: #CC6633;}


table.test caption {
		padding: 10px;
		margin: 5px;
		width: 700px;	 
		font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		text-align: right;
		}

	table.test {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	}
	table.test tr td{
		padding: 1px 3px;
		text-align:left;
		font-size: 95%;
	}
	table.test thead th{
		background-color: #E1E1E1;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #D9D9D9;
		font-weight: bold;
		text-align:left;
		padding: 3px 5px;
		color:#000000;
	}
	
	table.test thead th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: #C4CDFC url(bg_header.jpg) no-repeat;
}
	table#test tbody tr th{
		background-color: #fff;
		font-weight: normal;
		border-left: none;
		padding: 3px 5px;
		background-color: #E1E1E1;
					font-weight: bold;
					text-align:left;
	}
	table.test tbody td{
			border-left: 1px solid #D9D9D9;
	}
	table.test tbody tr.odd{
		background-color: #F3F3F3;
	}
	
table.test tbody tr:hover {
	color: #333333;
	background-color: #E1E1E1;
}

table.test tbody tr.odd:hover {
color: #333333;
	background-color: #E1E1E1;
}
	
	table.test tfoot td, table tfoot th{
		border-top: 1px solid #ccc;
		font-weight:bold;
		color:#000000;
		padding: 3px 5px;
		background-color: #E1E1E1;
		text-align:left;
		
	}
