/* Application.css - Global CSS stylesheet */

/* 
@import url("stylesheets/reset.css");
@import url("stylesheets/text.css");  */

@import url("stylesheets/960_12_col.css");

body
{
	background-color: #eee;
	color: #000;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6
{
	color: #000;
	text-align: center;
}

td
{
	color:#000000;
}

#header_container {
	margin: 0;
	padding-top: 15px;
	background-color: #a7a9ac;
}

#nav-container
{
	text-align: center;
}

#nav
{
	color: #000;
	display: block;
	position: relative;
	z-index: 10;
}

#nav-container {
	margin: 0 auto 0;
}

ul
{
	list-style: square inside;			
}

a
{
	font-weight: bold;
	color: #000;
}

/* Main Menu page stylesheet */

#links {
	font-size: 24px;
	font-weight: bold;
}

#quotes_of_the_week
{
	font-size: 18px;
	color: #996600;
	width: 100% !important;
}

/* Display Game Stats stylesheet */

.statsline {
	font-size: 18px;
	float: left;
	color: #000000;
}

.stats {
	float: left;
	text-align: center;
	color: #FF0000;
	font-weight: bold;
	border: 1px solid #000000;
}

.statsname {
	width: 300px;
	color: #FF0000;
}

.statsrname {
	width: 300px;
	color: #000000;
}

.points {
	width: 120px;
	color: #FF0000;
}

.rebounds {
	width: 100px;
	color: #FF0000;
}

.steals {
	width: 100px;
	color: #FF0000;
}

.assists {
	width: 100px;
	color: #FF0000;
}

.blocks {
	width: 100px;
	color: #FF0000;
}

.ftmade {
	width: 100px;
	color: #FF0000;
}

.ftmissed {
	width: 100px;
	color: #FF0000;
}

.fouls {
	width: 100px;
	color: #FF0000;
}

/* Display All Star stylesheet */

#allstars {
	width: 100%;
	border:thick;	
	color:#000000;
	text-align: center;
	font-size: 18px;
}

.allstarline {
	width:	100%;
	text-align: center;
	margin: 0 auto 0;
}

.PAS {
	float: left;
	text-align: left;
	font-weight: bold;
	width: 100px;
	margin: 0 auto 0;
}

.clear
{
	clear: left;
}

.pasname {
	width: 200px;
	text-align: center;
}

.pasheight {
	width: 65px;
	text-align: center;
}

.pasteam {
	width: 200px;
	text-align: center;
}

.paspoints {
	width: 65px;
	text-align: center;
}

.pasassists {
	width: 65px;
	text-align: center;
}

.pasrebounds {
	width: 75px;
	text-align: center;
}

.pasblocks {
	width: 70px;
	text-align: center;
}

.passteals {
	width: 55px;
	text-align: center;
}

.pasftmade {
	width: 75px;
	text-align: center;
}

.pasftmissed {
	width: 100px;
	text-align: center;
}

.pasfouls {
	width: 55px;
	text-align: center;
}

/* Display Roster stylesheet */

#rosterpage h1, #rosterpage h2 {
	text-align: center;
}

#displayrosterpage h1, #displayrosterpage h2 {
	text-align: center;
}

#displayrosterpage h3 {
	text-align: center;
	color: #00FF00;
	font-weight: bold;
	font-size: 24px;
}

#roster {
	font-weight: bold;
	font-size: 18px;
}

#teamname {
	color: #e16226;
	font-weight: bold;
}

#americanconf {
	float: center;
	width: 100%;
	color: #000000
	border: thick;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.playerline {
	width: 600px;
	font-size: 14px;
	border: #FFFFFF; 
	margin: 0 auto 0;
	clear: both;
}

.player {
	float: left;
	text-align: left;
	font-weight: bold;
	width: 300px;
	margin: 0 auto 0;
}

.playername {
	width: 250px;
	text-align: center;
}

.playergrade {
	width: 150px;
	text-align: center;
}

.playerpos {
	width: 75px;
	text-align: center;
}

.playerheight {
	width: 75px;
	text-align: center;
}

/* Display Roster stylesheet */

.players {
	width: 260px;
	margin: 0 auto 0;
}

.select {
	float: left;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	border: 1px solid white;
}

.checkbox {
	width: 50px;
	text-align: center;
}

.all {
	width: 200px;
	text-align: right;
}


.name {
	width: 200px;
	text-align: center;
}

/* Display Schedule stylesheet */

#schedulegames {
	width: 100%;	
	border: medium;
	font-weight: bold;
	text-align: center;
}

#scheduleheading {
	width: 100%;
	border: thick;
	color: #FF0000;
	margin: 0 auto 0;
}

#scheduleline {
	width: 100%;
	border: dashed;
	margin: 1 auto 1;
}

#schedule {
	font-weight: bold;
	border: dotted;
	font-size: 18px;
}

.teamscheduleline {
	width: 900px;
	margin: 0 auto 0;
}

.teamschedule {
	float: left;
	text-align: left;
	font-weight: bold;
	border: 1px solid white;
	width: 900px;
	margin: 0 auto 0;
}

.scheduledate {
	width: 250px;
	text-align: center;
}

.scheduletime {
	width: 75px;
	text-align: center;
}

.schedulehometeam {
	width: 200px;
	text-align: center;
}

.schedulevs {
	width: 50px;
	text-align: center;
}

.scheduleguestteam {
	width: 200px;
	text-align: center;
}

.gamedate {
	border: 1px solid orange;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.gamedatel {
	border: 1px solid orange;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}

.gametime {
	width: 75px;
	text-align: center;
}

.gamehometeam {
	width: 250px;
	text-align: center;
	font-size: 18px;
}

.gamevs {
	width: 75px;
	text-align: center;
}

.gameguestteam {
	width: 250px;
	text-align: center;
	font-size: 18px;
}









/* Display Main Schedule stylesheet */

#main_sched{
	border: thin;
	font-size: 12px;
	text-align: center;
}

.maingamedate {
	border: 1px solid orange;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.mainhead {
	width: 500px;
	font-size: 12px;
}

.mainsched {
	width: 500px;
	font-size: 12px;
}

#search_form {
	padding-left: 10px;
}

#photos img {
	width: 500px;
}






