body {
	margin: 0;
	padding: 0;
	background-color: #E1E1E1;
	background-repeat: repeat-x;
	font-family: Arial,Verdana,Helvetica, sans-serif;
	font-size:10pt;	
}
#header
{
	background: #336699
}

#lcBanner
{
	width:20%;
}
#container
{
	display:block;
	margin: 0 auto;
	width: 988px;
	background: #fff;
	border: 1px solid #999;
	min-height: 100%;
	box-shadow: 2px 2px 3px #aaaaaa;
	-webkit-shadow: 2px 2px 3px #aaaaaa;
	-moz-box-shadow: 2px 2px 3px #aaaaaa;
	overflow: hidden;
}

#navigation
{
	width: 98%;
	height: 53px;
	background: #FFF;
	margin: 5px 10px;
}

#navigation div.nav1
{
	position: relative; 
	display:inline-block;
	left: 0px;
	top: 18px;
	margin: 0;
	padding: 0;
	font-size: 9pt;
	color: #4b90cd;
	width: 79%;
	float:left;
}


#navigation div.nav1 span a:link {
	font-size: 9pt;
	color: #4b90cd;	
	text-decoration: none;
}
#navigation div.nav1 span a:hover {
	font-size: 9pt;
	color: #4b90cd;
	font-weight: bold;	
	text-decoration:none;
}
#navigation div.nav1 span a:active {
	font-size: 9pt;
	color: #4b90cd;	
	text-decoration: none;
}
#navigation div.nav1 span a:visited {
	font-size: 9pt;
	color: #4b90cd;	
	text-decoration: none;
}

#navigation div.nav2 {
	position:relative;
	display:inline-block;
	width: 192px;
	height: 100%;
	float:right;
	background: url(../../3.3.0-0/images/accudraw-logo.png) no-repeat;
	background-position: bottom right;
	
}
.pageTitle {
	font-size: 20pt;
	color: #305EA0;
	font-weight: bold;
}
.logoutLink {
	margin-top:18px;
	text-align:right;
	font-size: 8pt;
	color: #4b90cd;	
	text-decoration: none;
}
a:link {
	font-size: 10pt;
	font-weight:normal;
	color: #4b90cd;	
	text-decoration: none;
	margin: 0px 8px;
}
a:hover {
	font-size: 10pt;
	font-weight:normal;
	color: #4b90cd;
	text-decoration: underline;
	margin: 0px 8px;
}
a:active {
	font-size: 10pt;
	font-weight:normal;
	color: #4b90cd;	
	text-decoration: none;
	margin: 0px 8px;
}
a:visited {
	font-size: 10pt;
	font-weight:normal;
	color: #4b90cd;	
	text-decoration: none;
	margin: 0px 8px;
}
a.helpLink:link {
	font-size: 8pt;
	font-weight:bold;
	color: #4b90cd;	
	text-decoration: none;
	margin: 0px 8px;
	background-image:url(../../3.3.0-0/images/help_circle.png);
	background-repeat:no-repeat;
	background-position: top right;
	display:block; 
	padding-right: 15px;
}
a.helpLink:hover {
	font-size: 8pt;
	font-weight:bold;
	color: #4b90cd;	
	text-decoration: underline;
	margin: 0px 8px;
	background-image:url(../../3.3.0-0/images/help_circle.png);
	background-repeat:no-repeat;
	background-position: top right;
	display:block; 
	padding-right: 15px;
}
a.helpLink:active {
	font-size: 8pt;
	font-weight:bold;
	color: #4b90cd;	
	text-decoration: none;
	margin: 0px 8px;
	background-image:url(../../3.3.0-0/images/help_circle.png);
	background-repeat:no-repeat;
	background-position: top right;
	display:block; 
	padding-right: 15px;
}
a.helpLink:visited {
	font-size: 8pt;
	font-weight:bold;
	color: #4b90cd;	
	text-decoration: none;
	margin: 0px 8px;
	background-image:url(../../3.3.0-0/images/help_circle.png);
	background-repeat:no-repeat;
	background-position: top right;
	display:block; 
	padding-right: 15px;
}
#content-container
{
	float: left;
	width: 100%;
}

