/*--整体页面样式--*/
html
{
	scroll: auto;
	SCROLLBAR-FACE-COLOR: #dee3e7;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #dee3e7;
	SCROLLBAR-3DLIGHT-COLOR: #d1d7dc;
	SCROLLBAR-ARROW-COLOR: #006699;
	SCROLLBAR-TRACK-COLOR: #efefef;
	SCROLLBAR-DARKSHADOW-COLOR: #98aab1;	
}

body {
	font-size: 9pt;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*scrollbar-arrow-color: #FFFFFF;   /*三角箭头的颜色
	scrollbar-face-color: #518DBA;       /*立体滚动条的颜色
	scrollbar-highlight-color: #518DBA;  /*滚动条空白部分的颜色
	scrollbar-track-color: #DAEDF1;      /*立体滚动条背景颜色
	scrollbar-base-color: #E4F1FE;    /*滚动条的基本颜色*/
	SCROLLBAR-FACE-COLOR: #dee3e7;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
    SCROLLBAR-SHADOW-COLOR: #dee3e7;
    SCROLLBAR-3DLIGHT-COLOR: #d1d7dc;
    SCROLLBAR-ARROW-COLOR: #006699;
    SCROLLBAR-TRACK-COLOR: #efefef;
    SCROLLBAR-DARKSHADOW-COLOR: #98aab1;
	background-color: #ffffff;
}
/*--自定义BODY样式--*/
.body_10x {
	font-size: 9pt;
	text-decoration: none;
	margin: 5px;
	SCROLLBAR-FACE-COLOR: #dee3e7;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
    SCROLLBAR-SHADOW-COLOR: #dee3e7;
    SCROLLBAR-3DLIGHT-COLOR: #d1d7dc;
    SCROLLBAR-ARROW-COLOR: #006699;
    SCROLLBAR-TRACK-COLOR: #efefef;
    SCROLLBAR-DARKSHADOW-COLOR: #98aab1;
    background-color: #ffffff;
}
/*--公共TD字体样式--*/
td {
	font-size: 9pt;
	text-decoration: none;
}
/*--头部横条样式--*/
.top_bg {
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	background-image: url(../images/top_bg.gif);
}
/*--头部横条样式New--*/
.top_bg_new {
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	background-image: url(../images/top_bg_New.gif);
}
/*--欢迎信息样式--*/
.hy-info {
	font-size: 9pt;
	color: #485C67;
	height: 42px;
	background-image: url(../images/hy-info.gif);
}
.hy-info label{
	font-size: 9pt;
	color: #E36508;
}
/*--左侧背影样式--*/
.left_bg {
	background-color: #DAEDF1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #053679;
	height: 100%;
	text-align: center;
	vertical-align: top;
	width: 182px;
}
/*--树型菜单边框样式--*/
.treeview {
	background-color: #FAFBFD;
	width: 96%;
	border-top: 1px solid #A0BCD4;
	border-right: 1px solid #A0BCD4;
	border-bottom: 1px solid #A0BCD4;
	border-left: 1px solid #A0BCD4;
	font-size: 9pt;
	text-decoration: none;
}
/*--树型菜单链接样式--*/
.treeview a:link {
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}
.treeview a:visited {
	font-size: 9pt;
	color: #000000;
}
.treeview a:hover {
	font-size: 9pt;
	color: #000000;
	text-decoration: underline;
}
/*--树型菜单边框样式--*/
.treeview1 {
	background-color: #FAFBFD;
	width: 96%;
	border-top: 1px solid #A0BCD4;
	border-right: 1px solid #A0BCD4;
	border-bottom: 1px solid #A0BCD4;
	border-left: 1px solid #A0BCD4;
	font-size: 9pt;
	text-decoration: none;
}
/*--树型菜单链接样式--*/
.treeview1 a:link {
	font-size: 9pt;
	color: #000066;
	text-decoration: none;
}
.treeview1 a:visited {
	font-size: 9pt;
	color: #333399;
}
.treeview1 a:hover {
	font-size: 9pt;
	color: #336699;
	text-decoration: underline;
}
/*--版权信息样式--*/
.Copyright {
	font-size: 9pt;
	color: #ffffff;
	height: 34px;
	background-image: url(../images/Copyright_bg.gif);
	text-align: center;
}
/*--数据表格样式--*/
.data-g {
	width: 100%;
	border: 1px solid #A0BCD4;
}
.data-g td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #A0BCD4;
	border-bottom-color: #A0BCD4;
	font-size: 9pt;
	text-decoration: none;
}
/*--数据表格标题样式--*/
.data-head {
	font-size: 9pt;
	color: #034F8B;
	height: 25px;
	background-image: url(../Imgs/UiImgs/head_bg.gif);
	text-align: center;
	font-weight: bold;
	border: 1px solid #A0BCD4;
}
/*--首页表格样式--*/
.table-p {
	width: 98%;
	border-top: 1px solid #A0BCD4;
	border-right: 1px none #A0BCD4;
	border-bottom: 1px none #A0BCD4;
	border-left: 1px solid #A0BCD4;
}
.table-p td {
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #A0BCD4;
	border-bottom-color: #A0BCD4;
	height: 22px;
}
.table-p th 
{
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-color: #A0BCD4;
	border-bottom-color: #A0BCD4;
	height: 22px;
}
/*--首页蓝色表头样式--*/
.table-head {
	font-size: 9pt;
	color: #034F8B;
	height: 25px;
	background-image: url(../images/head_bg.gif);
	font-weight: bold;
	border-top: 1px solid #A0BCD4;
	border-right: 1px none #A0BCD4;
	border-bottom: 1px none #A0BCD4;
	border-left: 1px solid #A0BCD4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #A0B5C6;
	border-right-color: #A0B5C6;
	border-bottom-color: #A0B5C6;
	border-left-color: #A0B5C6;
	width: 100%;
}

