div#calcont{
position:fixed;
top:98px;
z-index:8;
left:5px;
}
div#waiting{
height: 189px;
position: fixed;
width: 168px;
z-index: 9;
background: url('images/1591.gif') no-repeat center;
opacity: .5;
display: none;
top: 100px;
background-size: 90px 90px;
}
.weekend.active{
    color:#ee3b3b;
    cursor:pointer;
}
.daycont.active{
    color:#ee3b3b;
    cursor:pointer;
    }
    .weekend.active:hover{
    color:#ee3b3b;
    cursor:pointer;
}
.daycont.active:hover{
    color:#ee3b3b;
    cursor:pointer;
    }
.daycont.active a{
    color:#ee3b3b;
    text-decoration:none;
    }
.weekend.active a{
    color:#ee3b3b;
    text-decoration:none;
    }
table#cal{
border-spacing:3px;
}

th{
    color:#dddddd;
    font-family: georgia,sans-serif;
    padding-bottom:0px;
    }
td.daycont{
        height: 20px;
        width: 20px;
        margin: 0px;
        padding: .5px;
        text-align: center;
        overflow: auto;
            margin: 2px 2px 2px 2px;
            border:1px;
        border-radius: 3px;
            box-shadow: 0px 0px 1px #ccc;
           
            //color: #ee3b3b;
            color: #ffffff;
            font-size:11px;
            font-family:"proxima-nova",sans-serif;
            font-weight:bold;
    }
td.daycont:hover{
    background-color:#1e1e1e;
box-shadow: 0px 0px 3px #ccc;
    cursor:default;
    }
td.dayspace{
color:#9e9e9e;
font-size:8px;
font-weight:bold;
text-align:center;
border:1px;
padding:1px;
font-family:georgia, sans-serif;
}    
td.weekend{
    height: 20px;
        width: 20px;
        margin: 0px;
        padding: 1px;
        text-align: center;
        overflow: auto;
            margin: 2px 2px 2px 2px;
        border-radius: 3px;
        border:1px;
            box-shadow: 0px 0px 1px #ccc;
            //color: #ee3b3b;
            color: #ffffff;
            font-size:11px;
            background-color:#1e1e1e;
             font-family:"proxima-nova",sans-serif;
            font-weight:bold;
            cursor:default;
    }
    
td.weekend:hover{
     background-color:#1e1e1e;
box-shadow: 0px 0px 3px #ccc;
    cursor:default;
    }