/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn. 
   hold div height accommodates scrollbar in this example.
   
   have to change:
   div#scrollhold1
   div#scrollwn1
   div#scrollbar1
   div#track1
*/


.ScrollDiv .scrollhold	{
	position:relative; overflow:hidden;
	z-index:100;
}
.ScrollDiv .scrollwn{ 
	position:absolute; 
	left:0px; top:0px; 
	overflow:hidden;	
	z-index:1; 
}
.ScrollDiv .scrollyr{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
}

/* Set small font-size or size/position of div's will be off in some browsers  */
.ScrollDiv .scrollbar{ 
  position:absolute; left:0; 
  height:15px;
  font-size:1px; z-index:2
 }
.ScrollDiv .track{ 
  position:absolute; left:10px; top:0;
  height:15px; z-index:1;
  background: url("http://d1je31a50ombtf.cloudfront.net/StaticImages/Images/Scroll/scrollbg.gif");
  background-repeat:repeat-x;
}
.ScrollDiv .dragBar{
  position:absolute; left:1px; top:1px;
  width:75px; height:15px; z-index:1;

}  
.ScrollDiv .sbleft
{
	position:absolute;
	 left:0px;
	 top:0px; 
	 z-index:0;
	 background:url("http://d1je31a50ombtf.cloudfront.net/StaticImages/Images/Scroll/scrollLside.gif"); 
	 width:10px;
	 height:15px;
}  
.ScrollDiv .sbright
{
	position:absolute; 
	right:0px; 
	top:0px; 
	z-index:0; 
	background:url("http://d1je31a50ombtf.cloudfront.net/StaticImages/Images/Scroll/scrollRside.gif"); 
	width:10px;
	height:15px;
}
td.lsScrollBtn
{
	background:url("http://d1je31a50ombtf.cloudfront.net/StaticImages/Images/Scroll/lscrollbtn.gif");
	width:10px;
	height:15px;
}
td.bgScrollBtn
{
	background-image: url("http://d1je31a50ombtf.cloudfront.net/StaticImages/Images/Scroll/bgscrollbtn.gif");
	background-repeat:repeat-x;
	
}
td.rScrollBtn
{
	background:url("http://d1je31a50ombtf.cloudfront.net/StaticImages/Images/Scroll/rscrollbtn.gif");
	width:10px;
	height:15px;
}


.innerGameTable
{
	border:none;
	font: normal 15px arial;
}

.innerGameTable td
{
	vertical-align:middle;
	text-align:center;
	font-family:Arial;
	color:#ffffff;
}

.innerGameTable td a
{
	text-decoration:none;
	color:#ffffff;
}

.grayWallText
{
    color: #999999;
}

.InnerPageContentTD
{
    padding-bottom: 10px;
}
