html, body {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.125em; /* 16x1.125=18 */
	background-color: #051b02;
	background-image: url(https://www.uprehab.com/images/new_design/background.png);
	background-repeat: repeat-x;
}

#content_wrapper {
	position: relative;
	width: 980px;
	min-height: 100%;
	_height: 100%;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 0;
}

#content
{
	margin: 0;
	padding: 10px 15px;
	margin-left: auto;
    margin-right: auto;
	width: 950px;
	margin-bottom: 100px;
	background-color: #fff;
}


h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1em;
}

#header {
	position: relative;
}

#header img {
	border: none;
}

legend
{
	font-weight: bold;
	font-size: 14px;
}

fieldset
{
	margin-bottom: 20px;
	border: none;
}
input[type=submit], input[type=button], input[type=reset] {
	padding: 2px 4px;
	background: #999;
	border: 1px #666 solid;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover {
	background: #AAA;
}

.instr
{
	font-style:italic;
}

.error
{
	color: #F00;
}

.err
{
	background-color: #FF0
}

.hlt
{
	background-color: #FFD761;
}

.alt
{
	background-color: #CCC;
}

#left_fields
{
	float: left;
	width: 45%;
}

#right_fields
{
	float: right;
	width: 50%;
}
#top_left
{
	float:left;
	width: 40%;
}
#top_right
{
	float: right;
	width: 60%;
}
#msg
{
	float: right;
	text-align: right;
	font-weight: bold;
    line-height: 1.5em;
}

.clear
{
	clear: both;
}

.selected
{
	display: none;
}

#score, .score
{
	font-size: 16px;
}

.highlight
{
	background-color:#FF0;
}

.hider
{
	cursor: pointer;
}
label
{
	font-weight: bold;
}
label.wide
{
	width: 150px;
	float: left;
}
label.mylabel
{
	font-weight: normal;
}

.table_container
{
	width:450px;
	overflow:hidden;
	height:190px;
}

table.assessment
{
	margin-left: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.assessment th 
{
	text-align: center;
	font-weight: normal;
	color: #FFF;
	background-color: #627894;
	border: 1px solid black;
	width: 135px;
}
table.assessment th.left
{
	width: 260px;
}
table.assessment td
{
	text-align: center;
	vertical-align: middle;
	width: 135px;
	height: 50px;
	border: 1px solid black;
}
table.assessment td.left
{
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 260px;
}