/*------timer css---------*/
@import url("/style/slide.css");

/*------End timer css---------*/

/**
 *论坛分类组件选择bbs使用以下两个css类
 */
a.unchecked{
	color:gray;
	cursor: not-allowed;
}
a.checked{
	
}
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("/images/maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
	border: 1px solid #99CCCC;
	background-color: #ffffff;
}
#popupTitleBar {
	background-color: #C0DCFF;
	color: #ffffff;
	font-weight: bold;
	height: 12px;
	padding: 5px;
	border-bottom: 2px none #C0DCFF;
	/*
	border-top: 1px solid #78A3F2;
	border-left: 1px solid #78A3F2;
	border-right: 1px solid #204095;
	*/
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}
.previewDiv{
	background-image: url("/images/grid.gif"); 
	width: 40%;
	height: 25px;
	visibility: visible;
	text-align: center;
}

/* Tag 标签  CSS Document */
.tagstyle {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:24px;/*2010-01-05增加*/
}
/*
.tagstyle * {
	margin:0;
	padding:0;
}
2010-01-05 修改
*/
.tagstyle .tagtitle{
	white-space:nowrap;}/*2010-07-08*/
/* 黄金体验 */
.tagstyle_0 {
	background:#4a4a4a;
}
.tagstyle_0 .tagtitle{
	height:31px;
	line-height:31px;
}
.tagstyle_0 .tagtitle a {
	color:#fff;
}
.tagstyle_0 .tagtitle.on a {
	background: url(../images/tag/1_leftside.gif) left top no-repeat;
}
.tagstyle_0 .tagtitle.on span{
	background:#feb325 url(../images/tag/1_rightside.gif) right top no-repeat;
}
.tagstyle_0 .bg_color {
	background:#feb325;
}

/* 动感炫绿 */
.tagstyle_1 {
	background:#4a4a4a;
}
.tagstyle_1 .tagtitle {
	height:31px;
	line-height:31px;
}
.tagstyle_1 .tagtitle a {
	color:#fff;
	background:url(../images/tag/2_line.gif) right top no-repeat;
}
.tagstyle_1 .tagtitle.on a {
	background: url(../images/tag/2_leftside.gif) left top no-repeat;
}
.tagstyle_1 .tagtitle.on span{
	background:#18ad00 url(../images/tag/2_rightside.gif) right top no-repeat;
}
.tagstyle_1 .bg_color {
	background:#18ad00;
}

/* 蓝色守望 */
.tagstyle_2 {
	background:#fff;
}
.tagstyle_2 .tagtitle {
	height:25px;
	line-height:25px;
	margin:0 1px 1px 0;
}
.tagstyle_2 .tagtitle a {
	color:#000;
	font-weight:normal;
	background:url(../images/tag/3_tagbg.gif) repeat-x;
}
.tagstyle_2 .tagtitle.on a {
	color:#fff;
	background: url(../images/tag/3_tagbg_on.gif) repeat-x;
}
.tagstyle_2 .bg_color {
	background:#00a5de;
}

/* 摩登时代 */
.tagstyle_3 {
	background:#ff188c;
}
.tagstyle_3 .tagtitle {
	height:31px;
	line-height:31px;
	margin:0 1px 0 0;
}
.tagstyle_3 .tagtitle a {
	color:#fff;
	background:#e71873;
}
.tagstyle_3 .tagtitle.on a {
	background: url(../images/tag/4_leftside.gif) left top no-repeat;
}
.tagstyle_3 .tagtitle.on span{
	background:#a50852 url(../images/tag/4_rightside.gif) right top no-repeat;
}
.tagstyle_3 .bg_color {
	background:#a50852;
}
/* 蔓草天空 */
.tagstyle_4 {
	background:#fff;
}
.tagstyle_4 .tagtitle {
	height:36px;
	line-height:36px;
	margin:0 1px 0 0;
}
.tagstyle_4 .tagtitle a {
	color:#fff;
	background:url(../images/tag/5_leftside.gif) left top no-repeat;
}
.tagstyle_4 .tagtitle span{
	background:url(../images/tag/5_rightside.gif) right top no-repeat;
	display:block;
}
.tagstyle_4 .tagtitle.on a {
	background-position:0% -36px;
}
.tagstyle_4 .tagtitle.on span{
	background-position:100% -36px;
}
.tagstyle_4 .bg_color {
	background:#ffaf00;
}

/* 常见标签导航样式 */
.tagstyle_5 {
	background:#fff;
}
.tagstyle_5 .tagtitle {
	height:26px;
	line-height:26px;
}
.tagstyle_5 .tagtitle a {
	color:#1f3a87;
	font-weight:normal;
	background:url(../images/tag/6_leftside.gif) left 1px no-repeat;/* 2010-03-29 */
}
.tagstyle_5 .tagtitle span{
	background:url(../images/tag/6_rightside.gif) right 1px no-repeat;/* 2010-03-29 */
	display:block;
}
.tagstyle_5 .tagtitle.on a {
	background-position:0% -26px;
}
.tagstyle_5 .tagtitle.on span{
	background-position:100% -26px;
}
.tagstyle_5 .bg_color {
	background:#fff;
	border:1px solid #ccc;
	
}/* 2010-03-29 */

/* 灰蓝暗调 */
.tagstyle_6 {
	background:#656668;
}
.tagstyle_6 .tagtitle {
	height:30px;
	line-height:30px;
	background:#c3c3c3;
	margin:0 1px 0 0;
}
.tagstyle_6 .tagtitle a {
	color:#fff;
	background:url(../images/tag/7_leftside.gif) left top no-repeat;
}
.tagstyle_6 .tagtitle span{
	background:url(../images/tag/7_rightside.gif) right top no-repeat;
	display:block;
}
.tagstyle_6 .tagtitle.on a {
	background:url(../images/tag/7_leftside_on.gif) left top no-repeat;
}
.tagstyle_6 .tagtitle.on span{
	background:#83b2dc url(../images/tag/7_rightside_on.gif) right top no-repeat;
}
.tagstyle_6 .bg_color {
	background:#83b2dc;
}

/* 北欧黑夜 */
.tagstyle_7 {
	background:#fff;
}
.tagstyle_7 .tagtitle {
	height:25px;
	line-height:25px;
	margin:0 1px 1px 0;
}
.tagstyle_7 .tagtitle a {
	color:#fff;
	font-weight:normal;
	background:url(../images/tag/8_tagbg.gif) repeat-x;
}
.tagstyle_7 .tagtitle.on a {
	background: url(../images/tag/8_tagbg_on.gif) repeat-x;
}
.tagstyle_7 .bg_color {
	background:#000;
}

