/* used by Cosm DateBook SnapIn*/
table#cosmcalendar{
border:1px solid #999;
width:100%;
}
#cosmcalendar th{
    font-weight:bold;
    padding:0px 5px 0px 5px;
    background-color:#333;
    color:#fff;
    height:25px;
    text-align:center;
}
#cosmcalendar td{
    padding:0px 5px 0px 5px;
    font-size:0.8em;
    vertical-align:top;
    height:75px;
}
#cosmcalendar .col2,.col3,.col4,.col5,.col6 {
    width:14%;

}
#cosmcalendar .col1,.col7 {
    width:15%;
}

.cosmcalendarday {
    border:1px solid #999;
}
.cosmcalendardaytoday {
    border:2px solid #990000;
    background-color:#efafaf;
}
.cosmcalendardaylabel {
    position:top right;
    font-weight:bold;
    text-align:right;
}

#cosmcalendar ul {
    list-style-type:none;
    padding:0px;
}
#cosmcalendar li {
    padding-left:15px;
    background-image:url('/includes/images/icons/bullet_green.gif');
    background-repeat:no-repeat;
}
.cosmcalendardayempty {
    border:1px solid #999;
    background-color:#ccc;
}