body, td
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
}

.cal-has-event {
	font-weight:bold;
	color:#7f0000;
	background-color:#ffff84;
	cursor:pointer;
	text-decoration:underline;
	"Trebuchet MS", arial
	
}

.cal-today {
	font-weight:bold;
	background-color:#7f0000;
	color:#FFFFFF;
	text-align:center;
	"Trebuchet MS", arial
}
.cal-table {
	width:250px;
	height:250px;
	padding:0px;
	border:1px solid #E8EE93;
    border-collapse:collapse;
	"Trebuchet MS", arial
}
.cal-table .cal-month, .cal-year {
	color:#FFFFFF;
	font-size:14px;
	"Trebuchet MS", arial
}
.cal-table tbody {
	"Trebuchet MS", arial
}
.cal-table td {
	border:1px solid #E8EE93;
	"Trebuchet MS", arial
}
.cal-day {
	color: #000000;
	text-align:center;
	"Trebuchet MS", arial
}
.cal-table thead {
	text-align:center;
	background-color:#7f0000;
	"Trebuchet MS", arial
}

.cal-day-title {

}

.month_color {
	
}

.cal-week {

}



/* FRONT */
.cal-summary-header {
	font-weight:bold;
	"Trebuchet MS", arial
}