* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url("/img/body_bg.gif");
	font-family: Arial, Helvetica, san-serif;
	font-size: 62.5%;
}

#wrapper {
	position: relative;
	left: 50%;
	margin-left: -420px;
	width: 841px;
	font-size: 1.2em;
}

#mainContent {
	min-height: 40.0em;
	margin-left: 4%;
	margin-right: 4%;
}

table {
	width: 100%;
	
	margin-bottom: 1.0em;
	border-collapse: collapse;
	border: 1px solid #666;
}

th, td {
	padding: 0.2em 0.4em;
	vertical-align: top;
}

thead {
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
}

th {
	font-weight: normal;
}

td { border-bottom: 1px solid #ccc; }

table.scoring input, table.roster input, input.score{ width: 4em;}
table.scoring { width: 40%; }
/* table.roster { width: 60%; } */
table#photoSheet {border: none;}
td.photoCell { padding: 1em; border: none;}

caption {
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	margin: 0.25em 0;
}

col {
	border-right: 1px solid #ccc;
}

col#schedDayName, col#schedMonth, col#schedDay, col#schedYear {
	border-right: none;
}
	
col#schedType { width: 5em; }
col#schedDayName { width: 2.5em; }
col#schedMonth { width: 2.0em; }
col#schedDay { width: 1.8em; }
col#schedYear { width: 3em; }
col#schedTime { width: 6.5em; }
/* col#schedHome, col#schedVisitors { width: 9em; } */
col#schedHomeScore, col#schedVisitorsScore { width: 2em; }
col#schedLocationOrDesc { width: 12em; }

table#upcomingEvents {
	width: inherit;
	border: none;
	margin-left:1.0em;	
}

table#upcomingEvents td {border:none; }
table#schedule td { vertical-align: middle;}

.centerText { text-align: center; }
.rightText {text-align: right; }
.description { text-align: right; color: #777;}
#welcomeMsg { text-align:center; margin-bottom:1.0em;}

h2 { margin-bottom: 0.5em; font-size:1.5em;}
h3 { display: block; } 
div.newsArticle { margin-bottom: 0.5em; margin-left:1.0em;}
div.homeSection { margin-top: 1.5em;}

#login { width: 18em; left: 50%; position: relative; margin-left: -9em;}
#login input { float: right; }
#login p { height: 3em;}
.errorMessage { color: red; width: 100%; text-align: center;}
#header a.login { text-decoration: underline; position:absolute;
				  float:right; padding-right: 2em; top:90px; left: 92%;}
p.loginText { width: 100%; text-align: center; font-size:0.8em; }
img.thumbnail {position:relative;left:-5px;top:-5px;}
div.photoWrapper {width:135px; height:135px; float:left;margin-left:1em;margin-bottom:1em;}
div.photoFrame {background-color:lightgray;}
div.horizontal {width:128px;height:96px;}
div.vertical {width:96px;height:128px;}
div.photoLarge {text-align: center;}
div.photoLarge img {max-width : 760px; }
table.formTable {border: none;
				 width: auto;}
table.formTable td {border: none;
					padding-bottom: 1em;}	
table.formTable td:first-child {text-align: right;}
textarea.scheduleTextArea {height: 10em; width: 55em; }

.messageBox { border: thin black solid;
			  padding: 1em;
			  position: relative;
			width: 350px;
			left: 50%;
			margin-left: -175px;
			text-align: center;
			background-color: #def;}
.messageBox p { margin-bottom: 2em; }
img {border: none;}
.picLabel {font-size: 1.2em;}
.teamText { font-weight: bold; }
.hidden {display:none; }
#roster input {display:inline;}
col.period { width: 3em; }
col.time { width: 5em; }
td.period, td.time { text-align: center;}
td.practiceDescription { font-style: italic;  color: gray;}
span.favLabel {font-weight:bold;}
#showlink {float: right;}
p#topName {position: relative;  top: 8px;}