*
{
	MARGIN: 0;
	PADDING: 0;
}

HTML
{
	height: 100%; 
}

* html #container {
    height: 100%;
}

.center-con {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.center-wide {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

BODY {
    background-color: #000;
    background-image: url(/Images/bgv2.jpg);
    background-repeat: repeat-y;
    background-position: center;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    font-size: 14px;
}

A
{
    COLOR: #960B0B;
    TEXT-DECORATION: none
}

A:hover
{
    COLOR: RED;
}

img{
	border: none;
}

#top {
	position: absolute;
}

#container {
   min-height: 100%;
   height: 100%;
   height: auto !important;
   margin-bottom: -40px;
}

.container2 {
	width: 1000px;
	background: #4b4d3b;
	margin: 0;
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
}
.sidebar1 {
	float: left;
	width: 270px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.content {
	width: 460px;
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0;
}

.content-full { /* container that spans the full width of page. Use for stats and info pages or basic pages */
	width: 990px;
	float: none;
	margin: 5px;
	clear: both;
	overflow: hidden;
}

.sidebar2 {
	float: left;
	width: 250px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#pageHeader {
	BACKGROUND-IMAGE: url(/Images/roundball-logo.png);
	OVERFLOW: hidden;
	BACKGROUND-REPEAT: no-repeat;
	HEIGHT: 120px;
	background-position: left 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#statNav {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	OVERFLOW: hidden;
	text-align: right;
	padding-top: 25px;
	color: #d3e313;
}



#statNav UL {
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px;
    LIST-STYLE-TYPE: none
}

#statNav LI {
	PADDING-RIGHT: 10px;
	DISPLAY: inline;
	PADDING-LEFT: 10px;
	MARGIN-LEFT: 5px;
	MARGIN-RIGHT: -5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#statNav a {
	color: #FFF;
}

#statNav a:hover {
	color: #999;
}

#acctNav {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	OVERFLOW: hidden;
	TEXT-ALIGN: right;
	padding-top: 5px;
}

#acctNav a {
	color: #FFF;
}

#acctNav a:hover {
	color: #999;
}

#acctNav UL {
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px;
    LIST-STYLE-TYPE: none
}

#acctNav LI {
	PADDING-RIGHT: 10px;
	DISPLAY: inline;
	PADDING-LEFT: 10px;
	MARGIN-LEFT: 5px;
	MARGIN-RIGHT: -5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#infoBar
{
	height: 32px;
	background-repeat: repeat-x;
	float: right;
	width: 500px;
	margin-top: 5px;
}

#barLeft {
	background-image: url(/Images/infobar-leftend.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 12px;
	float: right;
}

#barRight {
	background-image: url(/Images/infobar-rightend.png);
	background-repeat: no-repeat;
	float: right;
	width: 12px;
	height: 32px;
}

#barMid {
	background-image: url(/Images/infobar.png);
	background-repeat: repeat-x;
	float: right;
	height: 32px;
	text-align: center;
	padding-top: 6px;
}



  
.roundbox {
	width:100%;
	clear: both;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFF;
}
.rbtop {
	width:100%;
	height:5px;
	background-image: url(/Images/corner-tl.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.rbtop span {
	display:block;
	position:relative;
	height:5px;
	background-image: url(/Images/corner-tr.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.bgcolor1 {
	background-color: #98a226;
}
.bordercolor1 {
	border: 4px solid #98a226;
}
.bgcolor2 {
	background-color: #ceb25f;
}
.bordercolor2 {
	border: 4px solid #ceb25f;
}
.bgcolor3 {
	background-color: #db2828;
}
.bordercolor3 {
	border: 4px solid #db2828;
}

.rbcontent {
	position:relative;
	background-color: #FFF;
	padding: 2px;
	overflow: hidden;
}

.rbbottom {
	width:100%;
	height:5px;
	background-image: url(/Images/corner-bl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}

.rbbottom span {
	display:block;
	position:relative;
	height:5px;
	background-image: url(/Images/corner-br.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#globalNav {
	height: 31px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	overflow: hidden;
	line-height: 31px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}

#gnBarLeft {
	background-image: url(/Images/globalnav-leftend.png);
	width: 30px;
	height: 31px;
	float: left;
	background-repeat: no-repeat;
}

#gnBarMid {
	background-image: url(/Images/globalnav.png);
	background-repeat: repeat-x;
	height: 31px;
	float: left;
	width: 960px;
	padding-top: 0px;
}
#gnBarRight {
	background-image: url(/Images/globalnav-rightend.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 10px;
	float: left;
}

#globalNav ul {
	LIST-STYLE-TYPE: none;
}

#globalNav li {
	FLOAT: left;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 5px;
	MARGIN-LEFT: 5px;
	MARGIN-RIGHT: -5px;
	background-image: url(/Images/globalnav-break.png);
	background-repeat: no-repeat;
	background-position: right;
}

#globalNav a {
	color: #FFF;
	display:block;
}

#globalNav a:hover {
	color: #999;
}


