table.bluebg{
background-color:#488DD1;
}

.lightbluebg{
background-color:#BDE2FF;
}

.greybg{
background-color:#F5F5F5;
}

.gang_title{
	color:#CC6600;
	font-weight:bold;
	font-size:16px;
}

.w720
{
width:720px;
}

.txtcenter{
text-align:center;
margin:4px 0 0 0;
}

.txtleft{
text-align:left;
}

.txtindent{
text-indent:50px;
}

.spacer{
height:15px;
}

.pad10{
padding:10px;
}

.wspacing20{
width:20px;
}

.hspacing20{
height:20px;
}

.vtop{
vertical-align:top;
}

tr.shaded{
background-color:#F1F8FE;
}

td.bar{
width:100px;
text-align:center;
}

/*unvisited link*/
a.stdlinkm:link
{
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}
a.stdlink:link
{
color:#000000;
text-decoration:none;
font-weight:bold;
}

/*visited link*/
a.stdlinkm:visited
{
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}
a.stdlink:visited
{
color:#000000;
text-decoration:none;
font-weight:bold;
}

/*hover link*/
a.stdlinkm:hover
{
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}
a.stdlink:hover
{
color:#000000;
text-decoration:none;
font-weight:bold;
}

/*active link*/
a.stdlinkm:active
{
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}
a.stdlink:active
{
color:#000000;
text-decoration:none;
font-weight:bold;
}
/***************************************/
div#create_gang_form{
	width:600px;
	backgro/und-color:#000000;
}
	div#create_gang_form div.caption{
		float:left;
		padding:5px 0px;
		padding-right:5px;
		padding-left:55px;
		width:55px;
	}
	div#create_gang_form div.div_input{
		padding:5px 0px;
	}
	div#create_gang_form div.input_submit{
		padding:5px 0px;
		margin-left:50px;
	}
	div#create_gang_form input,
	div#create_gang_form textarea{
		border:1px solid #CCCCCC;
	}
	div#create_gang_form textarea{
		width:320px;
	}
div#gang_bar,
div#gang_bar_main{
	height:30px;
	margin-left:160px;
}
div#gang_bar_main{
	margin:0px;
	margin-top:-16px;
	margin-bottom:5px;
}
div#gang_bar_main div.gang_bar_item,
div#gang_bar div.gang_bar_item{
	float:left;
}
div#my_gang_topic_details_title,
div#my_gang_title{
	font-size:16px;
	color:#CC6600;
	font-weight:bold;
	padding:10px;
	margin-left:150px;
}
table#my_gang_topic,
table#my_gang{
	width:560px;	
	margin-left:160px;
}
	table#my_gang_topic th,
	table#my_gang th{
		background-image:url(../images/Gangs/title_bg.gif);
		background-repeat:repeat-x;
		height:20px;
	}
	table#my_gang_topic tr.grey,
	table#my_gang tr.grey{
		background-color:#CCCCCC;
	}
	table#my_gang_topic tr.white,
	table#my_gang tr.white{
		background-color:#000000;
	}

	table#my_gang_topic td#topic,
	table#my_gang_topic td#gang,
	table#my_gang_topic td#name,
	table#my_gang_topic td#view,
	table#my_gang_topic td#reply,
	table#my_gang_topic td#time,
	table#my_gang td#topic,
	table#my_gang td#gang,
	table#my_gang td#name,
	table#my_gang td#view,
	table#my_gang td#reply,
	table#my_gang td#time
	{
		/*white-space:nowrap;*/
		padding:3px;
	}
	table#my_gang_topic td#gang,
	table#my_gang_topic td#name,
	table#my_gang_topic td#view,
	table#my_gang_topic td#reply,
	table#my_gang_topic td#time,
	table#my_gang td#gang,
	table#my_gang td#name,
	table#my_gang td#view,
	table#my_gang td#reply,
	table#my_gang td#time{
		width:0px;
	}
	table#my_gang_topic td#pagination,
	table#my_gang td#pagination{
		text-align:right;
		padding:5px;
		padding-right:0px;
	}
	table#my_gang_topic td#pagination a,
	table#my_gang td#pagination a{
		padding:2px 5px;
	}
table#friendGang{
	width:70%;
	margin-left:170px;
    
}
	table#friendGang td.img{
		padding:5px;
		padding-right:15px;
		width:1%;
	}
	table#friendGang td.content{
		width:50%;
        padding:0 30px 30px 0;
	}