#content-column1
{
	clear: left;
	float: left;
	width: 766px;
	padding: 10px 0;
	margin-left: 10px;
	margin-right: 5px;
	display: inline-block;
	border-top: 7px solid #305EA0;
}
.toolNavTop {
	width: 97.5%;
	height: 20px;
	font-size: 8pt;
	text-align: right;
	padding: 0px 10px;
	background: -webkit-gradient(linear, 0% 0%, 50% 100%, from(#FFFFFF), to(#e7e7e7)); /* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #FFFFFF, #e7e7e7); /* Safari 5.1, Chrome 10+ */ 
	background: -moz-linear-gradient(top, #FFFFFF, #e7e7e7); /* Firefox 3.6+ */ 
	background: -ms-linear-gradient(top, #FFFFFF, #e7e7e7); /* IE 10 */ 
	background: -o-linear-gradient(top, #FFFFFF, #e7e7e7); /* Opera 11.10+ */
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF,endColorStr=#e7e7e7)"; 
	filter: progid:DXImageTransform.Microsoft.Gradient(enabled=true,startColorStr=#FFFFFF,endColorStr=#e7e7e7,GradientType=0);
	border-bottom: 1px solid #e7e7e7;

}
#content-column1 h2 { margin: 0; }

#content-sidebar
{
	float: right;
	width: 192px;
	padding: 10px 0;
	margin-left: 5px;
	margin-right: 10px;
	display: inline-block;
	border-top: 7px solid #C0C0C0;
	background: -webkit-gradient(linear, 0% 0%, 50% 100%, from(#efebef), to(#FFFFFF)); /* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #efebef, #FFFFFF); /* Safari 5.1, Chrome 10+ */ 
	background: -moz-linear-gradient(top, #efebef, #FFFFFF, #FFFFFF); /* Firefox 3.6+ */ 
	background: -ms-linear-gradient(top, #efebef, #FFFFFF, #FFFFFF); /* IE 10 */ 
	background: -o-linear-gradient(top, #efebef, #FFFFFF, #FFFFFF); /* Opera 11.10+ */
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#efebef,endColorStr=#FFFFFFFF)"; 
	filter: progid:DXImageTransform.Microsoft.Gradient(enabled=true,startColorStr=#efebef,endColorStr=#FFFFFFFF,GradientType=0);
	height: 100%;
}

#content-sidebar h4 { 
	margin: 10px 5px;
	font-size: 14px; 
	}

#footer
{
	clear: both;
	margin: 0 auto;
	text-align: center;
	padding: 20px;
	width: 988px;
	color: #666;
	font-size: 12px;
}


p.legendInfo {
	padding: 0px 0px;
	margin: 0px 0px;
	font-size: 11px;
}
p.instructions {
	padding: 5px 0px;
	margin: 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #305EA0;
	background-color: #EEE;
	border-top: 1px dotted #bcbcbc;
	border-bottom: 1px solid #305EA0;
}
label {
	display: inline-block;
	min-width: 240px;
	max-width: 250px;
	font-weight: bold;
}

#accountForm input+label, #labCodeForm input+label {
	display: inline;
	min-width: auto;
	max-width: auto;
	margin: auto 10px 5px 3px;
	font-weight: normal;
}
#loginContainer {
	width: 250px;
}
#loginButton {
	margin-right: 20px;
}
#loginform label {
	display: inline-block;
	min-width: 75px;
	max-width: 75px;
	font-weight: bold;
}
a.smallLink:link {
	font-size: 8pt;
	font-weight:normal;
	color: #4b90cd;	
	text-decoration: none;
	margin: 0px 8px;
}
a.smallLink:hover {
	font-size: 8pt;
	font-weight:normal;
	color: #4b90cd;
	text-decoration: underline;
	margin: 0px 8px;
}
a.smallLink:active {
	font-size: 8pt;
	font-weight:normal;
	color: #4b90cd;	
	text-decoration: none;
	margin: 0px 8px;
}
a.smallLink:visited {
	font-size: 8pt;
	font-weight:normal;
	color: #4b90cd;	
	text-decoration: none;
	margin: 0px 8px;
}


#testForm table, #removeAllTestsLink {
	margin-left:240px;
}
.tableCell1 {
	color: #000000;
	border-bottom: 1px dotted #bcbcbc;
	margin-top: 6px;
	padding-top: 6px;
	margin-bottom: 6px;
	padding-bottom: 6px;
	padding-right: 6px;
}

.rowNoDecor {
	color: #000000;
	margin-top: 6px;
	padding-top: 6px;
	margin-bottom: 6px;
	padding-bottom: 6px;
	padding-right: 6px;
}
.formButtons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-top: 6px;
	padding-top: 6px;
	margin-bottom: 6px;
	padding-bottom: 6px;
	padding-right: 6px;
	text-align: right;
}

.blueGrayRow {
	font-weight: bold;
	color: #305ea0;
	border-bottom: 1px solid #305ea0;
	margin-top: 6px;
	padding-top: 6px;
	background-color: #EEEEEE;
}

.messages, .messages .errors {background:transparent; display:block; text-align:left; font-weight:bold;}
.errors {background:transparent; display: block; font-weight: bold; margin:0px 0px 3px 0px; color:#f12702;}

.required {
   color: red;
   font-weight: bold;
}


.helpcircle {
	background-image:url(../../3.3.0-0/images/help_circle.png);
	background-repeat:no-repeat;
	display:block; 
	text-indent:-999em;
}

#tests td {
	vertical-align:top;
}
.testCode .testDesc {
 	border-collapse: collapse;
	font-family: Verdana,Geneva,Arial,helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

.testCode {
	font-weight: bold;
	vertical-align:top;
}

.float-left {
	float:left;
}

.float-right{
	float:right;
}
.center {
	text-align: center;
}

/*CLEAR FIX*/
.clear { 
	clear:both; 
}
.clearfix:after {	
	content: "."; 
	display: block;	
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0; 
} 
.clearfix 		{	
	display: inline-block; 
}







.accudraw_box {
	width:24%; 
	background-color:#FFFFFF;
	border:1px #cccccc solid;
	border-top:10px #cccccc solid;
	min-height:265px;
	margin:10px 2px;
	padding:10px 5px;
	color:  #000000;
	word-wrap: break-word;
}
.accudraw_box hr {
	border-top:  dotted #000000;
}

.accudraw_arrow {
	min-width:32px;
	min-height:41px;
	background:transparent url(../../3.3.0-0/images/arrow-divider.png) no-repeat;
	background-position: center; 
	display:block; 
	margin:16% 1% 0 1%;
}


.accudraw-img-container {
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	text-align: center;
}
.accudraw-img-holder {
	display:inline-block;
	width:auto;
	text-align:left;
}
.accudraw-img-holder img {
	height:auto; 
	width:auto; 
	max-width:100px;
	max-height: 125px;
}


.accudraw-qty-container {
	display: inline-block;
	text-align:center;
	font-weight: bold;
}

.accudraw_qty_times {
	display:inline;
    font-size: 30pt;
    vertical-align: 20%;
}
.accudraw_qty {
	display:inline;
    font-size: 60pt;
    margin: 0px;
    line-height: 75%;
}

.accudraw_tube_measure {
	font-size:16px;
	color: #000;
	text-align: right;
}

.accudraw_tube_desc1 {
	color:#000;
	text-align:left;
	font-weight: bold;
}

.accudraw_tube_desc2 {
	text-align:left;
	font-weight: bold;
}

.accudraw-collect-count {
	text-align: center;
}



.processingInstrCol {
	display:inline-block;
	min-width: 45%;
	max-width: 45%;
	margin:10px;
}

.btn {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 21%, #c7e3f9 54%, #ffffff 87%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(21%,#ffffff), color-stop(54%,#c7e3f9), color-stop(87%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 21%,#c7e3f9 54%,#ffffff 87%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 21%,#c7e3f9 54%,#ffffff 87%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 21%,#c7e3f9 54%,#ffffff 87%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 21%,#c7e3f9 54%,#ffffff 87%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
clip: rect(10, 10, 10, 10);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  color: #305ea0;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  border: solid #1f628d 1px;
  text-decoration: none;
  text-transform: small-caps;
  margin: 5px 2px;
  min-width: 80px;
}

.btn:hover {
	background: #305ea0; /* Old browsers */
	background: -moz-linear-gradient(top,  #305ea0 8%, #3f7dd3 46%, #3f7dd3 56%, #305ea0 94%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(8%,#305ea0), color-stop(46%,#3f7dd3), color-stop(56%,#3f7dd3), color-stop(94%,#305ea0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #305ea0 8%,#3f7dd3 46%,#3f7dd3 56%,#305ea0 94%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #305ea0 8%,#3f7dd3 46%,#3f7dd3 56%,#305ea0 94%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #305ea0 8%,#3f7dd3 46%,#3f7dd3 56%,#305ea0 94%); /* IE10+ */
	background: linear-gradient(to bottom,  #305ea0 8%,#3f7dd3 46%,#3f7dd3 56%,#305ea0 94%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#305ea0', endColorstr='#305ea0',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
	color: #fff;
	text-transform: small-caps;
}
























.warning_ico_rightpanel {
	width:18px;
	height:18px;
	display:block;
	text-indent:-999em;
	background-image: url(../../3.3.0-0/images/streamline-common-sprite.png);
	background-position: -350px -57px;
	background-repeat:no-repeat;
}
.warning_ico_leftpanel {
	width:25px;
	height:25px;
	display:block;
	text-indent:-999em;
	background-image: url(../../3.3.0-0/images/streamline-common-sprite.png);
	background-position: -370px -50px;
	background-repeat:no-repeat;
}
.warning_message {
	color:#fc6713;
	font-size:13px;
}

/*New-Accudraw-Styles*/
#accudraw_tab ul{
	position:absolute;
	left:20px;
	top:0px;
	list-style-type:none;
}
#accudraw_container {
	width:98%;
	margin:1% 0 0 1%;
	font-family:Arial, Helvetica, sans-serif;
}
.accudraw_container_row {
	width:100%;
	color:#2b3339;
	font-size:13px;
}
.accudraw-logo {
	width:128px;
	height:41px;
	background-image:url(../../3.3.0-0/images/streamline-common-sprite.png);
	background-position:0 -98px;
	background-repeat:no-repeat;
	text-indent:-999em;
 }
#accudraw_tab {
	width:100%;
	margin:1% 0;
}
#CollectionRequirements {
	width:96%;
	margin-left:2%;
}
.CollectionRequirements_info {
	background-color:#fff1a6;
	text-align:center;
	padding:4px 0;
	width:70%;
	color:#b14717;
}
.CollectionRequirements_info strong{
	color:#026185;
	font-weight:normal;
}



.submitDetailDivider {
	display: block;
   position: relative;
   padding: 0;
   margin: 8px auto;
   height: 0;
   width: 100%;
   max-height: 0;
   font-size: 1px;
   line-height: 0;
   clear: both;
   border: none;
   border-top: 10px solid #aaaaaa;
   border-bottom: 10px solid #ffffff;
}

.nonOrderableTest {
	color:#FF0000;
}

.searchBox {
	margin-top:1px;
}

.spclPrcssngTxt
 {
 text-decoration:underline
 }
 
.accu_title {
	font-style: italic;
}

.accudraw_spl_process_label {
	color: red;
}

.accudraw_spl_process_bullet {
	color: red;
	list-style-type:disc;
	text-align: left;	
	
}


.accudraw_box_border {
	border-bottom:1px #cccccc solid;
}

.accudraw_spcl_instruction {
	font-weight:normal;
	text-align:left;
	width:94%;
	font-size:12px;
	padding:0 3.5% 0 2.5%;
}


#processingInstructions {
	width:100%;
}

#loader {
	position: fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	background-color:#ffffff; 
	background-color:rgba(255,255,255,0.5);
	-o-background-color:rgba(255,255,255,0.5); 
	-webkit-background-color:rgba(255,255,255,0.5); 
	-moz-background-color:rgba(255,255,255,0.5);
	-ms-background-color:#ffffff; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFFFF,endColorStr=#FFFFFFFF)"; 
	filter: progid:DXImageTransform.Microsoft.Gradient(enabled=true,startColorStr=#FFFFFFFF,endColorStr=#FFFFFFFF,GradientType=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(enabled=true,opacity=50)"; 
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=true,opacity=50);
	background-image:url('../../3.3.0-0/images/loader_background.png');
	background-repeat: no-repeat;
	background-position: center 35%;
}
.spinner {
	position: fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	background-color:none; 
	background-image: url('../../3.3.0-0/images/loader_animated_wheel.gif');
	background-repeat: no-repeat;
	background-position: center 35%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(enabled=true,opacity=50)"; 
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=true,opacity=50);
}
#inline-loader {
	display:inline-block;
	width: 30px;
	height: 30px;
}
#smallLoader {
	background-color:#ffffff;
	-ms-background-color:#ffffff;
	background-image:url('../../3.3.0-0/images/small_loader.gif');
	-ms-background-image:url('../../3.3.0-0/images/small_loader.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

.hide {
	display:none;
}
div.alertBox div.ui-dialog-titlebar {
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff, #99adce); /* FF3.6+ */
background: -webkit-linear-gradient(top, #ffffff, #99adce); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff, #99adce); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff, #99adce ); /* IE10+ */
background: linear-gradient(to bottom, #ffffff, #99adce); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#99adce',GradientType=0 ); /* IE6-9 */
}



.noBullet{
	list-style-type:none
}