/* 标准标签导航-绿 */
.tagstyle_8 {
	background:#fff;
}
.tagstyle_8 .tagtitle {
	height:30px;
	line-height:30px;
}
.tagstyle_8 .tagtitle a {
	color:#737373;
	font-weight:normal;
}
.tagstyle_8 .tagtitle.on a {
	color:#52bd00;
	font-weight:bold;
}
.tagstyle_8 .bg_color {
	background:#52bd00;
}
/*9月16日增加*/
.tagstyle_0 .tagtitle,
.tagstyle_1 .tagtitle,
.tagstyle_2 .tagtitle,
.tagstyle_3 .tagtitle,
.tagstyle_4 .tagtitle,
.tagstyle_5 .tagtitle,
.tagstyle_6 .tagtitle,
.tagstyle_7 .tagtitle,
.tagstyle_8 .tagtitle,
.tagstyle_9 .tagtitle,
.tagstyle_10 .tagtitle,
.tagstyle_11 .tagtitle,
.tagstyle_12 .tagtitle{
	float:left;
	font-weight:bold;
	list-style:none;
}
.tagstyle_0 .tagtitle a,
.tagstyle_1 .tagtitle a,
.tagstyle_2 .tagtitle a,
.tagstyle_3 .tagtitle a,
.tagstyle_4 .tagtitle a,
.tagstyle_5 .tagtitle a,
.tagstyle_6 .tagtitle a,
.tagstyle_7 .tagtitle a,
.tagstyle_8 .tagtitle a,
.tagstyle_9 .tagtitle a,
.tagstyle_10 .tagtitle a,
.tagstyle_11 .tagtitle a,
.tagstyle_12 .tagtitle a{
	text-decoration:none;
	display:block;
	padding:0 10px;
}
.tagstyle .tagtitle.on a,.tagtitle.tagtitle span{
	display:block;}/*2010-09-16增加，去掉每个样式里.on a 和 span的display：block*/

/* 标准标签导航-灰 */
.tagstyle_9 {
}
.tagstyle_9 .tagtitle {
	height:30px;
	line-height:30px;
	margin:0 1px 0 0;
	font-weight:100;
}
.tagstyle_9 .tagtitle a {
	color:#000000;
	background:url(../images/tag/9_leftside.gif) left 0 no-repeat;
}
.tagstyle_9 .tagtitle span{
	background:#fff url(../images/tag/9_rightside.gif) right 0 no-repeat;
}
.tagstyle_9 .tagtitle.on a {
	background:url(../images/tag/9_leftside.gif) left -30px no-repeat;
}
.tagstyle_9 .tagtitle.on span{
	background:#83b2dc url(../images/tag/9_rightside.gif) right -30px no-repeat;
	display:block;
	font-weight:bold;
}
.tagstyle_9 .bg_color {
	border:1px solid #9c9c9a;
	background:#d3d3d3;
}
	
/* 标准标签导航-灰-红 */
.tagstyle_10 {
	background:#eeeeee;
	padding:5px 0 0 0;/*2010-09-16*/
}
.tagstyle_10 .tagtitle {
	height:25px;
	line-height:25px;
}
.tagstyle_10 .tagtitle a {
	color:#fff;
	font-weight:normal;
	background-color:#959290;
	margin:0 0 0 5px;
}
.tagstyle_10 .tagtitle.on a {
	color:#fff;
	font-weight:bold;
	background:#d30000;
}
.tagstyle_10 .bg_color {
	background:#eeeeee;
}
/* 标准标签导航-黑-蓝 */
.tagstyle_11 {
}
.tagstyle_11 .tagtitle {
	height:23px;
	line-height:23px;
	margin:0 1px 0 0;
	font-weight:100;
	border:1px solid #465774;
	border-width:0 1px;
}
.tagstyle_11 .tagtitle a {
	color:#fff;
}
.tagstyle_11 .tagtitle span{
	background:url(../images/tag/11_rightside.gif) right 0 no-repeat;
}
.tagstyle_11 .tagtitle.on a {
	background:url(../images/tag/11_leftside.gif) left -24px no-repeat;
	color:#000;
}
.tagstyle_11 .tagtitle.on span{
	background: url(../images/tag/11_rightside.gif) right -24px no-repeat;
	display:block;
	font-weight:bold;
}
.tagstyle_11 .bg_color {
	border:1px solid #465774;
	background:url(../images/tag/11_line.gif) 0 top repeat-x;
}

/* 标准标签导航-浅紫色 */
.tagstyle_12 {
}
.tagstyle_12 .tagtitle {
	height:30px;
	line-height:30px;
	margin:0 1px 0 0;
	font-weight:100;
}
.tagstyle_12 .tagtitle a {
	color:#637186;
	background:url(../images/tag/12_leftside.gif) left 0 no-repeat;
}
.tagstyle_12 .tagtitle span{
	background:url(../images/tag/12_rightside.gif) right 0 no-repeat;
}
.tagstyle_12 .tagtitle.on a {
	background:url(../images/tag/12_leftside.gif) left -150px no-repeat;
	color:#000;
}
.tagstyle_12 .tagtitle.on span{
	background: url(../images/tag/12_rightside.gif) right -150px no-repeat;
	display:block;
	font-weight:bold;
}
.tagstyle_12 .bg_color {
	border:1px solid #8699b5;
	background-color:#fff;
}
/* 自定义2010-09-16增加 */ 
.tagstyle_-1 .tagtitle{
	float:left;}
.tagstyle_-1 .tagtitle span{
	text-align:center;
	}

/* Tag CSS Document */

/* navigacation css */
/* CSS Document */
.navstyle {
	font-size:12px;
	z-index:999;
}
.navstyle a {
	text-decoration:none;
	display:block;
}
.navstyle a:hover {
	text-decoration:none;
	display:block;
}

.navstyle table a {
	text-align:center;
	white-space:nowrap;
	display:block;
}
.navstyle li {
	list-style:none;
	margin:0;
	line-height:22px;
	height:22px;
	position:relative;
}
.navstyle li a {
	color:#666;
	display:block;
	padding:0 5px;
}
.navstyle li a:hover {
	background:#000;
	color:#fff;
}
.navstyle ul {
	position:absolute;
	background:#fff;
	display:block;
	border:1px solid #000;
	margin:0;
	padding:5px;
	width:100px;
}
.navstyle ul ul {
	position: absolute;/*9月9日修改*/
	top:0;
}
.navstyle li.current {
	position:relative;
}
.navstyle li.current a {
	background:url(/images/navstyle/arrows.gif) top right no-repeat;
}
.navstyle li.current a:hover {
	background:#000;
}
.navstyle li.current li a {
	background:none;
}


