﻿@charset "UTF-8";

dl.calender_month {
	width:700px;
	font-size:36px;
	color:#6d6d6d;
	margin:50px auto -5px auto;
	overflow:hidden;
}

dl.calender_month dt {
	float:left;
	margin:0px;
}

dl.calender_month dd {
	float:right;
	margin:0px 10px 0px 0px;
} 

a.prev_month {
	float:left;
	margin:150px 0px 200px 0px;
}

a.next_month {
	float:left;
	margin:150px 0px 200px 0px;
}

div.calender {
	width:880px;
	margin:0px auto 50px auto;
	overflow:hidden;
}

div.calender table {
	width:750px;
	float:left;
	margin:0px 20px 0px 20px;
	border-collapse: collapse;
}

div.calender table th {
	width:105px;
	height:70px;
	border-right:1px solid white;
	background-color:#2b2b2b;
	color:#fff;
	text-align:left;
	margin:0px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
}

div.calender table th  p {
	font-size:30pt;
	font-weight:normal;
	margin:30px 0px -12px -8px;
	padding:0px;
	text-align:center;
}

div.calender table td {
	width:105px;
	height:90px;
	font-size:16pt;
	color:#6b6b6b;
	padding:2px;
	vertical-align:top;
	border:1px solid #2b2b2b;
}

td.game_day{
	background-color:#FFF0BD;
}

.calender_game {
	margin:2px;
	padding:0px;
	list-style-type:none;
	text-align:right;
}
.calender_game li {
	font-size:10pt;
	list-style-type:none;
	margin: 0px;
}
div.header1 {
    background-image:url(../images/template/schedule_banner_background.jpg);
    background-position:center center;
    background-repeat:no-repeat;
}
.header1 {
    background-color:#2B2B2B;
    color:#FFFFFF;

/*
    font-family:Arial;
    font-size:36pt;
    height:70px;
    overflow:hidden;
*/
}


/** footer style **/

div#footer {
	height:120px;
	margin-top:-100px;
/*	padding:8em 10em 0px 10em;  */


}
