#calendar {
	width: 100%;
/*	min-height: 500px; */
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	line-height: 13px;
}
#calendar form {
	margin: 0px;
	padding: 0px;
	width:auto;
}
#calendar p {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	line-height: 13px;
}
#calendar .borderR{
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color:#999;
}

#calendar .alert {
	color:#FF0000;
}

/* date drop-down menus and PDF download*/

#calendar #monthYear{
	width: auto;
	text-align:center;
	color:#ccc;
	font: 14px/17px "Trebuchet MS", Verdana;
}

/* Days of the week header*/
#calendar #dayName{
	float:left;
	width:62px;
	text-align:center;
	margin-top: 10px;
	/* border-top-width: 1px;
	border-top-style: dashed;
	border-top-color:#ccc; */
	padding-bottom: 5px;
	/* border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#ccc; */
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #003399;

}


/* Specific day */
#calendar .dayB{
	float:left;
	width:60px;
	height: 50px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
/*	overflow:hidden; */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#ccc;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color:#ccc;
}
#calendar .day{
	float:left;
	width:60px;
	height: 50px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
/*	overflow:hidden; */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#ccc;
}
#calendar .dayNum{
	width:50%;
	padding-top: 3px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	line-height: 13px;
	color:#000000;
}




/* ******************************************* */


#calendar #listDate{
	width:100px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	line-height: 14px;
	color:#337C71;
	padding-top:10px;
	padding-bottom:10px;
}
#calendar #listEvents{
}

#calendar #listEvents p {
	padding-bottom: 10px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	line-height: 14px;
	color:#000000;
}

