body,td,th {
	color: #333333;
	font-size: 12px;
}

a:link {
	color: #55669C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #327FD1;
}
a:hover {
	text-decoration: none;
	color: #55669C;
}
a:active {
	text-decoration: none;
	color: #55669C;
}

/*版权*/
.bottom_Copy
{
	border-top:solid 3px #2A3271;
	background-color:#5291BD;
	
}

.def_top
{
	border-top:dashed 1px red;
}
/*
	搜索图片
*/
.SearchImage
{
	background-image:url(../images/icon_mini_search.gif);
	background-repeat:no-repeat;
	}
/*
水平分割线
*/
HR {
	BORDER-RIGHT: #AEA480 1px solid; BORDER-TOP: #AEA480 1px solid; BORDER-LEFT: #AEA480 1px solid; BORDER-BOTTOM: #AEA480 1px solid; BORDER-COLLAPSE: collapse! important
}

.cici
{
	width:100%;

}
.xuxu
{
	border-bottom:dashed 1px #AEA480;}

/*
 * 设置整体宽度
 */
.tableAll
{
	width:100%;
	
}

/*
输入按钮;
*/
INPUT {
	BORDER-RIGHT: #6195C5 1px solid; BORDER-TOP: #6195C5 1px solid; BACKGROUND: #F2F9FF; BORDER-LEFT: #6195C5 1px solid; BORDER-BOTTOM: #6195C5 1px solid
}
/*
	scrollbar-arrow-color: #3B88C5;
	scrollbar-face-color: #FFFFFF; 
	scrollbar-track-color: #E0E0E0; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #C0C0C0; 
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-darkshadow-color: #B0B0B0;
*/
TEXTAREA {
	BORDER-RIGHT: #6195C5 1px solid; BORDER-TOP: #6195C5 1px solid; BACKGROUND: #F2F9FF; BORDER-LEFT: #6195C5 1px solid; BORDER-BOTTOM: #6195C5 1px solid
}
INPUT {
	LINE-HEIGHT: 120%
}
SELECT {
	LINE-HEIGHT: 120%
}


.SiteName /* text style for the main forum name */
{
    font-family: Trebuchet MS, Arial, Helvetica;
    font-size: 14pt;
    font-weight: bold;
    color: White;
}
a.SiteName:visited, a.forumName:link
{
	font-family: Trebuchet MS, Arial, Helvetica;
    font-size: 14pt;
    font-weight: bold;
	color: White;
}
a.SiteName:hover /* text style for when mouse hovers over main forum name */
{
    color: #FF3300;
    text-decoration: none;
}

.forumThread /* description of Forums on main page (underneath Forum Name) */
{
    font-family: Trebuchet MS, Arial, Helvetica;
    font-size: 9pt;

}
/*****************************************************
General Text
*****************************************************/
.txt1 { font-size : 9pt; } 
.txt2 { font-size : 9pt; }
.txt3 { font-size : 9pt; }
.txt4 { font-size : 9pt; word-break:break-all;}
.txt5 { font-size : 9pt; }

.txt1Bold { font-size : 9pt; font-weight:bold; }
.txt2Bold { font-size : 9pt; font-weight:bold; }
.txt3Bold { font-size : 9pt; font-weight:bold; }
.txt4Bold { font-size : 9pt; font-weight:bold; }
.txt5Bold { font-size : 9pt; font-weight:bold; }

.txt3red { font-size : 9pt; color: Red; }

.printDetails{ font-size : 9pt; color: darkgray; }
.noTopics { font-size: 9pt; font-weight:bold; }
/*ShowForum.aspx 文字颜色*/
.dateText { font-size: 9pt; color: #28326F; }
.dateText2 { font-size: 9pt; color: red; }
.dateText1 { font-size: 9pt; color: #999999; }
.StatusIconText{ font-size: 9pt; font-weight:bold; }

/* IRC Style Text */
.txtIrcMe { color:Fuchsia ; }

/*****************************************************
Tables
*****************************************************/
.tableBorder /* This is the outline round the main forum tables */
{
   
    /*border: 1px outset; solid*/
    border: 1px solid #6CBCE1;
    background-color: #F1F8FE;
    
}

/*论坛内容上边线条，及边框*/
.tableBorder_Body_Top /* This is the outline round the main forum tables */
{
    border-top:2px solid #7AB4E6;
    border-bottom:1px solid #7AB4E6;
	border-left:1px solid #7AB4E6;
	border-right:1px solid #7AB4E6;
}
.bods
{
	
	border-top:2px solid #7AB4E6;
    border-bottom:1px solid #7AB4E6;
	border-left:1px solid #7AB4E6;
	border-right:1px solid #7AB4E6;
}

.moderationTable /* Moderation table */
{
    border: 1px #FFFFFF solid; 
    background-color: #F1F1F1;
}

.adminTable /* Admin table */
{
    border: 1px #1C84D0 solid;
    background-color: #FFFFFF;
}

.quoteTable { /* This is the quote table, where quotes from previous posts are shown */
    border:1px solid;
    background-color: #F7EFDE;
}

.editTable { /* This is the edit notes table, shown when someone has edited a post, and this feature is enabled */
    border: 1px solid; 
    color: Red;
    background-color: #F7EFDE;
    font-size: 9pt;
}

/*****************************************************
Table Header and cell definitions
*****************************************************/
td.column /* td.column is the main heading row of the table, shows either the table title, or the column headings, such as 'Posts', 'Last Post' etc. Top row of all tables. */
{
    font-weight: bold; 
    font-size: 9pt; 
    background-image: url(../images/bg_th.gif); 
    background-repeat: repeat-x; 
    COLOR: #55669A;
    border:1px solid #9EC0E3;
}
td.menuc /* 菜单背景 */
{
    font-weight: bold; 
    font-size: 9pt; 
    background-image: url(../images/bg_th.gif); 
    background-repeat: repeat-x; 
    COLOR:Black;
}

td.h1a /* td.h1a is the subheading row of the table, shows the names of Forum Groups on main page, or 'Announcements', 'Topics' on ShowForum page */
{
    color: #4455aa;
    font-size: 9pt;
    font-weight:bold;
    text-decoration: none; 
    background-image: url(../images/forumHeaderBackgroundAlternate.gif);
    background-color: #E7E3E7;
    background-repeat: repeat-x; 
}

td.h1 /* td.h1 was the old subheading row of the table. This should probably be deleted as I don't think it is used anymore. */
{
    color: white;
    font-size: 9pt;
    font-weight:bold;
    background-image: url(../images/forumHeaderBackground.gif);
    background-color: #4455aa
}

td.f /* 论坛内容背景色 */
{
    font-size: 9pt; 
    background-color: #F5F5F5;
    border-top: 1px solid #A3C2DF;
	
}
td.f1 /*增加的,作为图标背景类*/
{
    font-size: 9pt; 
    background-color: #6DA1DA;
	border-top: 1px solid #AEA480;
	border-right: 1px dashed #AEA480;
}
td.f2
{
    font-size: 9pt;
    background-color: #ffffff;
}

td.fh /* 论坛行高亮-例:论坛选项,论坛统计,在线列表forumRowHighlight - such as forumOptions, forumStatistics, WhoIsOnline boxes etc.*/
{
    font-size: 9pt; 
    background-color: #FFFFFF; 
    color:#29316F;
    /*background-image: url(../images/fhBg.gif); 
    background-image: url(../images/fhBg.gif);
    background-repeat: repeat-x;*/
}
td.fh1 /*新增用于主要行显示(论坛组那一栏)*/
{
    font-size: 9pt; 
    background-color: #FFFFFF; 
    /*background-image: url(../images/fhBg.gif); */
    background-image: url(../images/hdr_bg.gif);
    background-repeat: repeat-x;
    color:#999999;
}

TD.fh2 /* used in Forums Statistics box to control size of text*/
{
	font-size: 9pt; 
}

TD.fh3b /* TD.fh3 is Threads, Posts cells on main table, Thread cells on ShowForum page (not shaded?) */ 

{
	font-size: 9pt; 
	background-color: #FFFFFF; 
border-top: 1px solid #E6E6E6;
	border-left: 1px dashed #E6E6E6;
}

TD.fh3 /*  */ 
{
	font-size: 9pt; 
	background-color: #FFFFFF; 
	border-top: 1px solid #A3C2DF;
	border-left: 1px dashed #A3C2DF;
}

TD.fh33 /*  */ 
{
	font-size: 9pt; 
	background-color: red; 
border-top: 1px solid #E6E6E6;
	border-left: 1px dashed #E6E6E6;
}

TD.fh3a /* 论坛右边内容样式 */ 
{
	font-size: 9pt; 
	background-color: #FFF; 
	border-top: 1px solid #DDEEFF;
	border-left: 1px solid #DDEEFF;
}

TD.fh4 /* TD.fh4 is Last Post cells on main table (not shaded?) */
{
	font-size: 9pt; 
	background-color: #FFFFFF; 
	border-top: 1px solid #E6E6E6;
	border-left: 1px dashed #E6E6E6;
}

/*****************************************************
Background color and text used in threaded view
*****************************************************/
td.threadTitle
{
    background-color: #D4D9EC;
}

.threadDetailTextSmall
{
    color: #0055E7;
    font-size: 9pt;
}

.threadDetailTextSmallBold
{
    color: #0055E7;
    font-size: 9pt;
    font-weight: bold;
}
TD /* 新增 200/03/28 用于未使用CSS中的文字字体大小 */
{
	font-size: 9pt; 
}
/*****************************************************
标准链接 
*****************************************************/


a.linkSmallBold, a.linkMenuSink 
{
    font-weight: bold;
    text-decoration: none;
}

a.linkSmall, a.LinkSmallBold, a.linkMenuSink
{
    color: navy;
    font-size: 9pt;
    text-decoration: none;
}

a.linkSmallBold:visited, a.linkMenuSink:visited
{
    color: #013DA4;
    text-decoration: none;
}

a.linkSmallBold:Hover, a.linkMenuSink:Hover
{
/*	color: #DD6900;	*/
    color: #FF3300;
    text-decoration: none;
}

a.lnk3, a.lnk3:visited, a.lnk3:link /* 热门贴子/未回复贴子/论坛导航菜单/主题链接 */
{
	font-size: 9pt; 
    font-weight: bold;
    color: #013DA4;
    text-decoration: none;
}

a.lnk3:Hover
{
    color: #FF3300;
    text-decoration: underline;
}

/*****************************************************
Text and links used in ForumGroupRepeater and ForumRepeater
*****************************************************/
columnText, a.columnText, a.columnText:visited, a.columnText:link 
{ 	
	font-size: 9pt; 
	color: white; 
	font-weight:bold;
	text-decoration: none;
}

a.columnText:hover
{
	color: #FF3300;	
	text-decoration: none;
}

a.column:visited, a.column:link, a.column:hover
{
    color: white;
    font-weight:bold;
    text-decoration: none;
}


.flnk3
{
    font-weight: bold;
    color: #013DA4;
}

a.flnk3:visited, a.flnk3:link
{
    font-weight: bold;
    color: #013DA4;
    text-decoration: none;
}

a.flnk3:hover
{
    color: #FF3300;
    text-decoration: none;
}

.inlineLink /* Username in ShowPost, next to online status */
{
  cursor:pointer;
  color: #555555;
}

.inline 
{
  font-size: 9pt;
  color: #555555;
}

/*****************************************************
Text and Anchor to display when a user is online
*****************************************************/
/* 会员在线 */
.userOnlineLink, a.userOnlineLink, a.userOnlineLink:Visited, a.userOnlineLink:Link
/* text style to show when a user is online */
{
    font-weight: normal;
    color: #013DA4;
    text-decoration: none;
}

a.userOnlineLinkBold:Hover
{
	color: #FF3300;
	text-decoration: none;
}
/* 版主在线 */
.moderatorOnlineLinkBold, a.moderatorOnlineLinkBold, a.moderatorOnlineLinkBold:Visited, a.moderatorOnlineLinkBold:Link
/* text style to show when a moderator is online */
{
    font-weight: bold;
    color: #044AC4;
    text-decoration: none;
}

a.moderatorOnlineLinkBold:Hover
{
	color: #FF3300;
	text-decoration: none;
}
/* 大版主在线 */
.supermoderatorOnlineLinkBold, a.supermoderatorOnlineLinkBold, a.supermoderatorOnlineLinkBold:Visited, a.supermoderatorOnlineLinkBold:Link
/* text style to show when a moderator is online */
{
    font-weight: bold;
    color: #0352DC;
    text-decoration: none;
}

a.supermoderatorOnlineLinkBold:Hover
{
	color: #FF3300;
	text-decoration: none;
}
/* 管理员在线 */
.adminOnlineLinkBold, a.adminOnlineLinkBold, a.adminOnlineLinkBold:Visited, a.adminOnlineLinkBold:Link
/* text style to show when an administrator is online */
{
    font-weight: bold;
    color: #035FFF;
    text-decoration: none;
}

a.adminOnlineLinkBold:Hover
{
	color: #FF3300;
	text-decoration: none;
}

/*****************************************************
菜单链接，颜色等
*****************************************************/
.menuText /* Font used for navigation menu */
{
    font-size: 9pt;
    font-weight: bold;
    color: #FFFFFF;
}

a.menuLink:visited, a.menuLink:link /* 链接菜单，大小 */
{
	font-size: 9pt;
	font-weight: normal;
    text-decoration: none; 
    color:#58689B;
    text-decoration: none;
}

a.menuLink:Hover /* Font used for hovering over a link in the navigation menu */
{
    color: #FE6601;
    text-decoration: none;
}
.menuLink
{
	font-size: 9pt;
    font-weight: normal;
    color: #FFFFFF;
}
td.menuBg /*我的版面下拉列表左侧背景*/
{
	    background-color: #DDEEFF;
}

/*****************************************************
Default separator style for PostList
*****************************************************/
td.flatViewSpacing /* Separates Users from Guests in WhoIsOnline page */
{
	height: 2px; 
	background-color: #80B7FF; 
} 
td.threadSeparator /* Separates posts in ShowPost page */
{
	height: 4px; 
	background-image: url(../images/hdr_bg.gif);
    background-repeat: repeat-x;
    
    color:Red;
	
    
} 
td.adminSeparator /* Separates 'groups of options' in Admin Nav Bar */
{
	height: 4px; 
	background-color: #FFFFFF; 
} 
td.moderateSeparator /* Separator in ModerateForum page */
{
	height: 12px; 
	background-color: #FFFFFF; 
} 

/*****************************************************
Validation Text
*****************************************************/
.validationWarning 
{
	color: Red; 
}

/*****************************************************
Page control selected page
*****************************************************/
.currentPage 
{
	font-size : 12pt; 
	font-weight:bold; 
}

/*****************************************************
Form Elements
*****************************************************/
select /* drop down lists in forms */
{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

textarea /* large multi-line text boxes in forms */
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

input /* input elements in forms, e.g radio buttons, text boxes, etc. */
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
}


/*已读贴子了CSS风格 2005/03/28*/
a.lnk4, a.lnk4:visited, a.lnk4:link 
{ 
	font-size: 9pt; 
    font-weight: bold;
    color: #013DA4;
}
a.lnk4:Hover 
{ 
	color: #FF3300;
    text-decoration: underline;
}
/*首页最新贴,未读贴,标记已读等风格 by venjiang 2005/03/28*/
a.lnk5, a.lnk5:visited, a.lnk5:link 
{ 
	font-size: 9pt;
	color: #F67340;
	font-weight: bold; 
}
a.lnk5:Hover 
{ 
	color: #F64D0B; 
	text-decoration: underline;
}

/* 顶部菜单链接颜色，样式，
 *
 */
.topcd{ border-top:solid 3px #6EBBE5; height:19px;
	border-bottom:solid 1px #D7D5D6;
	color:Black;
	}
.topsel{text-align:center; font-size:12px; }
/*左边普通文字颜色*/
.topclaL{text-align:left; font-size:12px; color:#000000;}
.topdlinput{ font-size:12px; width:60px; border:1 solid #979797;}
/*右边边普通文字颜色*/
.topclaR{ font-size:12px; color:#949494; text-align:right;}
/*左边样式*/


a.topclaL:link, a.topclaL:visited,a.topclaL:active
{
	font-family: Trebuchet MS, Arial, Helvetica;
    font-size: 14pt;
    font-weight: bold;
    color:Red;
    text-decoration: none;
   
}
a.topclaL:hover /* text style for when mouse hovers over main forum name */
{
    color: #FF3300;
    text-decoration: none;

}



/*右边样式*/
a.topclaR:link {FONT-SIZE: 12px; COLOR: #949494; TEXT-DECORATION: none}
a.topclaR:visited {FONT-SIZE: 12px; COLOR: #949494; TEXT-DECORATION: none}
a.topclaR:active {FONT-SIZE: 12px; COLOR: #949494; TEXT-DECORATION: none}
a.topclaR:hover {FONT-SIZE: 12px; COLOR: #949494; TEXT-DECORATION: none}
/************************************************************************/
pre.source
{
	font-size: 9pt;
	margin-left: 20px;
	color: black;
	font-family: Lucida Console, Courier New, Courier;
	background-color: gainsboro;
}

.forumName /* text style for the main forum name */
{
    font-family: Trebuchet MS, Arial, Helvetica;
    font-size: 14pt;
    font-weight: bold;
    
}
a.forumName:visited, a.forumName:link
{
	font-family: Trebuchet MS, Arial, Helvetica;
    font-size: 14pt;
    font-weight: bold;
   
}
a.forumName:hover /* text style for when mouse hovers over main forum name */
{
    color: #FF3300;
    text-decoration: none;
}
td.ControlPanelTabActive /*控制面板标签激活背景*/
{
    font-weight: bold; 
    font-size: 9pt; 
     
    background-repeat: repeat-x; 
    COLOR: white;
}

td.ControlPanelTabInactive /*控制面板标签背景*/
{
	color: #4455aa;
    font-size: 9pt;
    font-weight: normal;
    text-decoration: none; 

}













/* CSS Document */
body{
margin:0px;
SCROLLBAR-FACE-COLOR: #9AD0EC;
　　SCROLLBAR-HIGHLIGHT-COLOR: #693A20;
　　SCROLLBAR-SHADOW-COLOR: #693A20;　
　　SCROLLBAR-3DLIGHT-COLOR: #f8f4ce;
　　SCROLLBAR-ARROW-COLOR: #f8f4ce;
　　SCROLLBAR-TRACK-COLOR: #f8f4ce;
　　SCROLLBAR-DARKSHADOW-COLOR: #f8f4ce;
　　SCROLLBAR-BASE-COLOR: #ffffff;
}

#Indextop{
width:1003px;
height:30px;
background:url(../images/index_top_bg.jpg) repeat-x;
font-size:12px;
}
#Indextop .Login{
font-size:12px;
color:#FFFFFF;
}
#Indextop .LoginInput{
padding-left:3px;
font-size:12px;
color:#297CC2;
border-left:1px solid #404040;
border-top:1px solid #404040;
border-right:1px solid #D4D0C8;
border-bottom:1px solid #D4D0C8;
width:60px;
}
.Input{
padding-left:3px;
font-size:12px;
color:#297CC2;
border-left:1px solid #404040;
border-top:1px solid #404040;
border-right:1px solid #D4D0C8;
border-bottom:1px solid #D4D0C8;
height:10px;
width:70px;
}
.Select{
padding-left:3px;
font-size:12px;
color:#297CC2;
border:1px solid #297CC2;
width:50px;
}

#IndexToplogo{
width:1003px;
height:72px;
}
#Indexnav{
width:1003px;
height:30px;
background:url(../images/index_nav_bg.jpg) repeat-x;
font-size:12px;
color:#ffffff;
}
#Indexnav a{
color:#ffffff;
}
#Indexnav .TdMenu{
color:#ffffff;
font-size:12px;
font-weight:bold;
}

#Indexnav .tq{
color:#ffffff;
font-size:12px;
}

/*########################MAINNEWS####################################################*/
#IndexConter{
width:1003px;
height:100%;
margin-top:10px;
}

/*########################LEFT####################################################*/
#LeftTable{
width:188px;
margin-left:5px;
margin-top:0px;
line-height:120%;
}
#BSFWTable{
color:#2A3270;
font-size:13px;
padding-top:0px;
border:1px solid #B1BBF6;
}
#BSFWTable .BSTitleHome{
height:25px;
color:#2A3270;
padding-top:0px;
background:url(../images/left_bsfw_titlehome.jpg) repeat-x;
border-bottom:1px solid #C5CCFA;
}
#BSFWTable .BSData{
line-height:25px;
background:#F1F0FE;
border-top:1px solid #F4F7FE;
}
#leftConTable{
width:90%;
}
#FWMXTable{
line-height:25px;
background:#CECEE6;
width:100%;
margin-top:10px;
margin-bottom:10px;
}
#FWMXTable .FWMXtd{
line-height:20px;
background:#FFFFFF;
font-size:12px;
color:#636363;
padding:5px;
}
.BSTable{
line-height:25px;
width:100%;
margin-bottom:10px;
}
.BSTableHome{
height:25px;
text-align:center;
color:#606162;
font-size:12px;
font-weight:bold;
background:url(../images/left_jmbsbg.jpg) repeat-x;
letter-spacing:2px;
}
.BSTd{
color:#444343;
font-size:12px;
padding-left:10px;
line-height:25px;
text-align:left;
margin-top:2px;
width:100%;
}
#BMFWTable{
color:#2A3270;
font-size:13px;
padding-top:0px;
border-top:1px solid #B1BBF6;
border-left:1px solid #B1BBF6;
border-right:1px solid #B1BBF6;
}
#BMFWTable .BMTitleHome{
height:25px;
color:#2A3270;
padding-top:0px;
background:url(../images/left_bsfw_titlehome.jpg) repeat-x;
border-bottom:1px solid #C5CCFA;
}
#BMFWTable .BMData{
background:#F1F0FE;
border-top:1px solid #F4F7FE;
}
#BM_TableImg{
line-height:25px;
margin-top:10px;
width:90%;
}
.BMxm_Td{
font-size:12px;
line-height:130%;
text-align:left;
margin-top:5px;
width:100%;
}
.BMxx_Td{
font-size:12px;
line-height:20px;
text-align:left;
margin-top:5px;
border:1px solid #9D9DF3;
color:#62635E;
background:#DDDCFB;
padding-left:15px;
}

