
/*-Begin Section -_acc_wizards.css-*/
ul.elWiz
{
background-color: #FFF;
padding: 0 20px 40px 20px;
color: #000;
overflow: hidden;
font-size: .9em;
clear: both;
position: relative;
}
ul.elWiz li
{
display: inline;
float: left;
width: 170px;
margin-right: 10px;
}
ul.elWiz li label
{
	display: block;
	font-weight: bold;
	height: 2em;
	line-height: 2em;
	padding-left: 3px;
	background-color: #48ca03; /*green*/
	color: #FFF;
	margin-bottom: 3px;
}
ul.elWiz li select
{
	width: 170px;
	height: 8em;
	overflow: auto;
	font-size: 1em;
}
ul.elWiz li select.isRequired
{
	background-color: #ffa618;
}
ul.elWiz li.reset
, ul.elWiz li.submit
{
	position: absolute;
	bottom: 0;
	left: 23px;
	width: 8em;
	padding-bottom: 1.5em;
	
}
ul.elWiz li.reset
{
	left: 8em;
	margin-left: 25px;
}
ul.elWiz li.reset a.hoverbutton
, ul.elWiz li.submit a.hoverbutton
{
	float: none;
}
ul.elWiz li.elRTCureSpeedHrs
{
	clear: right;
}

div.elWizList
{
	clear: both;
	padding: 20px 0;
	background-color: #FFF;
float: left;
width: 100%;
}
div.elWizList h2
{
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: .5em;
	margin-left: 20px;
	
}
div.elWizList table
{
border: solid 1px #B0B0B0;
border-collapse: collapse;
border-bottom: 0;
	font-size: .9em;
	width: 96%;
	margin: 0 20px;	
}
div.elWizList table thead
, div.elWizList table tr.RowSelection
, div.elWizList table tr.RowPrimerHeader
, div.elWizList table tbody tr th
{
	background-color: #2d6b12; /*dark green*/

}
div.elWizList table th
, div.elWizList table tr.RowSelection td
, div.elWizList table tr.RowPrimerHeader td
, div.elWizList table tbody tr th
{
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	background-position: right;
	background-repeat: no-repeat;
	
}
div.elWizList table th
, div.elWizList table td
{
border: solid 1px #B0B0B0;
padding: 3px 2px;
}
div.elWizList table td a
{
font-weight: bold;
color: #2d6b12 !important;
text-decoration: underline;
}
/*TEMP*/
div.elWizList table td.TDS a
, div.elWizList table td.MSDS a
{
	background:url(../_images/icons/pdf.gif) no-repeat center left;
	float: left;
	display: inline;
	width: 16px;
	height: 16px;
	margin-left: 3px;
	text-decoration: none;
}

div.elWizList table td.TDS a span
, div.elWizList table td.MSDS a span
{
	display: none;
}
div.elWizList table tr.roweven
, div.elWizList table tr.RowPrimerlessHeader
, div.elWizList table tr.RowPrimer
{
	background-color: #acd79a; /*pale green*/
}
div.elWizList table th.sortdesc 
{
	background-image:url(../_images/acc/sortdown.gif);
}
div.elWizList table th.sortasc 
{
	background-image:url(../_images/acc/sortup.gif);
}
/*-End Section -_acc_wizards.css-*/

/*-End File-*/
