

/***
**
**	CSS有一处错误整个样式表都不能应用到HTML中
**
**/

html {
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
}
th, td, li, div {
	font:Arial, Helvetica, sans-serif;
	font-size:13px;	
}
th {
	text-align: center;	
}
body{
	margin:0 auto;
	/** auto margin: fix ie6 bug */
	text-align: center; 
	
	scrollbar-3dlight-color: #C5D9E8;
	scrollbar-arrow-color: black;
	scrollbar-darkshadow-color: white;
	scrollbar-face-color: #EDF2F6;
	scrollbar-highlight-color: #F8F7F9;
	scrollbar-shadow-color: #C5D9E8;
}
.body_wrapper {
	text-align: left;	
}
a {
	color: #333; text-decoration: none
}
a:link {
	TEXT-DECORATION: none
}
a:hover {
	color: #FF6633; text-decoration: none
}
a:visited {
	text-decoration: none
}


.input_short {
	width: 95px;
	margin: 0px;
}
.input_tiny {
	width: 40px;
	margin: 0px;
}
.input_long {
	width: 500px;	
}

.req_sign {
	color: red;
	padding: 0px 5px;	
}

.fld_title {
	text-align: left;
	width: 120px;	
}

.main_wrapper {
	padding: 0px;
	border: 1px solid #d5d5d5;	
	margin: 5px;
}

.hint {
	border: 1px solid #d5d5d5;
	background: #f5f5f5;
	line-height: 35px;	
	margin: 5px;
}




.dtb {
	border-collapse: collapse;
	border: 0px;
}
.dtb td {
	padding: 0px;	
}

.input3col {
	 width:110px;	
}

.pctitle {
	text-align:left;
	background: #B2E4AC;
	line-height: 25px;
}

.pctitle2 {
	padding: 0px;	
	background: #B2E4AC;
}
form {
	margin: 0px;
	padding: 0px;	
}

td {
	margin: 0px;
	padding: 0px;
}

.label, .label2, .label3 {
	background: #B2E4AC;
}
.label {
	width: 45px;	
}
.label2 {
	width: 100px;
}


.pic_size {
	 width:140px;
	 
}

.dwn_txt {
	padding: 0px 10px;
}

.pic_summary {
		
}

.tb_xyinfo_out {
	border-collapse: collapse;	
	margin:10px 0px;
	text-align:center;
}

.basis_info {
	border-collapse: collapse;	
	margin-top:5px;
	text-align:left;	
}

.basis_info td {
	padding: 1px;
	margin: 0px;
}

.block {
	margin: 3px;	
	border:1px solid #d5d5d5;
}


.dlg_cont {
	width:600px;
	height:470px;
	padding:2px;
	background:white;
	overflow-y:auto;	
}

.dlg_tb_cont {
	width:99%;
	height:330px;
	border:1px solid #d5d5d5;
	padding:0px;
	margin:0px;	
}

.tb_common {
	margin: 0px 1px;
	border-collapse: collapse;
}
.tb_common .head {
	padding: 5px;
	background: #D9F8C7;
	display: block;
}

.tb_common td {
	padding: 5px 2px;
	/*border-bottom: 1px dotted blue;*/
}
.tb_common th {
	padding: 5px 0px;
	background: #D9F8C7;
}

.tb_common .first_td {
	padding-left: 15px;	
	line-height: 100%;
}

.tb_datalist_head {
	padding: 5px 0px;
	background: #D9F8C7;
}