/*--当前位置字体样式--*/
.Location {
	font-size: 10pt;
	font-weight: bold;
	color: #034F8B;
}
/*表单页表格样式*/
table.info  {
	azimuth:center;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px none #cdcdcd;
	border-left: 1px solid #cdcdcd;
}
/*--灰色背景底线体样式--*/
.Gray-bg {
	font-size: 9pt;
	color: #034F8B;
	border-bottom-width: 1px;
	width: 100%;
	height: 26px;
	/*border-top: 1px solid #003399;*/
	border-bottom: 1px solid #cdcdcd;
	background-color: #F3F3F3;
}
/*--蓝色9PT字体样式--*/
.Blue-text {
	font-size: 9pt;
	color: #034F8B;
	text-decoration: none;
	font-weight: bold;
}
/*--蓝色表格样式--*/
.table-blue {
	width: 100%;
	border-top: 1px solid #A0BCD4;
	border-right: 1px none #A0BCD4;
	border-bottom: 1px none #A0BCD4;
	border-left: 1px solid #A0BCD4;
	font-weight: normal;
}
.table-blue td {
	font-size: 9pt;
	color: #034F8B;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #A0BCD4;
	border-bottom-color: #A0BCD4;
	height: 22px;
}
/*--新闻蓝色表格样式--*/
.table-blue1 {
	width: 98%;
	border-top: 1px solid #A0BCD4;
	border-right: 1px solid #A0BCD4;
	border-bottom: 1px solid #A0BCD4;
	border-left: 1px solid #A0BCD4;
}
.table-blue1 td {
	height: 22px;
}
/*--二级页面背景条样式
.td-bg {
	background-image: url(../images/td-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}--*/
