#edcal_scrollable {
    width: 98%;
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* This height will be reset with JavaScript */ 
    height: 100%;
}

#cal {
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:100%; 
}

.day {
    /*background-color: #F2F2F2;*/
    background-color: #e0e0e0;;
}

.scrollHover {
    background: lightblue;
}

.row {
    height: 100%;
}

.jan, .mar, .may, .jul, .sep, .nov {
    background-color: #F1F1F1;
}

.today {
    background-color: wheat;
}

.today .daylabel {
    font-weight: bold;
}

.dayobj {
    position: relative;
    width: 100%;
    height: 100%;
}

.daylabel {
    position: absolute;
    top: 0px;
    right: 5px;
}

.saturday .daylabel {
    right: 20px;
}

.post {
    display: block;
    list-style-type: none;
    background: #FFFFE0;
    z-index: 10;
    cursor: move;
}

.day-active {
    background-color: lightyellow;
}

.dayhead {
    font-weight: bold;
    text-align: center;
}

#rowhead {
    height: 1.5em;
    top: 0px;
    width: 98%
}

#topbar {
    margin-bottom: 1em;
    width: 98%;
    margin-top: 1em;
    position: relative;
    height: 2em;
}

#topleft {
    position: absolute;
    left: 75px;
    top: 5px;
}

#topright {
    position: absolute;
    left: 15%;
    top: 0px;
    width: 85%;
    text-align: right;
}

#moveToToday {
    margin-left: 2em;
}

.future {
    background-color: #FFFFE0;
}

.draft {
    background-color: #cccccc;
    
}

.publish {
    background-color: #dde4fb;
}

#loading {
    background-image: url('images/loading.gif'); 
    background-repeat: no-repeat;
    width: 43px;
    height: 11px;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
}

.loadingclass {
    background-image: url('images/loading_post.gif'); 
    background-position: top right;
    background-repeat: no-repeat;
    cursor: auto;
}

.postlist {
    position: relative;
    top: 1.5em;
    height: 85%;
    overflow: auto;
}

.page-numbers {
    text-decoration: none;
    border: none;
    border-bottom-style: none;
}

#tooltip p {
    margin-left: 1.5em;
}

#tooltip h3 {
    max-width: 15em;
    margin-bottom: -10px;
}

#tooltip {
    background: white;
    opacity: 1;
    padding: 1em;
    padding-bottom: 0em;
    border: thin solid lightgray;
    -moz-border-radius:11px;
}

.ui-draggable-dragging {
    width: 8em;
}