/* 自定义 -1 */
.navstyle-1 table a {
	display:block;
	color:#000;
	/*background:#000000 none repeat-x; background:url(/images/navstyle/bg1.gif) repeat-x; */
}
.navstyle-1 table a:hover{
	text-decoration:none;}/*2010-08-26去掉鼠标经过链接样式*/
.navstyle-1 table a span {
	background:none top right repeat;/*分割线图片*/
}
.navstyle-1 li a {
	color:#000;
}
.navstyle-1 li a:hover {
	background:#000;
	color:#fff;
}
.navstyle_-1 ul {
	background:#fff;
	border:1px solid #000;
}
.navstyle-1 li.current a:hover {
	/*background:#000 url(/images/navstyle/arrows.gif) top right no-repeat;*/
}
.navstyle_-1 li.current li a:hover {
	background:#000;
}

/* Vista风格1 */
.navstyle0 table a {
	background:url(/images/navstyle/navright0.gif) no-repeat right top;
	display:block;
	line-height:21px;
	color:#FFF;
}
.navstyle0 table a span {
	background:url(/images/navstyle/navleft0.gif) no-repeat left top;
	display:block;
}
.navstyle0 table a:hover {
	background-position:100% -21px;
	color:#FFF;
}
.navstyle0 table a:hover span {
	background-position:0% -21px;
}

/* Vista风格2 */
.navstyle1 table a {
	background:url(/images/navstyle/navright1.gif) no-repeat right top;
	display:block;
	line-height:23px;
	color:#fff;
	font-weight:bold;
}
.navstyle1 table a span {
	background:url(/images/navstyle/navleft1.gif) no-repeat left top;
	display:block;
}
.navstyle1 table a:hover {
	background-position:100% -23px;
	color:#FFF;
}
.navstyle1 table a:hover span {
	background-position:0% -23px;
}
.navstyle1 li a {
	color:#fff;
}
.navstyle1 li a:hover {
	background:#f38300;
}
.navstyle1 ul {
	background:#000;
	border:1px solid #999;
}
.navstyle1 li.current a:hover {
	background:#f38300 url(/images/navstyle/arrows.gif) top right no-repeat;
}
.navstyle1 li.current li a:hover {
	background:#f38300;
}

/* Vista风格3 */
.navstyle2 table a {
	background:url(/images/navstyle/navright2.gif) no-repeat right top;
	display:block;
	line-height:23px;
	color:#fff;
	font-weight:bold;
}
.navstyle2 table a span {
	background:url(/images/navstyle/navleft2.gif) no-repeat left top;
	display:block;
}
.navstyle2 table a:hover {
	background-position:100% -23px;
	color:#FFF;
}
.navstyle2 table a:hover span {
	background-position:0% -23px;
}
.navstyle2 li a {
	color:#fff;
}
.navstyle2 li a:hover {
	background:#a00;
	border:1px solid #f23200;
}
.navstyle2 ul {
	background:#a93838;
	border:1px solid #393939;
}
.navstyle2 li.current a:hover {
	background:#a00 url(/images/navstyle/arrows.gif) top right no-repeat;
}
.navstyle2 li.current li a:hover {
	background:#a00;
}

/* Vista风格4 */
.navstyle3 table a {
	background:url(/images/navstyle/navright3.gif) no-repeat right top;
	display:block;
	line-height:28px;
	color:#fff;
	font-weight:bold;
}
.navstyle3 table a span {
	background:url(/images/navstyle/navleft3.gif) no-repeat left top;
	display:block;
}
.navstyle3 table a:hover {
	background-position:100% -42px;
	color:#FFF;
}
.navstyle3 table a:hover span {
	background-position:0% -42px;
}
.navstyle3 li a {
	color:#fff;
}
.navstyle3 li a:hover {
	background:#fff;
	border:1px dashed #2877b8;
	color:#344f78;
}
.navstyle3 ul {
	background:#4b86c6;
	border:1px solid #393939;
}
.navstyle3 li.current a:hover {
	background:#fff url(/images/navstyle/arrows.gif) top right no-repeat;
}
.navstyle3 li.current li a:hover {
	background:#fff;
}

/* Mac风格 */
.navstyle4 table a {
	background:url(/images/navstyle/navleft4.gif);
	display:block;
	line-height:20px;
	color:#000;
	font-weight:bold;
}
.navstyle4 table a:hover {
	background:url(/images/navstyle/navright4.gif);
	color:#fff;
}
.navstyle4 li a {
	color:#000;
}
.navstyle4 li a:hover {
	background:#4171bb;
	color:#fff;
}
.navstyle4 ul {
	background:url(/images/navstyle/navleft4.gif);
	border:1px solid #eee;
}
.navstyle4 li.current a:hover {
	background:#4171bb;
}

/* Office风格 */
.navstyle5 table {
	border:1px solid #8a867a;
}
.navstyle5 table a {
	border:1px solid #ece9d8;
	background:#ece9d8;
	display:block;
	line-height:25px;
	color:#000;
}
.navstyle5 table a:hover {
	background:#65bddc;
	border:1px solid #316ac5;
	color:#fff;
}
.navstyle5 li a {
	color:#000;
}
.navstyle5 li a:hover {
	background:#c1d2ee;
	border:1px solid #316ac5;
	color:#000;
}
.navstyle5 ul {
	background:#ece9d8;
	border:1px solid #8a867a;
}
.navstyle5 li.current a:hover {
	background:#c1d2ee url(/images/navstyle/arrows.gif) top right no-repeat;
}
.navstyle5 li.current li a:hover {
	background:#c1d2ee;
}

/* 翠绿简洁风格 */
.navstyle6 table a {
	background:#86c76d;
	display:block;
	line-height:25px;
	color:#fff;
	font-weight:bold;
}
.navstyle6 table a:hover {
	background:#409c30;
	color:#fff;
}
.navstyle6 li a {
	color:#000;
}
.navstyle6 li a:hover {
	background:#409c30;
	color:#fff;
}
.navstyle6 ul {
	background:#86c76d;
	border:1px solid #3f6932;
}
.navstyle6 li.current a:hover {
	background:#409c30 url(/images/navstyle/arrows.gif) top right no-repeat;
}
.navstyle6 li.current li a:hover {
	background:#409c30;
}

