/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel {background-image: url(Ind_dream/menubg1.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 70px;
	font-family: "宋体";
	font-size: 13px;
	color: #FFFFFF;
	vertical-align: baseline;
	text-decoration: none;
	text-align: center;
	clear: none;
	float: none;
	line-height: 35px;
	}
a.channel:link,a.channel:visited {background-image: url(Ind_dream/menubg1.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 70px;
	font-family: "宋体";
	font-size: 13px;
	color: #FFFFFF;
	vertical-align: baseline;
	text-decoration: none;
	text-align: center;
	clear: none;
	float: none;
	line-height: 35px;
         }
a.channel:hover{background-image: url(Ind_dream/menubg2.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 70px;
	font-family: "宋体";
	font-size: 13px;
	font-weight: bold;
	color: #FF0;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
         line-height: 35px;
         }
a.channel:active {	background-image: url(Ind_dream/menubg2.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 70px;
	font-family: "宋体";
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
         }
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link,a.channel2:visited,a.channel2:hover,a.channel2:active{	background-image: url(Ind_dream/menubg2.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 70px;
	font-family: "宋体";
	font-size: 13px;
	font-weight: bold;
	color: #f60;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
         }


/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #663300;}
a.bottom:visited {color: #663300;}
a.bottom:hover{color: #ff6600;}
a.bottom:active {color: #663300;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #ffffff;}
a.class:visited {color: #ffffff;}
a.class:hover{color: #ff0000;}
a.class:active {color: #ffffff;}

a.class1:link {color: #94601c;}
a.class1:visited {color: #94601c;}
a.class1:hover{color: #ff6600;}
a.class1:active {color: #94601c;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
	margin: 0px;
	font-size: 9pt;
	text-decoration: none;
	background-image: url(Ind_dream/main_bg.gif);
	background-repeat: repeat-x;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:"宋体";
	font-size: 9pt;
	line-height: 150%;
	font-weight: normal;
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
/*input
{
background-color: #ffffff; 
border-bottom: #666666 1px solid;
border-left: #666666 1px solid;
border-right: #666666 1px solid;
border-top: #666666 1px solid;
color: #666666;
height: 18px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}*/
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 9pt;height: 20px;
}
/* 顶部用户登录文字链接的css定义 */
.top_userlogin
{
color: #037fa8;
}

/* ==频道通用表格css定义开始== */
.channel_border /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.channel_title /* 标题背景颜色定义(760) */
{
background: #cccccc;color: #037fa8;height: 27;text-align: center;font-weight:bold;
}
.channel_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.channel_pager /* 分页表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}

　　/* --评论显示页的css定义开始-- */
.comment_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #009966;
}
.comment_title /* 标题背景颜色定义(760) */
{
	color: #ffffff;
	font-weight: normal;
	height: 25;
	background-color: #009966;
}
.comment_tdbg1 /* 表格背景颜色定义(760) */
{
background:#ffffff;line-height: 120%;
}
.comment_tdbg2 /* 留言显示1px表格背景颜色定义 */
{
background:#fafafa;
}
　　/* --评论显示页的css定义结束-- */* ==频道通用表格css定义结束== */* ==简短标题文字的css定义开始== */* [图文]简短标题文字的css定义 */
.s_headline1
{
color: blue;
}
/* [组图]简短标题文字的css定义 */
.s_headline2
{
color: #ff6600;
}
/* [推荐]简短标题文字的css定义 */
.s_headline3
{
color: green;
}
/* [注意]简短标题文字的css定义 */
.s_headline4
{
color: red;
}
/* ==简短标题文字的css定义开始== */* ==top.asp中的css定义开始== */
.top_tdbgall /* 顶部表格总背景颜色定义 */
{
width: 760;background:#ffffff;
}
.top_top
{
background:#0089f7;height: 2;
}
.top_channel /* 频道表格背景、文字颜色定义 */
{
background:#0089f7;color:#3ab1f5!important;text-align: right;border-top: 1px solid #ffffff;border-bottom: 1px solid #ffffff;
}
.top_announce /* 公告表格背景、文字颜色定义 */
{
background:url(blue/top_nav_menu.gif);color: #0560a6;height: 30;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
	color: #ffffff;
	height: 22;
	background-image: url(ocean/menu_bg2.gif);
	padding-left: 33px;

}
.top_path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 760;background:#ffffff;height: 30;
}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
color: #037fa8
}
/* ==top.asp中的css定义结束== */* ==网页中部中的css定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
background:#ffffff;
}
　　/* --网页中部左栏的css定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
	font-weight:bold;
	color: ffffff;
	height: 28px;
	padding-left:20px;
	text-align: left;
	background-image: url(ocean/right_t.gif);
	width: 182px;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
	padding: 5px;	background-color: #e6f5ff;	border-width: 1px;
	border-top-style: none;	border-bottom-style: none;	border-color: #a4c6fc;border-right-style: solid;border-left-style: solid;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{}
.right_title_bs06 /* 右栏标题表格背景、文字颜色定义 */
{
	font-weight:bold;
	color: ffffff;
	height: 28px;
	padding-left:20px;
	text-align: left;
	background-image: url(ocean/right_t.gif);
}
　　/* --网页中部左栏的css定义结束-- */* --网页中部中栏的css定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 572;background:#ffffff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 4;
}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: 037fa8;height: 25;background:#f9f9f9;border: 1px solid #d2d3d9;
}
.main_search /* 中栏搜索表格背景、文字颜色定义 */
{
color: 037fa8;height: 25px;border: 1px solid #d2d3d9;background:#f9f9f9;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
background:url(blue/main_top.gif);height: 187;
}
.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定义(760) */
{
font-size: 14px;
	font-weight: bold;
	color: 94601c;
	background-image: url(Ind_dream/lm_02.gif);
	line-height: 29px;
	height: 29px;

}
.main_tdbg_760i /* 网站首页中栏内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
	font-size: 13px;
	font-weight: bold;
	color: 94601c;
	background-image: url(Ind_dream/mid_02.gif);
	height: 30px;
	line-height: 30px;
	text-indent: 10px;}
.main_title_bs06 /* 中栏标题表格背景、文字颜色定义(bs06) */
{
	color: ffffff;
	text-align: left;
	padding-left:30px;
	height: 27px;
	background-image: url(ocean/main_bs.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
	font-weight: bold;
}
.main_tdbg_bsd06 /* 中栏内容表格背景、文字颜色定义(bsd06) */
{
	color: ffffff;	height: 4px;	background-image: url(ocean/main_02.gif);
}
.main_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
	line-height: 150%;
	text-align: left;
	padding-left:5;
	padding-right:5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #aec6e8;
	border-bottom-color: #aec6e8;
	border-left-color: #aec6e8;
	background-image: url(ocean/main_bg.gif);
	background-color: #ffffff;
}
.main2_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
	line-height: 150%;
	text-align: left;
	padding-left:5;
	padding-right:5;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #aec6e8;
	background-image: url(ocean/main_bg.gif);
	background-color: #ffffff;
}

.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282i,.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(ocean/main_bs.gif);color: ffffff;height: 27;
padding-left:30;
color: ffffff;
text-align: left;
border-right: 1px solid #1c65be;
font-weight: bold;
}
.main_tdbg_282i /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}

.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:#ffffff;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#f7f7f7;
}
.textlist1{ background-color: #ffffff;	background-image: url(Ind_dream/line2.gif);	height: 25px;}
.textlist2{	background-color: #ffffff;	background-image: url(Ind_dream/line2.gif);	height: 25px;}

　　/* --网页中部中栏的css定义结束-- */* --文章显示页的css定义开始-- */

.main_articletitle /* 主标题文字颜色定义 */
{
color: ff0000;font-weight:bold;font-size: 25;line-height: 150%;
}
.main_articlesubheading /* 副标题文字颜色定义 */
{
color: 037fa8;font-weight:bold;line-height: 150%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
font-size: 14px;
	font-weight: bold;
	color: 94601c;
	background-image: url(Ind_dream/main_title_760.gif);
	line-height: 29px;
	height: 29px;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8;line-height: normal;
}
.article_tdbgall /* 责编等表格背景、文字颜色定义(760) */
{
background:#f5f5f5;
}

　　/* --文章显示页的css定义结束-- */* --留言频道css定义开始-- */* 留言栏目标题文字链接的css定义－－调用代码为<a class='guest' ***>***</a> */
a.guest:link {color: #ffffff;}
a.guest:visited {color: #ffffff;}
a.guest:hover{color: #ff0000;}
a.guest:active {color: #ffffff;}

.guest_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
	font-size: 13px;
	font-weight: bold;
	color: 94601c;
	background-image: url(Ind_dream/mid_02.gif);
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
}
.guest_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8;
}
.guest_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #66CC99;
}
.guest_title /* 标题背景颜色定义(760) */
{
background:#669966;color: #ffffff;font-weight: normal;height: 25;
}
.guest_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.guest_tdbg_1px /* 留言显示1px表格背景颜色定义 */
{
background:#d2d3d9;
}
.guest_border2 /* 回复表格虚线边框背景颜色定义(760) */
{
border: 1px dashed #97d2df;background:#e8f5f8;color: #006633;
}
.guest_replyadmin /* 管理员回复文字背景颜色定义(760) */
{
color: #ff0000;
}
.guest_replyuser /* 用户回复文字背景颜色定义(760) */
{
color: #449ae8;
}
　　/* --留言频道css定义结束-- */* --商城的css定义开始-- */
.shop_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #1C65BE;
}
.shop_border3 /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.shop_title /* 标题背景颜色定义(760) */
{
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	padding-left: 30px;
	background-color: #009F50;
	font-size: 15px;
	border: 1px dashed #006633;
}
.shop_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.shop_tdbg2 /* 表格背景颜色定义2 */
{
background:#f5f5f5;line-height: 120%;
}
.shop_tdbg3 /* 表格背景颜色定义3 */
{
background:#ffffff;line-height: 120%;
}
.shop_tdbg4 /* 表格背景颜色定义4 */
{
background:#e1f4ee;line-height: 120%;
}

　　/* --商城的css定义结束-- */* ==网页中部中的css定义结束== */* ==bottom.asp中的css定义开始== */
.bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 760;background:#ffffff;
}
.bottom_adminlogo /* 管理信息表格背景、文字颜色定义 */
{
background:#0089f7;color:#ffffff;
}
.bottom_copyright /* 版权信息表格背景、文字颜色定义 */
{
background:#ffffff;color:#000000;
}
/* ==bottom.asp中的css定义结束== */* ==自选风格中的css定义结束== */
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.menubody
{
background-color: #ffffff;
}
/* ==自选风格中的css定义结束== */
.channel_font /* 搜索等特殊文字颜色定义 */
{
color: red;
}
/* --评论显示页的css定义开始-- */ 
.guest_font /* 隐藏、用户等特殊文字颜色定义 */
{
color: green;
}
/* --评论显示页css定义结束-- */* --留言频道css定义开始-- */* 留言栏目标题文字链接的css定义－－调用代码为<a class='guest' ***>***</a> */
a.guest:link {color: #000000;}
a.guest:visited {color: #000000;}
a.guest:hover{color: #ff6600;}
a.guest:active {color: #000000;} 

/* 站内链接文字颜色定义 */
a.channel_keylink{text-decoration: underline;}
a.channel_keylink:link {color: blue;}
a.channel_keylink:visited {color: blue;}
a.channel_keylink:hover{color: #ff0000;}
a.channel_keylink:active {color: blue;}

/* --用户控制css定义开始-- */
.user_left /*左区块定义*/
{
background:#f3f3f3;width:170px;padding-left: 4px;border-left-width: 2px;border-left-style: solid;border-left-color: #ffffff;padding-right: 4px;
}
.user_box/*左区块内标题栏定义*/
{
	background-color: #ffffff;
}
.user_border
{
	border: 1px solid #bfbfbf;
	background-color: #ffffff;
	border-collapse:15;
	float: center;
	width: 980px;
}
.user_righttitle {
background-color: #f3f3f3;padding-top: 5px;padding-right: 5px;padding-bottom: 1px;padding-left: 5px;
border-top-width: 2px;border-right-width: 2px;border-bottom-width: 1px;border-left-width: 2px;
border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
border-top-color: #ffffff;border-right-color: #ffffff;border-bottom-color: #bfbfbf;border-left-color: #ffffff;
}
.user_line {
line-height: 1px;background-image: url(ocean/line.gif);
}
.user_toolstop/*左区块内标题栏定义*/
{
line-height: 28px;font-size: 12px;font-weight: bold;color: #666666;padding-left: 10px;letter-spacing: 4pt;
}
.user_toolsbot/*左区块内内容定义*/
{
line-height: 25px;font-size: 12px;color: #666666;border-right-width: 4px;border-right-style: solid;border-right-color: #ffffff;
}
.user_toolspoint/*区块内箭头栏定义*/
{
padding-left: 6px;
}

/*用户控制面板右*/
.user_right {
background-color: #ffffff;padding-right: 2px;padding-left: 6px;width:572px;
}
.border1
{
border: 1px solid #bfbfbf;
}

.title
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.border
{
border: 1px solid #449ae8;
}
.tdbg
{
background:#f0f0f0;line-height: 120%;
}
.tdbgmouseover{
background:#bfdfff;line-height: 120%;
}
.tdbg2
{
background:#e0eef5;line-height: 120%;
}
.tdbg5
{
background:#e0eef5;line-height: 120%;
}
.title5
{
width:80px;background:url('..///////Skin/Ind_dream/titlebg2.gif');line-height: 120%;padding-top:2px;cursor:hand;
}
.title6
{
width:80px;background:url('..///////Skin/Ind_dream/titlebg1.gif');color: #ffffff;font-weight: normal;padding-top:2px;cursor:hand;
}
.button1
{
width:90px;
}
.show_page {
text-align: center;
}


/* 固定排课表格表格的css定义*/
.date_border
{
border: 1px solid ;
}
.date_title
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.date_tdbg
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.style2
{
font-size: 10px;
}
.style3
{
font-size: 12px;
}

/* ==rss连接框定义== */
#popitmenu {
    border-right: black 1px solid; border-top: black 1px solid; z-index: 100; visibility: hidden; font: 12px/18px verdana; border-left: black 1px solid; border-bottom: black 1px solid; position: absolute; background-color: white
}
#popitmenu a {
    display: block; padding-left: 6px; color: black; text-decoration: none;
}
#popitmenu a:hover {
    background-color: #ccff9d;
}

/* ==用户登录框定义== */
/*.userbox{
background:url(ocean/login_02b.gif);
height:93px;
background-repeat: no-repeat;
background-position: center center;
}*/
#userlogined
{
    padding-left:10;text-align: left;
}
#userlogin input{height:20px;}
#userctrl
{
    text-align: center;
}
#usermessage
{
    padding-left:10;text-align: left;
}
.userlog{
color:#996600;
}
.havemessage
{
    background-color: #ccff9d;
}
.havemessaged
{
    background-color: #cc0000;
}
.bloglist  /* 聚合空间列表定义 */
{
width: 100%;text-align: center;
}
.bloglist_image
{
text-align: center;
}
.bloglist_intro
{
text-align: center;
}
#showbloglist_more
{
text-align: right;padding-right:10;
}
/* ==供求信息div按钮定义开始== */
#supply{
margin:0px;
padding:0px;
color:#fff;
}
.supplybut,.supplybutover{
margin:0px;
padding:1px;
line-height:25px;
border-top: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;text-align: left;padding-left:30;padding-right:15px;
display: block;
float:left;
margin-right:8px;
cursor:hand;
}
.supplybut{
background:url(blue/main_title_575.gif);
}
.supplybutover{
background:url(blue/main_title_282.gif);
}
/* ==供求信息div按钮定义开始== */
.right_tdbgbs06 {
padding: 5px;	background-color: #e6f5ff;	border-width: 1px;
	border-top-style: none;	border-bottom-style: none;	border-color: #a4c6fc;border-right-style: solid;border-left-style: solid;
}
.right_tdbg2 {
	background-image: url(ocean/tdbg_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.main_title_bsf {
	font-weight: bold;
	color: #ffffff;
	background-image: url(ocean/main_bs1.gif);
	height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
}
.mainblinks {
	background-image: url(ocean/links_02.gif);
	height: 27px;
	font-weight: bold;
	color: #ffffff;
}
.menu_bottombg {
	color: #ffffff;
	background-image: url(ocean/menu_bottombg.gif);
	height: 31px;
}
.bottom_bg {
	background-image: url(ocean/bottom_bg.gif);
}
.showa {
	color: #aed2fe;
}
.menu_s {
	color: #ffffff;
	background-image: url(ocean/menu_bg.jpg);
	height: 26px;
}

.loginborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e6dec3;
}
.main_right_title {
	background-image: url(Ind_dream/right_01.gif);
	height: 30px;
	font-weight: bold;
	color: #006699;
	background-repeat: no-repeat;
	line-height: 30px;
	text-indent: 30px;
	font-size: 13px;
}
.main_right_tdbg {
	color: #333333;
	background-image: url(Ind_dream/right_02.gif);
	background-repeat: repeat-y;
	padding-right: 8px;
	padding-left: 12px;
	height: 138px;
}

.main_Atitle {
	font-size: 13px;
	font-weight: bold;
	color: 94601c;
	background-image: url(Ind_dream/mid_02.gif);
	height: 30px;
	line-height: 30px;
}
.main_Atdbg {
	color: #333333;
	background-image: url(Ind_dream/mid_04.gif);
	background-repeat: repeat-y;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: ADC2DD;
	border-left-color: ADC2DD;
	border-right-width: 1px;
	border-left-width: 1px;
	padding: 5px;
}

.main_A_1tdbg {
	color: #333333;
	background-image: url(Ind_dream/mid_04.gif);
	background-repeat: repeat-y;
	border-left-style: solid;
	border-left-color: e8c888;
	border-left-width: 1px;
	padding: 5px;
}

.main_A_2tdbg {
	color: #333333;
	background-image: url(Ind_dream/mid_04.gif);
	background-repeat: repeat-y;
	border-right-style: solid;
	border-left-style: dashed;
	border-right-color: e8c888;
	border-left-color: e8c888;
	border-right-width: 1px;
	border-left-width: 1px;
	padding: 5px;
}

.main_A_arrowtitle {
	font-size: 13px;
	font-weight: bold;
	color: 94601c;
	background-image: url(Ind_dream/arrowtitle.gif);
	line-height: 29px;
	text-indent: 35px;
	background-repeat: no-repeat;
	height: 29px;
}
.main_A_alltdbg {
	color: #333333;
	background-image: url(Ind_dream/mid_04.gif);
	background-repeat: repeat-y;
	padding: 5px;
	border: 1px dashed #e8c888;
	background-color: #FFFFFF;
}
.main_Btitle {
	font-size: 13px;
	font-weight: bold;
	color: 94601c;
	background-image: url(Ind_dream/Btitle.gif);
	line-height: 29px;
	height: 29px;
}
.main_Btdbg {
	color: #333333;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: e8c888;
	border-left-color: e8c888;
	border-right-width: 1px;
	border-left-width: 1px;
	padding: 5px;
}
.main_Ctitle {
	font-size: 13px;
	font-weight: bold;
	color: #CC6600;
	background-image: url(Ind_dream/main_a.gif);
	background-repeat: no-repeat;
	height: 34px;
	text-indent: 40px;
	line-height: 34px;
}
.main_Ctdbg {
	color: #333333;
	padding: 10px;
	background-image: url(Ind_dream/main_bline.gif);
	background-repeat: no-repeat;}
a.quick:link {
	color: #999999;
}
a.quick:hover {
	color:#FF6600;
}
a.quick:visited {
	color: #999999;
}
.main_right_bg {
	background-image: url(Ind_dream/right_03.gif);
	background-repeat: no-repeat;
	height: 15px;
	background-color: #FFFFFF;
}
.footw {
	color: #663300;
}
.sub_topr {
	background-color: #FFFFFF;
	background-image: url(Ind_dream/sub_topr.gif);
	background-repeat: repeat-y;
	background-position: right;
}

/chinaz 风格

body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, 
h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, 
form, legend, fieldset, input, button, select, textarea {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
}
ol, ul {
    list-style: none;
}
fieldset, img {
    border: 0;
}
:focus {
    outline: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
body {
    color: #333;
    background: url(skin/Ind_dream/body_bg.jpg) repeat-x #deebf3;
    text-align:left;margin-left:auto;margin-right:auto;
    font: 12px/1.5 Tahoma, Helvetica, Arial, sans-serif;
}

.clearfix {
    display: inline-block;
}
/*\*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/**/
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.hidden {
    display: none;
}
html, body {
    height: 100%;
}
* html .container {
    height: 100%;
}
.container {
    width: 930px;
    min-height: 100%;
    margin: auto;
    text-align: left;
    background: #fff;
}
.container .wrap {
    margin: 0 10px;
}


.col1, .col2, .col3, .col4, .col5, .news_sort {
    float: left;
    margin-right: 10px;
}
.layout-cols2 .col1 {
    width: 630px;
    overflow:hidden;
}
.layout-cols2 .col2 {
    width: 270px;
    margin-right: 0;
    overflow:hidden;
}
.layout-cols3 .col1 {
    width: 280px;
}
.layout-cols3 .col2 {
    width: 310px;
}
.layout-cols3 .col3 {
    width: 300px;
    margin-right: 0;
}
.layout-cols2, .layout-cols3 {
    margin-bottom: 0 !important;
}
.layout-col2ultra .col1 {
    width: 280px;
    overflow:hidden;
}
.layout-col2ultra .col2,
.layout-col2ultra .col2 .span2 {
    width: 620px;
    margin-right: 0;
}
.layout-col2ultra .col2 .col1 {
    width: 310px;
}
.layout-col2ultra .col2 .col2 {
    width: 300px;
}
.layout-col2ultra .col2 .span2 {
    clear: both;
    margin-bottom: 10px;
}
.box{
	border:1px solid #99BBDD;
	margin-bottom:10px;
}
.box_1 ul{
	padding:6px;
}
.box .center_box li{
	line-height:25px;
	font-size:14px;
}
.box .center_box li span{
	float:right;
	font-size:12px;
	color:#A8A8A8;
}
.box .down_box li{
	line-height:25px;
	font-size:12px;
}
.box .down_box li span{
	padding-right:5px;
	padding-left:5px;
}
.box .down_box li span a{
	color:#275c91;
}
.box_bt {
	background: url(title_icon.gif) no-repeat 10px 12px  #f6f6f6;
	padding:4px;
	padding-left:24px;
	font-size:14px;
	font-weight:bold;
	margin:5px 7px 4px 7px;
	color:#275C91;
}
.box_bt a:link{
	color:#275C91;
}
.box_bt a:visited{
	color:#275C91;
}
.box_bt a:hover{
	color:#275C91;
	text-decoration:underline;
}
.box_text{
	color:#8C8C8C;
	text-indent:24px;
	line-height:21px;
	margin:0px 7px;
	background:url(skin/okzy8/img/title_bg.gif) repeat-x bottom;
	padding-bottom:6px;
}
.box_title{
	background:url(skin/okzy8/img/news_bg.gif);
    position: relative;
    height: 28px;
}
.box_title h3 {
    height: 26px;
    line-height: 26px;
    margin: 1px 1px 0;
    padding: 0 10px;
    font-weight: bold;

    font-size: 120%;
    color: #275c91;
}
.box_title span {
	float:right;
	padding-top:5px;
	padding-right:5px;
}
.box .left_box li{
	line-height:24px;
}
.box .hot_box li{
	background:url(skin/okzy8/img/nav_icon.gif) no-repeat 5px 10px;
	padding-left:14px;
	line-height:27px;
}
.box .hot_box li a:link{
	color:#2C6AA9;
}
.box .hot_box li a:visited{
	color:#2C6AA9;  
}
.box .hot_box li a:hover{
	color:#2C6AA9;
	text-decoration:underline;
}
.box .tj_box li{
	background:url(title_bg.gif) repeat-x bottom;
	padding:5px 7px 0px 10px;
	color:#A3A3A3;
	clear:both;
	height:100px;
	overflow:hidden;
}
.box .tj_box li span{
	float:left; padding-right:10px;
	}
.box .zz_box li{
	padding:7px 7px;
	color:#A3A3A3;
	clear:both;
	height:175px;
	overflow:hidden;
}
.box .zz_box li span{
	float:left; padding-right:10px;
	}
.box .pl_box li{
	border-bottom:1px solid #ccc;
    padding:5px 5px 3px 5px;
	color:#666666;
}
.box .pl_box li span{
	color:#999999;
	}
.box .pl_box li h6{
	text-align:left;
	padding-bottom:6px;
	text-indent:24px;
	color:#FF3300;
	}
.box .pl_box li a.vo{
	color:#2C6AA9;
	}
.ad_left{
	margin-bottom:10px;
}
.box .cy_box li{
	background:url(title_bg.gif) repeat-x bottom;
	padding:10px 5px;
}
.box .cy_box li h4{
	font-size:14px;
	color:#2C2C2C;
	font-weight:bold;
	padding-bottom:5px;
}
.box .cy_box li a:link{
	color:#2C6AA9;
}
.box .cy_box li a:visited{
	color:#2C6AA9;
}
.box .cy_box li a:hover{
	color:#2C6AA9;
	text-decoration:underline;
}
.box .sc_box li{
	background:url(title_bg.gif) repeat-x bottom;
	padding:11px;
	line-height:21px;
}
.box .sc_box li span{
	float:left; padding-right:10px;
	}
.box .sc_box li span b{
	display:block;
	text-align:center;
	padding-top:5px;
}
.box .sc_box li a:link{
	color:#2C6AA9;
}
.box .sc_box li a:visited{
	color:#2C6AA9;
}
.box .sc_box li a:hover{
	color:#2C6AA9;
	text-decoration:underline;
}
.box .tab h3,
.box .tab ul.tabitem,
.box .tab ul.tabitem li {
    float: left;
	font-size:12px;
}
.box .tab ul.tabitem {
    line-height: 2.3;
}
.box .tab ul.tabitem li {
    margin: 0 -1px -1px 0;
    position: relative;
}
.box .tab ul.tabitem a {
    display: block;
    padding: 0 5px;
}
.box .tab ul.tabitem a:link,
.box .tab ul.tabitem a:visited {
    color: #275c91;
}
.box .tab ul.tabitem a.current,
.box .tab ul.tabitem a:hover {
    border: solid #99bbdd;
    border-width: 0 1px;
    padding: 0 4px;
    background: #fff;
}
html:first-child .box .tab ul.tabitem a.current,
html:first-child .box .tab ul.tabitem a:hover {
    position: relative;
    padding-bottom: 1px;
}


a:link, a:visited {
    color: #333;
    text-decoration: none;
}



/* Header
==========================================================*/
.header {
    margin: 0 10px 5px;
}
.topnav {
    position: relative;
    margin: 0 -10px 5px;
    padding: 0 15px;
    height: 2em;
    line-height: 2;
    background: #f5f5f5;
    border-bottom: 1px solid #e3e3e3;
}
.topnav, .topnav a:link, .topnav a:visited {
    color: #666;
}
.topnav a:hover, .topnav a:active {
    color: #036;
    text-decoration: underline;
}

.brand, .ad-banner {
    float: left;
    margin-right: 7px;
}
.ad-banner {
    width: 468px;
    height: 60px;
    overflow: hidden;
}
.ad-text {
    float: right;
    width: 258px;
    height: 58px;
    line-height: 1.6;
    border: 1px solid #b0d7ff;
    background: #f2f6fb; 
}
.ad-text li {
    width: 49.9%;
    float: left;
    text-indent: 3px;
    white-space: nowrap;
}
.brand h1.site-name {
    display: none;
}
.brand a img {
    display: block;
}

/* Nav
==========================================================*/
.nav {
    position: relative;
    margin: 0 10px 10px;
    background: url(skin/okzy8/img/nav_bg.png) no-repeat 0 -36px;
}
.navinner {
    background: url(skin/okzy8/img/nav_bg.png) no-repeat 100% -72px;
}
.navlist {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    margin: 0 10px;

    background: url(skin/okzy8/img/nav_bg.png) repeat-x 0 0;
}
.nav li {
    float: left;
    display: inline;
    margin: 0 0 0 -2px;
    padding: 0 4px 0 6px;
    background: url(skin/okzy8/img/nav_bg.png) no-repeat 0 -108px;
}
.nav a {
    display: block;
    width: 102px;
    text-align: center;
    font-size: 120%;
}
.nav a:link, .nav a:visited {
    color: #fff;
}
.nav a.current, .nav a:hover, .nav a:active {
    color: #fff;
    font-weight: bold;
    background: url(skin/okzy8/img/nav_bg.png) no-repeat 50% -144px;
}
.subnav {
    position: absolute;
    top: 41px;
    left: 0;
    float: left;
    height: 27px;
    line-height: 27px;
    white-space: nowrap;
    background: url(skin/okzy8/img/nav_bg.png) no-repeat 0 -180px;
}
* html .subnav {
    margin: 0 10px 0 -10px; /* IE 6 and below */
}
.subnav p {
    padding: 0 10px;
    background: url(skin/okzy8/nav_bg.png) no-repeat 100% -234px;
}
.subnav p span {
    display: block;
    background: url(skin/okzy8/nav_bg.png) repeat-x 0 -207px;
}
.subnav p.pointer {
    position: absolute;
    top: -4px;
    left: 0;
    height: 5px;
    width: 11px;
    padding: 0;
    margin-left: 20px;
    text-indent: -999em;
    background: url(skin/okzy8/nav_bg.png) repeat-x 0 -261px;
}
.subnav a {
    display: inline;
    padding: 0;
    font-size: 100%;
}
[class~="subnav"] a {
    padding: 0 3px;
}
.subnav, .subnav a:link, .subnav a:visited {
    color: #235e99;
}
.subnav a:hover, .subnav a:active {
    color: #235e99;
}
.subnav a:hover, .subnav a:active {
    font-weight: normal;
    background: none;
    border-bottom: 2px solid;
}
/* subnav position and pointer position */
#subnav1 { left: 120px; }
#subnav2 { left: 230px; }
#subnav3 { left: 340px; }
#subnav4 { left: 450px; }
#subnav5, #subnav6, #subnav7 { 
    left: auto;
    right: 0px;
}

#subnav1 .pointer,
#subnav2 .pointer,
#subnav3 .pointer,
#subnav4 .pointer { left: 30px; }
#subnav5 .pointer { left: auto; right: 290px; }
#subnav6 .pointer { left: auto; right: 180px; }
#subnav7 .pointer { left: auto; right: 70px; }

#subnav1, #subnav2, #subnav3, #subnav4 {
    min-width: 110px;
}
#subnav5 { min-width: 340px; }
#subnav6 { min-width: 240px; }
#subnav7 { min-width: 130px; }


/* Note
==========================================================*/
.note {
    margin: 0 15px 10px;
	color:#666666;
}
.note span{
	float:right;
}
.disable {
    display: none;
}
/* ad-loop, search, topinfo, recommendinfo
==========================================================*/
.wrap .ad-loop {
    width: 278px;
    height: 194px;
    border: 1px solid #99bbdd;
    overflow: hidden;
    margin-bottom: 10px;
}
.search {
    float: right;
    width: 588px;
    height: 66px;
    border: 1px solid #99bbdd;
    margin-bottom: 10px;
    background: #f5fafe;
	padding:7px 10px 5px 20px;
}
.input{
	border:1px solid #8FA6BC;
	height:20px;
	line-height:20px;
	width:490px;
	margin-right:15px;
}
.input_pos{
	float:left;
}
.hot_line{
	clear:both;
	padding-top:3px;
}
.hot_line a:link{
	color:#DD8700;
}
.hot_line a:visited{
	color:#DD8700;
}
.hot_line a:hover{
	color:#DD8700;
	text-decoration:underline;
}
.menu_1,.menu_2,.menu_3,.menu_4,.menu_5,.menu_6,.menu_7,.menu_8,.menu_9,.menu_10,.menu_11{
	position:relative; margin-bottom:-1px;left:13px;
	height:5px; width:7px;
	overflow:hidden;
	background:url(icon_1.gif) no-repeat;
}
.menu_2{
	left:51px;
}
.menu_3{
	left:92px;
}
.menu_4{
	left:130px;
}
.menu_5{
	left:172px;
}
.menu_6{
	left:210px;
}
.menu_7{
	left:258px;
}
.menu_8{
	left:314px;
}
.menu_9{
	left:365px;
}
.menu_10{
	left:414px;
}
.menu_11{
	left:456px;
}

.menu{
	word-spacing:0;
	color:#B1B1B1;
}
.menu a:link,.menu a:visited{
	color:#B1B1B1;
	margin:0px 5px;
}	
	
a.menu_gg:link, a.menu_gg:visited {
	color:#000;
}

	
.btn_sc{
	border:none;
	background:url(btn.gif);
	width:76px;
	height:23px;
	color:#FFFFFF;
	line-height:23px;
	text-align:center;
	font-weight:bold;
}
.topinfo {
    height: 106px;
    margin-bottom: 10px;
    overflow: hidden;
    background: url(skin/okzy8/img/bg.png) no-repeat 0 -30px;
}
.topinfo h3 {
    color: #275c91;
    font-size: 120%;
    font-weight: bold;
    white-space: nowrap;
    margin: 10px 75px 10px 15px;
}
.topinfo p {
    margin: 0 15px;
}
.topinfo a:link, .topinfo a:visited {
    color: #275c91;
}

.wrap .recommendinfo {
    width: 298px;
    height: 104px;
    margin-bottom: 10px;
    border: 1px solid #99bbdd;
}
.recommendinfo h3 {
    float: left;
    display: inline;
    width: 30px;
    height: 102px;
    margin: 1px 5px 1px 1px;
    line-height: 1.7;
    color: #275c91;
    background: #d7e7f7;
    font-size: 120%;
    font-weight: bold;
}
.recommendinfo h3 span {
    display: block;
    text-align: center;
    margin: 0 5px;
}
.recommendinfo ul {
    float: left;
    margin: 3px 0 0 0;
    width: 250px;
    font-size: 120%;
    line-height: 1.7;
}
.recommendinfo li {
    clear: both;
}
.recommendinfo .date {
    float: right;
    line-height: 2;
    font-size: 80%;
	font-size:9px;
	color:#999999;
}




/* Sitemap Footer
==========================================================*/
.sitemap {
    height: 2.5em;
    line-height: 2.5;
    color: #275c91;
    margin: 0 10px 10px;
    text-align: center;
    background: #eaf3fb;
    border: 1px solid #bed0e0;
}
.sitemap a:link{ 
    color: #275c91;
}
.sitemap a:visited {
	color:#275c91;
}
.sitemap a:hover {
	color:#275c91;
	text-decoration:underline;
}
.footer {
    margin: 0 10px 10px;
    padding-bottom: 10px;
    text-align: center;
}
.copyright, .copyright a:link, .copyright a:visited {
    color: #000000;
	line-height:26px;
}
a:link{
	color:#313131;
	text-decoration:none;
}
a:visited{
	color:#313131;
	text-decoration:none;
}
a:hover{
	color:#BF001F;
	text-decoration:none;
}
.weizhi{
	border:1px solid #B0C7DD;
	background:#E1EFFB;
	padding:0px 15px;
	height:30px;
	line-height:30px;
	margin:0px 10px 10px 10px;
	position:relative;
}
.weizhi span{
	position:absolute;
	right:10px;
	top:3px;
}
.searchtxt{
	border:1px solid #8FA6BC;
	height:16px;
	line-height:16px;
}
#news{
	background:#F5FAFF;
	border:1px solid #99BBDD;
	padding:30px 18px 20px 18px;
	color:#4A4A4A;
    margin-bottom:10px
}
a.v_red:link{
	color:#BF001F;
	text-decoration:none;
}
a.v_red:visited{
	color:#BF001F;
	text-decoration:none;
}
a.v_red:hover{
	color:#BF001F;
	text-decoration:underline;
}
.ding_box{
	padding:0px 0px 25px 170px;
	height:62px;
}
.ding{
	width:58px;
	height:62px;
	text-align:center;
	display:block;
	margin-right:100px;
	float:left;
}
.ding_bg{
	background:url(ding_bg.gif);
}
.back_bg{
	background:url(back_bg.gif);
}
.ding b{
	color:#FFFFFF;
	font-size:20px;
	display:block;
	padding:5px 0px;
}
.pagebreak{
	text-align:center;
	margin-bottom:20px;
	line-height:25px;
	}
.pagebreak a{
	margin-left:15px;
}
.pagebreak strong{
	margin-left:15px;
}
#news_sort{
	border:1px solid #99BBDD;
	width:628px;
	color:#4A4A4A;
	margin-bottom:10px;
}
#news_sort .news_title{
	background:url(skin/okzy8/img/news_bg.gif) repeat-x;
	height:28px;
	line-height:28px;
	padding-left:15px;
	font-size:14px;
	font-weight:bold;
	color:#204E7D;
	padding-right:15px;
}
#news_sort .news_title span{
	float:right;
	font-size:12px;
	font-weight:normal;
}
#news_sort ul{
	padding:5px 10px;
}
#news_sort ul li{
	line-height:23px;
	font-size:14px;
}
#news_sort ul li span{
	float:right;
	font-size:12px;
	color:#AAAAAA;
}	
h1{
	color:#363737;
	text-align:center;
	font-size:22px;
	margin:0px;
	padding:0px;
	font-weight:bold;
}
.content{
	font-size:14px;
	color:#2A2A2A;
	line-height:25px;
	margin:15px 0px 35px 0px;
}
.content p{
	text-indent:2em;
	padding: 5px 0 5px 0;
}
.times{
	text-align:center;
	color:#666666;
	padding:15px 0px;
	border-bottom: 1px solid #E1E4E6;
}
.times img{
	height:20px;
	margin-bottom:-4px;
}
.xg{
	line-height:24px;
	border-top: 1px solid #E1E4E6;
	padding:5px;
	margin-bottom:10px;
	border-bottom: 1px solid #E1E4E6;
	height: 25px;
}
.xg li{
	width:50%;
	float:left;
}
.pl{
	border:1px solid #DADCDD;
	background:#fff;
	margin-bottom:15px;
}
.pl_title{
	height:60px;
	line-height:30px;
	padding-left:15px;
	padding-right:15px;
	font-size:14px;
	font-weight:bold;
	
}
.pl_title span{
	float:right;
	font-size:12px;
	font-weight:normal;
	color:#949494;
}
.pl_title b{
	color:#E8581F;
}
.pl_list{
	margin:15px 20px;
	line-height:25px;
	border-bottom:1px solid #E6E6E6;
	padding-left:5px;
	padding-bottom:10px;
}
.float_right{
	float:right;
}
.float_left{
	float:left;
}
.zz{
	color:#204E7D;
}
.btn{
	color:#FFFFFF;
	background:url(btn_bg.gif) repeat-x #5D8BBA;
	height:22px;
	text-align:center;
	line-height:22px;
	border-top:1px solid #6499CE;
	border-left:1px solid #6499CE;
	border-right:1px solid #255789;
	border-bottom:1px solid #255789;
}
.bor{
	padding:10px 0px 10px 5px;
}
.news_list ul{
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:15px;
	}
