@charset "utf-8";
/* CSS Document */

/*********************************************
	/ LARGE CALENDAR FORMATING
*********************************************/

div.large-calendar {
	width: 740px;
	height: 100%;
	background: #fff;
	border-right: 1px solid #ccc;
}

/*********************************************
	/ LARGE CALENDAR GRID FORMATING
*********************************************/

/*calendar header */
.cal-previous-l, .cal-next-l {
	float: left;
	padding: 7px 0 7px 0;
	width: 20%;
	height: 30px;
	background-color:#208b93;
	color:#FFF;
}

.cal-month-l {
	width: 60%;
	color:#FFF;
	padding: 7px 0 7px 0;
	height: 30px;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	background-color:#208b93;
}

/* the days and weeks layout */
div.cal-days-l {
	width: 14.25%;
	height: 2em;
	padding: 1px 0 1px 0;
	color: #208b93;
	background: #efefef;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	float: right;
}

div.cal-weeks-l {
	width: 14%;
	height: 7em;
	padding: 0;
	color: #208b93;
	font-size: 14px;
	text-align: center;
	float: left;
	display: block;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

div.cal-weeks-l-events {
	padding: 3px;
	height:7em;
	text-align: left;
	color: #000;
	font-size: 10px;
	overflow:hidden;
}

div.cal-weeks-l-events-buttons {
	text-align: center;
	display:block;
}

.cal-weeks-l a {
	text-decoration: none;
	color:#208b93;
	font-weight: bold;
}

.cal-weeks-l a:hover {
	text-decoration: none;
	background: #208b93;
	color: #fff;
	font-weight: bold;
	display: block;
}

.cal-weeks-l-event-separator {
	text-align:center;
	line-height:6px;
	color:#208b93;
}

.spacer {
	clear:both;	
}