table.maintable
{
    border: 1px solid #999999;
    width: 289px;
    height: 98px;
    background-color:#ffffff !important;
}

.maindiv
{
	width:280px;
	border: 0px solid #000000;
	overflow:hidden;
	/*padding-top:15px;*/
}
.scroll
{
	width:295px;
	height:148px;
	border: 0px solid blue;
	overflow:scroll;
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	color: #333333;
    padding:2px;
	text-decoration: none;
	overflow-x:hidden;
}

.scroller
{
	width:10px;
	height:18px;
	border: 0px solid #000000;
	/*background-color:#aaaaaa;*/
	background-image:url(http://pokercampus-images.s3.amazonaws.com/img/scrollbar.gif);
	background-repeat:no-repeat;
	background-position: 1px 0px;
	position:relative;
	cursor:pointer;
    overflow:hidden;
	top:0px;
	left:0px;
}
.scrollbox
{
	width:11px;
	height:98px;
	background-image:url(http://pokercampus-images.s3.amazonaws.com/img/scrolbar-bg.gif);
	background-position: 3px;
	background-repeat:repeat-y;
}
