/* Medical Systems */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: "Helvetica","Arial",sans-serif;
	color : #000000;
	/*\*/
	_font-size: 68.75%;
	_text-align: center;
	/**/
	/*\*//*/
	font-family: "Arial",sans-serif;
	/**/
}

#wrapper {
	margin: 6px 8px;
	text-align: center;
}

#header {
	border-bottom: solid 10px #C8C8C8;
	padding: 10px;
	text-align: left;
}

#contentArea {
	margin: 20px auto 0;
	text-align: left;
	position: relative;
}

h1 {
	font-size: 130%;
	color: #00A273;
}

h2 {
	font-size: 100%;
	color: #00A273;
}

#floatButtons {
	position: absolute;
	right: 0;
}

#floatButtons img {
	margin-left: 3px;
}

#contentBlock {
	margin-top: 20px;
}

/* #contentBlock div {
	margin-top: -3px;
	_margin-top: 0;
} */

#contentBlock p {
	margin-top: 2em;
}

#closeWindow {
	margin: 20px 0 10px;
}

#footer {
	border-top: solid 5px #C8C8C8;
	padding: 10px;
	text-align: right;
}



table.spec {
	border-collapse: collapse;
}

table.spec td {
	border-top : 1px solid #545454;
	font-size: 10px;
	padding: 3px;
}

table.spec td.vborder {
	border-right: 1px solid #545454;
	text-align:center;
	width:115px;
}
table.spec td.leftrow{
	border-right: 1px solid #545454;
	background-color:#e3e3e3;
}
table.spec td.rightrow{
	text-align:center;
	width:115px;
}
table.spec th.leftrow{
	border-top : 1px solid #545454;
	border-right: 1px solid #545454;
	background-color:#969696;
	width:195px;
}
table.spec th.rightrow{
	border-top : 1px solid #545454;
	font-weight:normal;
}
table.spec tr.header{
	text-align:center;
	color:#ffffff;
	font-size:10px;
	background-color:#969696;
	}
table.spec th.vborder {
	border-top : 1px solid #545454;
	border-right: 1px solid #545454;
	font-weight:normal;
}
table.spec tr.border1 td {
	border-bottom: 1px solid #545454;
}


