/* Default attributes of table container for entire calendar */
TABLE.table-style {
	font-family: arial;
	border-width: 0px; 
	border-style: solid; 
	border-color: #a0a0a0; 
	background-color: #ffffff;
	font-family: arial; 
	font-size: 12px;
	padding:0px;
	margin:0px;
}
.div-style {
	z-index: +998;
	position: absolute;
	visibility: hidden;
	width:142px;
}

.title-style {
	padding: 0px;
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
}

.title-background-style {
	background-color: #604997;
	color: #FFFFFF;
}
.title-control-normal-style {
	font-weight: bold;
	cursor: pointer;
	color:#FFFFFF;
}
.body-style {
	padding: 0px;
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
}
A.current-day-style:link, A.current-day-style:visited, A.current-day-style:active, A.current-day-style:hover {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

A.end-of-weekday-style:link, A.end-of-weekday-style:visited, A.end-of-weekday-style:active, A.end-of-weekday-style:hover {
	color: #909090;
	text-decoration: none;
}

A.normal-day-style { color: black; text-decoration: none; }
A.normal-day-style:link, A.normal-day-style:visited, A.normal-day-style:active, A.normal-day-style:hover { color: black;  }

A.selected-day-style:link, A.selected-day-style:visited, A.selected-day-style:active, A.selected-day-style:hover {
	color:#333333;
	background-color:#dddddd;
	border-style: solid;
	border-width: 1px; 
	border-color: #a0a0a0;
}
.last-day-style {
	color:#777777;
	font-weight:normal;
	text-decoration:line-through;
}

