body {
    /*background-image:url(../images/background2.gif);*/
    background-image:url(../images/background2.gif);
    background-position:top;
    background-repeat:no-repeat;
    background-color:#493727;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left:0px;
    margin-right:0px;
    text-align: center; /* to correct the centering IE bug*/
    font-family: "Helvetica";
    overflow: visible;
}

#wrapper1 {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align:left;
	background-color: #F0EBCA;
	overflow:hidden;
}

#banner1 {
    width: 900px;
    height: 138px;
    background-color: #809047;
    background-image: url(../images/logo.gif);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
    border:none;
}

#banner2 {
    width: 900px;
    height: 138px;
    background-color: transparent;
    background-image: url(../images/greenStripeSq.gif);
    background-repeat: repeat-x;
    background-position:bottom;
    padding: 0px;
    margin: 0px;
    border:none;
}

#navContainer {
    width:900px;
    margin:0px;
    margin:0px;
}

#nav, #nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#nav a {
    display: block;
}

#nav li {
    float: left;
}


#nav li ul {
    position: absolute;
    width: 117px;
    left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
}

/* Any content that is to go in the banner, under the nav needs to be placed in this div */
#clearNavFloat {
    clear: left;
    height: auto;
    display:block;
    margin:0px;
    padding: 0px 170px 5px 25px;
}

#contentArea {
    margin: 0px;
    padding: 0px;
    width: 800px; /*May need to be 800*/
    height: 100%;
    display:block;
}

#footer {
    width:900px;
    background-color: #809047;
    background-image: url(../images/footer.gif);
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 40px 0px 25px 0px;
    position: relative;
    text-align: center;
    display: block;
    clear: both;
}

#footerCopy {
    margin: 0px;
    padding: 0px 0px 0px 87px;

    font-size: .75em;
    color: #F0EBCA;
}

.footerCopy {
    color: #F0EBCA;
}

#footerCopy a:link {
		color: #F0EBCA;
		text-decoration: none;
}

#footerCopy a:visited {
		color: #F0EBCA;
		text-decoration: none;
}

#footerCopy a:hover {
		color: #F0EBCA;
		text-decoration: none;
}

#footerSpace {
    margin: 0px 160px 0px -110px;
    height: 15px;
    width: 50px;
}

.loginsText {
    font-size:11px;
    color:#000000;
    padding-top:3px;
    font-weight:bold;
}

.loginsSubText {
    color: #F0EBCA;
    font-size: 8pt;
    font-weight: normal;
}

ibput.textBox {
    border: none;
}

.greenStripe {
    background-image: url(../images/greenStripeSq.gif);
    background-repeat: repeat-x;
    background-position:bottom;
    width:900px;
    height:4px;
    padding:0px;
    margin:0px;
}

.brownStripe {
    background-image: url(../images/brownStripeSq.gif);
    background-repeat: repeat-x;
    background-position:bottom;
    width:900px;
    height:4px;
    padding:0px;
    margin:0px;
}
.starContainer {
		background-image:url(../images/starO.png);
	  background-repeat:no-repeat;
    background-position:left center;
}
p {
		font-family: "Helvetica";
    color: #493727;
}

h1 {
	/*background-image:url(../images/starO.png);*/
    background-repeat:no-repeat;
    background-position:left center;
    margin:0px 0px 0px 15px;
    padding:0px 0px 0px 20px;
    font-family: "Helvetica";
}

h2 {
		background-image:url(../images/starO.png);
    background-repeat:no-repeat;
    background-position:left center;
    margin:0px 0px 0px 15px;
    padding:0px 0px 0px 20px;
    font-family: "Helvetica";
}

h3 {
		background-image:url(../images/starO.png);
    background-repeat:no-repeat;
    background-position:left center;
    margin:0px 0px 0px 15px;
    padding:0px 0px 0px 20px;
    font-family: "Helvetica";
    /*font-size:.85em;*/
    font-size: 14pt;
    color:#493727;
}

a:link {
    text-decoration: underline;
    color: #493727;
    margin:0px;
    padding:0px;
    border:0px;
}