table#friendGang_ctn{
	width:100%px;	
}
	table#friendGang_ctn td{
		white-space:nowrap;
	}
	table#friendGang_ctn td.label{
		padding:2px;
	}
	table#friendGang_ctn td.title a{
		font-weight:bold;
		font-size:12px;
	}
/*****************  Gang index	*********************/
div#search{
	height:110px;
	width:715px;
	border:1px solid #CCCCCC;
	margin-left:10px;
	margin-bottom:10px;
}
.search_navigation{
	background-image:url(../images/Gangs/index_bg.png);
	background-repeat:repeat-x;
	height:26px;
}
.search_navigation li{
	float:left;
	list-style:none;
	padding:8px 6px 6px 5px;
	font-weight:bold;
	color:#0162a9;
	height:112px;
	text-align:center;
	font-weight:bold;
}
.search_navigation ul{
	
}
.search_navigation li.fixed{
	width:85px;
	height:14px;
}

.search_navigation li.in,.search_navigation li.out{
	width:75px;
	height:14px;
	white-space:nowrap;
}

.search_navigation li.in{
	background:url(../images/Gangs/tab_bg.png) no-repeat top left;
}
.search_navigation li.out{
	font-weight:normal;
}

div#search_content{
	background-color:#F1F8FE;
	height:79px;
	width:710px;
	padding:5px 0px 0px 5px;
}
div#search_content li{
	float:left;
	list-style:none;	
	padding:0 0 0 10px;
	width:75px;
	line-height:25px;
	white-space:nowrap;
	background: url("/images/Gangs/blue-point.png") no-repeat center left; 
}

div#search_content li a{
	color:#000000;
	text-decoration:none;
}
.search_row{
	padding:2px 0 0 15px;
}


div#gang_recommended,
div#hightlightPost,
div#goodGang{
	border:1px solid #CCCCCC;
	width:715px;
	margin-left:10px;
	margin-bottom:10px;
}


table#tab_goodGang td{
}
div#createGangTopicForm_top{
	width:550px;
	margin-left:160px;
}
	div#createGangTopicForm_top div.image{
		float:left;
		padding-right:15px;
	}
	div#createGangTopicForm_top div.bread_crumb{
		padding-bottom:5px;
	}
	div#createGangTopicForm_top div.post{
	}
table#tab_my_gang{
	width:575px;
	padding-left:15px;
}
table#tab_my_gang th#topic{

}
table#tab_my_gang th#author,
table#tab_my_gang th#click,
table#tab_my_gang th#reply,
table#tab_my_gang th#last_reply{
	width:3px;	
	text-align:center;
	white-space:nowrap;
	padding:3px;
}
table#tab_my_gang th#topic,
table#tab_my_gang th#author,
table#tab_my_gang th#click,
table#tab_my_gang th#reply,
table#tab_my_gang th#last_reply{
	background-image:url(../images/Gangs/title_bg.gif);
	background-repeat:repeat-x;
	height:20px;
}
table#tab_my_gang td{
	padding:3px;
}
table#tab_my_gang td.last_reply{
	padding:3px;
	white-space:nowrap;
}
div#createGangTopicForm{
	margin-left:160px;	
}
	div#createGangTopicForm input,
	div#createGangTopicForm textarea{
		border:1px solid #CCCCCC;
	}
	div#createGangTopicForm div.input{
		padding:3px 0px;
	}
	div#createGangTopicForm div.input_submit{
		padding-left:40px;
		padding-top:10px;
	}
	div#createGangTopicForm span.label{
		padding:3px 5px;
		vertical-align:top;
	}
	div#createGangTopicForm span.input{
		
	}
table#tab_createGangTopicDetails{
	width:550px;
	margin-left:160px;
}
	table#tab_createGangTopicDetails td.gang_title{
		padding:3px;
	}
	table#topic_item{
		font-size:12px;
	}
.goodGangList{
	display:table;
	width:715px;
	
	padding:6px 0px 6px 0px;
	background-color:#F1F8FE;
}

.goodGangList li{
	list-style:none;
	float:left;
	text-align:center;
	width:140px;
	padding:10px 1px 10px 2px;
	line-height:22px;
}
.right_c{
	display:table;
	width:244px;
	padding-top:10px;
	line-height:22px;
	background-color:#F1F8FE;
	
	background: url(../images/Index_feature_right.gif) repeat-y 1px top ;
}

.dotlist li{
	list-style:none;	
	list-style-type:none;
	margin:8px 6px 0 0;
	padding:0 0 0 10px;
	background: url("/images/Gangs/blue-point.png") no-repeat center left; 
}

