@charset "utf-8";

body, html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
	background-color:#000000;
	text-align:center;
	scrollbar-base-color: #e6e6e6;
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
}

img, div, .pngfix, input { behavior: url("/iepngfix.htc") }

.wrapper {
	padding: 0;
	margin: 0 auto;
	width: 1020px;
	text-align:center;
}


/* TOP RIGHT LINKS */

.topRightLinks {
	position: relative;
	top: -110px;
	left: -10px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: -14px;
}

.topRightLinks a:link {
	color: #ffffff;
	text-decoration: none;
}

.topRightLinks a:visited {
	color: #ffffff;
	text-decoration: none;
}

.topRightLinks a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/* MAIN NAVIGATION */
.mainNav {
	background-color: #4c4c4c;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 18px;
	padding-right: 5px;
	font-size: 10px;
}

.homePage a.homeTab,
.aboutPage a.aboutTab,
.registrationPage a.registrationTab.
.leaguesPage a.leaguesTab,
.tournamentsPage a.tournamentsTab,
.newsPage a.newsTab,
.forumPage a.forumTab,
.contactPage a.contactTab {
	background-color: #1d1d1d;
	color: #cbcbcb;
}


/* HOME PAGE CONTENT AREA */

.homeContent {
	width: 1000px;
	text-align: left;
	min-height: 480px;
	position: relative;
	top: 14px;
	background-color: #e8e8e8;
	margin-bottom: 14px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 30px;
}

/* Min-Height for Internet Explorer */
/*\*/
* html .homeContent {
height: 480px;
}
/**/


/* ADMIN LEFT NAV */
.leftSide {
	text-align: left;
	width: 190px;
	font-weight: bold;
	clear: none;
	float: left;
	position: relative;
	top: 2px;
	margin-top: -8px;
	!margin-top: 0px;
	border: 1px solid black;
}

#latestNewsLinks {
	padding:0;
 	margin:0;
	width: 190px;
	list-style: none;
}

#latestNewsLinks li {
	border-bottom: 2px solid #a7a7a7;
	margin: 0;
	padding: 0;
	line-height: 200%;

}
#latestNewsLinks a {
	margin: 0;
	height: 25px;
	color: #444547;
	text-decoration: none;
	display: block;
	padding: 1px 12px;
	line-height: 200%;
	background-color: white;
}

#latestNewsLinks a:hover {
	color: #ffffff;
	background-color: #696969;
}

.adminContentText {
	float: left;
	width: 655px;
}


/* CONTENT AREA */
.content {
	width: 980px;
	text-align: left;
	min-height: 480px;
	position: relative;
	top: 14px;
	background-color: #e8e8e8;
	margin-bottom: 14px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	overflow: auto;
	clear: both;
}

/* Min-Height for Internet Explorer */
/*\*/
* html .content {
height: 480px;
}
/**/

.subContentArea3col {
	width: 709px;
	text-align: left;
	position: relative;
	top: 13px;
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}

.topRoundedImage3col {
	position: relative;
	left: -5px;
	top: -13px;
}

.bottomRoundedImage3col {
	position: relative;
	left: -5px;
	top: 13px;
}

.subContentArea1col {
	width: 252px;
	text-align: left;
	position: relative;
	top: 13px;
	background-color: white;
	padding-left: 0px;
	margin-left: 7px;
	float: left;
}

.topRoundedImage1col {
	position: relative;
	left: 0px;
	top: -13px;
}

.bottomRoundedImage1col {
	position: relative;
	left: 0px;
	top: 13px;
}

