/*--Powered by:CreateLive CMS Version 3.1 CreateDate:2007-7-5 14:49:33--*/
/*==========CSS名称：绿意倾心==========*/
A{TEXT-DECORATION: none;}  /* 唇游尴禄?有为underline */ 
A:hover{TEXT-DECORATION: underline;Color:#000000;}  /* 鼠标在链接上 */ 
A:link {TEXT-DECORATION: underline;color: #666666;}  /* 未访问的链接 */
A:visited {TEXT-DECORATION: underline;color: #666666;}  /* 已访问的链接 */
A:active {color: #666666} /* 点击激活链接 */
A.nchannel:hover{TEXT-DECORATION: underline;Color:#099FD7;}  /* 鼠标在链接上 */ 
A.nchannel:link {color: #ff0033;}  /* 未访问的链接 */
A.nchannel:visited {color: #ff0033;}  /* 已访问的链接 */
A.nchannel:active {color: #666666} /* 点击激活链接 */
A.ochannel:hover{TEXT-DECORATION: underline;Color:#099FD7;}  /* 鼠标在链接上 */ 
A.ochannel:link {color: #666666;}  /* 未访问的链接 */
A.ochannel:visited {color: #666666;}  /* 已访问的链接 */
A.ochannel:active {color: #666666} /* 点击激活链接 */
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
TD
{
FONT-FAMILY:宋体;FONT-SIZE: 9pt;line-height: 150%; 
}
#nobold { font-weight: normal; }
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
Input
{
FONT-SIZE: 12px;
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
Button
{
FONT-SIZE: 9pt;HEIGHT: 20px; 
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
Select
{
FONT-SIZE: 9pt;HEIGHT: 20px;
}
.bg   /*背景*/
{
background:#ffffff;
}
.tdbg   /*表格背景*/
{
PADDING-RIGHT: 3px; PADDING-LEFT: 3px; BACKGROUND: #ffffff; PADDING-BOTTOM: 3px; PADDING-Top: 3px
}
.border  /*边框*/
{
border: 1px solid #dadada;
}
.tdbg_All   /*背景(带边)*/
{
background:#ffffff;line-height: 150%; 
border: 1px solid #DADADA;
}
.title  /*标题*/
{
background:url(/mets/skins/cl_green/title_bg.gif);height: 33;
}
.title_left  /*左边标题*/
{
background:url(/mets/skins/cl_green/title_bg.gif);height: 33;
}
.tdbg_left  /*左边背景*/
{
background:#ffffff;line-height: 150%;
}
.title_main  /*中间标题*/
{
font-size: 12px;
background-image: url(/mets/skins/cl_green/title_bg.gif);
height: 30px;
}
.tdbg_main   /*中间背景*/
{
background:#ffffff;line-height: 200%;
}
.title_right   /*右边标题*/
{
background:url(/mets/skins/cl_green/title_bg.gif);height: 33;
}
.tdbg_right   /*右边背景*/
{
background:#ffffff;line-height: 150%;
}
.Channel_1 /*频道背景1*/
{
background:url(/mets/skins/cl_green/Channel_1.gif);width:12;height:23;  /*频道背景1*/
}
.Channel_2 /*频道背景2*/
{
background:url(/mets/skins/cl_green/Channel_2.gif);height:23;  /*频道背景2*/
}
.Channel_3 /*频道背景3*/
{
background:url(/mets/skins/cl_green/Channel_3.gif);width:12;height:23;
}
.Channel_4  /*频道背景4*/
{
color:white; FILTER:glow(color=#A83FF9,strength=2) dropshadow(color=#A83FF9,offx=1, offy=1, positive=2);
}
.Path_bg /*当前位置*/
{
background:url(/mets/skins/cl_green/Bg_Path.gif);height: 30;
}
.Nav_bg
{
background:url(/mets/skins/cl_green/Bg_Nav.gif); /*顶部导航背景*/
}
.nav_title  /*顶部导航*/
{
background:url(/mets/Skins/);height: 25;
}
.nav_main  /*中部大图*/
{
background:url(/mets/skins/cl_green/nav_main.gif);
line-height: 150%;height: 128;
}
.nav_bottom  /*底部导航*/
{
background:url(/mets/skins/cl_green/end_menu_bg.gif);height: 23;
}
.nav_bottom_bg  /*底部背景*/
{
background:url(/mets/skins/cl_green/nav_bottom_bg.gif);
}
.menu  /*下拉菜单*/
{
background-color: #F0F9FF;width:97%;border: 1px;
}
td.MenuBody /*下拉菜单*/
{
background-color: #ffffff;
}
ul.showpage{text-align:center;}
ul.showpage li {display: inline;}

  /*连载样式*/
  .mc_serial_border/*连载框外框*/
  {
	border: 1px solid #c9e5ae;
  }
  .mc_serial_title/*连载标题*/
  {
	font-size: 12px;
	line-height: 20px;
	color: #006600;
	background-color: #cafb96;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66e118;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #66e118;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cafb96;
	font-weight: bold;
  }
  .mc_serial_content/*连载内容框*/
  {
	background-color: #f6ffec;
  }
  .mc_serial_item/*连载项目*/
  {
  }
  .mc_serial_page/*连载分页*/
  {
  }
  .mc_serial_page_border/*连载分页框*/
  {
   align:center;
  }
.pt7 {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 7pt;
}
.pt14-font {
	font-size: 14px;
	text-decoration: underline;
	color: #333333;
	font-weight: 400;
	letter-spacing: 3px;



}
.dotline {
}
.dotline td{ 
border-bottom:1px dotted #cccccc;
}
.dot{
	border-bottom:1px dashed #cccccc;
	padding-right: 5px;
	padding-left: 2px;
	background-repeat: no-repeat;
	line-height:25px;
}
.dot1{
	border-bottom:1px dashed #cccccc;
	padding-right: 5px;
	padding-left: 2px;
	background-repeat: no-repeat;
	line-height:20px;
}
.dot2{
	border-bottom:1px dashed #cccccc;
	padding-right: 5px;
	padding-left: 2px;
	background-repeat: no-repeat;
	line-height:25px;
}
.dot3{
	border-bottom:1px dashed #cccccc;
	padding-right: 5px;
	padding-left: 2px;
	background-repeat: no-repeat;
	line-height:30px;
}

.pta{
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
	font-size: 7pt;
	color: #ff9999;

}
.ptb{
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
	font-size: 7pt;
	color: #999999;

}
.showarticle {
	font-size: 14px;
	line-height: 160%;
}
body {
	background-image: url(/mets/skins/cl_green/bg.jpg);
}

/*--Copyright 2006 Aspoo.CN .All Rights Reserved--*/