/* Layout Stylesheet \*/


body{
     margin: 0;
     padding:0;
     background: url(images/lps/body_bg.gif) white left top repeat;
     color: #333333;
     text-align: center;
}

#container {
     text-align: left;
     width: 950px;
     margin: 0px 0px 0px 10px;
}


#header{
     width: 950px;
     height: 100px;
     margin: 0;
     padding: 0;
     background: #c6c6c6;
}

#bodyblock {
     position: relative;
     background: url(images/lps/cont_bg.gif) top left repeat-y;
     margin: 0;
     padding: 0;
     width: 950px;
     height: auto;

}

#content {
     width: 645px;
     color: #333333;
	 margin: 0px 0px 0px 151px;
     padding: 0px 0px 0px 8px;
     text-align: left;
	 border-top: 1px solid #232323;
	 
}

#contentbody {
	padding: 10px 0px 10px 0px;
	margin: 3px 0px 10px 0px;
    text-align: left;
}

/* used to clear my divs  \*/ 

.clear {
	clear:both;
}

/*******************************************************
Not being used
******************************************************\*/

#maintab {
     background: url(images/lps/mainnav_bg.gif) top left repeat;	
     height: 30px;
     padding-left: 4px;
}

ul#mainnav {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
     list-style-type: none;
     margin: 0;
}

ul#mainnav li{
     float: left;
	 white-space: nowrap;
     height: 21px;
     margin: 0px;
     border-top: 1px solid #232323;
     border-left: 1px solid #232323;
     border-right: 1px solid #232323;
}

#mainnav a {
     float: left;
     display: block;
     color: #143556;
     text-decoration: none;
     padding: 4px;
     font-weight: bold;
	font-size: 11px;

}

#mainnav a:hover {

}

/*******************************************************
Being used
******************************************************\*/

#linktab {
     background: #4d4d4d;
     height: 31px;
	 width: 950px;
	 border-top: 1px solid #4d4d4d;
     border-bottom: 1px solid #4d4d4d;
	 font-family: bold Verdana, Arial, Helvetica, sans-serif;
     list-style-type: none;
     margin-top: 0;
}

#linktab a {
     float: left;
     display: block;
     color: #ffffff;
     text-decoration: none;
     padding: 4px;
     font-weight: bold;
	font-size: 11px;
}

#linktab a:hover {
     color: #daea82;
     background: none;
}

/*******************************************************
Left Nav
******************************************************\*/
.leftcolumn{
	 float: left;
     width: 144px;
     color: #333333;
     margin: 0px;
	 padding: 10px 3px 0px 3px;
	 border-top: 1px solid #232323;
	 
}

/* left nav */
div.leftNavHeader {
	font-size: 13px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 4px;
	text-transform: uppercase;
	background: url(images/lps/leftnavheader_bg.gif) white left top repeat;

}

/* left nav */
div.leftNavLinks {
	margin-left: 8px;
}

/* left nav */
div.leftNavLinksOn {
	margin-left: 3px;
}

/* left nav */
div.leftNavLink {
	margin: 1px 0px;
	padding-right: 5px;
}

/* left nav */
.leftNavBGon {
	background: #FFFFFF;
}

/* left nav links */
a.leftNav:link, a.leftNav:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

/* left nav links */
a.leftNav:hover {
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}

/* most commonly used in left nav */
.lightBrownBG {
	background: #e8e6de;
}

/* used as a divider or line against light brown bg */
.darkBrownBG {
	background: #e8e3d1;
}

/*******************************************************
Right Nav
******************************************************\*/

.rightcolumn{
	float: right;
	display:inline;
	width: 140px;
	color: #333333;
	margin-right: 5px;
	padding: 0;
	text-align: left;
	border-top: 1px solid #232323;

}

div.rightNavHeader {
	font-size: 13px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 0px;
	padding-left: 5px;
	text-transform: uppercase;
	background: url(images/lps/rightnavheader_bg.gif) white left top repeat;

}