.RightColText {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.NewsRightColText {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 10px;
}



/* HOME PAGE AD CONTENT */

.HomeAdBox {
	background-image: url("../images/Home_adBox.png");
	background-repeat: no-repeat;
	height: 313px;
	width: 720px;
	float: left;
	padding-top: 5px;
	padding-left: 6px;
}

.HomeAd {
	xbackground-image: url("../images/HomeAd2.jpg");
	xbackground-repeat: no-repeat;
	width: 706px;
	height: 305px;
}

.pics { width: 706px; height: 305px; padding:0; margin:0; overflow: hidden; float:left; }
.pics img { width: 706px; height: 305px; top:0; left:0; padding:0; margin: 0; }

/* HOME PAGE NEWS CONTENT */

.HomeNewsBox {
	background-image: url("../images/Home_newsBox.png");
	background-repeat: no-repeat;
	width: 251px;
	height: 155px;
	float: left;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-left: 6px;
}

.HomeNewsTitle {
	background-color: #dbdbdb;
	width: 230px;
	height: 18px;
	color: #3b3b3b;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
}

.HomeNewsItem a:link {
	color: #3b3b3b;
	text-decoration: none;
	background-color: white;
	border-bottom: 1px solid #dcdcdc;
	width: 230px;
	height: 18px;
	color: #3b3b3b;
	font-weight: 100;
	padding-top: 5px;
	padding-left: 10px;
	display: block;
}

.HomeNewsItem a:visited {
	color: #3b3b3b;
	text-decoration: none;
	background-color: white;
	border-bottom: 1px solid #dcdcdc;
	width: 230px;
	height: 18px;
	color: #3b3b3b;
	font-weight: 100;
	padding-top: 5px;
	padding-left: 10px;
	display: block;
}

.HomeNewsItem a:hover {
	color: #3b3b3b;
	text-decoration: none;
	background-color: #f0f0f0;
	border-bottom: 1px solid #dcdcdc;
	width: 230px;
	height: 18px;
	color: #3b3b3b;
	font-weight: 100;
	padding-top: 5px;
	padding-left: 10px;
	display: block;
}

.HomeMoreNews {
	background-color: #f0f0f0;
	text-align: right;
	width: 230px;
	height: 18px;
	color: #e30016;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
}

.HomeMoreNews a:link {
	color: #e30016;
	text-decoration: none;
}

.HomeMoreNews a:visited {
	color: #e30016;
	text-decoration: none;
}

.HomeMoreNews a:hover {
	color: #e30016;
	text-decoration: underline;
}


/* HOME PAGE VIDEO CONTENT */

.HomeVideoBox {
	background-image: url("../images/Home_newsBox.png");
	background-repeat: no-repeat;
	width: 251px;
	height: 155px;
	float: left;
	padding-top: 6px;
	padding-left: 6px;
	
}


/* HOME PAGE VIDEO CONTENT */

.HomeBottomRow {
	width: 1020px;
	height: 167px;
	background-color: white;
	margin-left: -20px;
	margin-top: 10px;
	float: left;
	clear: both;
}

.HomeBottomRowInside {
	background-image: url("../images/HomeBottomRow.jpg");
	margin-left: 20px;
	margin-top: 15px;
	width: 976px;
	height: 137px;
}

.HomeBottomRowBox1 {
	float: left;
	margin-left: 6px;
	margin-top: 25px;
}

.HomeBottomRowBox {
	float: left;
	margin-left: 15px;
	margin-top: 25px;
}

.HomeBottomRowBox4 {
	float: left;
	margin-left: 19px;
	margin-top: 25px;
}

/* SITE-WIDE STYLES */

.titleText {
	font-size: 20px;
	font-weight: 100;
	color: #e30016;
}

.subContentArea3col h1 {
	position: relative;
	top: -30px;
	!top: -40px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: 699x;
	height: 25px;
	color: white;
	background-color: #4f4f4f;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: -25px;
	!margin-bottom: -35px;
}

.subContentArea1col h1 {
	position: relative;
	top: -27px;
	!top: -40px;
	left: 5px;
	font-size: 11px;
	font-weight: bold;
	display: block;
	width: 232px;
	height: 18px;
	color: #3b3b3b;
	background-color: #dbdbdb;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: -20px;
	!margin-bottom: -30px;
}

.evenRow {
	background-color: #eeeeee;
}

.red {
	color: #e30016;
}

.formTitle{
	font-weight: bold;
}
.contentLink:link {
	color: #e30016;
	text-decoration: none;
	font-weight: 100;
}

.contentLink:visited {
	color: #e30016;
	text-decoration: none;
	font-weight: 100;
}

.contentLink:hover {
	color: #e30016;
	text-decoration: underline;
	font-weight: 100;
}

fieldset {
	width: 665px;
	padding-left: 15px;
	padding-bottom: 15px;
}

legend {
	font-size: 12px;
	color: #e40115;
	font-weight: 100;
}

.subTitle {
	color: #ee0000;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
}

input.button {
   font-size: 10px;
   font-family: Verdana,sans-serif;
   font-weight: bold;
   color: #FFFFFF;
   background-color: #ee0000;
	border-style: none;
	padding: 1px;
	cursor: pointer;
}

input.button:hover {
  background-color: #910000;
}


/* FOOTER */
.spacer {
	height: 20px;
	width: 1020px;
	background-color: #e8e8e8;
}


.footer {
	color: #666666;
	font-size: 10px;
	background-color: #e8e8e8;
	background-image: url("../images/footer.png");
	background-repeat: no-repeat;
	height: 63px;
	width: 1020px;
	border-bottom: 4px solid #da3a29;
}

.footerLinks {
	padding-top: 7px;
}

.footerLinks a:link {
	color: #666666;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
}

.footerLinks a:visited {
	color: #666666;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
}

.footerLinks a:hover {
	color: #666666;
	text-decoration: underline;
	padding-left: 4px;
	padding-right: 4px;
}