@charset "utf-8";


/* Root Styles */

html, body {
	margin: 0;
	padding: 0;
	background-color: #D4E5F2;
	background-image: url(../images/layout/back.gif);
	background-repeat: repeat-x;
	height: 100%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

form {
	padding:0;
	margin:0;
}

img {
	border: 0;
}

table 
{
	border-collapse: collapse;
}

.clearfloat {
	clear:both;
    height:0;
    margin: 0;
    padding: 0;
    font-size: 0px;
	line-height: 0px;
	display: block;
}
.clearfloatleft {
	clear:left;
    height:0;
    font-size: 0px;
	line-height: 0px;
	display: block;
}
.clearfloatright {
	clear:right;
    height:0;
    font-size: 0px;
	line-height: 0px;
	display: block;
}

.floatright 
{
	float:right;
	padding-left:5px;
}

a {text-decoration: none; color: #008ED8; }
a:hover {text-decoration: underline;}

.lightlink {color: #000;text-decoration: none;border-bottom:1px dotted #F7B3D5;}
.lightlink:hover {text-decoration: none;border-bottom:1px solid #F7B3D5;}

ul {
	padding:0;
	margin: 5px 0;
	list-style-type: none;
}
li {
	padding-left: 10px;
	background-position:3px 8px;
	background-image: url(/images/minibullet.gif);
	background-repeat: no-repeat;
}
ul.links li, li.link {
	background-position:2px 6px;
	background-image: url(/images/minibullet3.gif);
}

.px_pink {color: #CD1283;}
.px_blue {color: #003273;}
.px_cyan {color: #008ED8;}
.px_gray {color: #8b9b93;}


div.hr {
	border-bottom: 1px solid #F7B3D5;
	width: 100%;
	margin: 5px 0 5px 0;
}
div.hr hr {display: none;}

.highlight {color: #ED519B;}

/* Content Styles */

h1 {
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: normal;
	color: #999999;
	margin-bottom: 2px;
	margin-top: 0px;
}

.titlepic 
{
	float:left;
	padding-top: 3px;
	padding-right: 5px;
	height: 40px;
	width: 40px;
}

h2 {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: normal;
	color: #999999;
	margin-bottom: 2px;
	margin-top: 5px;
}

h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	color: #999999;
	margin-bottom: 2px;
	margin-top: 5px;
}
	
p, label {
	font-size: 1em;
	margin: 4px 0;
}
p + p {
	margin-bottom: 8px;
	margin-top: 8px;
}

span.space 
{
	display: block;
	height: 5px;
}

table, tr, td{
	padding: 0;
	vertical-align: top;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.breadcrumb {
	font-size: 0.9em;
	margin-top: 0;
	margin-bottom: 10px;
}

.box {
	border: 1px solid #D7E6F0;
	padding: 2px;
}

.box p {
	margin: 2px 5px;
}

.fieldTable tr, .fieldTable tr td
{
	vertical-align: middle;
}

.fieldTable th
{
	text-align: right;
	padding-right: 5px;
	vertical-align: middle;
}

.keywords 
{
	color: Silver;
	font-size: 0.8em;
	padding-top:8px;
}

/* Panels */

h1+.splitleft, h1+.splitleft+.splitright {margin-top:3px;}

.splitleft {
	float: left;
	width: 50%;
	display: inline;
}

.splitright {
	float: right;
	width: 50%;
	display: inline;
}

.splitright div.whitepanel{float: right;}

.splitleft p, .splitright p 
{
	padding: 0 5px;
}

.whitepanel 
{
	border: 1px solid #D7E6F0;
	padding: 0;
	margin-bottom: 10px;
	width: 298px;
}

.whitepanel h3 
{
	font-size: 1.1em;
	margin: 0px 0px;
	padding: 0px 5px;
	height: 20px;
	line-height: 20px;
	background-color: #E4EFF4;
	border-bottom: 1px solid #D7E6F0;
	font-weight: normal;
	color: #003574;
}

.whitepanel .panelbody 
{
	margin-left: 44px
}


.bluepanel {
	border: solid 1px #D7E6F0;
	background-color: #E8F1F6;
	padding: 0px 5px;
	width: 298px;
}

.pinkpanel {
	border: solid 1px #FAC0E2;
	background-color: #FDE3F2;
	padding: 0px 5px;
	width: 298px;
}

.cremepanel {
	border: solid 1px #FFE0B3;
	background-color: #FFF3E1;
	padding: 0px 5px;
	width: 298px;
}

/* Modal Popup Styles */

.modalBackground {
	background-color:#D4E5F2;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
	width: 500px;
}

.modalPopup .head
{
	line-height: 25px;
	height: 25px;
	padding: 0 10px;
	background-image: url(/images/layout/popupheader.png);
	cursor: move;
	font-size: 12px;
	font-weight: bold;
	color: #003574;
}

.modalPopup .head span 
{
	font-weight: normal;
}

.modalPopup .close 
{
	position: absolute;
	top: 0; right: 0;
	cursor: pointer;
}
.modalPopup .body
{
	background-color: White;
	padding: 3px 10px 0 10px;
}

.modalPopup p
{
	margin-bottom:0;
}

.modalPopup .footer
{
	line-height: 10px;
	height: 10px;
	background-image: url(/images/layout/popupfooter.png);
}

/* Form Controls */

.btn, input[type="button"], input[type="submit"]
{
	color: #00629F;
	font-family: Arial, Helvetica, sans-serif;
	background: #E8F1F6;
	border: #00629F 1px solid;
	font-size: 1.1em;
}


input[disabled="disabled"]
{
	color: #aaa;
}

select, input[type="text"] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.specimenbox 
{
	letter-spacing: 3px;
	/*background-image: url(../images/lab/inputwatermark.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;*/
	text-align: center;
}

.address label, .payment label
{
	display: block;
	float: left;
	clear: left;
	width: 120px;
	text-align: right;
	padding-right: 5px;
	
}

.address div
{
	margin-left: 125px;
	padding: 5px 0;
	clear: right;
}

.payment label
{
	font-weight:bold;	
	display: block;
	float: left;
	clear: left;
	width: 135px;
	text-align: right;
	padding-right: 5px;
}

.payment div
{
	margin-left: 140px;
	padding: 5px 0;
	clear: right;
}

.payment div div
{
	margin-left: 0px;
}


/* End of Styles */