/**
 * @version $Id: main.css 10498 2009-08-04 00:05:36Z ian $
 * @author Design & Accessible Team ( Terry / Ivan )
 */
 
body {
    background: #fff;
    color: #333;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    padding: 0px;
    text-align: center;
}


/**  at the end  **/
#loading {
    width:100px;
    height:19px;
    background:#A0DB0E;
    padding:5px;
    position:fixed;
    left:0;
    top:0;
}
#loading div {
    width:1px;
    height:19px;
    background:#A0DB0E;
}

#ajax_loading{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
    background-color: #A0DB0E;
    font-size: 11px;
    color: white;
    padding: 4px;
}

/** calendar **/
#calendar_div, #calendar_div2 {
    float: left;
    width: ;
}

.calc_table {
     background-color:#eeeeee; 
}

.calc_td_header {
    font-size: 9px; color: #FFFFFF; 
}

.calc_td_h {
     border-right:solid 1px #ffffff; 
}

.calc_td_body {
    font-size: 9px; height: 28px; border-left: solid 1px #cccccc; border-bottom:solid 1px #cccccc; background:url(/img/rate1.jpg);
}

/** calendar **/