﻿body {
	background: url(/Images/Layout/index_bg.jpg) no-repeat fixed top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #0a2301;
}

.link {
	cursor: pointer;
}

	.link:hover {
		text-decoration: underline;
	}

.navLink {
	background-color: #111111;
	color: #ffffff;
	text-decoration: none;
	-webkit-box-shadow: inset 0 3px 8px #000000;
	-ms-box-shadow: inset 0 3px 8px #000000;
	box-shadow: inset 0 3px 8px #000000;
	box-shadow: inset 0 3px 8px rgba(0, 0, 0,0.125);
	-ms-text-shadow: 0 -1px 0 #000000;
	text-shadow: 0 -1px 0 #000000;
	text-shadow: 0 -1px 0 rgba(0, 0, 0,0.25);
	float: none;
	padding: 10px 15px 10px;
	display: block;
	line-height: 20px;
}

.mainContent {
	border-color: rgb(46,46,52);
	border-style: solid;
	border-width: 6px;
	background-color: rgb(0,0,0);
	color: #fff;
	opacity: 0.95;
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
}

.mainContentBody {
	border-color: rgb(46,46,52);
	padding: 0 2% 0 2%;
}

.mainNavBar {
	padding-bottom: 1.5%;
}

#subMenu {
	margin-top: 10px;
	padding: 10px;
	border: solid #ccc 1px;
}

.NavigationMenu {
	border-top: solid 1px #000000;
	border-bottom: solid 1px #ffffff;
	width: 100%;
}

.NavigationMenuItem {
	padding-right: 10px;
	padding-left: 10px;
}

#topheader {
	background-image: url(/Images/Layout/banner_soccer.png);
	background-repeat: no-repeat;
	height: 234px;
	width: 640px;
	max-height: 234px;
	max-width: 640px;
}

#sidebar {
	margin-top: 25px;
	min-height: 450px;
}

#footer, #footerText {
	margin-top: 20px;
	padding-bottom: 1.5%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

img {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}

.mainTableBG {
	background-color: rgba(0,0,0,1);
	background: url(/Images/Layout/soccer_ball_layoutBG.jpg) no-repeat left bottom;
	-webkit-background-size: initial;
	-moz-background-size: initial;
	-o-background-size: initial;
	background-size: initial;
}

.HomePagePoster {
	height: 612px;
	/*background: url(/Images/Layout/logo_revised.gif) no-repeat center bottom;*/
	-webkit-background-size: 448px 478px;
	-moz-background-size: 448px 478px;
	-o-background-size: 448px 478px;
	background-size: 448px 478px;
	/*opacity: 0.25;
	-moz-opacity: 0.25;
	filter: alpha(opacity=25);*/
	margin: auto;
	width: 100%;
	text-align: center;
}

.HomePagePosterChild {
	position: absolute;
}

.underline {
	text-decoration: underline;
}

.maindate {
	border-width: 1px 0px;
	border-style: solid;
	font-size: 20px;
	top: 85px;
	width: 98%;
	text-align: center;
}

.maintitle {
	font-family: times;
	font-size: xx-large;
	text-align: left;
	top: 5px;
	width: 98%;
}

	.maintitle strong {
		font-family: times;
		font-size: x-large;
		text-align: center;
		top: 5px;
		width: 98%;
	}

.table1 {
	border: 1px solid #fff;
	background-color: rgb(51,51,51);
	font-size: smaller;
}

	.table1 td {
		padding: 5px;
		border-bottom: 1px solid #fff;
		text-align: center;
	}

	.table1 .trHeader {
		font-size: larger;
		font-weight: bolder;
		text-align: center;
	}

.SearchResultsRow {
	height: 5px;
	border: none;
	border-width: 0px;
	padding-left: 1%;
}

.adminInput {
	width: 100%;
}

.adminDescriptionInput {
	width: 75%;
	height: 350px;
}
