@charset "utf-8";

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding:0px;
	margin:0px;
	height:auto;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-image: url(images/back_repeat_block.png);
	background-repeat: repeat;
	background-position: top;
	padding:0px;
	margin:0px;
	height:100%;
}

#mainContainer {
	width:100%;
	height:auto;
	background:url(images/background_repeat_gradient.png) repeat-x;
	
}

#innerContainer {
	width:872px;
	height:auto;
	margin-left:auto;
	margin-right:auto;

}

#header {
	width:872px;
	height:165px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/header_banner.png) no-repeat;
}

#navigation {
	width:872px;
	height:43px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/nav_right.png) no-repeat right top;
}

#titlepane {
	width:872px;
	height: 25px;
	background:url(images/page_title_pane.png) top center;
	margin-left:auto;
	margin-right:auto;
}

#contentOuter {
	width:872px;
	height:auto;
	background:url(images/main_body_repeat.png) repeat-y top center;
	margin-left:auto;
	margin-right:auto;
}

#content {
	margin-left:11px;
	margin-right:11px;
}

.clearer {
	line-height:0px;
	font-size:0px;
	height:0px;
	clear:both;
}

#footer {
	margin-left:auto;
	margin-right:auto;	
	width:872px;
	height:115px;
}

#footer_left_corner {
	width:80px;
	height:115px;
	float:left;
	background:url(images/corner_b_left.png) no-repeat top;
}

#footer_right_corner {
	width:80px;
	height:115px;
	float:left;
	background:url(images/corner_b_right.png) no-repeat top;
}

#footer_center {
	width:712px;
	height:115px;
	float:left;
}

#footer_text {
	width:712px;
	height:49px;
	background:#FFFFFF;
}

#footer_center_left {
	float:left;
	width:231px;
	height:66px;
}

#footer_center_left_top {
	background:#FFFFFF;
	width:231px;
	height:30px;
}

#footer_center_left_bottom {
	background:url(images/footer_shadow_bottom_left.png) no-repeat top;
	width:231px;
	height:36px;
}

#footer_center_right {
	float:left;
	width:231px;
	height:66px;
}

#footer_center_right_top {
	background:#FFFFFF;
	width:231px;
	height:30px;
}

#footer_center_right_bottom {
	background:url(images/footer_shadow_bottom_right.png) no-repeat top;
	width:231px;
	height:36px;
}

#footer_center_center {
	float:left;
	width:250px;
	height:66px;
}

#footer_center_center_top {
	background:url(images/footer_logo_top.png) no-repeat;
	width:250px;
	height:30px;
}

#footer_center_center_bottom {
	background:url(images/footer_logo_bottom.png) no-repeat;
	width:250px;
	height:36px;
}

#small_bar_top {
	height:6px;
	background:url(images/small_bar_top.png) repeat-x;
	width:850px;
	position:absolute;
	left: 50%;
	margin-left: -425px;
}

#large_bar_top {
	background:url(images/large_bar_top.png) repeat-x;
	height:22px;
	float:right;
	line-height:22px;
	color:#ffffff;
	padding-right:10px;
	padding-left:10px;
	
}

#large_bar_container {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	
}

#leaguesearch{
	width:442px;
	/*height:142px;*/
	background:url(images/leaguesearch.png) no-repeat top;
	float:left;
}

/*#content a:link{color:#000000; font-weight:bold; text-decoration:none;}
#content a:hover{color:#666666; text-decoration:none;}
#content a:visited{color:#000000; text-decoration:none;}*/


.bigboldtext {
	font-weight:bold;
	font-size:14px;

}

.admintitle {
background:#7d7e81; 
color:#ffffff;
}

.adminmenulink {

background:#921417; 
color:#ffffff;
}

.adminmenulink a:link{color:#ffffff;text-decoration:none;}
.adminmenulink a:visited{color:#ffffff;text-decoration:none;}

#col1 {
	width:150px;
	
}

#venuetable td{border-left:#999999 solid 1px;}
#venuetable td{border-top:#999999 solid 1px;}
#venuetable {border-right:#999999 solid 1px; border-bottom:#999999 solid 1px;}
#venuetable th{border-top:#999999 solid 1px; border-left:#999999 solid 1px;}
#venuetable a{color:#000000; font-weight:bold;}


#puntertable td{border-left:#999999 solid 1px;}
#puntertable td{border-top:#999999 solid 1px;}
#puntertable {border-right:#999999 solid 1px; border-bottom:#999999 solid 1px;}
#puntertable th{border-top:#999999 solid 1px; border-left:#999999 solid 1px;}
#puntertable a{color:#000000; font-weight:bold;}






















