.table-style {
	font-family: Tahoma;
	border-width: 0; 
	border-style: solid; 
	border-color: #a0a0a0;
	border-top:#AFD6F5 1px solid;
	border-left:#AFD6F5 1px solid;
	border-bottom:#006699 1px solid;
	border-right:#006699 1px solid;
	background-color: #95CAFF;
	color: #000000;
	font-size: 11px;
}
/* Default attributes of DIV containing table container for entire calendar. */
.div-style
{
	z-index: 999;
	position: absolute;
	visibility: hidden;
	border-right: #9E9E9E 1px solid;
	border-top: #9E9E9E 1px solid;
	border-left: #9E9E9E 1px solid;
	border-bottom: #9E9E9E 1px solid;
}

/* Default attributes used in calendar title (month and year columns).*/
.title-style {
	padding: 0px;
	font-family: Tahoma; 
	font-size: 11px;
	color: #FFFFFD;
	text-align:center;
}

/* Default attributes used in calendar title background.*/
.title-background-style {
	border-bottom:#1A87BE 1px solid;
	border-right:#1A87BE 1px solid;
	border-left:#CEE8FD 1px solid;
	border-top:#CEE8FD 1px solid;
	background-color: #09A4D0;
}

/* Month + Year Titles */
.title-control-style 
{
	cursor: default;
	font-family: Tahoma; 
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFD;
}

/* Normal appearance of controls in calendar title. */
.title-control-normal-style {
	cursor: pointer;
	font-family: Tahoma; 
	font-size: 8px;
	/*font-weight: bold;*/
	color: #FFFFFD;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style {
	cursor: pointer;
	font-family: Tahoma; 
	font-size: 8px;
	/*font-weight: bold;*/
	color: #FFFFFD;
}

/* Default attributes of drop down lists (month and year). */
.dropdown-style {
	font-family: Tahoma; 
	font-size: 11px; 
	border: solid 1px #cccccc;
	background-color: #0066cc;
	color: #ffffff;
	cursor: default;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
	background-color: #fafef5;
	color: red;
	cursor: pointer;
}

/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-style {
	/*background-color: #000000;*/
}

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style {
	padding: 0px;
	background-color: white;
	font-family: Tahoma; 
	font-size: 11px;
}

/* Attributes of current day in calendar body. */
a.current-day-style {
	font-weight: bold;
	text-decoration: none;
}

a.current-day-style:hover {
	color:#f0f0f0;
	background-color: #DD0000;
}

.disabled-current-day-style {
	color:#000066;
	background-color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
a.end-of-weekday-style {
	width:22px;
	/*color: #4f4f4f;*/
	color:#FF0000;
	text-decoration: none;
	font-size: 11px;
}

a.end-of-weekday-style:hover
{
	/*background-color: #4f4f4f;*/
	color: white;
	text-decoration: none;
	background-color: #99DAF9;
	border:#0099CC 1px solid;
}

.disabled-end-of-weekday-style {
	width:22px;
	/*color: silver;*/
	color:#FFCECF;
	font-weight: lighter;
	text-decoration: none;
	font-size: 11px;
}

/* Attributes of all other days in calendar body. */
.disabled-normal-day-style {
	width:22px;
	color: silver;
	font-weight: lighter;
	text-decoration: none;
	font-size: 11px;
}

a.normal-day-style {
	width:22px;
	text-decoration: none;
	font-size: 11px;
}

a.normal-day-style:hover {
	width:22px;
	color: white;
	font-weight: bold;
	background-color: #99DAF9;
	text-decoration: none;
	border:#0099CC 1px solid;
}

a.closecal 
{
	color: #FFFFFD;
	text-decoration: none;
	/*font-weight: bold;*/
}

a.closecal:hover
{
	color: #FFFFFD;
	text-decoration: none;
	font-weight: bold;
}

/* Attributes of border around selected day in calendar body. */
a.selected-day-style {
	font-size: 11px;
	width:22px;
	background-color: #99DAF9;
	border:#0099CC 1px solid;
}

/* Default attributes of designated holidays. */
a.holiday-style {
	background-color: #FFDDDD;
	font-size: 11px;
}

/* Sub Header Days of Week */
.dayofweeks
{
	color: #323232; 
	font-size: 11px;
	/*font-weight: bold;*/
	height:18px;
	background-color: #F5F5F5;
}

/* Attributes of Footer today display at bottom on calendar */
.today-style, .today-style a, .today-style a:hover, .today-style a:visited, .today-style a:active
{
	font-size: 11px;
	/*font-weight: bold;*/
	color: #FFFFFF; 
	height:15px;
	background-color: #95CAFF;
	text-align: center;
	/*text-decoration: underline;*/
	font-family: Tahoma;
}

/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #F5F5F5; 
	padding: 0px;
}

/* Combined styles to solve the conflict between stylesheets */
td.cal_day a.normal-day-style
{
	font-size: 11px;
	color: black;
	text-decoration: none;
}

td.cal_day a.normal-day-style:hover
{
	font-size: 11px;
	color: white;
	font-weight:bold; 
	/*background-color: #808080; */
	width: 22px;
	background-color: #99daf9;
	text-decoration: none;
}

td.cal_day a.end-of-weekday-style 
{
	font-size: 11px;
	/*color: #4f4f4f;*/
	color:#FF0000;
	text-decoration: none;
}

td.cal_day a.end-of-weekday-style:hover
{
	font-size: 11px;
	font-weight:bold; 
	color: white;
	/*background-color: #808080; */
	width: 22px;
	background-color: #99daf9;
	text-decoration: none;
}

td.cal_day a.current-day-style
{
	font-size: 11px;
	font-weight:bold; 
	color: #DD000D;
	text-decoration: none;
}

td.cal_day a.selected-day-style 
{
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFD;
	text-decoration:none;
}

td.cal_day 
{
	height:18px;
	text-decoration: none;
}