/* 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-type {
background: #ffffcc;
text-align:left;
font-size:x-small;
margin-bottom: 5px;
clear: both;
border: 1px solid #333333;
}

.calendar-event-type h3 {
text-align:left;
font-size:110%;
margin: 5px;
}

/* 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 {
margin: 5px;
padding: 5px;


}
.calendar-event-field {

margin: 5px;
}

.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;
}

.alert 
{
	background: #fff6bf url(/Resource/templates/site/default/exclamation.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 20px 20px 20px 100px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	margin-bottom: 10px;
}

.overdue
{
	background-color:		#FFDDDD;

}

.due_soon
{
	background-color:		#FFcc00;

}
