body, table, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Start-Of-Classes specific for the Calendar popup */
#calendar {
	float: none;
	position: absolute;
	left: 1px;
	top: 1px;
	border: 1px solid #4682b4;
	z-index: 4;
	background-color: White;
	visibility: hidden;
}
table.cal {
	border: 1px solid #4682B4;
}
table.calhead {
	background-color: #4682b4;
	color: White;
}
table.calhead td.month {
	width: 100%;
	text-align: center;
}

table.cal td.caldayhead {
	text-align: center;
	color: White;
	font-weight: bold;
	background: #8793FA;
	text-decoration : none;	
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.calendar {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
table.cal td {
	width: 26px;
}
table.cal td.workdayempty {
	background : #E6E6E6;
}
table.cal td.weekendempty {
	background : #C0C0FF;
}

table.cal td.workday a {
	background : #E6E6E6;
	color: #4682b4;
	text-decoration : none;	
	padding-top: 3px;
	padding-bottom: 3px;
	width: 26px;
	text-align: center;
	display : block;
}
table.cal td.workday a:hover {
	background : #C9D8E0;
	color: Red;
}
table.cal td.weekend a {
	background : #C0C0FF;
	color: #4682b4;
	text-decoration : none;	
	padding-top: 3px;
	padding-bottom: 3px;
	width: 26px;
	text-align: center;
	display : block;
}
table.cal td.weekend a:hover {
	background : #C9D8E0;
	color: Red;
}
/* End-Of-Classes specific for the Calendar popup */

