@charset "utf-8";
/* CSS Document */

.ds_box {
	background-color: #FFF;
	border: 1px solid #12569b;
	position:absolute;
	z-index: 1500;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #12569b;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #5c93cb;
	color: #12569b;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #e78d30;
	color:#fff
} /* This hover code won't work for IE */

.field { clear:both; margin:0 0 10px 0; height:30px  }
.field label { margin:0 10px 0 0; text-align:right; width:330px; float:right }
.field input, .field select { float:right }
