html, body, h1, h2, h3, h4, h5, h6, p{ 
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p{ padding: 5px 0;}

body{
	font-family: Arial;
	background: url("http://trader.seovb.biz/forums/images/styles/Traders/style/pageBG.gif") repeat-x scroll left top #000000;
}

a:link, a:visited{ 
	text-decoration: none;
}
a:hover{}

a img{ border: 0;}
.clr{ clear: both}

.bginput{
	border: 1px solid #ccc;
}

/* min-width display*/
#wrapper{
	width: 1000px;
	margin: 0 auto;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #fff;
	overflow: hidden;
}
/* end: min-width display*/

.page_fixed_width{
}

/* header */
#header{
	background: url(images/header_gradient.gif) repeat-x top left;
	border-top: 3px solid #c7c1ab;
	border-bottom: 3px solid #7d8b94;
}
	* html #header{ height: 1px;}
	*:first-child+html #header{ height: 1%;}
#header .header_inner{
	background: url(images/headerbg.gif) no-repeat -31px top;
}

.header_logo{ 
	float: left;
}
	* html .header_logo{ float: none;}

.searchbox{
	float: right;
	background: url(images/searchbox.gif) no-repeat top;
	width: 182px;
	height: 88px;
	padding-top: 5px;
	padding-right: 10px;
	text-align: center;	
}
.searchbox form{ 
	margin: 0; 
	padding: 0;
}
	.searchbox .bginput,
	.searchbox select{ 
		width: 130px;
		margin-bottom: 3px;
		font-size: 10pt;
	}	
	.searchbox .submit{
		float: right;
		margin-right: 30px;
		border: 0;
		width: 68px;
		height: 31px;
		background: url(images/search.gif) no-repeat center;
	}
/* end: header */

/* tabs */
#tabs{
	background: url(images/tabbg.gif) repeat-x top left;
	padding-left: 12px;
	position: relative;
	z-index: 400;
}
	* html #tabs{ height: 1%;}
	*:first-child+html #tabs{ height: 1%;}
#tabs ul{
	margin: 0; 
	padding: 0;
}
	#tabs li{
		float: left;
		position: relative;
		list-style: none;
		display: inline;
		font-size: 9pt;
	}
	#tabs li a:link, #tabs li a:visited{
		float: left;
		color: #fff;
		background: url(images/tableft.gif) no-repeat left 150px;
	}
	#tabs li a span{
		float: left;
		background: url(images/tabright.gif) no-repeat right 150px;
		padding: 11px 15px 12px;
	}
	#tabs li.current_page a:link,
	#tabs li.current_page a:visited,
	#tabs li a:hover{
		color: #164849;
		background-position: left top;
	}
	#tabs li.current_page a span,
	#tabs li a:hover span{
		background-position: right top;
	}

#tabs ul li ul{
	display: none;
	width: 140px;
	padding: 3px 0;	
	position: absolute;
	top: 32px;
	left: 1px;
}	
	#tabs ul li ul li a:link,
	#tabs ul li ul li a:visited{
		display: block;
		width: 140px;
		font-size: 8pt;
		padding: 5px 5px;
		background: #7e8b91;
		border-bottom: 1px solid #999;
		color: #fff !important;
	}
	#tabs ul li ul li a:hover{ 
		background: #1979ac;
		color: #ffe;
	}

#tabs ul li ul li a.fly:link, #tabs ul li ul li a.fly:visited{ 
	background: #7e8b91 url(images/tab_more.gif) no-repeat 95% center;
}
#tabs ul li ul li a.fly:hover{ background-color: #1979ac; }	

#tabs ul ul ul{
	left: 150px;
	top: -3px;
}	

/* end: tabs */

/* footer */
#footer{
	background: #2c4852 url(images/footer_gradient.gif) repeat-x bottom left;
	padding: 0 !important;
}
	* html #footer{ height: 1%;}
	*:first-child+html #footer{ height: 1%;}

.footer_inner{
	background: url(images/footerbg.gif) no-repeat bottom right;
}
	.ft_tl{ background: url(images/ft_tl.gif) no-repeat top left;}
	.ft_tr{ background: url(images/ft_tr.gif) no-repeat top right;}
	.ft_bl{ background: url(images/ft_bl.gif) no-repeat bottom left;}
	.ft_br{ background: url(images/ft_br.gif) no-repeat bottom right;}	

.footer_content{
	padding: 10px;
}
	