/* right nav */
div.rightNavLinks {
	margin-left: 8px;
}

/* right nav */
div.rightNavLinksOn {
	margin-left: 3px;
}

/* right nav */
div.leftNavLink {
	margin: 1px 0px;
	padding-right: 5px;
}

/* right nav */
.rightNavBGon {
	background: #FFFFFF;
}

/* right nav links */
a.rightNav:link, a.leftNav:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

/* right nav links */
a.rightNav:hover {
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}

/* most commonly used in left nav */
.lightBrownBG {
	background: #e8e6de;
}

/* used as a divider or line against light brown bg */
.darkBrownBG {
	background: #d0ccbb;
}

/*******************************************************
Boxes
******************************************************\*/

.bodytext {
	text-align:left;
	font-size:12px;
	color:#000000;
	margin: 0px 10px 5px 5px;

}

/* 630px box */
.bodybox {
	float:left;
	display:inline;
	width: 630px;
	margin: 5px 5px 0px 0px;
	padding: 0;
	border-right: 1px solid #2f2f2f;
	border-left: 1px solid #2f2f2f;
	border-bottom: 1px solid #2f2f2f;
}

.bodybox h2 {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding-top: 3px;
	color:#000000;
	height:20px;
  	background: url(images/lps/boxheader_bgbrown.gif) white left top repeat;
}

.bodybox_blue {
	float:left;
	display:inline;
	width: 630px;
	margin: 5px 5px 0px 0px;
	padding: 0;
	border-right: 1px solid #2f2f2f;
	border-left: 1px solid #2f2f2f;
	border-bottom: 1px solid #2f2f2f;
}

.bodybox_blue h2 {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding-top: 2px;
	color:#000000;
	height:20px;
  	background: url(images/lps/boxheader_bgblue.gif) white left top repeat;
}


.bodyboxtext {
	text-align:left;
	font-size:12px;
	color:#000000;
	margin: 0px 5px 5px 5px;
	
}

.bodyboximage {
	float: left;
	margin: 0px 5px 5px 0px;
}

.games {
	text-align: center;
  	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #d6d2c4;
	font-weight:bold;
}

.gamesentry {
	text-align: center;
  	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #e8e6de;
}

.gamesentry1 {
 	text-align: center;
 	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #e8e6de;
}

.gamesentry2 {
	text-align: center;
  	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #d6d2c4;
}

a.games_link:link, a.games_link:visited {
  	font-weight: bold;
  	text-decoration: none;
}

a.games_link:hover {
  	font-weight: bold;
  	text-decoration: underline;
}
/* 417px box */

.largebox {
	float:left;
	display:inline;
	width: 417px;
	margin: 5px 8px 0px 0px;
	padding: 0;
	border-right: 1px solid #57664F;
	border-left: 1px solid #57664F;
	border-bottom: 1px solid #57664F;
}

.largebox h2 {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	height:21px;
  	background: url(images/lps/boxheader_bggray.gif) white left top repeat;
	padding-top: 2px;
}

.largeboxtext {
	text-align:left;
	font-size:12px;
	color:#000000;
	margin: 0px 5px 5px 5px;
	
}

/* 310px box */

.mediumbox {
	float:left;
	display:inline;
	width: 310px;
	margin: 5px 10px 0px 0px;
	padding: 0;
	border-right: 1px solid #57664F;
	border-left: 1px solid #57664F;
	border-bottom: 1px solid #57664F;
}

.mediumbox h2 {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	height:20px;
  	background: url(images/lps/boxheader_bggray.gif) white left top repeat;
	padding-top: 2px;
}

.mediumboxtext {
	text-align:left;
	font-size:12px;
	color:#000000;
	margin: 0px 5px 5px 5px;
	
}

/* 203px box */

