.nodisplay
{
	display: none;
}
.tabSel /* currently loaded step tab */
{
	background: url(../images/tab_right.gif) #FFFFFF top right no-repeat;float:left;
	float: left;
    margin: 0;
}
.tabSel a{
	background: url(../images/tab_left.gif) top left no-repeat;
	display: block;
    padding: 2px 10px 4px 10px;
}
.tab /* menu tab */
{
	background: url(../images/tab_right.gif) #FFFFFF top right no-repeat;float:left;
	float: left;
    margin: 0;
}
.tab a{
	background: url(../images/tab_left.gif) top left no-repeat;
	display: block;
    padding: 2px 10px 3px 10px;
	color: #666666;
}
.iN /* field name */
{
	padding-right: 15px;
	width: 140px;
	background-color: #EEEEEE;
}
.invalid /* field invalid alert */
{
	display: inline;
	padding: 2px;
	color:#CC0000;
}
div
{
	margin: 0px 0px 0px 0px;
}
#dFormsNavigationT
{    
	float: left;
    width: 100%;
    background: #FFFFFF url(../images/tab_bg.gif) repeat-x bottom;
    line-height: normal;
}
#dFormsNavigationT ul
{   
	margin:0;
	padding:0;
	list-style:none;
}
#dFormsNavigationB
{
	padding-top: 10px;
}
#dFormsDisplay
{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 40px;
	border: 0px solid #CCCCCC;
}
.nav /* navigation buttons */
{
	float: right;
}
.pN /* page/step number */
{
	display: none; /* display: inline; is the default */
}
.fV /* form validation invlaid */
{
	/*color: #FF0000;*/
	font-weight:bold;
}
.rF /* required field */
{
	/* background-color: #CCCCCC; */
}
.sL /* save log */
{
	color: #AAAAAA;
	font-style: italic;
	font-size: 9px;
	padding-top: 15px;
	text-align: right;
}
.btn
{
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
}
#lB
{
	display: none;
	position: absolute;
	top: 380px;
	left: 500px;
	padding: 20px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	z-index: 150;
}

.lRow /* List item row (e.g. credits and agents) */
{
	width: 680px;
	overflow: hidden;
	border-bottom: 1px solid #EEEEEE;
}

.lCol /* List item column */
{
	width: 100px;
	overflow: hidden;
	float: left;
}


/* Primary step numbers and timeline */
#dPrimaryStepsLine
{
	text-align: left;
}
#PrimStepNumA
{
	color: #99CC00;
	font-weight: bold;
	font-size: 18px;
	display: inline;
}
#PrimStepNumB
{
	font-size: 12px;
	font-weight: bold;
	display: inline;
}
#PrimStepText
{
	font-size: 13px;
	padding-left: 15px;
	display: inline;
}

.selStep
{
	color: #99CC00;
	font-weight: bold;
}

#dImages
{
	overflow: hidden;
}

select, option
{
	font-family: "Trebuchet MS", Arial,, Helvetica sans-serif;
	font-size: 12px;
	color: #666666;
}