table.datePicker { 

	background-color: #fff;
	font-family: tahoma, sans-serif, arial;
        font-size: 8pt;
        font-weight: normal;
}

tr.dpRow {

}

td.dpCell {

	font-family: tahoma, sans-serif, arial;
        font-size: 8pt;
	cursor: pointer;
	color: #000;
	text-align: center;
	border: solid 1px #fff;
	padding: 2px;
}

td.dpCell:hover {
	
	background-color: #ccc;
	border: solid 1px #ccc;
}

td.dpCelln {
	font-family: tahoma, sans-serif, arial;
        font-size: 8pt;
	cursor: pointer;
	color: #999;
	text-align: center;
	border: solid 1px #fff;
	padding: 2px;
}

td.dpCelln:hover {
	
	background-color: #ccc;
	border: solid 1px #ccc;
}

td.dpCellh {
	font-family: tahoma, sans-serif, arial;
        font-size: 8pt;
	cursor: pointer;
	color: #999;
	text-align: center;
	border: solid 1px #fff;
	padding: 2px;
	width: 14.28%;
}
