﻿.monthNav {
	height: 35px;
	margin-left: 30px;
	width: 567px;
}

.monthNav a#prev2 {
	background: transparent url('images/prev.jpg') no-repeat 0 0;
	height: 32px;
	width: 26px;
	float: left;
	text-indent: -9999px;
}

.monthNav a#prev2:hover {
	background: transparent url('images/prev.jpg') no-repeat -26px 0;
}

.monthNav a#next2 {
	background: transparent url('images/next.jpg') no-repeat -26px 0;
	height: 32px;
	width: 26px;
	float: right;
	text-indent: -9999px;
}

.monthNav a#next2:hover {
	background: transparent url('images/next.jpg') no-repeat 0 0;
}

#s2 {
	width: 567px;
	margin-left: 30px;
}

#s2 h2 {
	margin: 0px;
	text-align: center;
}
table {
	border-collapse: separate;
	margin: 10px auto;
	font-size: 20px;
}

table thead th {
	font-size: 1em;
	text-align: center !important;
}
table td, th {
	width: 81px;
	height: 81px;
	text-align: center;
	vertical-align: middle;
	background: url(images/cells.png);
	color: #444;
	position: relative;
}


table th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}

table thead td:hover, th:hover {
	background-position: 0px 0px !important;
	color: #222;
}

table td:hover, th:hover {
	background-position: 0px -81px;
	color: #222;
}
table td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
table td.date_has_event:hover {
	background-position: 162px -81px;
}
table td.padding {
	background: url(images/calpad.jpg);
}
table td.today {
	background-position: 81px 0px;
	color: white;
}
table td.today:hover {
	background-position: 81px -81px;
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 100000;
	padding: 15px;
	background: #9c5f20 url(images/popup.png) no-repeat;
	color: white;
	border: 1px solid #d0a255;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none !important;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	padding-bottom: 5px;
}

.events li span {
	display: block;
	font-size: 1em;
	text-align: justify;
	line-height: 16px;
	color: #faf6b6;
}


.events li span.days {
	background-color: #7b1b1d;
	border: 1px #3f090a solid;
	display: block;
	height: 18px;
	padding-left: 3px;
	position: absolute;
	top: 130px;
	left: 70px;
	z-index: 1000;
}
.events li span.days.two {
	width: 82px;
}

.events li span.days.three {
	width: 163px;
}

.events li span.days.four {
	width: 244px;
}

.events li span.days.five {
	width: 325px;
}

.events li span.days.six {
	width: 325px;
}

.events li span.days.six {
	width: 325px;
}




.events li span a {
	color: #fff;
	text-decoration: underline;
}
.events li span.title {
	text-shadow: 2px 2px 2px #000;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 4px;
	text-align: left;
	color: #fff;
}
