a.toolbar_menu:link {
	color: #FFFFFF;
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:15px;
	font-weight:bold;
	text-decoration: none;
}
a.toolbar_menu:visited {
	color: #FFFFFF;
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:15px;
	font-weight:bold;
	text-decoration: none;
}
a.toolbar_menu:hover {
	color: #FFaa00;
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:15px;
	font-weight:bold;
	text-decoration: none;
	cursor:hand;
}

.screen_left {
	background-attachment: fixed;
	background-image: url(/image/screen_left.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
<!--[if IE]>
-background-image: url(/image/clear.gif);
<![endif]-->
}
.screen_right {
	background-attachment: fixed;
	background-image: url(/image/screen_right.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
<!--[if IE]>
-background-image: url(/image/clear.gif);
<![endif]-->
}
.board_right {
	background-color : #222222;
	background-attachment: fixed;
	background-image: url(/image/board_bottomright.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.screen_left_2 {
	background-color : #ff0000;
	background-attachment: fixed;
	background-image: url(/image/screen_left_2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.screen_right_2 {
	background-color : #ff0000;
	background-attachment: fixed;
	background-image: url(/image/screen_right_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div.inlineCell {
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

div.blackscrolldiv {
	border:0px;
	scrollbar-face-color: #222222;

	scrollbar-highlight-color: #ffaa00;
	scrollbar-shadow-color: #ffaa00;

	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;

	scrollbar-arrow-color: #ffaa00;
	scrollbar-track-color: #000000;
	scrollbar-width : 10px;
	scrollbar-height : 10px;
}