a:active {
    text-decoration: underline;
    color: #493727;
    margin:0px;
    padding:0px;
    border:0px;
}

a:visited {
    text-decoration: underline;  
    color: #493727;  
    margin:0px;
    padding:0px;
    border:0px;
}

a:hover {
    text-decoration: none;
    margin:0px;
    padding:0px;
    border:0px;
}

a:visited:hover {
    text-decoration: underline;
    margin:0px;
    padding:0px;
    border:0px;
}

#highlight {
	background-color: #E4DFD8;	
}

#highlight:hover {
		background-color: #420000;
		color: white;
}

img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#smallButtonOut {
    background-color: #493727;
    padding: 2px;
    width:
 50px;
}

#smallButtonIn {
    border: 1px solid black;
    padding: 1px 5px 1px 5px;
}

#button {
		font-size: 10pt;
    background-color: #C3B698;
    padding: 10px 20px 10px 30px;
    border: 0;
    background-image:url(../images/starO.png);
    background-repeat:no-repeat;
    background-position: 5% 45%;
    cursor: pointer;
    color: #503921;
    font-weight: bold;
}

#button:hover {
		background-color: #836E54;
		border: 0;
    padding: 10px 20px 10px 30px;
		background-image:url(../images/starBrown.png);
    background-repeat:no-repeat;
    background-position: 5% 45%;
    cursor: pointer;
    color: #F0EBCA;
    font-weight: bold;
}

#buttonWrap {
		border: 1px solid #C3B698;
		padding: 12px 3px 12px 3px;
}

legend {
    color: black;
    font-weight: bold;
}

.lightGreen {
	color: #B2B781;
}
.darkGreen {
	color: #6E7941;
}
.brownRed {
	color: #503921;
}
.green {
    color: #809047;
}
.brown {
    color: #493727;
}
.cream {
    color: #F0EBCA;
}
.orange {
    color: #BB6E29;
}
.orangebar {
    color: #EE9A00;
}
.red {
    color: #803721;
}
.darkBlue {
    color: #223D43;
}
.darkRed {
	color: #420000;
}
.redLine {
    background-color:#420000;
    width:890px;
    letter-spacing:.05em;
    position:relative;
    margin-top: 0px;
    padding:0px 0px 0px 10px;
    height: 25px;
    display:block;
    overflow:visible;
}
.redLineLeft {
  float: left;
  width: 49%;
  font-size: 100%;
  text-align: left;
  padding:3px 0px 0px 0px;
  color: #809047;
  font-weight: bold;
  width: 49%;
  }

.redLineRight {
  float: right;
  text-align: right;
  color: #809047;
  width: 49%;
  padding:5px 15px 0px 0px;
  font-size: 65%;
  }


/*-----------------------------------------------Rules/static pages*/
#staticTextDiv ul {
    list-style: disc;
    margin:0px;
    padding: 0px 0px 15px 30px;
    display:block;
}


#staticNavWrap {
	width: 900px;
	height:30px;
	background-color:#420000;
	padding:0px;
	margin:0px;
}

.staticNav {
	text-align: center;
	background-color:#420000;
	width:504px;
	font-size: 100%;
	letter-spacing:.05em;
	position:relative;
	padding-left: 100px;
	margin:0px 150px 0px 150px;
	height: 30px;
	display:block;
	overflow:hidden;
}

.button1Div {
	padding:0px;
	margin:0px;
	overflow:visible;
}

p.button1 {
	font-size: 12px; 
	font-weight: bold; 
	text-align: center;
	padding:0px;
	margin:0px;
	height:30px;
	display:inline;
}

p.button1 a:link {
	text-decoration: none;
	color:#f0ebca;
	padding:11px 6px 6px 6px;
	margin:0px 10px 0px 10px;
	display:block;
	background-color:#430000;
}

p.button1 a:active {
	text-decoration: none;
	background-color:#bb6e29;
	color:#f0ebca;
	padding:11px 6px 6px 6px;
	margin:0px 10px 0px 10px;
	display:block;
	background-color:#bb6e29;
}

