/* top ie6 
*html, body { 
    height: 100%; 
    overflow: auto; 
} 

*html .wrapper { 
    position: relative; 
    width: 100%; 
    height: 100%; 
    overflow: auto; 
} 

*html {
	overflow-x:auto;
	overflow-y:hidden;
}

*html .topbar { 
    position: absolute; 
} */
/* top */
.topbar {
	height:26px; 
	background-image:url(../images/toolbarpic.gif);
	overflow:hidden;
	width:100%;
	z-index:100;
	position:fixed;
	_position: absolute; 
	left:0px;
	top:0px;	
}

.topbarlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.topbarlink a:link {
	color: #FFFFFF;
}

.topbarlink a:visited {
	color: #FFFFFF;
}

.topbarlink a:active {
	color: #FF9900;
}

/*banner */
.banner {
	margin:10px;
	text-align:center;
	overflow:hidden;
	z-index:-100;
}

.forumtablebg {
	BORDER-RIGHT: #bbb 1px solid; BORDER-TOP: #c8c8c8 1px solid; BACKGROUND: url(../forum/images/cell.gif) #f8f8f8 repeat-x left top; BORDER-LEFT: #bbb 1px solid; BORDER-BOTTOM: #bbb 1px solid
}

.forumrow1 {
	BORDER-RIGHT: #e0e0e0 1px solid; PADDING-RIGHT: 4px; BORDER-TOP: #fff 1px solid; PADDING-LEFT: 4px; BACKGROUND: url(../forum/images/cell.gif) #f8f8f8 repeat-x left top; PADDING-BOTTOM: 4px; BORDER-LEFT: #fff 1px solid; PADDING-TOP: 4px; BORDER-BOTTOM: #e0e0e0 1px solid
}