@charset "utf-8";
/* CSS Document */

/*********************************************
	/ LARGE CALENDAR FORMATING
*********************************************/

div.large-calendar {
	width: 883px;
	height: 100%;
	float: left;
	background: #fff;
	margin:0 0 0 3px;
	border-left: 1px solid #ccc;
}

/*********************************************
	/ LARGE CALENDAR GRID FORMATING
*********************************************/

.cal-head{
	width: 883px;
	height: 50px;
	float: left;
	background: #fff;
	margin:0 0 0 3px;
}


/*calendar header */
.cal-previous-l, .cal-next-l {
	float: left;
	padding: 7px 0 7px 0;
	width: 20%;
	height: 30px;
	color:#FFF;
}

.cal-month-l {
	width: 60%;
	padding: 7px 0 7px 0;
	height: 85px;
	float: left;
	color:#5D0616;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
}

/* the days and weeks layout */
div.cal-days-l {
	width: 125px;
	height: 15px;
	padding: 5px 0 5px 0;
	color: #ffffff;
	background: #666666;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	float: left;
	display: block;
	border-right: 1px solid #ccc;
}

div.cal-weeks-l {
	width: 125px;
	height: 120px;
	padding: 0;
	color: #2c4906;
	font-size: 14px;
	text-align: center;
	float: left;
	display: block;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

div.cal-weeks-l-events {
	padding: 5px;
	height:7em;
	text-align: left;
	color: #cccccc;
	font-size: 10px;
	overflow:hidden;
}

div.cal-weeks-l-events-buttons {
	text-align: center;
	display:block;
	padding:10px 0 0 0;
}

.cal-weeks-l a {
	text-decoration: none;
	color:#333333;
	font-weight: normal;
	display: block;
}

.cal-weeks-l a:hover {
	text-decoration: underline;
	color: #666666;
	font-weight: normal;
	display: block;
}

.cal-weeks-l-event-separator {
	text-align:center;
	line-height:8px;
	color:#000000;
}

.spacer {
	clear:both;	
}