/*########################CONTENT####################################################*/
#ZWGK_Table{
width:580px;
border:1px solid #B4B4F4;
}
#ZWGK_Table .GKTitleHome{
background:url(../images/zwgk_bg.jpg) repeat-x;
height:27px;
}
#ZWGK_newsTable{
width:570px;
margin:10px;
line-height:25px;
text-align:center;
font-size:12px;
}
#ZWGK_newsTable .zwgkNewsList{
width:95%;
line-height:25px;
font-size:12px;
}
#ZWGK_newsTable .zwgkNewsListDate{
font-size:12px;
color:#98989C;
text-align:center;
}
#ZWGK_newsBDTable{
width:570px;
margin:10px;
line-height:25px;
font-size:12px;
}
#ZWGK_xxmlTable{
width:570px;
margin:10px;
line-height:25px;
font-size:12px;
border:1px solid #D5D5D5;
}
#ZWGK_xxmlTable .xxmlTd{
line-height:20px;
font-size:12px;
padding:5px;
}
#ZWGK_ggfgTable{
width:570px;
line-height:25px;
margin-left:10px;
font-size:12px;
}
#ZWGK_gggwTable{
font-size:12px;
width:257px;
margin-right:2px;
border:1px solid #D5D5D5;
}
#ZWGK_gggwTable .gsmenu{
font-size:12px;
height:23px;
color:#4C4B4B;
background:url(../images/zw_gggs_menubg.jpg) repeat-x;
width:100%;
text-align:center;
}
#ZWGK_gggwTable .gsTd{
color:#717070;
font-size:12px;
padding-left:5px;
line-height:20px;
text-align:left;
margin-top:2px;
width:100%;
}
#ZWGK_gwfgTable{
font-size:12px;
width:100%;
border:1px solid #D5D5D5;
}
#ZWGK_gwfgTable .gsmenu{
font-size:12px;
height:23px;
color:#4C4B4B;
background:url(../images/zw_gggs_menubg.jpg) repeat-x;
width:100%;
text-align:center;
}
#ZWGK_gwfgTable .gsTd{
color:#717070;
font-size:12px;
padding-left:5px;
line-height:20px;
text-align:left;
margin-top:2px;
width:100%;
}
#ZWGK_rdztTable{
width:570px;
line-height:25px;
margin-left:10px;
margin-top:10px;
font-size:12px;
margin-bottom:10px;
}
#rdztTable{border:1px solid #B4B4F4; margin-right:2px}
#rdztTable .rdztTitleHome{
background:url(../images/zwgk_bg.jpg) repeat-x;
height:27px;
}
#rdztTable .rdztTd{
color:#717070;
font-size:12px;
padding-left:5px;
line-height:20px;
text-align:left;
margin-top:2px;
width:100%;
background:url(../images/rdzt_imgbg.jpg) no-repeat right bottom;
}
#jptjTable{
border:1px solid #B4B4F4;
width:100%;
}
#jptjTable .jptjTitleHome{
background:url(../images/zwgk_bg.jpg) repeat-x;
height:27px;
}
#jptjTable .jptjTd{
color:#717070;
font-size:12px;
padding-left:5px;
line-height:20px;
text-align:left;
margin-top:2px;
width:100%;
background:url(../images/jptj_imgbg.jpg) no-repeat right bottom;
}
#logo_ljTable{
width:99%;
line-height:25px;
font-size:12px;
margin-top:10px;
margin-bottom:10px;
}
#tzcc_Table{
width:580px;
border:1px solid #B4B4F4;
}
#tzcc_Table .tzccTitleHome{
background:url(../images/zwgk_bg.jpg) repeat-x;
height:27px;
}
.tzcc_zkcy{
background:#A19EEF;
margin-bottom:5px;
}
.zkcyTd{
background:#ffffff;
font-size:12px;
color:#575757;
line-height:18px;
padding-left:5px;
letter-spacing:1px;
}
.yqjdTd{
background:#ffffff;
font-size:12px;
color:#575757;
line-height:17px;
padding-left:5px;
letter-spacing:1px;
}

