.holder {
margin: 0px;
}
.scroll-pane {
width: 198px;
overflow: auto;

height: 320px;
}



.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #000;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
	height: 100%;

}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;

	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 6px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	overflow: hidden;
	text-indent: -2000px;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

.osX .jScrollPaneTrack {
background: url(../scroll2/tracker.gif) no-repeat;
}

.osX .jScrollPaneDrag {
background: url(../scroll2/movebar.gif) no-repeat 0 0;
}

.osX a.jScrollArrowUp {

background: url(../scroll2/osx_arrow_up.gif) no-repeat 0 0;
Margin-top:-1px;
display: block;
position: absolute;
z-index: 1;
bottom: 0;
right: 0;
overflow: hidden;
text-indent: -2000px;
/*background-color: #000;*/
height: 9px;
}
.osX a.jScrollArrowUp:hover {
background-position: 0 -15px;
}
.osX a.jScrollArrowDown {

background: url(../scroll2/osx_arrow_down.gif) no-repeat 0 0;
}
.osX a.jScrollArrowDown:hover {
background-position: 0 -15px;
}

.left .jScrollPaneTrack {
left: 0;
right: auto;
}
.left a.jScrollArrowUp {
left: 0;
right: auto;
}
.left a.jScrollArrowDown {
left: 0;
right: auto;
}

/* IE SPECIFIC HACKED STYLES */
* html .osX .jScrollPaneDragBottom {
bottom: -1px;
}
/* /IE SPECIFIC HACKED STYLES */




td.none{	
font-family:verdana;
color:#5e5e5e;
font-size:7pt;
font-weight:none;
text-align:left;
padding:0px;
cursor:default;color:#5E5E5E;background:#000000;
}
.rmenu{
cursor:default;
}

ul {
padding: 0px;
margin: 0px;
}


table.menuItem td.highlight{color:#fff;background-image: url(../images/red.gif);z-index:10;}
table.menuItem td.selected{color:#fff;background-image: url(../images/red.gif)}
table.menuItem td{color:#fff;background-image: url(../images/white.gif)}

table.menuItem4 td.highlightb{background-image: url(../images/aqua-h.gif);background-repeat: no-repeat;opacity:0.43;filter:alpha(opacity=43);z-index:10;}
table.menuItem4 td.selectedb{background:transparent;}
table.menuItem4 td{background:transparent;}

table.menuItem3{	
font-family:verdana;
color:#222;
font-size:7pt;
font-weight:none;
text-align:left;
padding:0px;
cursor:pointer;}
table.menuItem3 tr.highlighta{background:#1f1f1f;color:#5E5E5E;z-index:10;}
table.menuItem3 tr.selecteda{background:#1f1f1f;color:#5E5E5E;}
table.menuItem3 tr{color:#5E5E5E;background:#000000;}

table.menuItem10 tr.highlighta{background:#2D2D2D;color:#5E5E5E;z-index:10;}
table.menuItem10 tr.selecteda{background:#2D2D2D;color:#5E5E5E;}
table.menuItem10 tr{color:#5E5E5E;background:#000000;}
a.menuItem10 { font-family: arial;font-size:11px;color:#ff0000;text-decoration:none;FONT-WEIGHT: bold;border-bottom: thin dotted;}

table.menuItem10a div.highlightaa{background: url(../images/fav-game.gif) no-repeat;z-index:10;}
table.menuItem10a div.selectedaa{background: url(../images/fav-game.gif) no-repeat;color:#5E5E5E;}
table.menuItem10a div{background:transparent;}

table.menuItem11 tr.highlightc{background:#2D2D2D;color:#5E5E5E;z-index:10;}
table.menuItem11 tr.selectedc{background:#2D2D2D;color:#7e7e7e;}
table.menuItem11 tr{color:#5E5E5E;background:#000000;}
a.menuItem11 {font-family: arial;font-size:11px;color:#ff0000;text-decoration:none;FONT-WEIGHT: bold;border-bottom: thin dotted;}

table.menuItem11a div.highlightcc{background: url(../images/fav-game.gif) no-repeat;z-index:10;}
table.menuItem11a div.selectedcc{background: url(../images/fav-game.gif) no-repeat;color:#5E5E5E;}
table.menuItem11a div{background:transparent;}




#tooltip {
	position: absolute;
	z-index: 9000;
	border: 1px solid #000;
	background-color: #47CBCD;
	color:#fff;
width:140;
padding: 3px;
opacity:0.93;
filter:alpha(opacity=93);
// 91CF3F  E50202 3FCF46 CD9547
}
#tooltip h3,#tooltip ul, #tooltip div { font-weight:none; margin: 0;list-style: none;
 }





a.list { 
font-size: 10px; 
font-weight:bold;
font-family:trebuchet ms;
color:#222;
text-decoration:underline;
}