/* CSS Document */
td.dashed_border {
	border: 1px dashed #b68cbc; /*#80A0FF;*/
}
td.dotted_border {
	border: 1px dotted #b68cbc; /*#80A0FF;*/
}
td.dashed_left {
	border-left: 1px dashed #b68cbc;
	border-top: 1px dashed #b68cbc;
	border-bottom:  1px dashed #b68cbc;
	border-right: 1px solid #b68cbc; /*#80A0FF;*/
	vertical-align: middle;
}
td.dashed_right {
	border-right: 1px dashed #b68cbc;
	border-top: 1px dashed #b68cbc;
	border-bottom:  1px dashed #b68cbc;
}
td.dashed_all {
	border: 1px dashed #b68cbc;
}
.alternate {
	font-size: 14px;
	font-weight: bold;
	background-color: #8b3888;
	color: #eee1f4;
	padding: 3px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
td.list_header_cell_1 {
	padding: 3px;
	color: #eee1f4;
	font-weight: bold;
}
td.list_header_cell_2 {
	padding: 3px;
	color: #8b3888;
	font-weight: bold;
}