/* calendar js script styles */
.ds_box {
	background-color: #ffffff;
	border: 1px solid #000000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFFfff;
}

.ds_head {
	background-color: #4682B4;
	border-bottom: 1px solid #ffffff;
	color: #Ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #87CEFA;
	border-bottom: 1px solid #4682B4;
	border-right: 1px solid #4682B4;
	border-top: 1px solid #4682B4;	
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #DBEAF5;
	border-bottom: 1px solid #4682B4;
	border-right: 1px solid #4682B4;
	color: #000000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}
.ds_cell_day {
	background-color: #FFB6C1;
	border-bottom: 1px solid #4682B4;
	border-right: 1px solid #4682B4;
	color: #000000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}
/* discount line styles */