p.button1 a:visited {
	text-decoration: none;
	color:#f0ebca;
	padding:11px 6px 6px 6px;
	margin:0px 10px 0px 10px;
	display:block;
	background-color:#430000;
}

p.button1 a:hover {
	text-decoration: none;
	background-color:#bb6e29;
	color:#f0ebca;
	padding:11px 6px 6px 6px;
	margin:0px 10px 0px 10px;
	display:block;
	background-color:#bb6e29;
}

p.button1 a:visited:hover {
	text-decoration: none;
	background-color:#bb6e29;
	color:#f0ebca;
	padding:11px 6px 6px 6px;
	margin:0px 10px 0px 10px;
	display:block;
	background-color:#bb6e29;
}


#staticTextDiv {
    width: 510px;
    height:100%;
    margin: 0px 150px 0px 150px;
    padding: 35px 45px 25px 45px;
    font-size:.85em;
    color:#493727;
    line-height: 22px;
    position:relative;
    clear:both;
    display:block;
}

#staticTextDiv ul {
    list-style: disc;
    margin:0px 0px 30px 65px;
    padding: 0px;
    display:block;
    font-size:13px;
}

#staticTextDiv h3 {
    background-image:url(../images/starO.png);
    background-repeat:no-repeat;
    background-position:left top;
    margin:0px 0px 0px 15px;
    padding:0px 0px 3px 20px;
}

#staticTextDiv p {
    font-size:13px;
    margin:0px 0px 8px 35px;
    padding: 0px;
}

.scoringTH2 {
    font-weight:bold;
    font-size:18px;
    text-align:center;
    background-image:none;
    color:#493727;
    letter-spacing:.075em;
    height:30px;
    vertical-align:middle;
}
.scoringTH {
    font-weight: 500;
    font-size:13px;
    margin:0px;
    padding:0px;
    background-color:#544438;
    color:#f0ebca;
    letter-spacing:.055em;
}

#staticTextDiv th {
    padding: 0px 0px 0px 10px;
    border:none;
}

#staticTextDiv tr {
    border:none;
}

#staticTextDiv td {
    font-size: 13px;
    padding-left: 20px;
    border:none;
}

/*-------------------------------------------------End Rules/static page*/


/*-----------------------------------------------Roster page*/

.sortable * td {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

body#setlineup table {
 
 border-collapse:collapse;
  }
    
body#setlineup * th{
    border-color: black;
  border-style: solid;
    border-top-width: 1px;
    background-color: #999999;
    border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  width: 17%;
  margin: 0;  
}

body#setlineup .sortable th:hover{
	background-color: #420000;
	color: white;
}

body#setlineup .toppanel table{
    margin: 2px 0px 0px 0px;
}

body#setlineup .toppanel td {
  border-color: black;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-spacing: 0px;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  margin: 0;
  background-color: #E4DFD8;
  }
 
/*.startbutton{
	
	color: white; 
	background-color: #420000; 
  font-weight: bold;
  font-size: 16px;
  width: 100px;
  height
  padding: 3px;
  cursor: pointer;
  display: none;
  margin: 0px;
  border: 1px solid black;
}*/

.toppanel{
    float: left;
    width: 760px;
    height: 200px;
    margin: 20px 10px 10px 20px;
    background-color: #C9BB95;
    border: 1px solid black;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0 10px 0;
}
    
/*.playernamepanel{
    float: left;
    width: 200px;
    height: 20px;
    font-family: arial;
  	font-weight: bold;
  	font-size: 16px;
 	  padding-left: 10px;
	  margin: 30px 0px 0px 8px;
    font-family: "Arial";
    color:#493727;
    text-align: left;
}*/

/*.playerdetailpanel{
  float: left;
  width: 250px;
  height: 50px;
  font-size: 14px;
  padding: 3px;
  margin: 0px;
  border: 1px solid black;
  background-color: white;
}*/

.playerpanel{
  float: left;
  display: none;
  margin: 10px 0px 0px 35px;
  width: 700px;
  height: 130px;
  background-color: #C9bb95;
  border: 1px solid black;
  font-size: 14px;

  }

