div#content{
    min-height: 700px;
}
table#calendar {
    float:left;
    width: 230px;
    font-family:'Ubuntu',Arial, Helvetica, sans-serif;
    font-size:12px;
    background-color:#ababab;
    border-collapse: collapse;
    border-radius: 5px;
    color:#000;
}
table#calendar tr.month {
    border-top: #d9e4f4;
    background-color: #4197c8;
}
table#calendar tr.weekday {
    border-bottom: 1px solid #d9e4f4;
}
table#calendar tr.month th {
    color:#FFF;
    font-size: 14px;
    font-weight: normal;
    background-color: #4197c8;
}
table#calendar tr th {
    width: 20px;
    text-align: center;
    font-weight: 500;
    background-color:#FFF;
}
table#calendar tr td {
    width: 20px;
    text-align: center;
    padding: 5px;
    background-color:#FFF;
}
table#calendar tr td.selected {
    font-weight: 500;
    color: #FFF;
    background-color: #136a91;
    border: 1px solid #004a73;
    border-right: 6px;
}
div.months{
    float: left;
    border: 1px solid #898989;
    border-radius: 3px;
    margin-left: 12px;
    margin-top: 10px;
}
div.clear-left {
    clear: left;
}
div.calendarTitle {
   font-weight: bold;
   margin-left: 10px;
   margin-top: 10px;
   margin-bottom: 3px;
   line-height: 20px;
   clear: both;
   float: left;
}
div.calendarItem {
   font-weight: normal;
   margin-left: 20px;
   margin-bottom: 3px;
   line-height: 20px;
   clear: both;
   float: left;
}
a.calendarDoc {
    float: left;
    color:#838383;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
}
a.calendarDoc:hover {
    text-decoration: underline;
}
div.pdf{
    width:16px;
    height:16px;
    margin-left: 10px;
    background-image:url(../img/pdf.png); color:#FFF;
    float: left;
    margin-top: -5px;
}

/* calendar */
#content p {
    clear: left;
    margin-top: 0px;
    margin-bottom: 0px;
}
#content p.item {
    margin-left: 20px;
    margin-bottom: 8px;
}
#content p.CalendarTitle {
    width: 12%;
    margin-top: 18px;
    border: 1px solid #999;
    color: #777;
    font-weight: 400;
    box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4);
    background: -moz-linear-gradient(top, #ffffff 0%, #eee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfdfdf));
    background: -webkit-linear-gradient(top, #ffffff 0%,#eee 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#eee 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#eee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 );
    background: linear-gradient(top, #ffffff 0%,#dfdfdf 100%);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4);
    box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4);
    padding: 6px 12px;
}
#content p.CalendarItem {
    margin-left: 10px;
    margin-bottom: 15px;
    margin-top: 10px;
    width: 98%;
}