/*2010*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;	
	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	background-color: #112;
}

#container {
	width: 900px;
	margin-top:15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	border: 2px solid yellow;
}

a:link {
	color: #112;
	text-decoration: none;
}

a:hover {
	color: #ff0;
	background-color: #112;
}

a:active{
	color: #ff0;
}

a:focus{
	color: #ff0;
}

a:visited {
	color: #112;
	text-decoration: none;
}

table {
	width: 800px;
	margin: 1em 45px 1em 45px;
	border: 1px solid #112;
}

h1, h2, h3{
	text-align: center;
}

h1 a:hover {
	color: #ff0;
	background-color: #112;	
}

thead{
	background-color: #112;
	color: #ff0;
	font-weight: 600;
	text-align:center;
	border-bottom: 1px solid #ff0;
}

tbody{
	background-color: #fff;
	padding:.1em 1em .1em 0em;
}

td{
	text-align: center;
	border: 1px solid navy;
	float: none;
}

#vitals{
	width:auto;
	display: block;
	margin: 1em;
	z-index:9999;
}

#vitals-wrapper{
	width: auto;
	float: left;
}

#vitals th {
	background-color: #112;
	color: #ff0;
	text-align: center;
	width:119px;
}

#vitals td{
	width:119px;
	padding-left: .5em;
	padding-right: .5em;
}

.notes{
	float: left;
	margin: 1em;
	padding: 1em;
	border: 1px solid #112;
	width: 400px;
}

#comments {
	float:left;
	width: 400px;
	border: 1px solid #112;
	padding:1em;
	margin: 1em;
	margin-bottom: 2em;
}

.comment{
	border-bottom: 1px dashed #112;
	margin: 1em 0em .5em 0em;
	padding-bottom:.5em;
}

.hidden{
	display:none;
}

.committed{
	border: 1px dotted #112;
	background-color: #ff0;
}

.committed a:link {
	color: #112;
	text-decoration:none;
}

.committed a:hover {
	text-decoration: none;
	color: #112;
	background-color:#ff0;
	text-decoration: underline;
}

#links {
	width: 115px;
	float: right;
}

#links input{
	float: left;	
}

#back-link{
	position:absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	display: block;
	border: none;
	text-decoration:none;
}