/* calendar common*/
#tips{
    font-weight: bold;
    color: red;
    text-decoration: underline;
    margin: 0 0 6px;
}

.cal_note{
    text-decoration: underline;
    color: green;
    font-size: 10px;
    margin: 2px 0px;
    text-align: right;
}

table.calendar{ 
    border: 1px solid #C6CFDE;
    font-family: Verdana;
    color: #444444;
    font-size: 11px;
}

tr.calendar-row {
}

td.calendar-day-np{
    background:#fff;
}

td.calendar-day{
    cursor: default;
    font-size:11px;
    position:relative;
    border: 0.5px solid white;
}

* html div.calendar-day {
    height:24px;
    width:28px;
}

* html div.calendar-day-np {
    height:24px;
    width:28px;
}

td.calendar-day-head {
    background: none repeat scroll 0 0 #E5F4FF;
    font-size: 17px;
    height: 34px;
    text-align: center;
    text-decoration: underline;
    vertical-align: middle;
    width: 28px;
}


/* shared */
td.calendar-day, td.calendar-day-np {
    text-align: center;
    vertical-align: middle;
}


div.day-number{
    background:transparent;
    color:#000;
    vertical-align: middle;
    text-align:center !important;
}

div.cal_height{
    height: 265px;
}

div.cal_month{
    margin: 2px 2px;
}

span.window{
    bottom: 20px;
    display: none;
    left: 0px;
    position: relative;
    background: red;
    width:50px;
    height: 50px;
    z-index: 10;
}

span.window:hover{
    display: block;
}

/*tooltip common*/
#tooltip{
    position: absolute;
    padding: 5px;
    width: 139px;
    z-index: 13000;
    border: 1px solid gray;
    background: white top left;
}

#tooltip h3{
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    padding: 8px 8px 4px;
}


#tooltip div.body {
    font-size: 11px;
    padding: 4px 8px 8px;
    background-color: transparent;
}

#calendar-header{
    margin: 4px 6px;
    float:left;
    width:97%;
    height: 40px;
    background-color: #E5F4FF;
    border: 1px solid #C6CFDE;
}

.legenda{
    float:left;
}
div.legenda{
    height:24px;
    width:28px;
    margin:0 5px;
}

span.legenda{
    
    width:80px;
    margin-right: 20px;
    vertical-align: center;
}

#legenda-status-0{
    background-color: #b0f4b0;
}

#legenda-status-1{
    background-color: #FF914F;
}

#legenda-status-2{
    background-color: #F7D971;
}

#legenda-status-3{
    background-color: #B7BAB6;
}

#legenda-status-4{
    background-color: gray;
    text-decoration: line-through;
}
#legenda-status-5{
    background-color: #F7D971;
    text-decoration: line-through;
}

#legenda-container{
    margin-left: auto;
    float: left;
}
#legenda-container_p {
    float: left;
    margin-left: 25px;
}

.legenda_p{
    float:left;
}
div.legenda_p{
    height:24px;
    width:28px;
    margin:0 5px;
}

span.legenda_p {
    height: 24px;
    margin-right: 1px;
    width: 78px;
}


td.status_0{
    background-color: #b0f4b0;
     border: 1px solid white;
}

td.status_1{
    background-color: #FF914F;
     border: 1px solid white;
}

td.status_2{
    background-color: #F7D971;
     border: 1px solid white;
}

td.status_3{
    background-color: #FF914F;
     border: 1px solid white;
}

td.status_4{
    background-color: gray;
    text-decoration: line-through;
    border: 1px solid white;
}
td.status_5{
    background-color: #F7D971;
   
    border: 1px solid white;
}