html {
	background: white url('/theme/season3/img/background.jpg') repeat-x fixed top center;
	height:100%;
	font-family:Tahoma;
}

body {
	width:1034px;
	margin:0 auto;
	background:url('/theme/season2/img/body-background.png');
	background-attachment:fixed;
	background-position:top center;
	min-height:100%;
	font-size:.8em;
}

h1 {
	width:660px;
	height:172px;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	right:0;
	text-indent:-5000px;
}

h3 {

	font-size: 9pt;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;

}

a {
	color:#385c78;
}
	
a:hover {
	color:#5b7a8c;
}


table {
	border-collapse:collapse;
}

img {
	border:0;
	vertical-align:bottom;
}

select {
	width:120px;
}


#header {
	height:172px;
	position:relative;
}

#newscontainer {

	width: 900px;
	margin-left: auto;
	margin-right: auto;

}

#pagination {

	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}

.newsSubject {
	letter-spacing:1px;
	color: #D5493A;
	padding-top: 10px;
	border-bottom:dotted 1px;
}

.newsContent {
	font-size:1.1em;
	text-align:justify;
}

.newsInfo {
	font-size:.85em;
	text-align: right;
}

#admin_nav {

	width: 700px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}

#admin_nav ul {

	list-style: none;

}

#admin_nav ul li {

	display: inline;
	padding: 0 7px;
	margin: 0px;

}

#admin_players {

	width: 600px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}

#admin_players table {
	
	width: 600px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 3px;

}

#admin_news {

	width: 700px;
	margin-left: 290px;

}

.newspost {

	width: 490px;

}

.errormsg {

	color: red;
	font-weight: bold;

}

#teaminfo {

	width: 750px;
	margin-right: auto;
	margin-left: auto;

}

#teaminfo tr td{

	border: 1px solid black;
	height: 30px;

}

.onefifty {

	width: 150px;
	text-align: center;
	font-weight: bold;

}

.fifty  {

	width: 50px;
	text-align: center;
	font-weight: bold;

}

.addteam {

	width: 200px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	border: 1px solid black;

}

.teamlabel {

	text-align: right;
	padding-right: 3px;

}

#notice.signups  {
	background-image:url('/theme/season2/img/notice-signups.png');
	width:301px;
	height:150px;
	position:relative;
	background-repeat:no-repeat;
	top:10px;
	left:10px;
}

#notice.map  {
	background-image:url('/theme/season2/img/notice-map.png');
	width:301px;
	height:138px;
	position:relative;
	background-repeat:no-repeat;
	top:0px;
	left:10px;
}

#noticeText {
	font-family:Verdana;
	margin:0;
	padding:0;
	color:white;
	font-weight:bold;
	font-size:38px;
	position:absolute;
	left:70px;
	top:70px;
}



#weekinfo {

	position:absolute;
	padding-left: 10px;

}

p.weekinfo {

	color: white;
	font-size: 8pt;

}

p.weekinfo a{

	text-decoration: none;
	color: white;

}


#nav {
	font-family:Verdana;
	background-color:#768a88
}

#nav td {
	color:white;
	text-transform:lowercase;
	font-size:1.2em;
}
#nav td a {
	color:white;
	display:block;
	text-decoration:none;
	padding:10px 0px;
}
#nav td a:hover {
	background-color:#5b7a8c;
}

.formHelp {
	border:0;
	vertical-align:bottom;
}

.foot {
	text-align:center;
	font-size:.7em;
	margin-top:65px;
}

.foot hr {
	width:60%;
	border:0;
	background-color:black;
	height:1px;
}

.foot p {
	margin:0;
}

.even {background-color:#DBD7CF}

.even .player.category {background-color:#CBC7C0}
.odd .player.category {background-color:#D1CDC6;}

.even .player.info {background-color:#D3CFC7}
.odd .player.info {background-color:#E0DCD3}

.player.name {background-color:#D1CDC6;}

.playerTable {line-height:1.5em;border:0px;}
.playerTableHead {font-size:1.1em;xbackground-color:#C7C3BC;}