/*########################RIGHT####################################################*/
#RightTable{
width:212px;
margin-left:6px;
margin-top:0px;
line-height:120%;
}
#RightConTable{
width:93%;
}
#SQMYTable{
color:#2A3270;
width:100%;
font-size:12px;
padding-top:0px;
border:1px solid #B1BBF6;
}
#SQMYTable .sqmyTitleHome{
height:25px;
color:#2A3270;
padding-top:0px;
background:url(../images/left_bsfw_titlehome.jpg) repeat-x;
border-bottom:1px solid #C5CCFA;
}
#SQMYTable .sqmyData{
line-height:25px;
background:#F1F0FE;
border-top:1px solid #F4F7FE;
}
.szxxTable{
line-height:25px;
background:#F1F0FE;
text-align:center;
color:#1666A1;
width:100%;
margin-top:5px;
margin-bottom:5px;
border:1px solid #CACBF7;
}
.fwTable{
line-height:25px;
background:#F1F0FE;
color:#020202;
width:100%;
margin-top:5px;
margin-bottom:5px;
border:1px solid #CACBF7;
padding-left:15px;
}
.xxfkTable{
line-height:25px;
width:100%;
margin-bottom:5px;
}
.xxfkTableHome{
height:25px;
text-align:center;
color:#1768A0;
font-size:12px;
font-weight:bold;
background:url(../images/left_jmbsbg.jpg) repeat-x;
letter-spacing:2px;
}
.xxfkTd{
color:#626260;
font-size:12px;
padding-left:5px;
line-height:25px;
text-align:left;
margin-top:2px;
width:100%;
}
#LMPHTable{
color:#2A3270;
width:100%;
font-size:12px;
padding-top:0px;
border:1px solid #B1BBF6;
}
#LMPHTable .lmphTitleHome{
height:25px;
color:#2A3270;
padding-top:0px;
background:url(../images/left_bsfw_titlehome.jpg) repeat-x;
border-bottom:1px solid #C5CCFA;
}
#LMPHTable .lmphData{
line-height:20px;
background:#F1F0FE;
width:100%
}
#lmph{
line-height:20px;
background:#D0CFFB;
width:100%;
margin-top:5px;
}
#lmph .phTd{
line-height:25px;
background:#ffffff;
text-align:center;
color:#575556;
}

