#calendarDiv table, #calendarDiv th, #calendarDiv td, #calendarDiv, #calendarDiv a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: inherit;
	vertical-align: baseline;
}
#calendarDiv select{
	font-size:12px;
}
div#calendarDiv {
	position: absolute;
	border: 1px solid #777;
}
div#calendarDiv a {
	cursor: pointer;
	cursor: hand;
	color: #000;
}
table#calendar {
	background: #ddd;
	clear: both;
	text-align: center;
	font-size: 105%;
}
table#calendar{
	width: 180px;	
}
#linksTable{
	width:180px;
	float:left;
}
table#calendar .calendarHeader {
	background: #DBE0E5 url(../../img/fadeto333.gif) top repeat-x;
	border-bottom: 1px solid #444;
	color: #fff;
	padding:3px;
}
table#calendar tr.weekDaysTitleRow td {
	background: #777;
	color: #fff;
}
#calendar tr.weekDaysRow {
	background: #ffffff;
	color: #666;
}
#calendar .weekDaysCell {
	color: #000;
	border: 1px solid #D8DEE3;
}
#calendar .weekDaysCellOver {
	background: #C4CFE6;
	border: 1px solid #D8DEE3;
}
#top_calendar{
	height:20px;
	float:left;
	width:180px;
	background:#C4CFE6;
	color:#ffffff;
}
#top_calendar a{
	display: block;
	padding: 2px;
	font-size:12px;
}
a#closeCalendar {
	float:right;	
}
a#clearCalendar {
	float:left;
}
a#clearCalendar:hover {
	background: #000;
	color: #fff;
}
a#closeCalendar:hover {
	background: #000;
	color: #fff;
}
div#calendarDiv table#linksTable td {
	background: #000;
}
#linksTable {background:#E1EAFC;}
#linksTable a {
	display: block;
	background:#E1EAFC;
	color: #ffffff;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 12px;
	padding:0;
}
#linksTable a:hover {
	background: #ddd;
	color: #333;
}
a#prevMonth {
	float: left;
}
a#nextMonth {
	float: right;
}
td#today {
	background: #999;
}
#calendar_cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 193px; /*must have to match width and borders*/
    height: 200px; /*must have to match maximum height*/ 
}