#subNavContainer {
	width: 960px;
}

.subNav {
	width: 100%;
	/*height: 30px;*/
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	overflow: visible;
	line-height: 30px;
}

.subNav ul {
	LIST-STYLE-TYPE: none;
	padding-left: 5px;
}

.subNav li {
	display: inline;
	margin-left: 15px;
}

.subNav a {
	color: #FFF;
}

.subNav a:hover {
	color: #999;
}

/* background colors used for subNav or other common elements */
.bgDark {
	background:#24261f;
}
.bgLight {
	background:#4b4d3b;
}



#pageContainer {
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
}
#pageTop {
	background-image: url(/Images/contentbox-top.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 5px;
	width: 1000px;
}
#pageContent {
	background-color: #4b4d3b;
	height: 100%;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
	clear: both;
}
#pageBottom {
	background-image: url(/Images/contentbox-bottom.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 5px;
	width: 1000px;
	clear: both;
}


#footerSpacer {
	height: 50px;
	clear: both;
}

#footer {
	height: 40px;
	font-size: 12px;
	text-align: center;
	color: #007c04;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
#footLeft {
	background-image: url(/Images/footer-leftend.png);
	float: left;
	height: 40px;
	width: 4px;
	background-repeat: no-repeat;
	background-position: right top;
}
#footer span {
	background-color: #b5b54d;
	float: left;
	height: 35px;
	width: 992px;
	padding-top: 5px;
	display: block;
}
#footRight {
	background-image: url(/Images/footer-rightend.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 40px;
	width: 4px;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
.rbtitle {
	color: #FFF;
	text-align: center;
}
#columnLeft {
	width: 250px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
}

#locationImage {
	display: block;
	clear: both;
	height: 100px;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: center;
}
.coachOffice {
	background-image: url(/Images/coachoffice.jpg);
}
.hotelRoom {
	background-image:url(/Images/hotelroom.jpg);
}



/* - - - - Game Viewer CSS - - - - */

#gameContainer {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 15px;
}

#playBox {
	width: 100%;
}
.gameTop245 {
	background-image: url(/Images/245-box-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	width: 245px;
}
.gameContent245 {
	background-color: #007d02;
	height: 100%;
	width: 100%;
}
.gameBottom245 {
	background-image: url(/Images/245-box-bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	width: 245px;
}
#gameBox {
	float: left;
	width: 580px;
	margin-right: 5px;
	margin-left: 5px;
}
.gameTop {
	background-image: url(/Images/580-box-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	width: 580px;
}
.gameContent {
	background-color: #252525;
	height: 100%;
	width: 100%;
}
.gameBottom {
	background-image: url(/Images/580-box-bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	width: 580px;
}
#rosterBox {
	width: 100%;
}
#sidebar-lpc {
	float: left;
	width: 245px;
}
#sidebar-roster {
	float: left;
	width: 245px;
}
.gvTitle {
	color: #FFF;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	padding-left: 5px;
	font-family: "Arial Black", Gadget, sans-serif;
}
#gvForms {
	height: 100px;
	width: 235px;
	margin-top: 2px;
	margin-left: 5px;
	background-color: #FFF;
}
#gvQueue {
	background-color: #FFF;
	height: 140px;
	width: 235px;
	margin-top: 4px;
	margin-left: 5px;
}
#gvPlays {
	background-color: #FFF;
	height: 275px;
	width: 235px;
	margin-top: 4px;
	margin-left: 5px;
	overflow: scroll;
}
#scoreBoard {
	height: 50px;
	width: 540px;
	margin-left: 20px;
	color: #FFDE20;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#sboard1 {
	height: 50px;
	width: 300px;
	float: left;
	font-size: 11px;
}
#sboard2 {
	height: 60px;
	width: 150px;
	margin-top: -15px;
	margin-right: 4px;
	margin-left: 4px;
	float: left;
}
#sbSBox {
	background-image: url(/Images/scoresbox.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 48px;
	width: 150px;
	margin-bottom: 2px;
}
#sbDown {
	font-size: 13px;
	text-align: center;
	width: 150px;
}
#sboard1 .prevPlay {
	color: #8F7A01;
}
#gameField {
	height: 464px;
	width: 570px;
	margin-left: 5px;
	overflow: hidden;
	clear: both;
	margin-top: 5px;
}
#sboard3 {
	text-align: center;
	float: left;
	height: 35px;
	width: 80px;
	padding-top: 15px;
}
#playControls {
	height: 18px;
	width: 540px;
	margin-top: 5px;
	margin-left: 20px;
}
.sbTeamNames {
	float: left;
	width: 55px;
	height: 40px;
	margin-top: 4px;
	font-size: 16px;
	margin-left: 4px;
}
.sbScores {
	float: left;
	margin-top: 4px;
	width: 30px;
	font-size: 16px;
}
.sbGameTime {
	float: left;
	width: 45px;
	margin-top: 8px;
	font-size: 14px;
	text-align: center;
}
#gvRoster {
	background-color: #FFF;
	height: 205px;
	width: 235px;
	margin-top: 4px;
	margin-left: 5px;
	overflow: scroll;
}
.sbPoss {
	color: #FFF;
}
.sbPossArw {
	float: left;
	width: 4px;
	margin-left: 8px;
	margin-top: 4px;
}
.sbPossArw p {
	height: 20px;
}
.possArw {
	background-image: url(/Images/poss-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
}

/* - - - - SPLASH PAGE - - - - */

.center-con-s {
	width: 1028px;
	margin-right: auto;
	margin-left: auto;
}
#splashHeader {
	OVERFLOW: hidden;
	HEIGHT: 136px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
}