.news_list ul .list_title{
	color:#204E7D;
	font-weight:bold;
	background:url(list_title.gif) no-repeat 7px 7px;
	padding-left:23px;
	font-size:14px;
}
.news_list ul .list_title span{
	font-size:12px;
	float:right;
	color:#787878;
	font-weight:normal;
}
.news_list ul .ot span{
        margin-right:50px;
}
.news_list ul .text{
	line-height:23px;
	text-indent:24px;
	padding:13px 0px;
	color:#878787;
}
.red{
	color:#FF0000;
}
.blue{
	color:#1FA51C;
}
.fsource{
	color:#666;
}
.news_list a:link{
	color:#204E7D;
	text-decoration:none;
}
.news_list a:visited{
	color:#204E7D;
	text-decoration:none;
}
.news_list a:hover{
	color:#204E7D;
	text-decoration:underline;
}
.right_bot{
	margin-bottom:10px;
}
.right_box{
	border:1px solid #99BBDD;
}
.right_title{
	background:#D7E7F7;
	border-bottom:1px solid #99BBDD;
	height:27px;
	line-height:27px;
	font-size:14px; 
	font-weight:bold;
	color:#313131;
	padding-left:10px;
}
.right_box ul{
	padding:5px;
	padding-left:10px;
}
.right_box ul li{
	line-height:25px;
}
.line{
	margin:0px 10px 10px 10px;
}
.box_line .bv{
	border-bottom:1px solid #E8E8E8; padding-bottom:8px; margin-bottom:10px;
}
.box_line a{
	line-height:28px;
	padding-left:10px;
}
.v-tab {
    width: 71px;
    float: left;
    display: inline;
    overflow: hidden;
    margin: -2px 1px -6px -5px !important;
    margin: -5px 1px -6px -5px;
}
.infopublish ul.left_box li {
    line-height: 1.89; 
}

