/*body, html {
width:100%;
height:100%;
}
#fade {
  position:absolute;
  left:0px;
  right:0px;
  width:100%;
  height:100%;
  background: white;
  opacity: 0.05;
  filter: alpha(opacity = 5);
  z-index:2;
  display:none;
}*/
#calendarbox {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        position: absolute;
        height: 160px;
        width: 324px;
        border: solid 4px #788A98;
        color: #000000;
        padding-top: 5px;
        /*left: -1px;*/
        display: none;
        background-color: #FFFFFF;
        z-index:3;
}
#calendarbox a {
        text-decoration: none;
}
#month_left {
        float: left;
        margin-left: 3px!important;
        margin-left: 2px;
        margin-right: 8px;
        width: 155px;
}
.month {
        text-align: center;
        font-weight: bold;
}
#prev {
        display: block;
        background: url(images/lr.gif) no-repeat;
        width: 8px;
        height: 12px;
        position: absolute;
        left: 4px;
        top: 6px;
}
#next {
        display: block;
        background: url(images/lr.gif) no-repeat -8px 0;
        width: 8px;
        height: 12px;
        position: absolute;
        right: 27px;
        top: 6px;
}
a#close {
        display: block;
        background: url(images/close_button.gif) center 6px no-repeat;
        width: 17px;
        height: 23px;
        position: absolute;
        top: -2px;
        right: 3px;
}
#calendarbox table {
        width: 155px!important;
        width: 153px;
        text-align: center;
        margin-top: 5px;
        cursor: default;
}
#calendarbox table tr {
        height: 15px;
}
#calendarbox td {
        color: #bbb;
        font-weight: normal;
}
#calendarbox tr a {
        color: #003399;
        font-weight: bold;
        display: block;
        width: 100%;
        height: 15px;
}
#calendarbox tr a:hover {
        color: #000000;
        font-weight: bold;
        background-color: #ffdd99;
}
#calendarbox .today a {
        color: #FF0000;
        font-weight: bold;
}
#calendarbox table .between_line {
        height: 4px;
}
#calendarbox table .header_spacer {
        height: 5px;
}
#calendarbox .selected {
        background-color: #DEDEDE;
}

#calendarbox .weekday td {
        background-color: #eee;
        color: #333;
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
}
.weekday td.left {
        border-left: 1px solid #dedede;
}
.weekday td.right {
        border-right: 1px solid #dedede;
}
#month_right {
        float: left;
}
.clear {
        clear: both;
}
#calendar {
        font-family: Arial, Helvetica, sans-serif;
        position: relative;
        text-align: left;
}
#calendar .clear {
        height: 8px;
        font-size: 1px;
}

