body, html {
  scrollbar-face-color: #FFCC33 !important;
  scrollbar-shadow-color: ThreeDDarkShadow !important;
  scrollbar-highlight-color: ThreeDHighlight !important;
  scrollbar-3dlight-color: ThreeDLightShadow !important;
  scrollbar-darkshadow-color: ThreeDDarkShadow !important;
  scrollbar-track-color: #111111 !important;
  scrollbar-arrow-color: ButtonText !important;
}
.deedRanks {
	display:	block;
	width:		auto;
	height:		324px;
	overflow-x: hidden;	/*This will hide the horizontal bar */
	overflow-y: auto;	/*Displays the vertical bar */
	scrollbar-face-color: #FFCC33 !important;
	scrollbar-shadow-color: ThreeDDarkShadow !important;
	scrollbar-highlight-color: ThreeDHighlight !important;
	scrollbar-3dlight-color: ThreeDLightShadow !important;
	scrollbar-darkshadow-color: ThreeDDarkShadow !important;
	scrollbar-track-color: #111111 !important;
	scrollbar-arrow-color: ButtonText !important;
}
.generalBG {
	background-image:	url(../images/bg);
}
.tdLogo {
	background-image:	url(../phpBB3/styles/black_pearl/imageset/site_logo.jpg);
}
.style3 {
	color:	#66FF00
}
.style4 {
	color:	#00FFFF
}
.style5 {
	color:	#FFFFFF
}
a.copyrightL {
	color:				#FFFFFF;
	text-decoration:	none;
}
a.copyrightL:hover {
	color:				#FFFFFF;
	text-decoration:	none;
}
.redOnBlack {
	color:	#FF0000;
}
.suggestionsBox {
	position: absolute;
	left: 175px;
	margin: 10px 0px 0px 0px;
	width: 350px;
	background-color: #212427;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;	
	color: #fff;
}
.suggestionList {
	margin: 0px;
	padding: 0px;
}
.suggestionList li {
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}
.suggestionList li:hover {
	background-color: #659CD8;
}
.m_banner_hide{
	display:none;
}
.m_banner_show{
	display:block;
}
.dvbdy1 {
	background:#FFFFFF;
	font-family:arial;
	font-size:12px;
	border-left:1px solid #C8BA92;
	border-right:1px solid #C8BA92;
	border-bottom:1px solid #C8BA92;
	padding:5px;
	width:150px;
}
.dogvdvhdr {
	width:300;
	background:#C4D5E3;
	border:1px solid #C4D5E3;
	font-weight:bold;
	padding:10px;
}
.dogvdvbdy {
	width:300;
	background:#FFFFFF;
	border-left:1px solid #C4D5E3;
	border-right:1px solid #C4D5E3;
	border-bottom:1px solid #C4D5E3;
	padding:10px;
}
.pgdiv {
	width:320;
	height:250;
	background:#E9EFF4;
	border:1px solid #C4D5E3;
	padding:10px;
	margin-bottom:20;
	font-family:arial;
	font-size:12px;
}