.v-tab li {
    float: left;
}
.v-tab li a {
    float: left;
    width: 70px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    background: #ebf7e9;
    border: solid #7bce74;
    border-width: 0 1px 1px 0;
}
.v-tab li a:link,
.v-tab li a:visited {
    color: #2e7428;
}
.v-tab li a.current,
.v-tab li a:hover,
.v-tab li a:active {
    background: #fff;
    border-right: 0;
    font-weight: bold;
    padding-right: 1px;
}





.infopublish {
    border-color: #7bce74;
}
.infopublish .box_title {
    background: none;
}
.infopublish .box_title h3 {
    height: 30px;
    line-height: 30px;
    margin: 1px 1px 0;
    color: #fff;
    background: url(skin/okzy8/img/nav.png) repeat-x 0 -390px;
}	
	

.text_tag {
	background: #FFFFFF;
	border: 1px dashed #CAE5FF;
	height: 24px;
	margin: 10px auto;
	padding-left: 10px;
	padding-right: 10px;
	width: 560px;
}

.text_tag h5 {
	clear: left;
	color: #000000;
	display: block;
	float: left;
	font-size:12px;
	padding-top:3px;
}

.text_tag span {
	float: right;
	font: 12px/24px Tahoma;
}




.pages{
	text-align:right;
	padding-bottom:15px;
	padding-right:20px;
	}
.pages a:link{
	display:inline;
	border:1px solid #D9D9D9;
	color:#001A9F;
	padding:2px 5px;
	margin:0px 3px;
}
.pages a:visited{
	display:inline;
	border:1px solid #D9D9D9;
	color:#001A9F;
	padding:2px 5px;
	margin:0px 3px;
}
.pages a:hover{
	display:inline;
	border:1px solid #8BCCEC;
	color:#000000;
	background:#E8F3FD;
	padding:2px 5px;
	margin:0px 3px;
}
.pages .click{
	display:inline;
	border:1px solid #ff831e;
	color:#000000;
	background:#ffebd9;
	padding:2px 5px;
	margin:0px 3px;
}


.pl_list ul{
	border-bottom:1px dashed #d7d7d7;
}
.pl_list ul .title{
	color:#1F0087;
	margin-top:10px;
}
.pl_list ul .content{
	margin:10px;
	text-indent:2em;
}
.pl_list ul .op{
	color:#d7d7d7;
}
.pl_list ul li span{
	float:right;
	color:#d7d7d7;
}