/* 橙色简洁风格 */
.navstyle7 table {
	border:1px solid #c0af62;
}
.navstyle7 table a {
	border:1px solid #fceeb0;
	background:#fceeb0;
	display:block;
	line-height:25px;
	color:#000;
}
.navstyle7 table a:hover {
	background:#65bddc;
	border:1px solid #4c99ab;
	color:#fff;
}
.navstyle7 li a {
	color:#000;
}
.navstyle7 li a:hover {
	background:#65bddc;
	border:1px solid #4c99ab;
	color:#fff;
}
.navstyle7 ul {
	background:#fceeb0;
	border:1px solid #c0af62;
}
.navstyle7 li.current a:hover {
	background:#65bddc url(/images/navstyle/arrows.gif) top right no-repeat;
}
.navstyle7 li.current li a:hover {
	background:#65bddc;
}

/* 靛青简洁风格 */
.navstyle8 table a {
	background:#323f48;
	display:block;
	line-height:25px;
	color:#aeb5bf;
	font-weight:bold;
}
.navstyle8 table a:hover {
	color:#fff;
}
.navstyle8 li a {
	color:#aeb5bf;
	border-left:3px solid #323f48;
}
.navstyle8 li a:hover {
	border-left:3px solid #fff;
	background:#323f48;
	color:#fff;
}
.navstyle8 ul {
	background:#323f48;
	border:1px solid #333333;
}
.navstyle8 li.current a:hover {
	background:#323f48 url(/images/navstyle/arrows.gif) top right no-repeat;
}
.navstyle8 li.current li a:hover {
	background:#323f48;
}

/* 紫色简洁风格 */
.navstyle9 table {
	border:1px solid #d2bee4;
}
.navstyle9 table a {
	border:1px solid #b592d1;
	background:#b592d1;
	display:block;
	line-height:25px;
	color:#000;
}
.navstyle9 table a:hover {
	background:#9969c0;
	border:1px solid #422b56;
	color:#fff;
}
.navstyle9 li a {
	color:#000;
}
.navstyle9 li a:hover {
	background:#9969c0;
	border:1px solid #422b56;
	color:#fff;
}
.navstyle9 ul {
	background:#b592d1;
	border:1px solid #d3c0e4;
}
.navstyle9 li.current a:hover {
	background:#9969c0 url(/images/navstyle/arrows.gif) top right no-repeat;
}
.navstyle9 li.current li a:hover {
	background:#9969c0;
}

/* 天蓝简洁风格 */
.navstyle10 table {
	border:1px solid #4996a9;
}
.navstyle10 table a {
	border:1px solid #c2dde4;
	background:#c2dde4;
	display:block;
	line-height:25px;
	color:#000;
}
.navstyle10 table a:hover {
	background:#fff;
	border:1px solid #1b92e9;
	color:#000;
}
.navstyle10 li a {
	color:#000;
}
.navstyle10 li a:hover {
	background:#fff;
	border:1px solid #1b92e9;
	color:#000;
}
.navstyle10 ul {
	background:#c2dde4;
	border:1px solid #4996a9;
}
.navstyle10 li.current a:hover {
	background:#fff url(/images/navstyle/arrows.gif) top right no-repeat;
}
.navstyle10 li.current li a:hover {
	background:#fff;
}

/* 银色动感风格1 */
.navstyle11 table {
	border-left:1px solid #d2cec1;
}
.navstyle11 table a {
	background:url(/images/navstyle/navleft11.gif) repeat-x;
	display:block;
	margin-left:1px;
	line-height:32px;
	color:#645a44;
	border:1px solid #d2cec1;
	border-left:0;
}
.navstyle11 table a:hover {
	background:url(/images/navstyle/navright11.gif) repeat-x;
	color:#993300;
}
.navstyle11 li a {
	color:#645a44;
}
.navstyle11 li a:hover {
	background:#ffea62;
	color:#993300;
}
.navstyle11 ul {
	background:#fff;
	border:1px solid #cfced3;
}
.navstyle11 li.current a:hover {
	background:#ffea62 url(/images/navstyle/arrows.gif) top right no-repeat;
}
.navstyle11 li.current li a:hover {
	background:#ffea62;
}

/* 暗色动感风格 */
.navstyle12 table a {
	background:#363636;
	display:block;
	line-height:25px;
	color:#8a988a;
	border:1px solid #474747;
}
.navstyle12 table a:hover {
	color:#fff;
}
.navstyle12 li a {
	color:#8a988a;
	border-left:2px solid #363636;
}
.navstyle12 li a:hover {
	color:#fff;
	background:none;
	border-left:2px solid #78ba00;
}
.navstyle12 ul {
	background:#363636;
	border:1px solid #363636;
}
.navstyle12 li.current a:hover {
	background: url(/images/navstyle/arrows.gif) top right no-repeat;
}
.navstyle12 li.current li a:hover {
	background:none;
}

/* 粉色动感风格 */
.navstyle13 table a {
	background:url(/images/navstyle/navleft13.gif) repeat-x;
	display:block;
	line-height:22px;
	*line-height:21px;
	color:#fff;
	border:1px solid #ef6767;
}
.navstyle13 table a:hover {
	background:url(/images/navstyle/navright13.gif) repeat-x;
	color:#fff;
}
.navstyle13 li a {
	color:#fff;
}
.navstyle13 li a:hover {
	background:#ff8487;
}
.navstyle13 ul {
	background:#ff9190;
	border:1px solid #ff9190;
}
.navstyle13 li.current a:hover {
	background:#ff8487 url(/images/navstyle/arrows.gif) top right no-repeat;
}
.navstyle13 li.current li a:hover {
	background:#ff8487;
}

/* 蓝色动感风格1 */
.navstyle14 table a {
	background:url(/images/navstyle/navleft14.gif) repeat-x;
	display:block;
	line-height:22px;
	*line-height:21px;
	color:#266591;
	border:1px solid #d0d0d0;
}
.navstyle14 table a:hover {
	background:url(/images/navstyle/navright14.gif) repeat-x;
	color:#fff;
	border:1px solid #093d64;
}
.navstyle14 li a {
	color:#093d64;
}
.navstyle14 li a:hover {
	background:#093d64;
	color:#fff;
}
.navstyle14 ul {
	background:#e5e6e5;
	border:1px solid #e5e6e5;
}
.navstyle14 li.current a:hover {
	background:#093d64 url(/images/navstyle/arrows.gif) top right no-repeat;
}
.navstyle14 li.current li a:hover {
	background:#093d64;
}

