@charset "utf-8";
/* CSS Document */

.details {
	background-color: #AFAFAF;
	border: #000000 solid 0px;
	
}
	
.leftcol {
	background-color: #AFAFAF;
	font-color: #AFAFAF;
	font-size: 12px;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom:1px dashed #6F6F6F;
}

.leftcol2 {
	background-color: #AFAFAF;
	font-color: #AFAFAF;
	font-size: 12px;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;	
border-bottom:1px dashed #6F6F6F;

}		

.rightcol {
	background-color: #AFAFAF;
	font-color: #AFAFAF;
	font-size: 12px;
	font:Arial, Helvetica, sans-serif;
	border-bottom:1px dashed #6F6F6F;
	
}

.rightcol2 {
	background-color: #AFAFAF;
	font-color: #AFAFAF;
	font-size: 12px;
	font:Arial, Helvetica, sans-serif;
	border-bottom:1px dashed #6F6F6F;
	
}

.details#td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
	border-bottom:1px dashed #6F6F6F;
	
}


.details#td.alt {
	background: #F5FAFA;
	color: #B4AA9D;
}