#gangs_crow{
	width:550px;
	height:120px;
	border-bottom:1px dotted #8a8a8a;
	margin:0 0 5px 16px;
	padding:0;
}
#gangs_fileslist_crow{
	width:550px;
	height:88px;
	border-bottom:1px dotted #8a8a8a;
	margin:0 0 5px 16px;
	padding:0;
}
#gangs_download_crow{
	width:550px;
	height:230px;
	border-bottom:1px dotted #8a8a8a;
	margin:0 0 5px 16px;
	padding:0 0 20px 0;
}
.gangs_cbox{
	width:550px;
	margin:0px 0 5px 16px;
	padding:0;
	clear:both;
}
.gangs_comment_cbox{
	width:550px;
	height:180px;
	margin:0 0 5px 16px;
	padding:0;
}
.gangs_cbox_tbg{
	height:26px;
	background:url(/images/Gangs/gangs_mtoprow.jpg) repeat-x;
}
.gangs_cbox_t1{
	width:266px;
	padding:6px 0 0 0;
	font-weight:600;
	float:left;
}
.gangs_cbox_t1a{
	width:202px;
	padding:6px 0 0 0;
	font-weight:600;
	float:left;
	
}
.gangs_cbox_t1b{
	width:64px;
	padding:6px 0 0 0;
	font-weight:600;
	float:left;
	text-align:center;
}
.gangs_cbox_t2{
	width:75px;
	padding:6px 0 0 0;
	font-weight:600;
	float:left;
	text-align:center;
}
.gangs_cbox_t3{
	width:53px;
	padding:6px 0 0 0;
	font-weight:600;
	float:left;
	text-align:center;
}
.gangs_cbox_t4{
	width:43px;
	padding:6px 0 0 0;
	font-weight:600;
	float:left;
	text-align:center;
}
.gangs_cbox_t5{
	width:105px;
	padding:6px 0 0 0;
	font-weight:600;
	float:left;
	text-align:center;
}
.gangs_cbox_odd{
	background:#fafafa;
	border-bottom:#FFFFFF 1px solid;
	height:26px;
}
.gangs_cbox_even{
	background:#eeeeee;
	border-bottom:#FFFFFF 1px solid;
	height:26px;
}
.gangs_cbox_r1{
	width:266px;
	padding:6px 0 0 0;
	float:left;
}
.gangs_cbox_r1a{
	width:200px;
	padding:6px 0 0 0;
	float:left;
	text-align:left;
	overflow:hidden;
}
.gangs_cbox_r1b{
	width:64px;
	padding:4px 0 0 0;
	float:left;
	text-align:center;
}
.gangs_cbox_r2{
	width:83px;
	margin:4px 0 4px 4px;
	float:left;
	text-align:left;
}
.gangs_cbox_r3{
	width:40px;
	padding:6px 0 0 0;
	float:left;
	text-align:center;
}
.gangs_cbox_r4{
	width:40px;
	padding:6px 0 0 0;
	float:left;
	text-align:center;
}
.gangs_cbox_r5{
	width:105px;
	padding:6px 0 0 0;
	float:left;
	text-align:center;
}
.gangs_cbox_trow{
	padding:10px 0 0 0;
	margin:0;
	border:0;
}
.gangs_cbox_title{
	color:#9e6202;
	font-weight:600;
	font-size:14px;
	float:left;
	height:28px;
	margin:0;
	border:0;
	padding:0;
}
.gangs_page{
	padding:5px 10px 0 0;
	clear:both;
	text-align:right;
	font-weight:600;
	color:#c15b01;
}
.gangs_page a:link{
	clear:both;
	text-align:right;
}
.gangs_cbox_end{
	height:44px;
	padding:6px 0 0 0;
}
.gangs_ctop_img{
	width:116px;
	height:116px;
	text-align:right;
	float:left;
	margin:0 14px 0 0;
	overflow:hidden;
}
.gangs_fbox_content{
	float:left;
	padding:0 0 0 10px;
}
.gangs_ctop_content{
	width:420px;
	float:left;
}
.gangs_red_link{
	margin:0;
	color:#fe0303;
	font-weight:600;	
	text-decoration:none;
	border:0;
	float:right;

}
.gangs_red_link a:link{
	color:#fe0303;
	font-weight:600;	
	text-decoration:underline;
}
.gangs_red_link a:hover{
	margin:0;
	color:#FF6600;
	font-weight:600;	
	text-decoration:none;
	border:0;
}
.gangs_title{
	color:#9e6202;
	font-weight:600;
	font-size:14px;
	float:left;
	height:16px;
	margin:0;
	border:0;
	padding:0;
	width:300px;
	margin-bottom:10px;
	overflow:hidden;
}
.gangs_title span{
	color:#6f6e6e;
	font-weight:600;
	font-size:14px;
}
.gangs_title a:link, .gangs_title a:active, .gangs_title a:visited{
	color:#9e6202;
	font-weight:600;
	font-size:14px;
	text-decoration:underline;
}
.gangs_title a:hover{
	color:#9e6202;
	font-weight:600;
	font-size:14px;
	text-decoration:none;
}
.gangs_ntext{
	float:left;
	height:22px;
	margin:0;
	border:0;
	padding:0;
}
.gangs_btn_right{
	float:right;
	width:56px;
	clear:right;
}
/********Larry start **********/
.topiclist_title{
	width:285px;
	height:18px;
	overflow:hidden;
	margin:0 0 5px 0;
	padding:0;
	line-height:18px;
}
.gangs_form_row{
	height:23px;
	padding:0 0 5px 0;
}
.gangs_cpost_row{
	height:auto;
	padding:0 0 5px 0;
}
.gangs_formarea_row{
	height:115px;
	padding:0 0 5px 0;
}
.gangs_form_cap{
	width:98px;
	text-align:right;
	float:left;
}
.gangs_form_txtfield{
	float:left;
	height:21px;
	width:220px;
	border:#CCCCCC 1px solid;
}
.gangs_form_txtfield2{
	float:left;
	height:21px;
	width:294px;
	border:#CCCCCC 1px solid;
}
.gangs_form_txtarea{
	float:left;
	height:90px;
	width:392px;
	border:#CCCCCC 1px solid;
}
#browser_btn{
	margin:2px 0 0 6px;
}
.gangs_cpost_img{
	width:99px;
	float:left;
	text-align:right;
	margin:0 10px 0 0;
}
.gangs_cpost_name{
	display:table;
	width:353px;
	overflow:hidden;
	float:left;
}

