body { 
	font-family : "Verdana", "Arial", sans-serif; 
	font-size : 10pt; 
	background-color : gray;
}
.left {
	text-align : left;
}
.center {
	text-align : center;
}
.right {
	text-align : right;
}
.title { 	
	text-align : center;
	text-shadow: 3px 3px 5px black;
	font-size : 32pt; 
	font-weight : 900; 
	color : #C0C0C0;
	height : 25px; 
	margin-top : 20px;
	margin-bottom : 40px;
}

/* LINKBAR STUFF */
.linkbar {
	text-align : center;
	width : 100%;
}
.linkbar div {
	width : 10%;
	float : left;
}
.linkbar a {
	font-size : 12pt; 
	font-weight : 700; 
	padding-top : 2px;
	/*margin-top : 4px;*/
	padding-bottom : 2px;
	padding-left : 15px;
	padding-right : 15px;
	text-align : center;
	border-width : 1px;
	border-style : solid;
	border-color : #000000;
	vertical-align : middle;
	background-color : #CCCCCC;
	color : #000000; 
	text-decoration : none;
}
.linkbar a:hover {
	background-color : #C0C0C0;
}

/* TABLE STUFF */
table {
	background-color : white;
	margin-left : auto;
	margin-right : auto;
}
.main_table {
	width : 950px;
}
.main_table tr {
	vertical-align : top;
}
.headerbar {
	padding-bottom : 10px;
	background-color : #660000;
}
.alt_colour, .odd, #season_schedule tbody tr:hover { 
	background-color : #E6E6E6;
}
#season_schedule tbody tr:hover { 
	background-color : #A6A6A6;
}
.active_sort {
	color : black;
}
.left_border {
	border-left: solid 1px black;
}
.linethrough {
	text-decoration : line-through;
}
.score {
	font-weight : bold;
	color : #660000;
}
.center_content {
	padding-top : 40px;
	padding-bottom : 10px;
	padding-left : 5px;
	padding-right : 5px;
}
.threecolumn {
	width : 550px;
	width : auto;
}
.center_content table {
	border-color : #000000;
	border-style : solid;
	border-width : 1px 1px 1px 1px;
}
.center_content caption {
	margin-left : auto;
	margin-right : auto;
	background-color : #660000;
	color : white;
	text-align : center;
	font-variant : small-caps;
	font-size : 11pt;
	font-weight : bold;
	border-color : black;
	border-style : solid;
	border-width : 1px 1px 0px 1px;
	padding-top : 4px;
	padding-bottom : 4px;
}
.center_content thead {
	background-color : #660000;
	text-align : center;
	font-size : 9pt;
	color : #FFFFFF;
}
.center_content th {
	padding-left : 1px;
	padding-right : 1px;
	padding-top : 5px;
	padding-bottom : 5px;
	font-weight : normal;
}
.center_content thead a {
	color : #FFFFFF;
	text-decoration : none;
}
.center_content a {
	color : #000000;
}
.center_content td {
	padding : 5px;
	font-size : 8pt;
}
.tbl_schedule th {
	font-size : 7pt;
}

.guests {
	font-size : 9pt;
	text-align : left;
}
.news_title {
	background-color : #E6E6E6;
}
.news_info {
	text-align : right;
}

/* ADMIN STUFF */
input.teamname {
	background-color : white;
	color : black;
	border-style : none;
}
input.numberbox {
	border-style : solid;
	text-align : center;
}

/* SIDEBAR STUFF */
/*.left_menu, .right_menu {*/
.sidebar {
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
	margin-right : 0px;
}
.sb_left {
	width : 170px;
	font-size : 7pt;
}
.sb_right {
	width : 210px;
	font-size : 8pt;
}
/*
.sidebar h2 {
	width : 95%;
	background-color : #C0C0C0;
	border-color : #660000;
	border-width : 2px 2px 0px 2px;
	border-style : solid;
	padding : 4px;
	margin-top : 25px;
	margin-bottom : 0px;
	text-align : center;
	font-size : 10pt;
	font-weight : normal;
}
*/
.sidebar h2 {
	width : auto;
	background-color : #C0C0C0;
	padding : 4px;
	text-align : center;
	font-size : 10pt;
	font-weight : normal;
	margin-top : 0px;
}
.sidebar_content {
	margin-top : 12px;
	margin-bottom : 12px;
	width : 95%;
	background-color : #E6E6E6;
	border-color : #660000;
	border-width : 2px 2px 2px 2px;
	border-style : solid;
}
.sidebar_content p {
	margin : 2px;
}
.sidebar_content h3 {
	margin-bottom : 1px;
	padding-left : 5px;
	text-align : left;
	font-size : 8pt;
	color : #660000;
	font-weight : normal;
}
.sidebar_content .game {
	text-align : left;
	padding-top : 5px;
}
.sidebar_content li {
	list-style: none;
}
.sidebar_content ul {
	padding-left : 2px;
	margin-left : 2px;
	text-align : center;
}
.sidebar_content a {
	color : black;
}

ol {
	text-align : left;
	padding-left : 200px;
}
h4 {
	margin : 0px;
	padding : 0px;
}
h5 {
	margin : 0px;
	padding : 0px;
	color : #660000;
}
.deepred {
	color : #660000;
	font-weight : bold;
}
#google_map {
	border-style : solid;
	width : 550px;
	height : 300px;
}