#injury{
	float: left;
  width: 250px;
  height: 50px;
  font-size: 8pt;
  margin: 5px 0px 5px 24px;
  display: none;
  border: 1px solid black;
  background-color: #B2B781;*/
}

/*.leftbackpanel{
  float: left;
  margin: 10px 0px 0px 20px;
  width: 300px;
  height: 300px;
  background-color: #C9BB95;
  border: 1px solid black;
  padding-left: 10px;
  padding-top: 10px;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  }*/
 
.positionbox{
  float: left;
  clear: left;
  margin: 5px 0 0 0;
  background-color: #E4DFD8;
  color: black;
  width: 100px;
  font-weight: bold;
  text-align: center;
  border: 1px solid black;
  padding: 3px;
  cursor: pointer;
  font-size: 14px;
  }
  .positionbox:hover{
		background-color: #420000;
		color: white;
}

.toppositionbox{
  float: left;
  margin-left: 0px;
  margin-top: 5px;
  width: 100px;
  background-color: #E4DFD8;
  color: black;
  font-weight: bold;
  text-align: center;
  border: 1px solid black;
  padding: 3px;
  cursor: pointer;
  font-size: 14px;
  }
.toppositionbox:hover{
		background-color: #420000;
		color: white;
}
 
.listbox{
  float: left;
  margin: 0;
  width: 266px;
  height: 235px;
  display: none;
  padding-top: 5px;
  padding-left: 5px;
  font-size: 12px;
  }
  
.welcome{
	float: left;
  margin: 0;
  width: 266px;
  height: 235px;
  padding-top: 5px;
  padding-left: 5px;
  font-size: 14px;
  }
  
#playerList {
	display: none;
}
  
 /*-----------------------------------------------END Roster page*/
 
 /*-----------------------------------------------Score page*/
 body#score table {
  border-collapse:collapse;
  width: 100%;
  }
 
 /*----------------------------------Score AND Standings*/ 
 .boxtitle{
  height:30px;
  text-align: center;
  color: #F0EBCA;
  border-bottom: solid 1px black;
  background-color: #420000;
  font-size: 16px;
  font-family: arial;
  font-weight: bold;
  padding: 0;
  cursor: default;
  }
  
.box{
  float: left;
  font-size: 14px;
  margin: 30px 10px 50px 70px;
  color: black;
  text-align: center;
  font-family: arial;
  background-color: #E4DFD8;
  width: 700px;
  height: 630px;
  border: 1px solid black;
  }
 /*----------------------------------END Score AND Standings*/
  
 body#score th {
  border-color: black;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 1px;
  padding: 5px;
  text-align: center;
  font-size: 8pt;
  font-weight: bold;
  margin: 0;
  background-color: #C9BB95;
  }
 
body#score td {
  border-color: black;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 1px;
  border-spacing: 0px;
  padding: 5px;
  text-align: right;
  font-size: 8pt;
  margin: 0;
  background-color: #E4DFD8;
  }
  /*----------------------------------------------End Score page*/

/*-----------------------------------------------Standings page*/

 body#standings table {
  border-collapse:collapse;
  width: 100%;
  }
  
body#standings th {
  border-color: black;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 1px;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  background-color: #C9BB95;
  }

body#standings td {
  border-color: black;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 1px;
  border-spacing: 0px;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  margin: 0;
  background-color: #E4DFD8;
  }
  
/*-----------------------------------------------End standings page*/

/*-----------------New added by nick to work on display of linup page table lists*/
/*.odd {
 background-color: #ddd;
}
.even {
 background-color: #fff;
}
*/
/*---------------------
table.sortable {
  border-collapse: collapse;
	float: center;
  margin: 0;
  width: 190px;
  height: 235px;
  padding: 10px;
  border-collapse: collapse;
}
table.sortable td {
   padding: 0px;
}
table.sortable td a{
   display: block;
   width: 100px;

   padding: 0px;
   text-decoration: none;
}
table.sortable td a:link, table.sortable td a:visited {
   color: #FFF;
   background-color: #666666;
}
table.sortable td a:hover, table.sortable td a:active {
   color: #333333;
   background-color: #CCCCCC;
}
*/