.c_container {}

.c_body {
    width:230px;
    text-align:left;
    border:1px solid black;
	display: none;
	background:#ffffff;
}

.c_right  { float:right; }
.c_left   { float:left;  }
.c_center { text-align:center; }

.c_text {
    font-family:Verdana;
    font-size:10px;
}


/* --- Calendar Control --- */

.c_control {
    border-bottom:1px solid black;
    background:#7A92B1;
    width:100%;
    margin:0px;
    padding:0px;
}

.c_month {
    color:#000000;
    background:#E9E9E9;
    border:1px solid black;
}


.c_year {
    color:#ffffff;
    color:#000000;
    background:#E9E9E9;
    border:1px solid black;
    width : 35px;
    text-align:center;
    margin-top:1px;
}


/* Buttons */

td.c_button {
    color:#ffffff;
    border:1px solid #7A92B1;
    width:22px;
    height:22px;
    text-align:center;
    cursor:hand;
    cursor:pointer;
    behavior: expression( 'url( ' + Calendar.CSS_PATH + 'calendar_hover.htc )' );  /* For IE Only */
}

td.c_button_hover, td.c_button:hover {
    color:#000000;
    background:#E9E9E9;
    border:1px solid black;
    cursor:hand;
    cursor:pointer;
    behavior: expression( 'url( ' + Calendar.CSS_PATH + 'calendar_hover.htc )' );  /* For IE Only */
}



/* --- Calendar Week Days --- */

.c_month_title {
    background:#ffffff;
    padding: 0px;
    text-align: center;
    font-style: italic;
}

.c_week_days {
    background:#F5F5F5;
    width:100%;
    border-bottom:1px solid;
    padding: 0px;
}

.c_days_list {
    background:#F5F5F5;
    width:100%;
    padding: 0px;
}


.c_cell {
    width:14.3%;
    height: 18px;
    text-align:center;
    border:1px solid #F5F5F5;
}


td.c_active {
    behavior: expression( 'url( ' + Calendar.CSS_PATH + 'calendar_hover.htc )' );  /* For IE Only */
}


td.c_active:hover, td.c_active_hover {
    border:1px solid black;
    background:#ffffff;
    cursor:hand;
    cursor:pointer;
    behavior: expression( 'url( ' + Calendar.CSS_PATH + 'calendar_hover.htc )' );  /* For IE Only */
}


.c_wend {
    color:#DC0000;
}


.c_inactive {
    color:#838891;
}


.c_today {
    border:1px solid #7A92B1;
    background:#DBE5F5;
}


.c_hint {
    text-align:center;
    font-style:italic;
    border-top:1px solid black;
    padding:2px;
    background:#ffffff;
    height:16px;
}


td.c_selected {
    border:1px solid black;
    background:#ffffff;
}