.tabs { margin: 0; padding: 0;}
.tabs { padding-bottom: 26px; margin-bottom: 15px; background: #EFEFEF; border-top: 1px solid #FFF; border-bottom: 1px solid #CAD9EA; }
.tabs li { list-style: none;float: left; line-height: 27px; border-right: 1px solid #CAD9EA; height: 27px; font-size: 11px;cursor:pointer; }
.tabs li.current { background: #F7F7F7; height: 27px; font-weight: bold; }
.mainbox { background: #F7F7F7; border: 1px solid #9DB3C5; padding: 1px;margin:1px;}
.left-mainbox {float:left; width:27%;margin:0px;}
.right-mainbox {width:73%;float:right;margin:0px;}
.topx-content	{
	background: url('vietvbb/topx/listbg.gif') repeat;
	display:block;
	border-top: 0px none;
	padding: 0px;
	line-height: 20px;
	width:100%;
}
.topx-bit	{
	overflow: hidden;
	height: 20px;
	width: 100%; font-size:11px;
}
.topx-bit em	{float: right; padding-top: 2px;margin-right:3px;}
.topx-bit span.topx-content-tab	{float: left;margin-left:3px;}
.topx-bit span.topx-content-menu {float: left;margin-left:26px;}
.topx-tip-head	span {padding-left:4px;float: left;}
.topx-tip-info	{padding: 4px 6px;text-align:left;}
#vietvbb_topstats_result	{
	float:right;
	right:30px;
	top:3px;
	position:absolute;
}

/* change username font size */
.postbitlegacy .userinfo a.username, .eventbit .userinfo a.username {
font-size: 16px;
}

/* New post title format */

.posttextx {
        margin-left: 20px;
        font: bold 12px Tahoma,Calibri,Verdana,Geneva,sans-serif;
}

/* VBA CMPS WIDGETS */

.vba_widget { 
    _padding:0;
    overflow: hidden;
    display:vba_block;
    width: 100%;
    clear:both;
    background-color:#f1f1f1;
    border:1px solid #C4C4C4;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow:-2px 2px 2px #C8C8C8;
}

.vba_block {
    _margin-bottom:4px;
    padding:6px;
    background:transparent url(http://www.wendag.com/forum/images/misc/blog/top-highlight.png) repeat-x left top;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

.vba_widget_header h3 {
    color: #424242;
    background:transparent none;
    padding: 0px 6px 2px 6px;
    border:none;
    outline:none;
    font: bold 13px Tahoma,Calibri,Verdana,Geneva,sans-serif;
}

.vba_widget_content {
    color: #424242;
    border:1px solid #DADADA;
    border-top:1px solid #FFFFFF;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    background:#FFFFFF url(http://www.wendag.com/forum/images/misc/blog/gradient-black-down.png) repeat-x 0 0;
    _background-image: none;
    padding:0px;
} 