/*********************************************************
 *                                                       *
 * 	DatePicker Element Style Properties                  *
 *                                                       *
 *********************************************************/
div.DatePicker {
	padding: 0px;
	margin: 0px;
}

table.DatePicker {
	text-align: center;
	color: #505050;
	background-color: #FFFFFF;
	border: 1px #00659C solid;
}

tr.DatePickerTitle {
	background-color: #00659C;
}

td.DatePickerTitle {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

td.DatePickerButton {
	text-align: center;
}

td.DatePickerDay {
	font-size: 10px;
	color: #00659C;
	text-align: center;
}

td.DatePicker {
	width: 17px;
	border: 1px #DFDFDF solid;
	text-align: center;
	cursor: pointer;
}

td.DatePickerHover {
	border: 1px red solid;
	text-align: center;
	cursor: pointer;
}

td.DatePickerSelected {
	background-color: #FF0000;
	border: 1px #FF0000 solid;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}