/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
Version 0.12
*/

.yui-calcontainer {
    position:relative;    
    /*border:1px solid #7B9EBD;*/
    float:left;
    overflow:hidden;
    width: 145px;
    height: auto;
    padding-bottom: 7px;
}

.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% sans-serif;
    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;
}

/* Calendar element styles */

.yui-calendar {
    /* Kalendergrosse */    
    font:11px Verdana ;
    color: #000;
    text-align:right;
    border-spacing:1;
    border-collapse:collapse;
    position:relative;
    width: 145px;            
}

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

.yui-calendar .calnavleft {
    position:absolute;
    background-repeat:no-repeat;
    cursor:pointer;
    /*top:2px;*/
    bottom:0;
    width:14px;
    height:19px;   
    left:0px;
    z-index:1;
}

.yui-calendar .calnavright {
    position:absolute;
    background-repeat:no-repeat;
    cursor:pointer;
    /*top:2px;*/
    bottom:0;
    width:14px;
    height:19px;  
    right:0px;
    z-index:1;
}

.yui-calendar td.calcelltop {
    /*padding-top:2px;*/
}

.yui-calendar td.calcell {
    /*padding: .06em .06em;*/
    
    /*height:18px;*/
    /*border:1px solid #EAE8E8;*/
    text-align:right;
}

.yui-calendar td.calcell a {
    text-decoration:underline;
}

.yui-calendar td.calcell.today {
    /*color: #FFF;
    background-color: #3084A6;
    border:1px solid #888687;*/
}

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

.yui-calendar td.calcell.selected {
    /*color:#003DB8;
    background-color:#FFF19F;*/
    /*padding: .01em .01em;*/
    /*width:17px;
    height:16px;*/
    /*padding: .06em .06em;*/
    font-weight:bold;
    background-color: #3084A6;
    border:1px solid #888687;
}

.yui-calendar td.calcell.selected a {
    color: #FFF;
}

.yui-calendar td.calcell.calcellhover {
    cursor:pointer;
    color:#FFF;
    background-color:#FF9900;    
}

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

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

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

.yui-calendar td.calcell.highlight1 { background-color:#CCFF99; }
.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 {
    /*border:1px solid #E0E0E0;*/
    padding-top: 6px;
    padding-bottom: 3px;
}

.yui-calendar .calheader {
    position:relative;
    width:100%;
    text-align:center;
    height: 19px;
    padding-bottom:1px;
    font-weight: normal;
}

.yui-calendar .calheader div {
    padding-top: 3px;
}

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

.yui-calendar .calweekdaycell {
    color:#000;
    font-weight:normal;
    text-align:right;
    width:20px;
    border-bottom:1px solid #2E82A4;
}

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

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

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

/*Specific changes for calendar running under fonts/reset */
.yui-calendar a:hover {background:inherit;}

p#clear {clear:left; padding-top:10px;}

