/* Default attributes of table container for entire calendar */
.table-style {
	font-family:arial,verdana,helvetica,sans-serif;
	border:solid 2px #3399CC;
	border-color:#25B5FE #3399CC #3399CC #25B5FE;
	background-color:#FFFFFF;
	font-size:11px;
}

.table-style a,
.table-style a:hover,
.table-style a:link,
.table-style a:visited,
.table-style a:active {
	color:#363535;
	text-decoration:none;
}

/* Default attributes of DIV containing table container for entire calendar. */
.div-style {
	z-index:999;
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	border:solid 1px #EFEFEF;
	border-width:0 1px 1px 1px;
}

/* Default attributes used in calendar title. */
.title-style {
	padding:4px;
	font-family:arial;
	font-size:11px;
	color:#363535;
	cursor:default;
	text-align:center;
}

/* Default attributes used in calendar title background.*/
.title-background-style {
	background:#33CCFF url(../i/calendar/title_bg.gif) repeat-x bottom left;
}

/* Appearance of buttons in calendar title. */
.title-button {
	cursor:default;
}

/* Appearance of month-year in calendar title. */
.title-month-year {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#000000;
}

/* Default attributes of calendar body. */
.body-style {
	padding:0px;
	background-color:white;
	font-family:verdana;
	font-size:11px;
}

/* Default attributes used in day column titles.*/
.day-title-style {
	padding: 4px 2px;
	background-color: #ECF2F9;
	text-align: center;
	vertical-align: middle;
	border-bottom: solid 1px #D2D8DF;
}

/* Default attributes used in day cells.*/
.day-cell-style {
	padding:4px 2px;
	text-align:center;
	vertical-align:middle;
}

/* Attributes of current day in calendar body. */
.current-day-style {
	color:red;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.end-of-weekday-style {
	color:#909090;
	text-decoration:none;
}

/* Attributes of all other days in calendar body. */
.normal-day-style {
	color:black;
	text-decoration:none;
	text-align:center;
}

/* Attributes of border around selected day in calendar body. */
.selected-day-style
{
	background-color:#FFE37D;
	border:solid 1px #D2D8DF;
	color:#363535;
	font-weight:bold;
	text-align:center;
}

/* Attributes of border around selected day in calendar body. */
.disabled-day-style
{
	color:#A6A6A6;
	text-decoration:none;
	text-align:center;
	cursor:default;
}

/* Attributes of today display at bottom on calendar */
.today-style {
	padding:3px;
	color:#363535;
	background-color:#ECF2F9;
	text-align:center;
	text-decoration:none;
	border-top:solid 1px #D2D8DF;
}
