/* Default attributes of table container for entire calendar */
.table-style {
	font-family:Arial, Verdana, Geneva, sans-serif;
	border-width:1px solid #ff0099; 
	font-family:arial; 
	font-size:14px;
}

.inner-box { padding:0.2em; }
.inner-box { background-color: #CCCCCC; }
.inner-boxw, i { background-color: #FFFFFF; }
b.r1, b.r3 { background-color: #CCCCCC; }
i.r1, i.r3 { background-color: #FFFFFF; }
.r1, .r3 { display: block; height: 1px;	overflow: hidden; font-size:1px;} 
.r3 { margin: 0 3px; }
.r1 { margin: 0 1px; }



/* Default attributes of DIV containing table container for entire calendar.
 * You probably don't want to alter this style.
 */
.div-style {
	z-index: +998;
	position: absolute;
	visibility: hidden;
}

/* Default attributes used in calendar title (month and year columns).*/
.title-style {
	padding: 0px;
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* Default attributes used in calendar title background.*/
.year-background-style { background-color: #FFFFFF; }

/* Normal appearance of controls in calendar title. */
/* Note: The right, left and down icons are images, which must be edited if you need to change them. */

.title-control-normal-style { font-weight: bold; cursor: pointer; font-size:12pt; color:#6e7174; }

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style {
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size: 14px;
}


/* Attributes of current day in calendar body. */
b.last-day-style {
	color: #e7e9e9;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
A.end-of-weekday-style {
	color: #909090;
	text-decoration: none;
}

/* Attributes of all other days in calendar body. */
A.normal-day-style:link, A.normal-day-style:active,A.normal-day-style:hover,A.normal-day-style:visited {
	font-family:Arial, Verdana, Geneva, sans-serif;
	color: #000000;
	text-decoration: none;
}

/* Attributes of current day in calendar body. */
A.current-day-style:link, A.current-day-style:active,A.current-day-style:hover,A.current-day-style:visited {
	font-family:Arial, Verdana, Geneva, sans-serif;
	color: #000000;
	text-decoration: none;
}

/* Attributes of border around selected day in calendar body. */
A.selected-day-style:link, A.selected-day-style:active,A.selected-day-style:hover,A.selected-day-style:visited {
	font-family:Arial, Verdana, Geneva, sans-serif;
	color:#ffffff;
	text-decoration: none;
}

/* Attributes of border around selected day in calendar body. */
A.curselected-day-style:link, A.curselected-day-style:active,A.curselected-day-style:hover,A.curselected-day-style:visited {
	font-family:Arial, Verdana, Geneva, sans-serif;
	color:#ffffff;
	background-color:#0a6023;
	text-decoration: none;
}

.week-day { background-color:#ffffff; color:#909090;}
.td_day { border:1px solid #e7e9e8;}
.cur_td_day { background-color:#0a6023; }
.scur_td_day { background-color:#0a6023; border:1px solid #e7e9e8; }