#largeLogo {
	background-image: url(/Images/roundball-logo.png);
	background-repeat: no-repeat;
	float: left;
	height: 115px;
	width: 297px;
}
#splash-yea {
	background-image: url(/Images/splash-yea.png);
	float: right;
	height: 136px;
	width: 486px;
}
#splashTop {
	background-image: url(/Images/splash-top.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 1028px;
}
#splashYellow {
	background-image: url(/Images/splash-top-mid.png);
	background-position: 50%;
	background-repeat: repeat-y;
	overflow: auto;
}
#splashMid {
	background-image: url(/Images/splash-mid.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 265px;
}
#splashDark {
	background-image: url(/Images/splash-bottom-mid.png);
	background-repeat: repeat-y;
	clear: left;
	background-position: 50%;
	overflow: auto;
	padding-bottom: 20px;
}
#splashBottom {
	background-image: url(/Images/splash-bottom.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 20px;
	margin-bottom: 20px;
}
#syImage {
	background-image: url(/Images/ball120.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	height: 209px;
	width: 259px;
	margin-left: 14px;
	text-align: center;
}

#syImage a {
	display: block;
	margin-top: 210px;
	margin-bottom: 5px;
}

#syText {
	text-align: left;
	float: right;
	width: 730px;
	margin-right: 24px;
	padding-top: 10px;
	overflow: auto;

}
#socialIcons {
	clear: both;
	text-align: center;
	height: 30px;
	font-size: 11px;
}
#socialIcons a {
	display: inline-block;
	margin-left: 40px;
	margin-right: 40px;
}
#socialIcons img {
	margin-right: 5px;
	vertical-align:middle;
}

#splashSignup {
	float: left;
	height: 65px;
	width: 144px;
	margin-left: 95px;
	margin-top: 200px;
}
#splashLogin {
	float: right;
	height: 65px;
	width: 144px;
	margin-top: 200px;
	margin-right: 95px;
}
#syText h2 {
	color: #960B0B;
	margin-bottom: 10px;
}
#syText p {
	font-size: 16px;
	margin-bottom: 10px;
}

#splashCol1 {
	width: 300px;
	float: left;
	margin-left: 34px;
	margin-top: 10px;
}
#splashCol2 {
	float: left;
	width: 300px;
	margin-right: 30px;
	margin-left: 30px;
}
#splashCol3 {
	float: left;
	width: 300px;
	margin-top: 10px;
}
#splashDark h2 {
	color: #cbcbc9;
	font-size: 20px;
	text-align: center;
}
#splashDark ul {
	color: #c2cf2f;
	padding-left: 10px;
	list-style-image: url(/Images/splash-bullet.png);
	list-style-type: none;
}
#splashDark li {
	margin-top: 10px;
}

#splashFooter {
	height: 40px;
	font-size: 12px;
	text-align: center;
	color: #CCC;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
#splashFooter span {
	width: 1000px;
	padding-top: 5px;
	display: block;
}
#splashFooter a {
	color: #FF9;
}
#sidebar {
    float: left;
    width: 450px;
    padding-left: 10px;
}
#signup, #signin {
    display: block;
    float: left;
    margin-left: 25px;
    margin-top: 25px;
}
.big_head {
    font-size: 18px;
    font-weight: bold;
    padding-top: 9px;
}
.content_box {
    background-color: #EEEEEE;
    border: 1px solid #a0a0a0;
    background-image: url(/images/containerBG.jpg);
    background-repeat: repeat-x;
}
.medium_head {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 7px;
}
#signupbox {
    float: right;
    width: 480px;
    padding: 5px;
    margin-right: 10px;
}