.smallbox_gray {
	float:left;
	display:inline;
	width: 203px;
	margin: 5px 8px 0px 0px;
	padding: 0;
	border-right: 1px solid #57664F;
	border-left: 1px solid #57664F;
	border-bottom: 1px solid #57664F;
}

.smallbox_blue {
	float:left;
	display:inline;
	width: 203px;
	margin: 5px 8px 0px 0px;
	padding: 0;
	border-right: 1px solid #57664F;
	border-left: 1px solid #57664F;
	border-bottom: 1px solid #57664F;
}

.smallbox_brown {
	float:left;
	display:inline;
	width: 203px;
	margin: 5px 8px 0px 0px;
	padding: 0;
	border-right: 1px solid #57664F;
	border-left: 1px solid #57664F;
	border-bottom: 1px solid #57664F;
}

.smallbox_gold {
	float:left;
	display:inline;
	width: 203px;
	margin: 5px 8px 0px 0px;
	padding: 0;
	border-right: 1px solid #57664F;
	border-left: 1px solid #57664F;
	border-bottom: 1px solid #57664F;
}

.smallbox_review {
	float:left;
	display:inline;
	width: 203px;
	margin: 5px 8px 0px 0px;
	padding: 0;
	border-right: 1px solid #57664F;
	border-left: 1px solid #57664F;
	border-bottom: 1px solid #57664F;
}

.smallbox_review h2 {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	height:20px;
  	background: url(images/lps/boxheader_bggold.gif) white left top repeat;
	border-bottom: 1px solid #57664F;
	padding-top: 2px;
}

.smallbox_gray h2 {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	height:20px;
  	background: url(images/lps/boxheader_bggray.gif) white left top repeat;
	border-bottom: 1px solid #57664F;
	padding-top: 2px;

}

.smallbox_blue h2 {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	height:20px;
  	background: url(images/lps/boxheader_bgblue.gif) white left top repeat;
	border-bottom: 1px solid #57664F;
	padding-top: 2px;
}

.smallbox_brown h2 {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	height:20px;
  	background: url(images/lps/boxheader_bgbrown.gif) white left top repeat;
	border-bottom: 1px solid #57664F;
	padding-top: 2px;
}

.smallbox_gold h2 {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	height:20px;
  	background: url(images/lps/boxheader_bggold.gif) white left top repeat;
	border-bottom: 1px solid #57664F;
	padding-top: 2px;
}

.smallboxtext {
	text-align:left;
	font-size:12px;
	color:#000000;
	margin: 0px 5px 5px 5px;
	
}

/* Review Info */

ul.smallbox_review {
     font: bold 11px verdana, sans-serif;
     list-style-type: none;

}

ul.smallbox_review li {
     float: left;
	 position: relative;

}

ul.smallbox_review li span {
	right: auto;
	left: 90px;
}

.smallbox_review a {
     float: left;

}

.review td
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #b6b3a9;
  font-size: 10pt;
  padding: 3px;
  font-weight: bold;
  background-color: #f9f9f9;

  
}

table.review {
  background-color: #f9f9f9;
}

.review a
{
  text-decoration:	none;
}

/*******************************************************
Games/Limits Table	
******************************************************\*/

.gametable td
{
  padding-top: 3px;
  
}

/*******************************************************
Footer
******************************************************\*/

#footer
{
	background-color: #5c696e;
	height: 27px;
	width: 950px;
	padding-top: 14px;
	/* background-image: url(images/lps/footer_bg.gif) top left repeat-x; */
	background-position: top;
	background-color: #4d4d4d;
	clear: both;
	text-align:center;
}

.alertproblems {
     background: #FFFFF0;
     border: 1px solid #000000;
     padding: 5px;
}

.message
{
font-weight:bold;
color: red;
}

.red
{
font-weight:bold;
color: red;
}

#copyright {
	width: 950px;
	height: 15px;
	background: none;
	text-align: center;
	clear: both;
}

/*******************************************************
Test
******************************************************\*/