/* 橙色动感风格 */
.navstyle15 table a {
	background:#feefd0 url(/images/navstyle/navleft15.gif) repeat-y;
	display:block;
	line-height:30px;
	color:#266591;
	border-bottom:1px solid #eb6501;
	border-top:1px solid #fff0d1;
	border-right:1px solid #fff0d1;
}
.navstyle15 table a:hover {
	background:#fd8606;
	color:#fff;
}
.navstyle15 li a {
	color:#000;
}
.navstyle15 li a:hover {
	background:#fd8606;
	color:#fff;
}
.navstyle15 ul {
	background:#feefd0 url(/images/navstyle/navleft15.gif) repeat-y;
	border:1px solid #b9ae97;
}
.navstyle15 li.current a:hover {
	background:#fd8606 url(/images/navstyle/arrows.gif) top right no-repeat;
}
.navstyle15 li.current li a:hover {
	background:#fd8606;
}

/* 灰色动感风格 */
.navstyle16 table {
	background:#505c68;
}
.navstyle16 table a {
	background:url(/images/navstyle/navleft16.gif) repeat-x;
	display:block;
	line-height:36px;
	color:#5c6167;
	margin:5px;
	border:1px solid #495259;
}
.navstyle16 table a:hover {
	background:url(/images/navstyle/navright16.gif) repeat-x;
	color:#fff;
}
.navstyle16 li a {
	color:#5c6167;
}
.navstyle16 li a:hover {
	background:#6a727f;
	color:#fff;
}
.navstyle16 ul {
	background:#dedfe3;
	border:1px solid #444a58;
}
.navstyle16 li.current a:hover {
	background:#6a727f url(/images/navstyle/arrows.gif) top right no-repeat;
}
.navstyle16 li.current li a:hover {
	background:#6a727f;
}

/* 银色动感风格2 */
.navstyle17 table {
	border-left:1px solid #dbdbdb;
}
.navstyle17 table a {
	background:url(/images/navstyle/navleft17.gif) repeat-x;
	display:block;
	margin-left:1px;
	line-height:32px;
	color:#645a44;
	font-weight:bold;
	border:1px solid #dbdbdb;
	border-left:0;
}
.navstyle17 table a:hover {
	background:url(/images/navstyle/navright17.gif) repeat-x;
	color:#993300;
}
.navstyle17 li a {
	color:#645a44;
}
.navstyle17 li a:hover {
	background:#ffea62;
	color:#993300;
}
.navstyle17 ul {
	background:#fff;
	border:1px solid #cfced3;
}
.navstyle17 li.current a:hover {
	background:#ffea62 url(/images/navstyle/arrows.gif) top right no-repeat;
}
.navstyle17 li.current li a:hover {
	background:#ffea62;
}

/* 蓝色动感风格2 */
.navstyle18 table a {
	background:url(/images/navstyle/navright18.gif) no-repeat right top;
	display:block;
	line-height:35px;
	color:#4682b5;
	font-weight:bold;
}
.navstyle18 table a span {
	background:url(/images/navstyle/navleft18.gif) no-repeat left top;
	display:block;
}
.navstyle18 table a:hover {
	background-position:100% -35px;
	color:#fff;
}
.navstyle18 table a:hover span {
	background-position:0% -35px;
}
.navstyle18 li a {
	color:#4682b5;
}
.navstyle18 li a:hover {
	background:#6ca0cb;
	color:#fff;
}
.navstyle18 ul {
	background:#deeff7;
	border:1px solid #cfced3;
}
.navstyle18 li.current a:hover {
	background:#6ca0cb url(/images/navstyle/arrows.gif) top right no-repeat;
}
.navstyle18 li.current li a:hover {
	background:#6ca0cb;
}

/* 黄色简洁风格 */
.navstyle19 table a {
	background:#fff;
	display:block;
	line-height:25px;
	color:#000;
	border:1px solid #e7e7e7;
}
.navstyle19 table a:hover {
	background:#ffcd00;
}
.navstyle19 li a {
	color:#000;
}
.navstyle19 li a:hover {
	background:#ffcd00;
	color:#000;
}
.navstyle19 ul {
	background:#fff;
	border:1px solid #e7e7e7;
}
.navstyle19 li.current a:hover {
	background:#ffcd00 url(/images/navstyle/arrows.gif) top right no-repeat;
}
.navstyle19 li.current li a:hover {
	background:#ffcd00;
}

/* 灰色简洁风格 */
.navstyle20 table a {
	background:none;
	display:block;
	line-height:25px;
	color:#666;
	border-bottom:5px solid #666;
}
.navstyle20 table a:hover {
	border-bottom:5px solid #f00;
	color:#000;
}
.navstyle20 li a {
	color:#000;
}
.navstyle20 li a:hover {
	background:#999;
	color:#fff;
}
.navstyle20 ul {
	background:#ccc;
	border:1px solid #999;
}
.navstyle20 li.current a:hover {
	background:#999 url(/images/navstyle/arrows.gif) top right no-repeat;
}
.navstyle20 li.current li a:hover {
	background:#999;
}

/* 21风格 */
.navstyle21 a {
	text-decoration:none;
}
.navstyle21 table a {
	background:#edf7ff;
	display:block;
	line-height:25px;
	color:#025fab;
	font-size:14px;
	font-weight:bold;
	border:1px solid #000;
	margin-bottom:5px;
	padding:0 5px;
}
.navstyle21 table a:hover {
	text-decoration:underline;
	color:#025fab;
}
.navstyle21 table img {
	border:0;
	float:right;
	margin:-20px 5px 0 0;
}
.navstyle21 ul {
	position:absolute;
	margin:0;
	padding:0;
}
.navstyle21 li {
	float:left;
	margin-right:20px;
	list-style:none;
}
.navstyle21 li a {
	font-size:12px;
	color:#000;
}
.navstyle21 li a:hover {
	text-decoration:underline;
}
.navstyle21 li ul{
	display:none;
}



