/* overall table */
.calendar {
border:1px solid #fff;
padding: 0;
width: 100%;
}

/* the day headers across the top */
.calendar th {
background: #565;
color: #fff;
margin: 3px;
padding: 2px 5px;
}

/* how days this month will look, make dates appear in top right */
.calendar td {
background: #eee;
color: #000;
padding: 2px;
margin:0;
height:120px;
text-align:right;
vertical-align:top;
border:1px solid #fff;
}

.calendar-event {
background: #ffffcc;
text-align:left;
font-size:x-small;
margin-bottom: 5px;
clear: both;
border: 1px solid #333333;
}

/* these are the days falling outside this month */
.calendar td.not-in-month {
background: #999;
}

.calendar-month {
font-size:large;
text-align:center;

}

.calendar-previous {
float: left;
font-size:medium;
}

.calendar-next {
float: right;
font-size:medium;
}


.calendar-event-field {

margin: 5px;
background-color:#D6FFC0;
}

.calendar-event-title {
font-weight: bold;
clear:both;
}
.calendar-event-text {
border:0;
}

.calendar-event-options {
text-align:right;
border:0;
clear:both;
text-align: right;
}
.calendar-event-options img {
border:0;
}
