.table-style {
	font-family: arial;
	border-width: 1; 
	border-style: solid; 
	border-color: #a0a0a0; 
	background-color: #ffffff;
	font-family: arial; 
	font-size: 11px;
}


.div-style {
	z-index: +999;
	position: absolute;
	visibility: hidden;
}


.title-style {
	padding: 2px;
	font-family: arial; 
	font-size: 11px;
	color: #3a6ea5;	
}


.title-background-style {
	background-color: #cee3ef;
}


.title-control-normal-style {
	border-style: solid;
	border-width: 1;
	border-color: #3a6ea5; 
	cursor: pointer;
}


.title-control-select-style {
	border-style: solid;
	border-width: 1;
	border-color: #3a6ea5; 
	cursor: pointer;
}


.dropdown-style {
	font-family: arial; 
	font-size: 11px; 
	border-width: 1; 
	border-style: solid; 
	border-color: #a0a0a0;
	background-color: #cee3ef;
	cursor: pointer;
}


.dropdown-select-style {
	background-color: #3a6ea5;
}


.dropdown-normal-style {
	background-color: #0;
}


.body-style {
	padding: 5px;
	background-color: #cee3ef;
	font-family: verdana; 
	font-size: 10px;
}


.current-day-style {
	color: red;
	font-weight: bold;
	text-decoration: none;
}


.end-of-weekday-style {
	color: #909090;
	text-decoration: none;
}


.normal-day-style {
	color: black;
	text-decoration: none;
}


.selected-day-style {
	border-style: solid;
	border-width: 1px; 
	border-color: #a0a0a0;
}


.holiday-style {
	background-color: #FFDDDD;
}


.today-style {
	padding: 0px;
	color: black;
	background-color: #cee3ef;
	text-align: center;
	text-decoration: none;
}


.weeknumber-div-style {
	background-color: #d0d0d0; 
	padding: 0px;
}