/* 黄色体验 */
.navstyle22 {
	z-index:999;
	margin:0;
	padding:0;
}
.navstyle22 a {
	text-decoration:none;
	font-size:12px;
	white-space:nowrap;
}
.navstyle22 table a {
	background:#4a4a4a url(/images/navstyle/navright22.gif) no-repeat right top;
	display:block;
	line-height:31px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
.navstyle22 table a span {
	background:url(/images/navstyle/navleft22.gif) no-repeat left top;
	display:block;
}
.navstyle22 table a:hover {
	background:#feb325 url(/images/navstyle/navright22.gif) no-repeat;
	background-position:100% -31px;
}
.navstyle22 table a:hover span {
	background:url(/images/navstyle/navleft22.gif)  no-repeat;
	background-position:0% -31px;
}
.navstyle22 ul {
	width:100%;
	background:#feb325;
	margin:0;
	padding:0;
	height:30px;
}
.navstyle22 li {
	float:left;
	padding:0 10px;
	line-height:30px;
	list-style:none;
}
.navstyle22 li a {
	color:#000;
}
.navstyle22 li ul{
	display:none;
}

/* 动感炫绿 */
.navstyle23 {
	z-index:999;
	margin:0;
	padding:0;
}
.navstyle23 a {
	text-decoration:none;
	font-size:12px;
	white-space:nowrap;
}
.navstyle23 table a {
	background:#4a4a4a url(/images/navstyle/navright23.gif) no-repeat right top;
	display:block;
	line-height:31px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
.navstyle23 table a span {
	background:url(/images/navstyle/navleft23.gif) no-repeat left top;
	display:block;
}
.navstyle23 table a:hover {
	background:#18ad00 url(/images/navstyle/navright23.gif) no-repeat;
	background-position:100% -31px;
	color:#fff;
}
.navstyle23 table a:hover span {
	background:url(/images/navstyle/navleft23.gif)  no-repeat;
	background-position:0% -31px;
}
.navstyle23 ul {
	width:100%;
	background:#18ad00;
	margin:0;
	padding:0;
	height:30px;
}
.navstyle23 li {
	float:left;
	padding:0 10px;
	line-height:30px;
	list-style:none;
}
.navstyle23 li a {
	color:#fff;
}
.navstyle23 li ul{
	display:none;
}


/* 蓝色守望 */
.navstyle24 {
	z-index:999;
	margin:0;
	padding:0;
}
.navstyle24 a {
	text-decoration:none;
	font-size:12px;
	white-space:nowrap;
}
.navstyle24 table a {
	background:url(/images/navstyle/navleft24.gif) repeat-x;
	display:block;
	line-height:25px;
	color:#000;
	text-align:center;
}
.navstyle24 table a:hover {
	background:url(/images/navstyle/navright24.gif) repeat-x;
	display:block;
	color:#fff;
}
.navstyle24 ul {
	width:100%;
	background:#00a5de;
	margin:0;
	padding:0;
	line-height:25px;
	height:25px;
}
.navstyle24 li {
	float:left;
	padding:0 10px;
	list-style:none;
}
.navstyle24 li a {
	color:#fff;
}
.navstyle24 li ul{
	display:none;
}

/* 摩登 */
.navstyle25 {
	z-index:999;
	margin:0;
	padding:0;
}
.navstyle25 a {
	text-decoration:none;
	font-size:12px;
	white-space:nowrap;
}
.navstyle25 table a {
	background:#ff188c url(/images/navstyle/navright25.gif) no-repeat right top;
	display:block;
	line-height:31px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
.navstyle25 table a span {
	background:url(/images/navstyle/navleft25.gif) no-repeat left top;
	display:block;
}
.navstyle25 table a:hover {
	background:#a50852 url(/images/navstyle/navright25.gif) no-repeat;
	background-position:100% -31px;
}
.navstyle25 table a:hover span {
	background:url(/images/navstyle/navleft25.gif)  no-repeat;
	background-position:0% -31px;
}
.navstyle25 ul {
	width:100%;
	background:#a50852;
	margin:0;
	padding:0;
	height:30px;
}
.navstyle25 li {
	float:left;
	padding:0 10px;
	line-height:30px;
	list-style:none;
}
.navstyle25 li a {
	color:#fff;
}
.navstyle25 li ul{
	display:none;
}

/* 蔓草天空 */
.navstyle26 {
	z-index:999;
	margin:0;
	padding:0;
}
.navstyle26 a {
	text-decoration:none;
	font-size:12px;
	white-space:nowrap;
}
.navstyle26 table a {
	background:url(/images/navstyle/navright26.gif) no-repeat right top;
	display:block;
	line-height:36px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
.navstyle26 table a span {
	background:url(/images/navstyle/navleft26.gif) no-repeat left top;
	display:block;
}
.navstyle26 table a:hover {
	background:url(/images/navstyle/navright26.gif) no-repeat;
	background-position:100% -36px;
	color:#fff;
}
.navstyle26 table a:hover span {
	background:url(/images/navstyle/navleft26.gif)  no-repeat;
	background-position:0% -36px;
}
.navstyle26 ul {
	width:100%;
	background:#feb325;
	margin:0;
	padding:0;
	height:35px;
}
.navstyle26 li {
	float:left;
	padding:0 10px;
	line-height:35px;
	list-style:none;
}
.navstyle26 li a {
	color:#000;
}
.navstyle26 li ul{
	display:none;
}

/* 常见标签导航样式 */
.navstyle27 {
	z-index:999;
	margin:0;
	padding:0;
}
.navstyle27 a {
	text-decoration:none;
	font-size:12px;
	white-space:nowrap;
}
.navstyle27 table a {
	background:url(/images/navstyle/navright27.gif) no-repeat right top;
	display:block;
	line-height:26px;
	color:#1f3a87;
	font-weight:bold;
	text-align:center;
}
.navstyle27 table a span {
	background:url(/images/navstyle/navleft27.gif) no-repeat left top;
	display:block;
}
.navstyle27 table a:hover {
	background:url(/images/navstyle/navright27.gif) no-repeat;
	background-position:100% -26px;
	color:#1f3a87;
}
.navstyle27 table a:hover span {
	background:url(/images/navstyle/navleft27.gif)  no-repeat;
	background-position:0% -26px;
}
.navstyle27 ul {
	width:100%;
	background:#f2f6fb;
	margin:0;
	padding:0;
	height:26px;
}
.navstyle27 li {
	float:left;
	padding:0 10px;
	line-height:26px;
	list-style:none;
}
.navstyle27 li a {
	color:#000;
}
.navstyle27 li ul{
	display:none;
}

/* 灰蓝*/
.navstyle28 {
	z-index:999;
	margin:0;
	padding:0;
}
.navstyle28 a {
	text-decoration:none;
	font-size:12px;
	white-space:nowrap;
}
.navstyle28 table a {
	background:#c3c3c3 url(/images/navstyle/navright28.gif) no-repeat right top;
	display:block;
	line-height:31px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
.navstyle28 table a span {
	background:url(/images/navstyle/navleft28.gif) no-repeat left top;
	display:block;
}
.navstyle28 table a:hover {
	background:#83b2dc url(/images/navstyle/navright28.gif) no-repeat;
	background-position:100% -31px;
}
.navstyle28 table a:hover span {
	background:url(/images/navstyle/navleft28.gif)  no-repeat;
	background-position:0% -31px;
}
.navstyle28 ul {
	width:100%;
	background:#83b2dc;
	margin:0;
	padding:0;
	height:30px;
}
.navstyle28 li {
	float:left;
	padding:0 10px;
	line-height:30px;
	list-style:none;
}
.navstyle28 li a {
	color:#fff;
}
.navstyle28 li ul{
	display:none;
}

/* 北欧黑夜 */
.navstyle29 {
	z-index:999;
	margin:0;
	padding:0;
}
.navstyle29 a {
	text-decoration:none;
	font-size:12px;
	white-space:nowrap;
}
.navstyle29 table a {
	background:url(/images/navstyle/navleft29.gif) repeat-x;
	display:block;
	line-height:25px;
	color:#fff;
	text-align:center;
}
.navstyle29 table a:hover {
	background:url(/images/navstyle/navright29.gif) repeat-x;
	display:block;
	color:#fff;
}
.navstyle29 ul {
	width:100%;
	background:#000;
	margin:0;
	margin-top:1px;
	padding:0;
	line-height:25px;
	height:25px;
}
.navstyle29 li {
	float:left;
	padding:0 10px;
	list-style:none;
}
.navstyle29 li a {
	color:#fff;
}
.navstyle29 li ul{
	display:none;
}

/* 标准标签导航-绿 */
.navstyle30 {
	z-index:999;
	margin:0;
	padding:0;
}
.navstyle30 a {
	text-decoration:none;
	font-size:12px;
	white-space:nowrap;
}
.navstyle30 table a {
	background:#fff;
	display:block;
	line-height:30px;
	color:#737373;
	text-align:center;
	font-weight:bold;
}
.navstyle30 table a:hover {
	color:#52bd00;
}
.navstyle30 ul {
	width:100%;
	background:#52bd00;
	margin:0;
	margin-top:1px;
	padding:0;
	line-height:30px;
	height:30px;
}
.navstyle30 li {
	float:left;
	padding:0 10px;
	list-style:none;
}
.navstyle30 li a {
	color:#fff;
}
.navstyle30 li ul{
	display:none;
}

/* 动感黑色 */
.navstyle31 {
	z-index:999;
	margin:0;
	padding:0;
}
.navstyle31 a {
	text-decoration:none;
	font-size:12px;
	white-space:nowrap;
}
.navstyle31 table a {
	background:#4a4a4a url(/images/navstyle/navright31.gif) no-repeat right top;
	display:block;
	line-height:27px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
.navstyle31 table a span {
	background:url(/images/navstyle/navleft31.gif) no-repeat left top;
	display:block;
}
.navstyle31 table a:hover {
	background:#feb325 url(/images/navstyle/navright31.gif) no-repeat;
	background-position:100% -27px;
}
.navstyle31 table a:hover span {
	background:url(/images/navstyle/navleft31.gif)  no-repeat;
	background-position:0% -27px;
}
.navstyle31 ul {
	width:100%;
	background:#dedede url(/images/navstyle/navchild31.gif) repeat-x 0 0;
	margin:0;
	padding:0;
	height:23px;
}
.navstyle31 li {
	float:left;
	padding:0 10px;
	line-height:23px;
	list-style:none;
}
.navstyle31 li a {
	color:#000;
}
.navstyle31 li ul{
	display:none;
}

/* 文字居左对齐 */
.nav_left table a {
	text-align:left;
}
/* 文字居右对齐 */
.nav_right table a {
	text-align:right;
}
/* end navigacation css */

/* FormCheck css */

.fc-tbx{
	z-index: 9999;	
}

.fc-tbx .tl{
	background: url('img/tl.png') no-repeat;
}
.fc-tbx .t{
	background: url('img/t.png') repeat-x;
	height: 16px;
}
.fc-tbx .tr{
	background: url('img/tr.png') no-repeat;
}
.fc-tbx .l{
	background: url('img/l.png') repeat-y;
	width : 16px;
}
.fc-tbx .r{
	background: url('img/r.png') repeat-y;
	width: 16px;
}
.fc-tbx .bl{
	background: url('img/bl.png') no-repeat;
}
.fc-tbx .b{
	background: url('img/b.png') no-repeat;
	height: 25px;
}
.fc-tbx .br{
	background: url('img/br.png') no-repeat;
}
.fc-tbx .c{
	background:#fff url('img/c_ico.png') no-repeat;
	padding:2px 0 0 24px;
	line-height:15px;
}
.fc-tbx a.close {
	float: right;
	background: url('img/close.png') no-repeat;
	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.fc-tbx .err {
	float: left;
}
.fc-tbx p {
	width : auto;
	display: block;
	font-size: 12px;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color:#333333;
}

.ajax_loader {
	background : url('img/ajax-loader.gif') no-repeat center;
	width : 200px;
	height : 150px;
}


/* FormCheck validation div */

.fc-error {
	border : 1px solid #888;
	margin-top : 5px;
	background-color : #EAEAEA;
}
.fc-error p {
	margin : 5px;
	color : #A00;
}
/* End FormCheck css */

/* begin 浮动层的浮动关闭 */
.zz_fdclose{
	width:auto;
	height:20px;
	position:absolute;
	bottom:0px;
	right:0px;
	line-height:20px;
	text-align:right;
	font-size:12px;
}
/* end 浮动层的浮动关闭 */

.unselectWord {
	background-color: #EDF5F9;
	width: 18px;;
	height: 18px;
	line-height: normal;;
	border: 1px solid #B4C6DA;
	padding: 0px 0px;;
	cursor: pointer;
	font-family: "宋体", Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	color: #000000;
}/*2010-09-27*/
.selectWord {
	background-color: #68A6DD;
	width: 18px;;
	height: 18px;
	line-height: normal;;
	border: 1px solid #B4C6DA;
	padding-right: 0px;
	color: #fff;;
	cursor: pointer;
	font-family: "宋体", Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	color: #000000;
}/*2010-09-27*/
/*font.css begin*/
/* CSS Document */
.zz_font_mr{
	margin:5px;
}
h1{
	line-height:150%;
	overflow:hidden;}/*2010-10-21*/
/* 默认样式 */
.zz_font_0 h1{
	color:#000;
	font-weight:normal;
	font-size:12px;
	margin:0;
}
.zz_font_0{
	color:#000;
}
.zz_font_0 a {
	color:#000;
	text-decoration:none;
}

.zz_font_0 a:hover {
	color:#000;
	text-decoration:underline;
}
.zz_font_0 a.blue {
	color:#0079b2;
	text-decoration:none;
}

.zz_font_0 a.blue:hover {
	color:#0079b2;
	text-decoration:underline;
}
/* 标准样式 */
.zz_font_1 h1{
	color:#000;
	font-weight:bold;
	font-size:12px;
	margin:0;
}
.zz_font_1{
	color:#000;
}
.zz_font_1 a {
	color:#000;
	text-decoration:none;
}
.zz_font_1 a:hover {
	color:#000;
	text-decoration:underline;
}
/* 灰白样式 */
.zz_font_2 h1{
	color:#666;
	font-weight:bold;
	font-size:12px;
	margin:0;
}
.zz_font_2{
	color:#666;
}
.zz_font_2 a {
	color:#666;
	text-decoration:none;
}
.zz_font_2 a:hover {
	color:#000;
	text-decoration:underline;
}
/* 橙色样式 */
.zz_font_3 h1{
	color:#f60;
	font-weight:bold;
	font-size:12px;
	margin:0;

}
.zz_font_3{
	color:#f60;
}
.zz_font_3 a {
	color:#f60;
	text-decoration:none;
}
.zz_font_3 a:hover {
	color:#0089e8;
	text-decoration:underline;
}
/* 绿色样式 */
.zz_font_4 h1{
	color:#009826;
	font-weight:bold;
	font-size:12px;
	margin:0;
}

.zz_font_4{
	color:#009826;
}
.zz_font_4 a {
	color:#009826;
	text-decoration:none;
}
.zz_font_4 a:hover {
	color:#0f0;
	text-decoration:underline;
}
/* 蓝色样式 */
.zz_font_5 h1{
	color:#004298;
	font-weight:bold;
	font-size:12px;
	margin:0;
}
.zz_font_5{
	color:#004298;
}
.zz_font_5 a {
	color:#004298;
	text-decoration:none;
}
.zz_font_5 a:hover {
	color:#666;
	text-decoration:underline;
}
/* 黑红样式 */
.zz_font_6 h1{
	color:#900;
	font-weight:bold;
	font-size:12px;
	margin:0;
}
.zz_font_6{
	color:#900;
}
.zz_font_6 a {
	color:#900;
	text-decoration:none;
}
.zz_font_6 a:hover {
	color:#000;
	text-decoration:underline;
}
/* 紫色样式 */
.zz_font_7 h1{
	color:#6c0046;
	font-weight:bold;
	font-size:12px;
	margin:0;
}
.zz_font_7{
	color:#6c0046;
}
.zz_font_7 a {
	color:#6c0046;
	text-decoration:none;
}
.zz_font_7 a:hover {
	color:#f0f;
	text-decoration:underline;
}
/* 黄色样式 */
.zz_font_8 h1{
	color:#b06e00;
	font-weight:bold;
	font-size:12px;
	margin:0;
}
.zz_font_8{
	color:#b06e00;
}
.zz_font_8 a {
	color:#b06e00;
	text-decoration:none;
}
.zz_font_8 a:hover {
	color:#fc0;
	text-decoration:underline;
}
/* 天蓝色样式 */
.zz_font_9 h1{
	color:#0089e8;
	font-weight:bold;
	font-size:12px;
	margin:0;
}
.zz_font_9{
	color:#0089e8;
}
.zz_font_9 a {
	color:#0089e8;
	text-decoration:none;
}
.zz_font_9 a:hover {
	color:#ccc;
	text-decoration:underline;
}
/* 黑白无常 */
.zz_font_10 h1{
	color:#5d5d5d;
	font-weight:bold;
	font-size:12px;
	margin:0;
}
.zz_font_10{
	color:#5d5d5d;
}
.zz_font_10 a {
	color:#5d5d5d;
	text-decoration:none;
}
.zz_font_10 a:hover {
	color:#5d5d5d;
	text-decoration:none;
}
/* 蓝色精灵 */
.zz_font_11 h1{
	color:#24d6ff;
	font-weight:bold;
	font-size:12px;
	margin:0;
}
.zz_font_11{
	color:#24d6ff;
}
.zz_font_11 a {
	color:#4f8dcb;
	text-decoration:none;
}
.zz_font_11 a:hover {
	color:#4f8dcb;
	text-decoration:underline;
}
/* 金色秋季 */
.zz_font_12 h1{
	color:#ff0;
	font-weight:bold;
	font-size:12px;
	margin:0;
}
.zz_font_12{
	color:#ff0;
}
.zz_font_12 a {
	color:#390;
	text-decoration:none;
}
.zz_font_12 a:hover {
	color:#3c9;
	text-decoration:underline;
}
/* 绿色田野 */
.zz_font_13 h1{
	color:#3c0;
	font-weight:bold;
	font-size:12px;
	margin:0;
}
.zz_font_13{
	color:#3c0;
}
.zz_font_13 a {
	color:#3c0;
	text-decoration:none;
}
.zz_font_13 a:hover {
	color:#3c9;
	text-decoration:underline;
}
/* 灰白世界 */
.zz_font_14 h1{
	color:#999;
	font-weight:bold;
	font-size:12px;
	margin:0;
}
.zz_font_14{
	color:#999;
}
.zz_font_14 a {
	color:#999;
	text-decoration:none;
}
.zz_font_14 a:hover {
	color:#fff;
	text-decoration:underline;
}

/* 白色世界2009-11-25增加 */
.zz_font_15 h1{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	margin:0;
}
.zz_font_15{
	color:#fff;
}
.zz_font_15 a {
	color:#fff;
	text-decoration:none;
}
.zz_font_15 a:hover {
	color:#ffa200;
	text-decoration:underline;
}
/*font.css end*/


/*表单提示*/
.from_trips{
	color:#f60;
	margin:5px;
	border:1px  solid #d0d0ce;
	background:#fefbeb;
	padding:1px 5px;}
	
button.zz_button09{
	background:url(../images/zz_button09.gif) no-repeat;
	width:55px;
	color:#000;
	height:19px;
	line-height:19px;
	text-align:center;
	font-size:12px;
	*margin:0;
}/*2011-08-08*/
.admodel_btn{
	width:65px;
	margin:1px 3px;
	background: url(../images/admodel_btnbg3.gif) no-repeat;
}/*2011-08-17*/



/*帖子列表-标题*/
.zz_font_0 a.text_a{width: 94%;display: inline-block;line-height: 24px;}
.zz_font_0 img.img_next{float: left;margin-right: 5px;}




