.sidebar_wrapper {
	float:right; 
	width:300px; 
	direction:ltr;
}

.sidebar_banner {
	margin-bottom:20px;
	background-color:#ebebeb;
	min-height:100px;
}

.sidebar_box_top_leftSide {
	float:left; 
	width:2px; 
	height:37px; 
	background-image:url('../Design/MainPage/top_left.gif');
}

.sidebar_box_top_middle {
	float:left; 
	width:286px; 
	height:27px; 
	background-image:url('../Design/MainPage/top_pixel.gif'); 
	padding-left:5px; 
	padding-right:5px; 
	padding-top:10px;
}

.sidebar_box_top_rightSide {
	float:left; 
	width:2px; 
	height:37px; 
	background-image:url('../Design/MainPage/top_right.gif');
}

.sidebar_box_bottom_leftSide {
	float:left; 
	width:2px; 
	height:37px; 
	background-image:url('../Design/MainPage/bottom_left.gif');
	background-position:bottom left;
	background-repeat:no-repeat;
	position:absolute; 
	bottom:0px; 
	left:0px;
}

.sidebar_box_bottom_middle {
	float:left; 
	width:286px; 
	background-image:url('../Design/MainPage/bottom_pixel.gif'); 
	padding-left:7px; 
	padding-right:7px; 
	padding-bottom:10px;
	background-position:bottom center;
	background-repeat:repeat-x;
	position:relative;
	margin-bottom:20px;
}

.sidebar_box_bottom_rightSide {
	float:left; 
	width:2px; 
	height:37px; 
	background-image:url('../Design/MainPage/bottom_right.gif');
	background-position:bottom right;
	background-repeat:no-repeat;
	position:absolute; 
	bottom:0px; 
	right:0px;
}


.bestUsersBox_tab1 {
	height:27px; 
	padding-top:10px;
	text-align:left; 
	background-image:url('../Design/MainPage/top_left_tableft.gif');
}

.bestUsersBox_tab1 {
	height:27px; 
	padding-top:10px;
	text-align:left; 
	background-image:url('../Design/MainPage/top_left_tabright.gif');
}

.bestUsersBox_tab1_text {
	float:left; 
	width:80px; 
	padding-left:10px; 
	padding-top:2px;
}

.bestUsersBox_tab2_text {
	float:left; 
	padding-left:10px; 
	padding-top:2px;
}

.bestUsers_tab_active {
	color:#981010; 
	font-size:14px; 
	font-weight:bold; 
}

.bestUsers_tab_nonactive {
	color:#747474; 
	font-size:14px; 
	font-weight:bold; 
}

.bestUsersBox_username {
	float:left;
	color:#76726F;
}

.bestUsersBox_msgIcon {
	float:right;
}