div.datepicker {
 position: absolute;
 text-align: center;
 border: none;
 font-family: verdana;
 background-color: #E6E6E6;
 font-size: 10px;
 padding: 0;
 margin: 0;
}
div.datepicker body {
	background: #E6E6E6;
	margin: 0; 
	padding: 0;
}
div.datepicker table {
 font-size: 10px;
 margin: 0px;
 padding: 0px;
 text-align: center;
 width: 180px;
}

div.datepicker table tbody tr td.wday {
 background: #E6E6E6;
 cursor: text;
 border: none;
 color: #333333;
}
div.datepicker table tr td {
	background-color: #E6E6E6;
	color: #333333;
	font-weight: bold;
}
div.datepicker table tr td:hover {
	background-color: #333333;
	color: #E6E6E6;
}
div.datepicker table td.outbound {
	background-color: #E6E6E6;
	color: #333333;
	font-weight: normal;
}
div.datepicker table td.outbound:hover {
	background-color: #333333;
	color: #E6E6E6;
	cursor: pointer;
	font-weight: normal;
}
div.datepicker table td.nclick {
	background-color: #E6E6E6;
	color: #333333;
	font-weight: normal;
}
div.datepicker table td.nclick:hover {
	background-color: #E6E6E6;
	color: #333333;
	font-weight: normal;
}
div.datepicker table td.nclick_outbound {
	background-color: #E6E6E6;
	color: #333333;
	font-weight: normal;
}
div.datepicker table td.nclick_outbound:hover {
	background-color: #E6E6E6;
	color: #333333;
	font-weight: normal;
}
div.datepicker table td.today {
	background-color: #333333;
	color: #E6E6E6;
	cursor: pointer;
}
div.datepicker table td.today:hover {
	background-color: #333333;
	color: #E6E6E6;
	cursor: pointer;
}
div.datepicker table thead tr th {
 font-size: 10px;
 font-weight: bold;
 background-color: #CC0000;
 border-bottom: 1px solid #ffffff;
 color: #ffffff;
 padding: 0px;
 margin: 0px;
 padding-top: 12px;
 padding-bottom: 5px;
}
#datepicker-date-prev th , #datepicker-date-next th {
	font-size: 8px;
}
div.datepicker table tfoot {
 font-size: 10px;
 background: #E6E6E6;
 border-top:1px solid #E6E6E6;
 color: #333333;
 cursor: pointer;
 text-align: center;
 padding: 0px;
}
