@charset "utf-8";
/* CSS Document */


#php-calender{
	width:700px;
	display:block;
	background-color:#6b1d14;
	font-family:Arial, Helvetica, sans-serif;
}

.topdays{
	color:#FFFFFF;
	font-size:10px;
	background-color:#235937;
	/*font-weight:bold;*/
	text-transform:uppercase;
}

.highlighteddayboxes{
	background-color:#4f734f;
}
.highlighteddayboxes .toprightnumber a:link, .toprightnumber a:visited{
	color:#FFFFFF;
}
.highlighteddayboxes .toprightnumber a:hover{
	text-decoration:none;
	background-color:#FFFFFF;
	padding-right:2px;
	color:#000000;
}


.dayboxes{
	color:#002e3e;
	width: 450px;
	height: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height:auto;
	/*background-color:#FFFFFF;
	background-image:url(../_images/inside-full_bg.jpg);*/
}
.dayboxes2{
	color:#002e3e;
	width: 225px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-color: #330000;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #330000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	margin: 0px;
	float: left;
	background-repeat: repeat;
	/*background-color:#FFFFFF;
	background-image:url(../_images/inside-full_bg.jpg);*/
}
.toprightnumber a:link, .toprightnumber a:visited{
	color:#000000;
	font-size:12px;
}
.toprightnumber a:hover{
	text-decoration:none;
	background-color:#4f734f;
	padding-right:2px;
	color:#FFFFFF;
}
.eventinbox {
	background-color:#e4d693;
	padding-left:2px;
	line-height:normal;
}
.eventinbox a:link, .eventinbox a:visited{
	font-size:10px;
	color:#000000;
}
.eventinbox a:hover{
	text-decoration:none;
}
.highlighteddayboxes .eventinbox {
	background-color:#9fc89f;
	padding-left:2px;
	line-height:normal;
}
.beforedayboxes, .afterdayboxes{
	background-color:#ededc5;
}

.cal-title{
	color:#FFFFFF;
	font-size:18px;
	font-family: "Times New Roman", Times, serif;
	padding:5px;
}

