﻿/* select soccer 2010 */

body {
	background-color: #4F94CD; /*white default  or  #6495ED*/
	width:auto;
	text-align:left;
	/*border:thin black solid;   delete maybe */
}

a {
	text-decoration:none;
	color:blue;
}
a:hover{
	text-decoration:underline;
	color:#00008b;
}
#container{ 
	margin:auto;
	width:750px;       /*850px;*/
	height:100%;
	background-color:white;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

#header {
	width:750px;              /*850px;*/
	height:85px;
	font-weight:bold;
	text-align:left;
	margin-bottom:15px;
}
		h1.header{
		padding-top:30px;
		padding-bottom:0px;
		padding-left:150px;
		font-size:32px;
		line-height:12px;
		color:blue;
		}
		h1.foot{
		font-size:15px;
		color:black;
		line-height:12px;
		padding-top:0px;
		padding-left:170px;
		}
		h1.top {
		font-size:18px;
		font-weight:bold;
		}


#body {
	width:550px;                              /*660px;*/
	font-size:14px;
	text-align:center;
	float:left;
	margin-left:190px;
}

#nav {
	width:140px;                                 /*190px;*/
	height:auto;
}

#footer{
	width:750px;                      /*850px;*/
	font-size:9px;
	text-align:center;
	clear:both;
}
.spacer {
	background-color:blue;
	line-height:2px;
	font-size:.5px;
}
.spacerg {
	background-color:gray;
	line-height:1px;
	font-size:.5px;
}

/* --------------------------------------------------------------------*/
.b {
	font-weight:bold;
}
.c {
	text-align:center;
}
.l {
	text-align:left;
}
.vsp {     /*vertical line spacing or white space*/
	margin:45px auto auto auto;
}
.small {
	font-size:11px;
}
/* index page ---------------------------------------------*/
.inwetop {
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin:auto auto 15px auto;
}
img.inte {
	float:right;
	margin:0px auto 10px auto;
	border:0px;
}
img.inbt {
	margin:auto auto 25px auto;
	border:0px;
}
.tpmar{
	margin:75px auto auto auto;
	
}
.bcamp {
	font-size:17px;
	font-weight:bold;
	text-align:center;
}
.campbox {  /* ----------------------- soccer camp box on index page */
	width:550px;
	/*height:220px;  height was 220 in 2010 */
	position:relative;
	left: 0px;                    /*15px;*/
	margin:5px auto 15px 0px;
	background-color:#6495ED;
}
/* end index page -----------------------------------------*/
/* board page --------------------------------------------*/
.bbox {
	width:550px;                              /*600px;*/
	position:relative;
	height:auto;
	background-color:white;
	font-size:14px;
	margin:auto auto auto;
	text-align:left;
}
h2 {
	font-size:18px;
	font-weight:bold;
}
table.bmem {
	width:550px;                           /*600px;*/
	margin:auto;
}
/* end board page -----------------------------------------*/
/* information page ---------------------------------------*/
ul.infolist {
	text-align:left;
	list-style:none;
	padding:5px 0px 5px 40px; 	
}
li {
	margin:5px auto 5px auto;
}
img {
	vertical-align:middle;
}
/* end info page --------------------------------------------*/
/* links page ----------------------------------------------- */
h6 {
	font-size:10px;
	text-align:center;
}
/* end links page ---------------------------------------------*/
/* team page --------------------------------------------------*/
table.team {
	width:550px;                     /*600px;*/
	margin:auto;
	text-align:left;
}
/* end team page ----------------------------------------------*/
/* schedule & scores page ----------------------------------------------*/
table.sch {
	width:300px;
	margin:auto;
	text-align:center;
}
/* end schedule page -------------------------------------------*/
/* individual schedule pages --------------------------------------*/
table.gen { /*table of team schedule change width if they want scores too*/
	width:400px;
	margin:50px auto;
	border:thin black solid;
	background-color:white;
	font-size:14px;
}
td.genhead {
	text-align:center;
	font-weight:bold;
	font-size:18px;
	background-color:blue;
	color:white;
}
td.gmgn {
	width:75px;
}
td.gmtm {
	width:175px;
}
/* end schedule page ------------------------------------------------*/
/* tryout page ------------------------------------------------------*/

table.tryinfo{
	width:550px;                           /*650px;*/
	text-align:left;
}
table.tryout {
	width:300px;
	border:thin black solid;
	margin:auto;
}
td.trylt{
	width:150px;
	border:thin black solid;
	text-align:center;
}
td.cborder{
	text-align:center;
	font-weight:bold;
	font-size:15px;
	border:thin black solid;
}
li.try{
	margin: auto auto auto 60px;
}
h1.tryouts{
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	font-weight:bold;
	color:blue;
}
/* end tryout page -------------------------------------------------*/