
.table-style {  
padding: 4px;
border-width: 1px;
border-style: outset;
border-color: #DEDEDE; background-color: #EEEEFE;
}
.div-style {
z-index: +999;
position: absolute;
visibility: hidden;
}
.title-style {
padding: 2px;
background-color: #EEEEFE;
}
.title-background-style {
background-color: #EEEEFE;
}
.title-control-normal-style {
border-style: solid;
border-width: 1;
border-color: #C1C1C1;
cursor: pointer;
}
.title-control-select-style {
border-style: solid;
border-width: 1;
border-color: #666699;
cursor: pointer;
}
.dropdown-style {
border-width: 1px;
border-style: outset;
border-color: #DEDEDE; background-color: #DEDEDE;
color: black;
}
.dropdown-select-style {
background-color: #666699; color: white;
}
.dropdown-normal-style {
background-color: #EEEEFE;
}
.body-style {
padding: 5px;
background-color: #EEEEFE;
font-size: 10px;
}
.current-day-style {
color: #666699;
font-weight: bold;
text-decoration: none;
}
.end-of-weekday-style {
color: #C1C1C1;
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: #666699; color: white;
}
.today-style {
padding: 0px;
color: black;
background-color: #EEEEFE;
text-align: center;
text-decoration: none;
}
.weeknumber-div-style {
background-color: #d0d0d0; 
padding: 0px;
}
