.wizardtable{
	width:685px;
	margin:5px auto;
	padding-left:20px;
}
.wizardtable .cat_td{
	border:1px solid #999999;
	background-color:#ededed;
}
.wizardtable .cat_div, .wizardtable .topdiv {
	position:relative;
	height:auto;
	padding:4px 8px 2px 8px;
	margin:1px 2px;
}
.wizardtable .bg1{
	background-color:#b31c1c;
	border-bottom:2px solid #c53131;
}
.wizardtable .bg2{
	background-color:#CCCCCC;
	border-bottom:2px solid #d9d9d9;
}
.wizardtable .header{
	font-weight:900;
	float:left;
	font-size:10pt;
}
.wizardtable .items{
	margin:0px;
	padding-left:170px;
	font-size:12px;
}
.wizardtable .cat_div .item, .wizardtable .topdiv .item{
	cursor:pointer;
	margin:0px 7px;
}
.wizardtable .topdiv .item{
	font-weight:900;
	margin:0px 13px 0px 7px;
}
.wizardtable .bg1 .item{
	color:#330000;
}
.wizardtable .bg2 .item{
	color:#333333;
}
.wizardtable .bg1 .selected{
	color:#FFFFFF;
}
.wizardtable .bg2 .selected{
	color:#CC0000;
}
.wizardtable .bg1 .item:hover{
	color:#FFFFFF;
}
.wizardtable .bg2 .item:hover{
	color:#CC0000;
}
.wizardtable .inactive{
	background-color:#C2BEA2;
	border-top:1px solid #CA0014;
}
.no_disp{
	display:none;
}
.wizardtable #results{
	position:relative;
	height:auto;
	padding:0px;
	margin:1px 2px;
}
.wizardtable #results fieldset{
	border:1px solid #aA0004;
	margin:0px;
	padding:5px 15px;
}
.wizardtable #results legend{
	font-size:12px;
	font-weight:900;
	color:#b31c1c;
}
.wizardtable #results td{
	padding:3px 20px 3px 3px;
	/*border:1px solid #C2BEA2;*/
}
.wizardtable #results .class1{
	background-color:#d2d2d2;
}
.wizardtable #results .class2{
	background-color:#FFFFFF;
}
.wizardtable #results .class1:hover, .wizardtable #results .class2:hover{
	background-color:#FFFF99;
	cursor:pointer;
}
.wizardtable #results #resultsstat{
	color:#FF0000;
	font-size:14px;
	font-style:italic;
	font-weight:900;
}

.small{
	font-size:85%;
}
.link{
	cursor:pointer;
	color:#CC0000;
}