.foot_column{
	float: left;
	padding-right: 10px;
}	
	.col01{ width: 18%;}
	.col02{ width: 22%;}
	.col03{ width: 30%;}
	.col04{ width: 23%;}
	.foot_column h3{
		margin: 0;
		padding: 0;
		color: #fff;
		font-size: 11pt;
	}
	.foot_column ul, .foot_column p{
		margin: 0;
		padding: 5px 10px 8px 0;
		color: #fff;
		font-size: 8.5pt;
		line-height: 15px;
	}
	.col03 ul{ float: left;}	
	.foot_column li{
		list-style: none;
		line-height: 15px;
	}
	.foot_column li a:link,
	.foot_column li a:visited{ color: #30baff;}
	.foot_column li a:hover{ color: #ffe;}
	
.footer_logo{ 
	float: right;
	width: 230px;
	height: 75px;
	margin-top: -60px;
	position: relative;	
}
.footer_logo a.logo_ref img{
	clear: both;
	float: right;
}	

.foot_end_links{
	clear: both;
	color: #fff;
	margin-top: 8px;
	font-size: 8.5pt;
	text-align:right;
}	
	ul.foot_stat{
		margin: 0 0 3px;
		padding: 0;
	}
	ul.foot_stat li{
		list-style: none;
		display: inline;
		color: #fff;
	}
	ul.foot_stat li a:link,
	ul.foot_stat li a:visited{ color: #30baff;}
	ul.foot_stat li a:hover{ color: #ffe;}
	
	.copyright,
	.copyright a:link,
	.copyright a:visited{ color: #fff;}
	.copyright a:hover{ color: #30baff;}
/* end: footer */


/* page-body*/
#page-body{
	clear: both;
	padding: 1px;
}
/* end: page-body*/

/* ads */
.ad_header_logo{
	float: right;
	margin: 10px 0;
}
	.ad img{
		border: 1px solid #ccc;
	}
/* end: ads */


/* general box */
.genbox{
	margin-bottom: 10px;
}

.trlab{display:block}
.trlab *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#fefefe}
.trlab1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f3f3ec;
  border-right:1px solid #f3f3ec;
  background:#f9f9f6}
.trlab2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #ecece2;
  border-right:1px solid #ecece2;
  background:#fafaf8}
.trlab3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #fafaf8;
  border-right:1px solid #fafaf8;}
.trlab4{
  border-left:1px solid #f3f3ec;
  border-right:1px solid #f3f3ec}
.trlab5{
  border-left:1px solid #f9f9f6;
  border-right:1px solid #f9f9f6}
.trlabfg{
  background:#fefefe;
  padding: 10px 4px;
 }
 
.tcat{ background: #e6e6df;}
	* html .tcat{ height: 1%;}
	*:first-child+html .tcat{ height: 1%;}
	.tcat h3{ 
		padding-bottom: 3px;
		color: #216089;
		font-size: 10.5pt;
	}
		.tcat a:link, .tcat a:visited{ color: #216089; }
		.tcat a:hover{ color: #30baff;}
	.tcat_tl{ background: url(images/tcat_tl.gif) no-repeat top left;}
	.tcat_tr{ background: url(images/tcat_tr.gif) no-repeat top right;}
	.tcat_content{
		padding: 0 5px 8px;
		font-size: .75em;
	}
	
	
.thead{ 
	background: #2c4852 url(images/thead.gif) repeat-x left bottom;
	color: #fff;
	font-size: 9pt;
}	
	.thead_tl{ background: url(images/thead_tl.gif) no-repeat top left;}
	.thead_tr{ background: url(images/thead_tr.gif) no-repeat top right;}
	.thead_content{
		padding: 6px 8px;
	}
	



.search_adv{
	font-size:8pt;
	padding-bottom:5px;
	padding-left:25px;
	text-align:left;
}

.search_adv a:link, .search_adv a:visited {	color:#FFFFFF;}
.search_adv a:hover { color:#FFFF99;}


.header_stlinks{
	clear: right;
	text-align: right;
	font-size: 9pt;
	padding-top: 5px;
	padding-right: 20px;
	color: #ccc;
}
*:first-child+html .header_stlinks{ float: none; text-align:right;}
.header_stlinks a:link, .header_stlinks a:visited{ color: #069;}
.header_stlinks a:hover{ color: #0099FF;}


.site_links {
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	font-size:11px;
	padding:10px 0;
}
.site_links a:link, .site_links a:visited { color:#31BCFF;}
.site_links a:hover { color:#FFFFFF;}