#webPHTable{
color:#2A3270;
width:100%;
font-size:12px;
padding-top:0px;
border-top:1px solid #B1BBF6;
border-left:1px solid #B1BBF6;
border-right:1px solid #B1BBF6;
}
#webPHTable .webphTitleHome{
height:25px;
color:#2A3270;
padding-top:0px;
background:url(../images/left_bsfw_titlehome.jpg) repeat-x;
border-bottom:1px solid #C5CCFA;
}
#webPHTable .webphData{
line-height:20px;
background:#F1F0FE;
width:100%
}
#webph{
line-height:20px;
background:#D0CFFB;
width:100%;
margin-top:5px;
}
#webph .phTd{
line-height:25px;
background:#ffffff;
text-align:center;
color:#575556;
}



/*########################网站连接导航样式####################################################*/
#IndexWebNav{
width:990px;
height:28px;
margin-top:5px;
}
#IndexWebNav .Sel{
padding-left:3px;
font-size:12px;
color:#000000;
border:1px solid #A5BCD2;
margin:5px;
}

/*########################长春LOGO####################################################*/
#IndexBottom{
width:1003px;
background:url(../images/bottom_img7.jpg) repeat-x;
height:38px;
color:#000000;
padding-top:6px;
text-align:center;
font-size:12px;
}
#IndexBottom .CopyingSty{
line-height:22px;
font-size:12px;
color:#FFFFFF;
text-align:center;
}

.Leftnav a{ font-size:12px; text-decoration:none; color:#444343;}
.Leftnav a:hover{ font-size:12px;color:#A20F1C; }
.bottomData{
border-left:1px solid #AAA9F5;
border-right:1px solid #AAA9F5;
border-bottom:1px solid #AAA9F5;
background:#FFFFFF;
line-height:170%;
color:#000000;
}
.bottomDataLJ{
background:#FFFFFF;
line-height:170%;
color:#000000;
padding-left:5px;
}
.bottomC{
font-size:12px;
color:#000000;
text-align:center;
}