body
{
	font-family: "verdana" , "arial" , "helvetica" , "sans-serif" , "宋体";
	font-size: 13px;
	margin: 0px;
}
table, td
{
	font-family: "verdana" , "arial" , "helvetica" , "sans-serif" , "宋体";
	font-size: 13px;
}



/****************************************************
超链接
*****************************************************/
a
{
	text-decoration: none;
}
a:active
{
}
a:link
{
	color: #000000;
}
a:visited
{
	color: #000000;
}
a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

.TopMenu a:active
{
	color: #FFFFFF;
	text-decoration: none;
}
.TopMenu a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
.TopMenu a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.TopMenu a:hover
{
	color: #FF0000;
	text-decoration: underline;
}

.WhileLink a:active
{
	color: #FFFFFF;
	text-decoration: none;
}
.WhileLink a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
.WhileLink a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.WhileLink a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.BlueLink a:active
{
	color: #0070b4;
	text-decoration: none;
}
.BlueLink a:link
{
	color: #0070b4;
	text-decoration: none;
}
.BlueLink a:visited
{
	color: #0070b4;
	text-decoration: none;
}
.BlueLink a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

.RedLink a:active
{
	color: #FF0000;
	text-decoration: none;
}
.RedLink a:link
{
	color: #FF0000;
	text-decoration: none;
}
.RedLink a:visited
{
	color: #FF0000;
	text-decoration: none;
}
.RedLink a:hover
{
	color: #FF0000;
	text-decoration: underline;
}

/*****************************************************
按钮
*****************************************************/
.btnBase
{
	border-color: #c0c0c0;
	border-width: 1px;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	padding: 1px;
	background-image: url('../../zhy_Themes/Default/Images/Button/btnBgBlue.jpg');
	cursor: pointer;
}
.btnBorder
{
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-image: url(Images/Default/btnBg.jpg);
}

