
#calendar {text-decoration:none; width:98%;}
.calweekdayrow { color:#3F627C;}


.yui-calcontainer {
        position:relative;
        padding:5px 0;
        float:left;
        overflow:hidden;
                width:98%;
}

.yui-calcontainer iframe {
        position:absolute;
        border:none;
        margin:0;padding:0;
        left:-1px;
        top:-1px;
        z-index:0;
        width:50em;
        height:50em;
}

.yui-calcontainer.multi {
        padding:0;
}

.yui-calcontainer.multi .groupcal {
        padding:5px;
        background-color:transparent;
        z-index:1;
        float:left;
        position:relative;
        border:none;
}

.yui-calcontainer .title {
        font:100% arial;
        color:#000;
        font-weight:bold;
        margin-bottom:5px;
        height:25px;
        position:absolute;
        top:3px;left:5px;
        z-index:1;
}

.yui-calcontainer .close-icon {
        position:absolute;
        right:3px;
        top:3px;
        border:none;
        z-index:1;
}

.yui-calcontainer .calclose {
        background: url("calx.gif") no-repeat;
        width:17px;
        height:13px;
        cursor:pointer; 
}

/* Calendar element styles */

.yui-calendar {
        font:100% arial;
                width:164px;
                margin-left:5px;
        text-align:center;
        border-spacing:0;
        border-collapse:separate;
        position:relative;
}

.yui-calcontainer.withtitle {
        padding-top:1.5em;
}

.yui-calendar .calnavleft {
        position:absolute;
        cursor:pointer;
        text-decoration:none;
        top:2px;
        bottom:0;
        width:9px;
        height:12px;   
        left:2px;
        z-index:1;
        background: url(im/left.gif) no-repeat;
}

.yui-calendar .calnavright {
        position:absolute;
        cursor:pointer;
                text-decoration:none;
        top:2px;
        bottom:0;
        width:9px;
        height:12px;
        right:2px;
        z-index:1;
        background: url(im/right.gif) no-repeat;
}

.yui-calendar td.calcell {
        padding:.1em .2em;
        border:1px solid #D8D8CD;
        text-align:center;
                background-color:#FFFFFF;
}

.yui-calendar td.calcell a {
        color:#3F627C;
        text-decoration:none;
}

.yui-calendar td.calcell.today {
                background-color:#E6B617;
                color:#E6B617;
                font-weight:bold;
}

.yui-calendar td.calcell.oom {
        cursor:default;
        color:#999;
        background-color:#EEE;
        border:1px solid #E0E0E0;
}

.yui-calendar td.calcell.selected {
        color:#466C87;
        background-color:#FFF;
        border:1px solid #D8D8CD;
}

.yui-calendar td.calcell.calcellhover {
        cursor:pointer;
        color:#FFF;
                font-weight:bold;
        background-color:#466C87;
        border:1px solid #D3D3D3;
}

.yui-calendar td.calcell.calcellhover a {
        color:#D2A201;
                
}

.yui-calendar td.calcell.restricted {
        text-decoration:line-through;
}

.yui-calendar td.calcell.previous {
        color:#CCC;
}

.yui-calendar td.calcell.highlight1 { background-color:#FCEDBB; font-weight:bold;}
.yui-calendar td.calcell.highlight2 { background-color:#99CCFF; }
.yui-calendar td.calcell.highlight3 { background-color:#FFCCCC; }
.yui-calendar td.calcell.highlight4 { background-color:#CCFF99; }

.yui-calendar .calhead {
        vertical-align:middle;
        background-color:#D8D8CD;
                font-family:Arial,sans-serif;
                color:#3F627C;
                font-weight:bold;
}

.yui-calendar .calheader {
        position:relative;
        width:100%;
        text-align:center;
}

.yui-calendar .calheader img {
        border:none;
}

.yui-calendar .calweekdaycell {
        color:#3F627C;
        
        text-align:center;
        width:1.5em;
}

.yui-calendar .calfoot {
        background-color:#EEE;
}

.yui-calendar .calrowhead, .yui-calendar .calrowfoot {
        color:#666;
        font-size:9px;
        width:15px;
}

.yui-calendar .calrowhead {
        border-right-width:2px;
}

/* Specific changes for calendar running under fonts/reset */
.yui-calendar .calbody a:hover {background:inherit;}
p#clear {clear:left; padding-top:10px;}