.gangs_time{
	color:#a4a4a4;
	float:left;
}
.gangs_floor{
	color:#a4a4a4;
	margin-right:5px;
	float:right;
}
.right_title{
	text-align:center;
	padding:2px 0px;
	width:70px;
	height:16px;
	overflow:hidden;
	margin:0 0 12px 0;
}
.detail{
	width:470px;
	overflow:hidden;
}
.post{
	background:#fff;
}
.top_r_button{
	float:left;
	margin:22px 0 0 5px;
}

.memberList{
	display:table;
	width:580px;	
	margin: 0 0 0 15px;
	padding:6px 0px 6px 0px;
}

.memberList li{
	float:left;
	list-style:none;
	width:90px;
	padding:10px 1px 10px 2px;
	line-height:22px;
}
.memberList .text{
	padding-left:15px;
	margin-left:0px;
}
.gangList{
	display:table;
	margin:0 0 0 0px;
	width:560px;
	padding:6px 0px 6px 10px;
	font-family: verdana,lucida,arial,helvetica,ËÎÌå,sans-serif;
}

.gangList li{
	float:left;
	list-style:none;
	width:560px;
	padding:10px 0px 10px 20px;
	line-height:22px;
}
.gangList h3{
	font-size:12px;
	font-weight:normal;
	width:450px;
	color: #666666;
    padding:0;
    margin:0;
}
.gangList .photo{
	float:left;
}

.gangList .content{
	float:left;
	margin:0 0px 0 10px;
}
.gangList .time{
	float:right;
	color: #666666;
	width:140px;
}
.gangList .dotline{
    width:450px;
	height:1px;
    padding:0;
    margin:1px 0 4px 0;
	height: 0pt;
	border-bottom:dashed #cecece 1px;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
}
.gangList .desc{
	width:450px;
}
.gangList .bottom{
	color: #666666;
}
.sepline{
    margin:0 8px;
}
.img_box {
	padding:1px; 
	background:#fff; 
	border:1px solid #D8D3D0;
	padding: 2px; 
}
.right_cate ul{
	display:table;
	margin:0 0 0 0px;
	width:230px;
	padding:6px 0px 6px 10px;
	font-family: verdana,lucida,arial,helvetica,ËÎÌå,sans-serif;
}

.right_cate li{
	float:left;
	list-style:none;
	width:50px;
	padding:5px 0px 5px 20px;
	line-height:22px;
}
/********Larry end **********/