body
{
	scrollbar-3dlight-color:#666666;
	scrollbar-arrow-color:#666666;
	scrollbar-base-color:#eaeaea;
	scrollbar-darkshadow-color:#cccccc;
	scrollbar-face-color:#eaeaea;
	scrollbar-highlight-color:#cccccc;
	scrollbar-shadow-color:#cccccc;
	
} 
#text
{
	scrollbar-3dlight-color:#cccccc; 
	scrollbar-arrow-color:#993300; 
	scrollbar-base-color:#cccccc; 
	scrollbar-darkshadow-color:#999999; 
	scrollbar-face-color:#cccccc; 
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-shadow-color:#660000;
}
.asbMenu
{
	font-family: tahoma;
	font-size:11px;
	color: #6e6e6e;
	border: 1px solid #7f9db9;
	background: #ffffff;
	position: absolute;
	padding: 5;
	white-space: nowrap;
	z-index: 1000;
}
.asbMenuBase
{
	font-family: tahoma;
	font-size:11px;
	color: #6e6e6e;
	position: absolute;
	z-index: 2000;
	height:175px;
	overflow:auto;
}
.asbMenuItem
{		
	font-family: tahoma;
	font-size:11px;
	color: #a20607;
	padding:3px;
	background: #ffffff;
	cursor: hand;
	cursor: pointer;
	width:186px;
}
.asbSelMenuItem
{		
	font-family: tahoma;
	font-size:11px;
	padding:3px;
	color: #ffffff;
	background: #a20607;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
	width:100%;
}