/*****************************************************
图片
*****************************************************/
.imgBorder
{
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
/****************************************************
SmartGridView
*****************************************************/
.gvMain
{
	color: #ffffff;
	background-color: #cccccc;
	width: 100%;
	font-weight: normal;
	font-size: 9pt;	
	font-family: Verdana,Sans-Serif;
	line-height: 18px;
	border-collapse: collapse;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.gvMain td,th
{
	border-collapse: collapse;
	border:1px solid #cccccc;
}
.gvHeader
{
	color: #000000;
	background-color: #cee4fc;
	text-align: center;
	height:21px;
	background-image: url(../../zhy_Themes/Default/Images/Button/gvHeaderBlue.jpg);
}
.gvHeaderBack
{
	background-color: #FFFFFF;
}
.gvHeaderWrap
{
	color: #000000;
	background-color: #cee4fc;
	text-align: center;
	height:21px;
}
.gvFooter
{
	color: #000000;
	background-color: #e9e9e9;
	text-align: right;
	color:Black;
}
.gvFooter1
{
	color: #000000;
	background-color: #e9e9e9;
	text-align: center;
	color:Black;
}
.gvHeader a
{
	color: #000000;
	text-decoration: underline;
}
.gvHeader a:hover
{
	color: #ff0000;
	text-decoration: none;
	border-collapse: collapse;
}
.gvRow
{
	color: #000000;
	background-color: #f7f7f7;
	font-weight: normal;
	background-repeat: repeat-x;
	line-height: 18px;
}
.gvAlternatingRow
{
	color: #000000;
	background-color: #e7f2fd;
	font-weight: normal;
	line-height: 18px;
}
.gvOverRow
{
	background-color: #cee0fd;
	color: Black;
}
.gvCheckRow
{
	background-color: #92bbfe;
	color: #333333;
}
.gvPager
{
	background-color: #f5f5f5;
	text-align: center;
	color: Black;
}
.gvPager a
{
	color: #000000;
	text-decoration: none;
	background: #f5f5f5;
}
.gvPager a:hover
{
	color: #ff0000;
	text-decoration: none;
}
.gvPager span
{
	color: #ff0000;
}

.gvPagerPrint
{
	background-color: #f5f5f5;
	text-align: center;
	color: Black;
}
.gvPagerPrint a
{
	color: #000000;
	text-decoration: none;
	background: #f5f5f5;
}
.gvPagerPrint a:hover
{
	color: #ff0000;
	text-decoration: none;
}
.gvPagerPrint span
{
	color: #ff0000;
}
@media  print{
.gvPagerPrint
{
	display:none;
}
}

table.gvPrint
{
 border-collapse: collapse;
 border:solid 1px #000000;
}

table.gvPrint  td
{
 border-collapse: collapse;
 border:solid 1px #000000;
}
table.gvPrint  th
{
 border-collapse: collapse;
  border:solid 1px #000000;
}

table.gvEmpty
{
	border-collapse: collapse;
	border:solid 0px #000000;
}

table.gvEmpty  td
{
 border-collapse: collapse;
 border:solid 0px #000000;
}
table.gvPrint  th
{
 border-collapse: collapse;
  border:solid 1px #000000;
}

table.gvPrintGray
{
 border-collapse: collapse;
 border:solid 1px #808080;
}

table.gvPrintGray  td
{
 border-collapse: collapse;
 border:solid 1px #808080;
}
table.gvPrintGray  th
{
 border-collapse: collapse;
  border:solid 1px #808080;
}
/****************************************************
文件列表标题 
*****************************************************/
.tdFileTitleCenter
{
	height: 30px;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	font-family: "宋体" ,Verdana,Sans-Serif;
	color: #ffffff;
	background-image: url(../../zhy_Themes/Default/Images/Primacy/TitleCenter.jpg);
}
.tdFileTitleLeft
{
	height: 30px;
	width: 44px;
	background-image: url(../../zhy_Themes/Default/Images/Primacy/TitleLeft.jpg);
}
.tdFileTitleRight
{
	height: 30px;
	width: 120px;
	background-image: url(../../zhy_Themes/Default/Images/Primacy/TitleRight.jpg);
}
/****************************************************
表格
*****************************************************/
.tableAdminRound
{
	width: 98%;
}
.tableAdminWidth100
{
	width: 100%;
}
.tdTitleBottom
{
	border-color: #b8cad4;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
/*编辑器显示页面*/
.tdDefaultContentBase
{
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
	line-height: 24px;
}
.ContentBg
{
	width: 100%;
	background-color: #eff6fc;
}
.ContentCompart
{
	height: 3px;
	background-image: url(../../zhy_Themes/Default/Images/Primacy/k2.jpg);
}
.tableAddFile
{
	width: 100%;
	border-collapse: collapse;
	border: none;
	background-color: #ebf8ff;
}
.tableAddFile th
{
	border: solid 1px #cccccc;
}
.tableAddFile td
{
	border: solid 1px #cccccc;
}
/*二级菜单*/
.tableBorder
{
	border-collapse: collapse;
	text-align: center;
	width: 100%;
}
.tableBorderAdmin
{
	border-collapse: collapse;
	text-align: center;
}
.tdMenu
{
	border: solid 1px #0175AE;
	height: 25px;
	background-image: url(../../zhy_Themes/Default/Images/Button/ListBgBlue.jpg);
	background-color: #dce8ff;
}
.tdMenu1
{
	border: solid 1px #0175AE;
	height: 25px;
	background-color: #ffc9c9;
}
.tdMenu2
{
	border: solid 1px #0175AE;
	height: 25px;
	background-color: #dce8ff;
}

.tdMenuColor
{
	border: solid 1px #0175AE;
	height: 25px;
	background-color: #dce8ff;
}
/*打印表格*/
.tdPrint
{
	border: solid 1px #000000;
}
.tableNewborder
{
	border-collapse: collapse;
	text-align: center;
}
.tableNewborder td
{
	border: solid 1px #000000;
}
.cleanOuttd
{	border-collapse: collapse;
	text-align: center;
}
.cleanOuttd td
{
	border: solid 0px #FFFFFF;
}
.tableNewborderExt
{
	border-collapse: collapse;
	text-align: center;
	
}
.tableNewborderExt td
{
	border: solid 1px #000000;
	border-top-color:White;
	border-left-color:White;
}
.tbsign
{
	border-collapse: collapse;
}		

.tbsign td
{
	border: solid 1px black;
}
tbsignExt
{
	border-collapse: collapse;
	width:100%
}
tbsignExt td
{
	border: solid 0px white;
}
/****************************************************
各单位版头字体
*****************************************************/
.style555
{
	font-size: 32px;
	color: #ffffff;
	font-weight: bold;
}
.style55
{
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
}
.style1
{
	color: #333333;
}
.style5
{
	font-size: 14px;
	font-weight: bold;
}
.style515
{
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
}
.style525
{
	font-size: 16px;
	color: red;
	font-weight: bold;
}
/**//************************************************
工作区左菜单
*****************************************************/
.tableMenuLeft2
{
	text-align: left;
	width: 100%;
	background-color: #ffffff;
	border: 0;
	vertical-align: top;
}
.tableMenuLeftRoot
{
	text-align: left;
	height: 30px;
	width: 100%;
	background-color: #0076ae;
	border: 0;
}
.tdMenuLeftRoot
{
	text-align: left;
	height: 30px;
	color: #ffffff;
	font-weight: bold;
	border: 0;
}
.tableMenuLeftSub
{
	text-align: left;
	height: 30px;
	width: 100%;
	background-color: #ffffff;
	border: 0;
}
.tdMenuLeftSub
{
	text-align: left;
	height: 30px;
	color: White;
	background-color: #e5eaf0;
	border: 0;
	border-left: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
}
.MasterLeftTree
{
	width: 184px;
	vertical-align: top;
	background-color: #e6effa;
}
.MasterLeftTreeCenter
{
	width: 16px;
	background-image: url(../../zhy_Themes/Default/Images/Primacy/LeftCenter.jpg);
}
.MasterLeftTreeRight
{
	vertical-align: top;
	background-color: #ffffff;
}
/**//*****************************************************
地图导航样式
*****************************************************/
.SiteMapPath
{
	text-align: left;
	font-size: 12px;
}
.siteMapDot
{
	height: 1px;
	background-image: url(../../zhy_Themes/Default/Images/WebPath/webpath_bottom.gif);
}
.siteMapBottom
{
	height: 4px;
}

/**//************************************************
MsgWin
*****************************************************/
div.MsgWin
{
	width: 100%;
	height: 100%;
	text-align: left;
	vertical-align: top;
	line-height: 18px; /*background-image: url(../Images/Msg/Bg_1.jpg);*/ /*float: left;     width: 90px;     height: 80px; 	background-image: url("../zhy_Images/Banner/Banner_2.gif"); 	background-repeat: repeat-x;*/
}
div.MsgWin a:visited
{
	color: #000000;
}
span.MsgWinTitleIcon
{
	/*width: 16px; 	background-image: url(../Images/Icon/HengDaExpressway-16-32b.ico);*/
}

.textbox1 {
	font-size:15px;
	text-align:center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.textbox2 {
	font-size:15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.B_L3 {
	BORDER-LEFT: #000000 1PX solid;
	BORDER-RIGHT: #000000 1PX solid;
	BORDER-BOTTOM: #000000 1PX solid
}
.D_t_t {
	BORDER-LEFT: #000000 1PX solid;
	BORDER-RIGHT: #000000 1PX solid;
	BORDER-TOP: #000000 1PX solid;
	BORDER-BOTTOM: #000000 1PX solid
}

/**//************************************************
HCS
*****************************************************/
.HCSPrintTitle
{
	font-size: 16px;
	font-weight: bold;
	text-align: Center;
}
@media print{

.noprint{
   display:none
}

/**//************************************************
Font-Size
*****************************************************/
.HCSFontSize
{
	font-size: 23px;
}
.HCSFontSizeTitle
{
	font-size: 24px;
}