

/* CSS Document */

/*Update 25/5/08 table styles*/
div.calendar table{
    width:auto;
    border:none;
}
div.calendar table tr th{vertical-align:top;
    text-align:left;
    color:#333333;
    font-weight:normal;
    padding:0;
    background:none;
    line-height:auto;
    border-bottom:none;
}
div.calendar table tr td{
    font-size:1em;
    vertical-align:top;
    text-align:left;
    padding:0;
    background:none;
    border:none;
    margin:0;
    line-height:auto;
}
div.calendar table tr.alt td{
    background-color:none;
    border-bottom-color:#FAFAFA;
}
/**/


form div.set div div div.calendarset{
    margin:0;
    padding:0;
}
input.calendar, select.calendar {
    width: 80px;
    float:left;
}
button.calendar {
    background: url(/cps/rde/xbcr/corp/calendar-icon.gif);
    height: 19px;
    width: 21px;
    background-color: transparent;
    cursor: pointer;
    margin-left:5px;
}
button.calendar:hover {
    background-position: 0 20px;
    border-bottom:1px solid #666;
        float:left;
}

div.calendar {
    margin-left:5px;
    background: url(/cps/rde/xbcr/corp/calendar.gif);
    height: 164px;
    text-align: center;
    width: 175px;
}    
    div.calendar div {
        background: none !important;
        cursor: move;
        height: 148px;
        overflow: hidden;
        padding-top: 6px;
        padding-left: 4px;
        position: relative;
        width: 164px;
    }    
    
    div.calendar caption {
        color: #FFFFFF;
        font: bold 12px Arial, Helvetica, sans-serif;
        text-align: center;
        padding-bottom:10px;
        width: 100%;
    }
    div.calendar caption a {
        cursor: pointer;
        display: block;
        height: 13px;
        overflow: hidden;
        position: absolute;
        text-indent: -100px;
        top: 7px;
        width: 13px;
    }
    div.calendar caption a.prev {
        background-image: url(/cps/rde/xbcr/corp/calendar-previous.gif);        
        left: 12px;
    }
    div.calendar caption a.next {
        background-image: url(/cps/rde/xbcr/corp/calendar-next.gif);
        right: 12px;
    }
    div.calendar caption a:hover {
    }
    div.calendar caption span {
        height: 25px;
        position: relative;
        text-align: center;
    }
    div.calendar caption span.month {
        padding-right: 6px;
    }
    div.calendar caption span.month:after {
    }
    div.calendar table {
        border: 0;
        border-collapse: collapse;
        border-spacing: 0;
        cursor: default;
        margin: 0 auto;
        overflow: hidden;
        width: 147px;
    }
    div.calendar td,
    div.calendar th {
        border: 0;
        color: #000000;
        font: normal 12px Arial, Helvetica, sans-serif;
        height: 21px;
        text-align: center;
        width: 21px;
    }
    div.calendar td {
        color: #FFF;
        font-size: 11px;
    }
    div.calendar td.invalid {
        color: #FFF;
    }
    div.calendar td.valid {
        color: #000000;
        cursor: pointer;
    }
    div.calendar td.hilite {
    }
    div.calendar td.inactive {
        color: #FFF;
    }
    div.calendar td.active,
    div.calendar td.hover {
        color: #1E1CA6;
        font-weight:bold;
        text-decoration:underline;
        cursor: pointer;
    }