/***** picture album ***/
/*** download area pic album **/
.album_img{width:100%; height: 150px;overflow:hidden;vertical-align: middle;}
.album_img a:hover img,.album_img a:active img{border:1px #eb9c99 solid;}

.fl_div {
	display: inline-block;
	width:170px;
	height: 230px;
	overflow: hidden;
	border: 1px solid #d5d5d5; 
	/*float:left; */
	margin:2px;
}
.fl_div td {
	padding: 0px;
	margin: 0px;	
}

/*** set text overflow ellipsis 0 **/
.fl_div table {
	table-layout:fixed;	
}
.fl_div .td_title {
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
/*** set text overflow ellipsis 1 **/


.fl_div .td_desc {
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

#pic_div_tip_id {
	position: absolute;
	display: none;
	left: 200px;
	width:170px;
	z-index: 200;
	border: 1px solid blue;	
	
}

/***热门圈子**/
.hot_div {
	display: inline-block;
	width: 240px;
	height: 80px;
	overflow: hidden;
	border: 0px solid #d5d5d5; 
	/*float:left; */
	margin:2px;
}
.hot_div2 {
	display: inline-block;
	width: 240px;
	height: 20px;
	overflow: hidden;
	border: 0px solid #d5d5d5; 
	/*float:left; */
	margin:2px;
}

.hot_div table, .hot_div2 table {
	table-layout:fixed;	
}

.hot_div .td_txt, .hot_div2 .td_txt {
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;		
}



.tb_list {
	table-layout:fixed;	
}

.td_txt {
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;	
}

/******** vote ***********/
.col2 {
	width:142px!important;
	min-width:auto;
	table-layout:fixed;
}
.col2 div {
	padding-right:97px;
	position:relative;
	height:33px;
	width:45px;
	text-align:right
}
.percent_bg, .percent {
	display:block;
	height:8px;
	overflow:hidden;
	text-align:left;
	text-indent:-999em
}
.percent_bg {
	background-color:#d9e4f8;
	width:67px;
	position:absolute;
	right:20px;
	top:12px;
}
.percent {
	background:url(../img/Pollbg_icon.gif) no-repeat
	background-position:0 -300px;
}


#tp_sys {
	width: 500px;
	text-align: left;
	border:1px solid #d5d5d5;
	padding: 5px;	
}

.vote {
	border: 1px solid #d5d5d5;	
	margin-bottom: 5px;
	text-align:left;
}

.vote .qtitle {
	font-size: 14px;
	padding: 5px;
	margin: 0px;	
	background: #F4FCF3;
	border-bottom: 1px solid #d5d5d5;
}
.qopt_div {
	padding-left: 20px;	
	display: block; /*set init vote opt wether can be seen*/
}

.vote .qopt_div ul {
	margin: 0px 25px;
}

.vote .qopt_div  ul li {
	list-style-type: none;	
	margin: 3px;
	padding: 3px;
	border-bottom: 1px dotted #d5d5d5;
}

.vote_qtitle {
	padding: 0px 2px;
	background: #D9F8C7;	
}
.tb_al_left td {
	text-align:left;
}


/************公告滚动*******************/
.scroll_div {
	width:470px;
	line-height:28px;
	margin:0 auto;
	overflow: hidden;
	white-space: nowrap;
	background:#ffffff;
}
.scroll_div img {
	width:510px;
	height:28px;
	border: 0;
	border:1px #efefef solid;
}

.scroll_div li {
	margin: 0px 5px;	
}

.tp_prog {
	position:absolute;
	width:50%;
	height:100%;
	left:0px;
	top:0px;
	background: #ccff99;
	display:block;	
}

.tp_txt {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	color:white;
	font-style:italic;
	display:block;
	text-align:center;
	color:black;	
}





#scroll_begin, #scroll_end, #scroll_begin ul, #scroll_end ul, #scroll_begin ul li, #scroll_end ul li {
display:inline;
}/*设置ul和li横排*/


.zn_img {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

.pic a:hover img, .pic a:active img {border:1px #eb9c99 solid;}

/*首页 近期新闻 */
.roll_news li {
	list-style-type: disc;
	margin: 5px 0px;
}



/** 邮件群发 **/
.memberList {
	text-align:left;
	border: 1px solid #d5d5d5;	
	height:400px;
}
.memberList ul {
	margin: 0px;
	padding: 0px;	
}

.memberList li {
	padding: 5px;	
	border-bottom: 1px dotted #d5d5d5;
}

.mbbottom {
	text-align: left;
	padding: 5px;
	border: 1px solid #d5d5d5;	
}
.mtitle {
	background: #D9F8C7;
	padding: 6px;
}


/******** button style **********/
.btn_ok {
	BORDER-RIGHT: #27649a 1px solid; 
	PADDING-RIGHT: 3px; 
	BORDER-TOP: #ebf4fb 1px solid; 
	PADDING-LEFT: 3px; 
	FONT-SIZE: 12px; 
	BACKGROUND: #5490c2; 
	PADDING-BOTTOM: 2px; 
	BORDER-LEFT: #ebf4fb 1px solid; 
	CURSOR: pointer; COLOR: #fff; 
	PADDING-TOP: 2px; 
	BORDER-BOTTOM: #266399 1px solid; 
	HEIGHT: 21px; 
	outline-color: -moz-use-text-color; 
	outline-style: none; 
	outline-width: 0px;
	width: 80px;
}



.disabled_field {
	background: #d5d5d5;	
}

/*********添加新成员-查询表单*********/
.seaTitle {
	width: 98%;
	padding: 10px;	
}
.seaForm {
	width: 98%;
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #d5d5d5;
	background: #F5F5F5;	
}


