﻿
    /* --------------------------------- 通用部分 --------------------开始----------- */

 body.all                      /* Body默认 */
{
	font-size:13px;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	text-align:center;
	/*background-image: url(images/bg_body.gif);*/
	background-color:#cccccc;
}

body.wh                 /* Body白色 */
{
	font-size:13px;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	text-align:center;
	background-color:#ffffff;	
}

.common               /* 通用字体大小 */
{
	font-size:13px;
}


table.outer                   /* 外部大表 */
{
	
	background-image: url(images/bg_outer.jpg); 
	text-align:center;
	
	}
	
table.inner                     /* 内部大表 */
{
	background-color: #ffffff; 
}



td.title                  /* 标题行 */
{
	text-align: left;
	font-size: 13px;
	font-weight: 600;
	height:25px;
	border-bottom: #999999 1px dashed;
}
   
td.articletitle
{
	text-align: center;
	height: 40px;
	border-bottom: #999999 1px dashed;
}

tr.artitlesubtitle
{
	text-align: left;
	height: 25px;
	background-color:#eeeeef;
}

td.strHead        /* 标题 */
{
	text-align: left;
 	background-image: url(images/bg_strhead.jpg);
	height: 24px;
	color:#666666;
	border-bottom:solid 1px #b7b7b7;
	padding:8px 0px 0px 18px;
	vertical-align:middle;
}

td.strHead2        /* 标题 */
{
	text-align: left;
 	background-image: url(images/bg_strhead2.jpg);
	height: 24px;
	color:#FFFFFF;
	border-bottom:solid 1px #b7b7b7;
	padding:8px 0px 0px 18px;
	vertical-align:middle;
}

td.strHead3        /* 标题 */
{
	text-align: left;
 	background-image: url(images/bg_strhead3.jpg);
	height: 24px;
	color:#666666;
	border-bottom:solid 1px #b7b7b7;
	padding:8px 0px 0px 18px;
	vertical-align:middle;
}

td.strBold
{
	height: 18px;
	font-weight:bold;
}
td.strList        /* 列表 */
{
	text-align: left;
	height: 22px;
}

td.content
{
	text-align:left;
	padding:6px 5px 0px 5px;
	vertical-align:top;
}

td.topandleft
{
	vertical-align:top;
	text-align:left;
}

a                        /* 默认链接 */
{
	text-decoration:none;
	color:#666666;
	font-size:13px;
}



a.linktitle                   /* 标题链接 */
{
	text-decoration:underline;
	color:#336666;
	font-size:13px;
  font-weight:600;

}



a.highlight                  /* 显眼链接 */
{
	color:blue;
	font-size:13px;
}

mRotator
{
	border:none 0px #CCCCCC;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}

 /* --------------------------------- 通用部分 --------------------结束----------- */
 
 
 
 /* --------------------------------- 头部分 --------------------开始----------- */
 
 td.logo               /* Logo位置 */
{	
	height:54px;
	text-align:left;  
	padding-left:2px;
	width:180px;
}

td.topnavibar          /* 顶部导航位置 */
{	
	vertical-align:top;
	text-align:right;
	padding: 10px 5px 0px 0px;
	

}

td.spacertopbar             /* 顶部导航链接之间的间隔 */
{
	width: 0px;
	background-image: url(images/bg_spacertopbar.gif);
}

td.spacerheadbar             /* 上部导航链接之间的间隔 */
{
	width: 3px;
	background-image: url(images/bg_spacerheadbar.gif);
}

a.topbar                    /* 顶部导航链接 */
{
	text-decoration:none;
	color:#cc0033;
	font-size:13px;
}
a.headbar                   /* 上部导航链接 */
{
	text-decoration:none;
	color:#000000;
	font-size:13px;
}
td.headbarleft
{
	 /*background-image:url(images/bg_headbarleft.jpg);*/
	height:30px;
}
td.headbarcenter
{
	 /*background-image:url(images/bg_headbarcenter.jpg);*/
	vertical-align:middle;
}
td.headbarright
{
	 /*background-image:url(images/bg_headbarright.jpg);*/
}



  /* -------------------------------- 头部分 --------------------结束----------- */
  
 
    /* -------------------------------- 左侧导航 部分 ------------------开始----------- */
    
td.leftpanel                /* 左部导航位置 */
{
	vertical-align: top;
	width: 170px;
	height: 500px;
}

td.panel                     /* 左侧导航文字行 background-image: url(images/bg_panel.gif); */
{
	height: 25px;
	font-size: 13px;
	text-align: left;
 	padding-left:50px;
 	border-left:solid 1px #999999;
 	border-right:solid 1px #999999;
 	border-top:solid 1px #999999;
 	border-bottom:solid 1px #999999;
}


td.panelabove                 /* 左侧导航文字行上一行修饰行 */
{
	height:0px;
}
td.panelbelow                 /* 左侧导航文字行下一行修饰行 */
{
	height:2px;
	background-color: #ffffff;
}
td.panelbottom                 /* 左侧导航文字行最下一行修饰行 */
{
	height:0px;
 	background-color:#efefef;

}



table.panel
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	border:none 0px #ffffff;
	width: 98%;
}
    
 a.panel                  /* 左侧导航位置 */
{
	font-size:13px;
	color:#000000;
}
 a:hover.panel                  /* 左侧导航位置 */
{
	font-size:13px;
	color:#000000;
	background-color:#eeeee6;
}


    /* -------------------------------- 左侧导航 部分 -----------------结束----------- */
  

 /* -------------------------------- 右侧主要内容 部分 -----------------开始----------- */


td.spacer              /* 左部导航与右部正文之间的间隔 */
{
	width: 5px;
	background-image: url(images/bg_spacer.gif);
}

td.spacerverticle
{
	height:2px;
}


td.mainholder          /* 页面正文位置 */
{ 
	vertical-align:top;
}

td.navipath         /* 页面位置路径 */
{
	text-align: left;
	padding-left: 25px;
	width:100%;
	background-image: url(images/bg_navipath.jpg);
	height: 24px;
	vertical-align:middle;
	font-size:13px;
	color:#003399;
}

a.navipath
{
	font-size:13px;
	color:#003399;
}


.maintable                      /* 右侧主内容表 */
{
	margin: 0 0 0 0;
	padding:0 0 0 0;
	width:96%;
 
}

 /* -------------------------------- 右侧主要内容 部分 -----------------结束----------- */
 
  /* --------------------------------- 脚 部分 ------------------开始----------- */
  
  td.footer              /* 底部导航位置 */
{
	height:30px;
	text-align:center;
}
td.footline
{
	height:1px;
	background-color:#666666;
}

td.copyright              /* 版权位置 */
{
	height:60px;
	font-size:13px;
	text-align:center;
}
  
  td.spacerfootbar             /* 底部导航链接之间的间隔 */
{
	width: 3px;
	background-image: url(images/bg_spacerfootbar.gif);
}

  
  a.footbar                   /* 底部导航链接 */
{
	text-decoration:none;
	color:#666666;
	font-size:13px;
}

.imgborder
{
	border:solid 1px #CCCCCC;
}

   /* -------------------------------- 脚 部分 ------------------结束----------- */
   
   
 