/*--灰色表头样式--*/
.Gray-head {
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	text-align: center;
	height: 26px;
	background-color: #F3F3F3;
}
/*--div滚动样式--*/
.div-rolling {
	overflow:auto;
	height: 300px;
	width: 98%;
}
/*--默认链接样式--*/
a:link {
	font-size: 9pt;
	color:#336699;
	text-decoration: none;
}
a:visited {
	font-size: 9pt;
	color: #333399;
	text-decoration: none;
}
a:hover {
	font-size: 9pt;
	color: #336699;
	text-decoration: none;
}
/*--默认文本框、下拉列表样式--*/
select {font-size:9pt}
input {font-size:9pt}
textarea {font-size:9pt}
/*定义4字按钮样式，蓝色*/
.but1
{
	padding-top: 3px;
	font-family: SimSun;
	font-size: 9pt;
	color: #000000;
	background-color: #DAEEFE;
	border-right: 0px none #c4c4c4;
	border-top: 0px none #ffffff;
	border-left: 0px none #ffffff;
	border-bottom: 0px none #c4c4c4;
	background-image: url(../Imgs/UiImgs/Button.gif);
	background-repeat: repeat;
	height: 22px;
	width: 20px;
	cursor:hand;
}
.but2
{
	padding-top: 3px;
	font-family: SimSun;
	font-size: 9pt;
	color: #000000;
	background-color: #DAEEFE;
	border-right: 0px none #c4c4c4;
	border-top: 0px none #ffffff;
	border-left: 0px none #ffffff;
	border-bottom: 0px none #c4c4c4;
	background-image: url(../Imgs/UiImgs/Button2.gif);
	background-repeat: repeat;
	height: 22px;
	width: 55px;
	cursor:hand;
}
.but4
{
	padding-top: 3px;
	font-family: SimSun;
	font-size: 9pt;
	color: #000000;
	background-color: #DAEEFE;
	border-right: 0px none #c4c4c4;
	border-top: 0px none #ffffff;
	border-left: 0px none #ffffff;
	border-bottom: 0px none #c4c4c4;
	background-image: url(../Imgs/UiImgs/Button4.gif);
	background-repeat: repeat;
	height: 22px;
	width: 77px;
	cursor:hand;
}
/*定义6字按钮样式，蓝色*/
.but6
{
	padding-top: 3px;
	font-family: SimSun;
	font-size: 9pt;
	color: #000000;
	background-color: #DAEEFE;
	border-right: 0px none #c4c4c4;
	border-top: 0px none #ffffff;
	border-left: 0px none #ffffff;
	border-bottom: 0px none #c4c4c4;
	background-image: url(../Imgs/UiImgs/Button6.gif);
	background-repeat: repeat;
	height: 22px;
	width: 105px;
	cursor:hand;
}
/*定义8字按钮样式，蓝色*/
.but8
{
	padding-top: 3px;
	font-family: SimSun;
	font-size: 9pt;
	color: #000000;
	background-color: #DAEEFE;
	border-right: 0px none #c4c4c4;
	border-top: 0px none #ffffff;
	border-left: 0px none #ffffff;
	border-bottom: 0px none #c4c4c4;
	background-image: url(../Imgs/UiImgs/Button8.gif);
	background-repeat: repeat;
	height: 22px;
	width: 125px;
	cursor:hand;
}

.color
{
	background-color: #F8F8F8;
}

.cuser
{
	cursor:hand		;
}
.colorCursor
{
	cursor:hand		;
	color: #333399;	 
}

/*--基础参数设置样式--*/
.settingview {
	background-color: #FAFBFD;
	width: 100%;
	border-top: 1px solid #A0BCD4;
	border-right: 1px solid #A0BCD4;
	border-bottom: 1px solid #A0BCD4;
	border-left: 1px solid #A0BCD4;
	font-size: 9pt;
	text-decoration: none;
}

.hui {
	font-size: 9pt;
	color: #878787;
} 

.numberTextbox3
{
	width: 100%;
	text-align:right;
	 /*font-size: 12;*/
	behavior: url(../../htc/numberTextbox.htc) /*url(../htc/highlightTextbox.htc)*/;
}

.numberTextbox
{
	width: 100%;
	text-align:right;
	behavior: url(../htc/numberTextbox.htc);
}

.tagBtn 
{
	BACKGROUND: url(../images/toppic1205_04.jpg); WIDTH: 800px; 
}
.tag 
{
	FONT-WEIGHT: bold; BACKGROUND: url(../images/toppic1205_01.jpg) no-repeat; WIDTH: 63px; CURSOR: pointer; COLOR: #034F8B; HEIGHT: 20px; TEXT-ALIGN: center
}
.tag2 
{
	BACKGROUND: url(../images/toppic1205_02.jpg) no-repeat; WIDTH: 63px; CURSOR: pointer; COLOR: #043abf; HEIGHT: 20px; TEXT-ALIGN: center
}
.ADMenuCon {
	BORDER-RIGHT: #a5c5fb 1px solid; BORDER-TOP: medium none; BORDER-LEFT: #a5c5fb 1px solid; WIDTH: 800px; BORDER-BOTTOM: #a5c5fb 1px solid; HEIGHT: 66px
}
.ADMenuCon TD {
	PADDING-RIGHT: 1px; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px; COLOR: #333; LINE-HEIGHT: 20px; PADDING-TOP: 2px; 
}
.AlternatingRowColor 
{
	background-color:#F3F3F3;
}
.table-Left 
{
	border-left-width: 1px;
	border-left-style: solid;
}

.Navigator
{
	font-size:14px;
	cursor:hand;
	text-decoration:underline;
	color:White;
}
.CurDate
{
	font-size:14px;
	cursor:hand;
	color:White;
}
