﻿ BODY
{
	font-size: 10.5pt;
	font-family: Verdana;
	text-align: center;
}
a:link{ text-decoration:none;font-family:"宋体"; color:#333333;}
a:hover{ text-decoration:none;font-family:"宋体"; color:#990000;}
a:visited{ text-decoration:none;font-family:"宋体"; color:#000000}
#outer
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#main
{
	width: 951px;
	/*margin: 0px;
	padding: 0px;*/
	background-color:White;
	
}

#logo
{
	background:#007799 url("images/emblem.jpg") top left no-repeat;
	height: 50px;
	color: White;
	margin: 0x;
	font-size: 16pt;
	width: 100%;
}

#caption
{
	height: 20pt;
}

#caption h2
{
	font-size: 9pt;
	font-weight: normal;
	color: #949494;
	display: inline;
}

#caption h1
{
	font-size: 11pt;
	display: inline;
	letter-spacing: -1pt;
}

#header
{
	height: 25px;
	background-color: #007799;
	width: 100%;
}

#menu
{

	float: left;
	margin:5px 0px 0px 0px;
	padding: 0 0 0 20px;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li
{
	display: block;
	float: left;
	height: 30px;
}

#menu a
{
	display: block;
	width: 110px;
	height: 25px;
	padding: 10px 0 0 0;
	margin-right: 0px;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 14px;
	color: #0128a3;
}

#menu a:hover
{
	width: 108px;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	color: #002295;
	background-image:url(images/gai_09_menu.jpg)
}

#menu .actived
{
	background: #ffffff;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
}

#menu .actived a
{
	width: 108px;

	color: #000000;
}

#menu .actived a:hover
{
	color: #EB1400;
	background: #ffffff;
	border-left: 0px solid #cecece;
	border-right: 0px solid #cecece;

}

.toolbar
{
	margin-bottom: 10px;
	border-bottom: solid 1px #efefef;
}

img
{
	border: none;
	vertical-align: middle;
}
.toolbar a
{
	text-decoration: none;
	vertical-align: middle;
}

.toolbarContent
{
	margin-top: 5px;
	padding: 5px;
	background: #ffffff url(  'images/topbar.gif' ) top left repeat-x;
}

.box
{
	margin-bottom: 1.25em;
}

.boxContent
{
	margin-top: 5px;
	padding: 5px 0px 5px 10px;
	background: #ffffff url(  'images/topbar.gif' ) top left repeat-x;
	font-weight: bold;
}
.box .boxContent
{
	margin-top: 0px;
	color: #FFFFFF;
	background: #ffffff url(  'images/main_38.gif' ) top left repeat-x;
	padding: 2px 0px 2px 4px;
}

.box span
{
	font-weight: bold;
	font-size: 0.8em;
}

.box a
{
	background-color: inherit;
	color: #fff;
	font-size: 0.8em;
}

.box a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #ff9900;
}

.box input.button
{
	margin-top: 0.25em;
	vertical-align: middle;
}

.box input.text
{
	width: 100%;
}
.boxContentV2
{
	margin-top: 5px;
	padding: 5px 0px 5px 10px;
	background: url(  'images/topbar.gif' ) top left repeat-x;
	font-weight: bold;
}
/** boxContentV3 **/
.box .boxContentV3
{
	margin-top: 5px;
	padding: 4px 4px 4px 4px;
	background: #efefef top left repeat-x;
	
	color: black;
}
.box .boxContentV3 a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #FF0000;
	color: #FF0000;
}
.box .boxContentV3 span
{
	font-size: 0.1em;
}

.box .boxContentV3 a
{
	color: #000000;
	font-size: 0.8em;
	text-decoration:none
}
.box .ContentV3 table
{
	margin: 1px;
	padding: 0px;
	width: auto;
}
.box .ContentV3 tr td
{
	margin: 0px;
	padding: 0px;
	width: auto;
}

/** Content **/
#content
{
	/*padding-left: 10px;*/
	padding-right: 0px;
	margin-top: 10px;
	width: 100%;

}

#content p
{
	margin-bottom: 10px;
	text-align: justify;
	line-height: 20px;
}

#content strong
{
	color: #444;
}

#content ul
{
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 1.8em;
}

#status
{
	border-left: solid 0px #558800;
	border-top: solid 1px #efefef;
	padding-top: 4px;
	width: 98%;
	line-height: 30px;
	padding-left: 5px;
}

#content table
{
	margin-bottom: 1.5em;
	border: solid 1px #cccccc;
	width: 100%;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	color: #444;
}

#content table td
{	
	padding: 0px;

}

#content table tr.rowA
{
	background-color: #efefef;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fafafa;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	float: right;
	margin-left: -21em;
	width: 100%;

}

#primaryContent
{
	float:right;
	margin: 0 0 0 220px;
	padding: 1px 0px 5px 0px;
	min-height: 500px;
	border-left: solid 1px #cecece;
}

/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 150px;
	padding: 5px 10px 5px 5px;
	text-align: left;
}
#ThreeContent
{
	float:left;
	width: 190px;
	padding: 1px 0px 0px 0px;
	text-align: left;

}

/* Footer */

#footer
{
	border-top: solid 1px #e5e5e5;
	text-align: center;
	padding: 1.5em 0em 1.5em 0em;
}

.clear
{
	clear: both;
}

.deleted
{
	text-decoration: line-through;
}


#smallmenu
{
	float: left;
	padding: 0 0 0 20px;
	width: 98%;
}

#smallmenu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#smallmenu li
{
	display: block;
	float: left;
	height: 30px;
}

#smallmenu a
{
	display: block;
	width: 80px;
	height: 20px;
	padding: 5px 0 0 0;
	margin-right: 1px;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font: bold 11pt "Trebuchet MS" , Arial, Helvetica, sans-serif;
	background-color: #fefefe;
}

#smallmenu a:hover
{
	width: 80px;
	border-left: 2px solid #fefefe;
	background-color: #007799;
	color: White;
}

#smallmenu .actived
{
}

#smallmenu .actived a
{
	width: 80px;
	border-left: 2px solid #FFFFFF;
	color: #000000;
	background-color: #007799;
	color: White;
}

#smallmenu .actived a:hover
{
	color: #EB1400;
	background-color: #007799;
	color: #cecece;
}

#tree
{
	clear: inherit;
	margin:0px 5px 5px 10px;
}

#detail table
{
	margin-bottom: 1.5em;
	border: solid 1px #cccccc;
	width: 98%;
}

#detail table th
{
	text-align: left;
	font-weight: bold; /*padding: 0.5em;*/
	color: #444;
}

#detail table td
{
	/*padding: 0.5em;*/
}

#detail table tr.rowA
{
	background-color: #efefef;
	color: inherit;
}

#detail table tr.rowB
{
	background-color: #fafafa;
	color: inherit;
}
#tree table
{
	margin: 1px;
	padding: 0px;
	width: auto;
}
#tree tr td
{
	margin: 0px;
	padding: 0px;
	width: auto;
}
#tree div
{
	color: Black;
}

#tree a
{
	color: Black;
}

.pagination
{
	background: #f2f2f2;
	color: #666;
	padding: 2px;
	border: 1px solid #ddd;
}
.pagination p
{
	position: relative;
	text-align: right;
	margin-top: 5px;
	margin-bottom: -10px;	
}
.pagination p a:link, .pagination p a:visited, .pagination p a:hover, .pagination p a:active
{
	text-decoration: none;
	background: #fff;
	padding: 2px 5px;
	border: 1px solid #ccc;
}
.pagination p a:hover
{
	background: #c00;
	color: #fff;
}
.pagination p span
{
	text-decoration: none;
	background: #fff;
	padding: 2px 5px;
	border: 1px solid #ccc;
	color: #ccc;
}
.pagination *
{
	margin: 0;
}
#bannerLogo
{
	background:#2560B9 url(images/logo.jpg) top center no-repeat;
	height: 117px;
	color: White;
	margin: 0x;
	font-size: 16pt;
	width: 100%;
}

#bannerBottom
{
	background-image: url(images/tongyong_4.jpg);
	height: 10px;
	margin-top: 2px;
}

#PublishHeader
{

	height: 35px;
	background-color: #2560B9;
	width: 100%;
	background-image:url(images/gai_09.jpg);
}
#PublishHeader .link{height:5px;background-image: url(images/gai_06.jpg);  overflow:hidden;}
#contentTitle
{
	font-size: 12pt;
	font-weight: bold;
	font-family: 宋体;
	
}

#bannerLogo
{
	background-image: url(images/zwgklogo.gif);
	width: 100%;
	height: 117px;
}

.linetext
{
	border-top-width:0px;
	border-right-width:0px;
	border-left-width:0px;
	border-bottom-color:Black;
	border-bottom-width:thin;
}


#detailcontent
{
	margin: 10px,20px,10px,20px;
	
}

.detailboxContent
{
  
	background: #ffffff url(   'images/topbar.gif' ) top left repeat-x;
	font-weight: bold;
}

 .defaulttable
{
    border-collapse:collapse;
   
    width:85%;
    
}
.defaulttable tr td
{
  
      border:1px;
      text-align:left;
}
    .defaulttable tr th
{
   
      border:1px;
      
 }
  .textleft
{
     text-align:left;
 }
/*add styles by lys at  2007.12.13*/

.viewContentBox {
	width:780px;
	border:1px solid #e0e0e0;
	padding:1px;

}
.viewContentBox.content {
	background-color: #f9f9f9;
	font-size:14px;
	letter-spacing:1px;
	line-height:24px;
	text-align:left;
	width:100%;
	padding:6px;
    font-family:宋体;
	
}

