DIV#editing #loginImg {
    position: absolute;
    top: 5px;
    left: 210px;
    width: 20px;
}

DIV#calendar {
    width: 200px;
    min-height: 800px;
}

DIV#calendar DIV.daily {
    position: relative;
    text-align: left;
    border-top: 1px solid #444;
    background: #edd;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
}

DIV#calendar DIV.event.selected {
    background: #ffa;
}

DIV#calendar DIV.event SPAN#description {
    display: none;
}

DIV#calendar DIV.event.selected SPAN#description {
    display: inline;
}


DIV#calendar DIV.daily DIV#dtab,
DIV#calendar DIV.daily DIV#events {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

DIV#calendar DIV.daily DIV#events {
    width: 170px;
    font-size: 12px;
}

DIV#calendar DIV.daily DIV#dow {
    width: 30px;
    height: 14px;
    background: #088;
    color: #fff;
    text-align: center;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
}

DIV#calendar DIV.daily DIV#month {
    width: 30px;
    height: 14px;
    background: #800;
    color: #fff;
    text-align: center;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
}

DIV#calendar DIV.daily DIV#date {
    width: 30px;
    height: 20px;
    background: #fff;
    text-align: center;
    font-family: Times New Roman,serif;
    font-size: 18px;
    font-weight: bold;
}

DIV#calendar DIV.event {
    border-top: 1px solid #aaa;
}

DIV#calendar DIV.event:nth-child(1) {
    border-top: 0px;
}

DIV#calendar DIV.event SPAN#title {
    padding: 0px;
    vertical-align: top;
    font-family: Arial,sans-serif;
    color: #048;
}

DIV#calendar DIV.event SPAN#title EM { 
    color: red;
}

DIV#calendar DIV.event SPAN#description {
    font-family: Arial,sans-serif;
    font-style: italic;
    -background-color: #fff;
}

DIV#calendar DIV.daily DIV#events DIV.event SPAN#time {
    display: inline-block;
    width: 55px;
    padding-left: 6px;
    background: #088;
    color: #fff;
    font-family: Arial,sans-serif;
}

/*
 *
 */

DIV#editor {
    position: absolute;
    top: 0px;
    left: 205px;
    width: 500px;
    min-height: 800px;
    border-left: 1px solid #888;
    padding-left: 5px;
}

DIV#editor DIV#controls {
    position: absolute;
    width: 300px;
    margin-left: 40px;
    top: 0px;
}

DIV#editor DIV#board {
    position: absolute;
    top: 40px;
}

DIV#editor BUTTON.calpin {
    margin: 0px 0px 0px 5px;
    border: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    vertical-align: middle;
}

DIV#editor DIV#controls BUTTON {
    border-radius: 5px;
    border: 0px;
    background: transparent;
    font-size: 18px;
    vertical-align: top;
}

DIV#editor DIV#controls BUTTON#new,
DIV#editor DIV#controls BUTTON#save {
    float: left;
}

DIV#editor DIV#controls BUTTON#delete {
    float: right;
}

DIV#editor DIV#controls BUTTON.saved {
    background: #0a0;
}

DIV#editor DIV#board INPUT {
    width: 300px;
}

DIV#editor TEXTAREA {
    display: block;
    width: 300px;
    height: 200px;
}

DIV#editor DIV.label {
    font-family: Arial,sans-serif;
    font-size: 12px;
    color: #888;
}

/*
 *
 */
DIV#editor #jscal {
    border: 0px;
}

DIV#editor #jscal #heading TD {
    font-size: 12px;
}

DIV#editor #jscal TR TD {
}

DIV#editor #jscal TD {
    width: 43px;
    height: 40px;
    border-color: #468;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    font-size: 12px;
}

#jscal {
    background: #fec;
    border-collapse: collapse;
    border: 1px solid #888;
}

#jscal TR#month {
    -background: linear-gradient(180deg, rgba(224,224,144,0) 0%,rgba(144,255,144,1) 200%);
}

#jscal TR#week {
    -background: linear-gradient(180deg, rgba(224,224,144,0) 0%,rgba(144,255,144,1) 200%);
    background: #ddf;
}

#jscal TR#month TD {
    font-size: 12px;
}

#jscal #previous,
#jscal #next {
    font-size: 14px;
    color: #888;
    border: 0px;
    background: transparent;
}

#jscal #previous:hover,
#jscal #next:hover {
    color: #f00;
}

#jscal #previous:active,
#jscal #next:active {
    color: #00f;
}

#jscal #monthly {
    font-family: Times New Roman,serif;
    font-size: 11px;
    font-weight: bold;
}

#jscal TD {
    padding: 0px;
    width: 20px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    text-align: center;
}

#jscal TD.dow {
    font-weight: bold;
}

#jscal TD.day {
    background-color: #ddd;
    cursor: pointer;
}

#jscal TD.day.currentMonth {
    background-color: #ffd;
}

#jscal TD.day.today,
#jscal TD.day.currentMonth.today {
    color: #d00;
    font-weight: bold;
}

#jscal TD.day.cdate,
#jscal TD.day.cdate:hover,
#jscal TD.day.currentMonth.cdate,
#jscal TD.day.currentMonth.cdate:hover {
    background-color: #1dc;
}

#jscal TD.day:hover,
#jscal TD.day.currentMonth:hover {
    background-color: #ddf;
    font-weight: bold;
}

#jscal #timecell {
    padding-top: 5px;
}

#jscal SELECT#hours {
    float: left;
}

#jscal SELECT#meridian {
    float: right;
}

#jscal #ctrlcell {
}

#jscal BUTTON#cancel,
#jscal BUTTON#okay {
    border: 0px;
    background: transparent;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
}

#jscal BUTTON#cancel {
    float: left;
    margin-left: 10px;
}
#jscal BUTTON#okay {
    float: right;
    margin-right: 10px;
}
