/* Large calendar*/

.cllarge {
	border-collapse: collapse;
	width: 90%;
	margin: 20px auto;
	clear: both;
}
.cllarge caption {
	text-align: left;
	font: 150% Verdana, Geneva, Arial, Helvetica, sans-serif; 
	padding-bottom: 6px;
	color:#006600;
}
.cllarge th {
	border: 1px solid #AAA;
	border-bottom: none;
	padding: 2px 8px 2px 8px;
	background-color: #CCCCCC;
	color: #3F3F3F;
	font: 90%  Arial, Helvetica, sans-serif;
	width: 110px;
}
.cllarge td {
	border: 1px solid #EAEAEA;
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 2px 4px 2px 4px;
	vertical-align: top;
	width: 110px;
	height: 50px;
	
}
.cllarge td.previous, .cllarge td.next {
	background-color: #F6F6F6;
	color: #C6C6C6;
}
.cllarge td.active {
	color: #000;
	border: 1px dashed #CCCCCC;
	background: #EAFFEA;
}
.cllarge ul {
	list-style-type: none;
	margin: 0;
	padding-left: 12px;
	padding-right: 6px;
}
.cllarge li {
	margin-bottom: 8px;
}

.cllarge td.wkend {
	color: #000066;
	border: 1px solid #AAA;
	background: #99CC99;
	
}

.cllarge td.holiday {
	color: #000066;
	border: 1px solid #AAA;
	background: #FFFF99;
	
}

