.calendar table {
	border-collapse: separate;
	border-width: 0px 0px 1px 1px;
	margin: 0px auto;
	font-size: 20px;
	 border:solid 1px #ddd; 
}
.calendar td{
	width: 81px;
	height: 100px;
	text-align: center;
	vertical-align: top;
	color: #444;
	position: relative;
	border:solid 1px #ddd; 
	padding:0px; 
	margin:0px;
}
.calendar th {
	height: 24px;
	font-weight: bold;
	font-size: 12px;
	color:#FFFFFF;
	text-align:center;
	background-color:#82C238;
	border:solid 1px #ddd;
}
.calendar td:hover {
	border:solid 1px #EBEBEB; 
}
.calendar th a {
	height: 24px;
	font-weight: bold;
	font-size: 12px;
	color:#FFFFFF;
	text-align:center;
	background-color:#82C238;
	/*border:solid 1px #ddd;*/
}
.calendar td:hover {
	/*border:solid 1px #EBEBEB; */
}
.calendar td.date_has_event {
	color: white;
}
.calendar td.date_has_event:hover {
}
.calendar td.padding {
	background-color:#F2F2F2;
}

.calendar td#today {
	color: #009900;
}
.calendar td#today:hover {
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../images/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}

.calendar td.awaygame a, .calendar td.homegame a{
color:#FFFFFF;
font-size:11px;
padding-top:40px;
display:block;
}
span.day {display:block; text-align:right; line-height:22px; background-color:#F7F7F7; font-size:11px; font-weight:normal; padding:0px 5px;}
span.homegame-day {display:block; text-align:right; line-height:22px; background-color:#6AA136; font-size:11px; font-weight:normal; padding:0px 5px; color:#FFFFFF;}

span.homegame-day span, span.awaygame-day span {float:left; color:#FFFFFF;}

span.awaygame-day {display:block; text-align:right; line-height:22px; background-color:#4B5960; font-size:11px; font-weight:normal; padding:0px 5px; color:#FFFFFF;}

.awaygame { background:#576870 url(../images/awaygame.gif) center 25px no-repeat; color:#FFF; text-align:center;}
.homegame { background:#84C14A url(../images/homegame.gif) center 25px no-repeat; color:#FFF; text-align:center;}