A.closeCalendar {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Arial; TEXT-DECORATION: none; LETTER-SPACING: 3pt;
	padding-left: 0 ;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	cursor: pointer;
}
A.closeCalendar:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Arial; TEXT-DECORATION: none; LETTER-SPACING: 3pt;
	padding-left: 0 ;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	cursor: pointer;
}

/* Default attributes of table container for entire calendar */
.table-style {
	font-family: arial;
	border: solid 0px #A0A0A0; 
	background-color: #a0a0a0;
	font-family: arial; 
	font-size: 10px;
	height:160px;
}

/* Default attributes of DIV containing table container for entire calendar.
 */
.div-style {
	z-index: 999;
	position: absolute;
	visibility: hidden;
}

/* Default attributes used in calendar title (month and year columns).*/
.toptable {
	padding: 0px;
	border: 0px;
	border-style: solid; border-color: #969696;
}

/* Default attributes used in calendar title (month and year columns).*/
.title-style {
	padding: 1px;
	font-family: arial; 
	font-size: 10px;
	color: #000000;
}

/* Default attributes used in calendar title background.*/
.title-background-style {
	background-color: #e2e2e2;
}

/* 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-style0 
{
	padding-left: 2;
	padding-top: 0;
	padding-right: 2;
	padding-bottom: 1;
	border: 1px;
	border-style: solid; border-color: #969696;
	cursor: default;
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #666666; FONT-FAMILY: Verdana, Arial;
	background:#EEEEEE;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style0
{
	padding-left: 2;
	padding-top: 0;
	padding-right: 2;
	padding-bottom: 1;
	border: 1px;
	border-style: solid; border-color: #000000;
	cursor: default;
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana, Arial;
	background:#DDDDDD;
}

/* 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 {
	padding-left: 1;
	padding-top: 1;
	padding-right: 1;
	padding-bottom: 1;
	border: 1px;
	border-style: solid; border-color: #969696;
	cursor: default;
	FONT-WEIGHT: bold; FONT-SIZE: 9px; COLOR: #666666; FONT-FAMILY: Verdana, Arial;
	background:#EEEEEE;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style 
{
	padding-left: 1;
	padding-top: 1;
	padding-right: 1;
	padding-bottom: 1;
	border: 1px;
	border-style: solid; border-color: #000000;
	cursor: default;
	FONT-WEIGHT: bold; FONT-SIZE: 9px; COLOR: #000000; FONT-FAMILY: Verdana, Arial;
	background:#DDDDDD;
}

/* 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-style1 
{
	padding-left: 2;
	padding-top: 0;
	padding-right: 2;
	padding-bottom: 1;
	border: 1px;
	border-style: solid; border-color: #969696;
	cursor: default;
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #666666; FONT-FAMILY: Verdana, Arial;
	background:#EEEEEE;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style1 
{
	padding-left: 2;
	padding-top: 0;
	padding-right: 2;
	padding-bottom: 1;
	border: 1px;
	border-style: solid; border-color: #000000;
	cursor: default;
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana, Arial;
	background:#DDDDDD;
}

/* Default attributes of drop down lists (month and year). */
.dropdown-style {
	font-family: arial; 
	font-size: 11px; 
	border-width: 0; 
	border-style: solid; 
	background-color: #E4e4e4;
	border-color: #969696;
	color: #666666;
	cursor: default;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
	background-color: #CCCCCC;
	color: #000000;
	cursor: default;
}

/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-style {
	background-color: #E4e4e4;
	color: #666666;
	cursor: default;
}

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style {
	padding: 5px;
	background-color: white;
	font-family: verdana; 
	font-size: 10px;
	color: #333333;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#e2e2e2', EndColorStr='#FFFFFF');
	
}

.calendarDiv 
{
	z-index:300;
}

/* Attributes of current day in calendar body. */
.current-day-style {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.end-of-weekday-style {
	color: #969696;
	text-decoration: none;
	border: solid 0px  #e2e2e2;
}
.end-of-weekday-style:hover {
	color: #969696;
	border: solid 0px  #969696;
	
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.saturday-style {
	color: #969696;
	text-decoration: none;
	border: solid 0px #FFFFFF;
}
.saturday-style:hover {
	color: #969696;
	border: solid 0px #CCCCCC;
}

/* Attributes of all other days in calendar body. */
.normal-day-style {
	color: black;
	text-decoration: none;
	border: solid 0px #000000;
}

.normal-day-style:hover {
	color: black;
	text-decoration: none;
	border: solid 0px #000000;
}

/* Attributes of border around selected day in calendar body. */
.selected-day-style {
	border-style: solid;
	border-width: 1px; 
	border-color: #a0a0a0;
	color: #0066cc;
	font-weight: bold;
}

/* Default attributes of designated holidays. */
.holiday-style {
	background-color: #FFDDDD;
}

/* Attributes of today display at bottom on calendar */
.bottomdiv {
	padding-left: 1;
	padding-top: 1;
	padding-right: 1;
	padding-bottom: 1;
	border: 1px;
	border-style: solid; border-color: #969696;
	cursor: default;
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #666666; FONT-FAMILY: Verdana, Arial;
	background:#EEEEEE;
}

/* Attributes of today display at bottom on calendar */
.bottomdivHover {
	padding-left: 1;
	padding-top: 1;
	padding-right: 1;
	padding-bottom: 1;
	border: 1px;
	border-style: solid; border-color: #000000;
	cursor: default;
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #666666; FONT-FAMILY: Verdana, Arial;
	background:#DDDDDD;
}

/* Attributes of today display at bottom on calendar */
.today-style {
	text-align: center;
	text-decoration: none;
	font-family: verdana; 
	font-size: 10px;
	color: #666666;
}

/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #d0d0d0; 
	padding: 0px;
}

/* Attributes of today display at bottom on calendar */
.weekstartLink {
	text-decoration: none;
	font-family: verdana; 
	font-size: 10px;
	color: #000000;
	padding-left: 2;
	padding-top: 0;
	padding-right: 2;
	padding-bottom: 0;
	border: 1px;
	border-style: solid; border-color: #FFFFFF;
}
/* Attributes of today display at bottom on calendar */
.weekstartLink:hover {
	text-decoration: none;
	font-family: verdana; 
	font-size: 10px;
	color: #000000;
	font-weight:bold;
	padding-left: 2;
	padding-top: 0;
	padding-right: 2;
	padding-bottom: 0;
	border: 1px;
	border-style: solid; border-color: #CCCCCC;
}

/* Attributes of today display at bottom on calendar */
.yearImg {
	padding-top: 2;
	padding-bottom: 2;
}