/* Start of CMSMS style sheet 'calendar' */
/**** stylef for calendar ****/

/* border on for #big */
#big{
width: 100%; 
margin: 0px;
border-collapse: collapse;
border: 1px solid c7c7c7;
}

/* nice squares for the #big table */
#big th
{
border: 1px solid #c7c7c7;
padding: 3px;
width: 75px;
}

#big td {
border: 1px solid #c7c7c7;
vertical-align: top;
padding: 3px;
height: 75px;
width: 75px;
}

#big td:hover,
#big td.has-event:hover,
#big td.calendar-today:hover {
background-color: #e4e8f3;
}

#big td.empty-calendar:hover {
background-color: #fff;
}

#big td li {
list-style: none;
margin-left: 0;
}
#big td a:hover {
font-weight: bold;
}

#big td.has-event,
#big td.calendar-today {
background-color: #ededed;
}

#big td.calendar-today {
border-width: 2px;
border-color: #b2b2b2;
}

.calendar-event {
width: 450px;
float: left;
}

.calendar-event-body {
position: relative;
top: -350px;
left: 200px;
z-index: 1;
background-color: #fff;
width: 450px;
padding: 10px;
border: 1px solid #b2b2b2;
margin-bottom: -350px;
}

.calendar-event h1 {
margin-top: 0;
}
.calendar-date-from {
margin-bottom: 5px;
}
.calendar-details {
overflow: hidden;
}
.calendar-details table {
width: 100%;
}

.calendar-details-title{
font-weight: bold;
}
.calendar-returnlink {
margin-top: 10px;
}
/* End of 'calendar' */

