body
{
	background-color: #07163F;
	background-image: url(../images/bg_fullsite.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
}

.hide
{
	display: none;
}

#fullwrap
{
	width: 850px;
	margin: 15px auto 10px auto;
	display: block;
	position: relative;
}

#header
{
	display: block;
	width: 850px;
	height: 209px;
	background-image: url(../images/head_fullsite.jpg);
	background-repeat: no-repeat;
	position: relative;
	clear: both;
}

#header_title
{
	width: 575px;
	padding-top: 140px;
	color: #eee;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
}

#header h1
{
	display: none;
}

#topleft
{
	color: #fff;
	float: left;
	margin-bottom: 10px;
	
}

#topright
{
	color: #fff;
	float: right;
	margin-bottom: 10px;
}

#topright a, #topleft a, .container_head_right a
{
	color: #fff;
	text-decoration: none;
}


#topright a:hover, #topleft a:hover, .container_head_right a:hover
{
	text-decoration: underline;
}

.container_head_right a
{
	display:block;
	padding-top: 16px;
	padding-right: 10px;
	
}

#header_nav_outer
{
	position: absolute;
	bottom: 0px;
	padding-bottom: 8px;
	width: 845px;
}

#header_nav
{
	margin: 0 10px;
	color: #000;
	font-weight: bold;
}

#header_nav a
{
	color: #333;
	text-decoration: none;
}

#header_nav a:hover
{
	color: #000;
}

#logos
{
	display: block;
	margin: 15px 0 0 0;
}

#logos div
{
	background-image: url(../images/bg_logos.gif);
	background-repeat: no-repeat;
	height: 71px;
}

#logos div table
{
	padding: 6px 1px;
}

.logo
{
	display: block;
	width: 95px;
	height: 59px;
}

.logo span
{
	display: none;
}

.foxsoccer
{
	background-image: url(../images/spt_logos_new.jpg);
	background-repeat: no-repeat;
	background-position: -95px 0px;
}

.foxsoccer:hover
{
	background-position: 0px 0px;
}

.ussoccer
{
	background-image: url(../images/spt_logos_new.jpg);
	background-repeat: no-repeat;
	background-position: -95px -59px;
}

.ussoccer:hover
{
	background-position: 0px -59px;
}

.wpsoccer
{
	background-image: url(../images/spt_logos_new.jpg);
	background-repeat: no-repeat;
	background-position: -95px -118px;
}

.wpsoccer:hover
{
	background-position: 0px -118px;
}

.usyouthsoccer
{
	background-image: url(../images/spt_logos_new.jpg);
	background-repeat: no-repeat;
	background-position: -95px -177px;
}

.usyouthsoccer:hover
{
	background-position: 0px -177px;
}

.majorleaguesoccer
{
	background-image: url(../images/spt_logos_new.jpg);
	background-repeat: no-repeat;
	background-position: -95px -236px;
}

.majorleaguesoccer:hover
{
	background-position: 0px -236px;
}

.soccershack
{
	background-image: url(../images/spt_logos_new.jpg);
	background-repeat: no-repeat;
	background-position: -95px -295px;
}

.soccershack:hover
{
	background-position: 0px -295px;
}

.scoresports
{
	background-image: url(../images/spt_logos_new.jpg);
	background-repeat: no-repeat;
	background-position: -95px -354px;
}

.scoresports:hover
{
	background-position: 0px -354px;
}


.container_250
{
	width: 250px;
	margin-bottom: 15px;
}


.container_580
{
	width: 580px;
	margin-bottom: 15px;
}


.container_282
{
	width: 282px;
	margin-bottom: 15px;
}

.container_head
{
	height: 30px;
	background-image: url(../images/head_section.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.container_head h3
{
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	padding: 7px 0 0 10px;
}

.container_head h3 a {
	color: #ffffff;
	text-decoration: none;
}

.container_head h3 a:hover {
	text-decoration: underline;
}

.container_head_right
{
	height: 30px;
	float: right;
	min-width: 20px;
	background-image: url(../images/head_section.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.container_body
{
	background: #fff;
	border-top: 1px solid #333;
}

.container_scroll
{
	overflow: auto;
}

.max250
{
	max-height: 250px;
}

.container_body ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
}

.container_body ul li
{
	padding: 6px;
	list-style-type: none;
	list-style-position: inside;
}

.container_body ul .li1
{
	background: #eeeeee;
}

.container_body ul .li2
{
	background: #ffffff;
}

.sharepad
{
	padding: 15px 10px 0 10px;
}

.shareicon
{
	width: 74px;
	text-align: center;
	float:left;
	padding-bottom: 15px;
}

.sponsoricon
{
	width: 120px;
	text-align: center;
	float:left;
	padding-bottom: 15px;
}

.pad10
{
	padding: 10px;
}

.shareicon a
{
	color: #000;
	text-decoration: none;
}

.shareicon a:hover
{
	text-decoration: underline;
}

#leftbar
{
	width: 268px;
	float: left;
}

#content_main
{
	width: 580px;
	float: left;
}

.negmargin
{
	margin-top: -15px;
}

.rightside
{
	float: right;

}

.leftside
{
	float: left;
}

.width210
{
	width: 210px;
}

.width365
{
	width: 365px;
}

.height250
{
	height: 250px;
}

.height280
{
	height: 280px;
}

.rightborder
{
	border-right: 1px solid #333;
}

#footer
{
	clear: both;
	display: block;
	height: 34px;
	background-image: url(../images/foot_fullsite.gif);
	background-repeat: no-repeat;
}

#footer div
{
	text-align: center;
	padding-top: 9px;
}

#pca_content h2 {
	margin-top: 0;
	padding-top: 0;
}




.calendarheading {
	text-align:center;
	background:#293879;
	color:#fff;
	font-weight:bold;
	border-left: 1px solid #ccc;
}
.calendarheading div {
	padding:5px;
}

.calendarbody {
	width: 14%;
	height: 80px;
	border: 1px solid #666;
	background: #fff;
}

.daynumber {
	padding: 3px;
	text-align: right;
	border-bottom: 1px solid #999;
}

.dayactive {
	color:#000;
	background: #ddd;
}

.dayinactive {
	color:#ccc;
	background: #eee;
}




#searchbox {
	position:absolute;
	z-index: 100;
	top: 35px;
}

#searchfloat {
	width:380px;
	background: #000;
}
#searchinner {
	padding:10px;
	color:#fff;
	border: 1px solid #B4D0E0;
}
#qs_summary {
	margin:5px;
	padding:5px;
	background:#fff;
	border:1px solid #333;
	margin-top:10px;
}
#qs_summary p {
	color: #666;
	margin-bottom: 10px;
	margin-top: 5px;
}

#searchfield {
	border: 1px solid #333;
}