﻿body
{
	font-size: 9pt;
	color: #666666;
	background-repeat: repeat-x;
	margin: 0;
	font-family: Arial, "宋体";
}
td
{
	font-size: 9pt;
	color: #666666;
	font-family: Arial, "宋体";
}
th
{
	font-size: 9pt;
	color: #666666;
	font-family: Arial, "宋体";
	font-weight: bold;
}
select
{
	font-size: 8pt;
	color: #666666;
	background-color: #f9f5f2;
	font-family: Arial, "宋体";
}

input
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	font-size: 8pt;
	border-left: #dcdcdc 1px solid;
	color: #666666;
	border-bottom: #dcdcdc 1px solid;
	font-family: Arial, "宋体";
}

textarea
{
	border-right: #dcdcdc 1px solid;
	padding-right: 5px;
	border-top: #dcdcdc 1px solid;
	padding-left: 5px;
	font-size: 8pt;
	padding-bottom: 5px;
	margin: 0px 0px 10px;
	border-left: #dcdcdc 1px solid;
	color: #666666;
	line-height: 130%;
	padding-top: 5px;
	border-bottom: #dcdcdc 1px solid;
	font-family: Arial, "宋体";
	text-align: left;
	
	
}
form
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
img
{
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	border-bottom: medium none;
}
a:link
{
	color: #2A8CBF;
	text-decoration: none;
}
a:visited
{
	color: #2A8CBF;
	text-decoration: none;
}
a:hover
{
	color: skyblue;
	text-decoration: none;
}
a:active
{
	color: skyblue;
	text-decoration: none;
}
.form_top
{
	height: 2px;
	background-color: #1864a1;
}
.sub_title_cn {
	FONT-FAMILY: "Times New Roman"; COLOR: #015b81; FONT-SIZE: 19pt; FONT-WEIGHT: bold
}
.result_ok
{
	font-weight: bold;
	font-size: 19pt;
	color: #1F72BD;
	font-family: 黑体;
}
.result_error
{
	color: red;
	font-weight: bold;
	font-size: 19pt;
	color: red;
	font-family: 黑体;
}
.result_error_message
{
	color: red;
}
.link_button
{
	font-size: 10pt;
}
.print
{
	font-size: 9pt;
	color: black;
	font-family: Arial, 宋体;
}
.list
{
	background-color: #ffffff;
	border-right: #2A8CBF 1px solid;
	border-top: #2A8CBF 1px solid;
	border-left: #2A8CBF 1px solid;
	border-bottom: #2A8CBF 1px solid;
}
.list .list_top
{
	height: 25px;
	background-image: url(../../images/listbox_top_bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, "宋体";
	font-weight: bold;
	line-height: 23px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}
.list .list_body
{
	height: 23;
	background-color: expression((this.sectionRowIndex % 2 == 0) ?  "#F1F8FC" : "#ffffff" );
}
.list .list_tilte
{
	height: 23;
	font-family: Arial, "宋体";
	font-weight: bold;
	background-color: #6699ff;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}
.list .list_tilte td
{
	font-size: 8pt;
	color: #ffffff;
}
.list .list_body td
{
	font-size: 8pt;
}
.list .list_body th
{
	font-size: 8pt;
}

.list .list_top th
{
	color: #ffffff;
}
.list .list_top a:link
{
	color: #ffffff;
	text-decoration: none;
}
.list .list_top a:visited
{
	color: #ffffff;
	text-decoration: none;
}
.list .list_top a:hover
{
	color: #ddeeff;
	text-decoration: none;
}
.list .list_top a:active
{
	color: #ddeeff;
	text-decoration: none;
}
.mbtbl {
	background-color: #ebebeb;
}
.mbtbl th
{
	padding-left: 8px;
	padding-right: 8px;
	font-size: 9pt;
	height: 25px;
	background-color: #f5f5ff;
	text-align: left;
	white-space: nowrap;
}
.mbtbl td
{
	padding-left: 5px;
	font-size: 9pt;
	vertical-align: middle;
	color: #707070;
	background-color: #ffffff;
}
.mbtbl .mbtbl_top
{
	height: 2px;
	background-color: #1864A1;
}
.button
{
	font-family: Arial, "宋体";
	font-weight: normal;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../../images/bt.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 40px;
	border: thin none #FFFFFF;
}
.button_green
{
	font-family: Arial, "宋体";
	font-weight: normal;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../../images/bt_green.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 40px;
	border: thin none #FFFFFF;
}
.button_yellow
{
	font-family: Arial, "宋体";
	font-weight: normal;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../../images/bt_yellow.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 40px;
	border: thin none #FFFFFF;
}
.button_red
{
	font-family: Arial, "宋体";
	font-weight: normal;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../../images/bt_red.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 40px;
	border: thin none #FFFFFF;
}
.button3
{
	font-family: Arial, "宋体";
	font-weight: normal;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../../images/bt3.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 50px;
	border: thin none #FFFFFF;
}
.button4
{
	font-family: Arial, "宋体";
	font-weight: normal;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../../images/bt4.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 65px;
	border: thin none #FFFFFF;
}
.button5
{
	font-family: Arial, "宋体";
	font-weight: normal;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../../images/bt5.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 80px;
	border: thin none #FFFFFF;
}
.button6
{
	font-family: Arial, "宋体";
	font-weight: normal;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../../images/bt6.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 95px;
	border: thin none #FFFFFF;
}
.button7
{
	font-family: Arial, "宋体";
	font-weight: normal;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../../images/bt7.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 110px;
	border: thin none #FFFFFF;
}
.button_red8
{         
	  font-family: Arial, "宋体";
	  font-weight: normal;
	  line-height: 20px;
	  background: #d32c47;
	  text-decoration: none;         
	  color: #ffffff;        
	  height: 20px; 
	  width:  110px;
	  border: thin none #FFFFFF;
}
.box_menu
{
	width: 166px;
}
.box_menu .front
{
	height: 62px;
	width: 166px;
	background-image: url(../../images/box_menu_top.gif);
	background-repeat: no-repeat;
}
.box_menu .middle
{
	background-image: url(../../images/box_menu_bg.gif);
	background-repeat: repeat-y;
	padding-left: 18px;
}
.box_menu .end
{
	height: 146px;
	width: 166px;
	background-image: url(../../images/box_menu_bottom.gif);
	background-repeat: no-repeat;
}

.menu_itembox
{
	width: 115px;
}
.menu_itembox TD
{
	border-bottom: 1px solid #2CA1DD;
	height: 31px;
	background-image: url(../../images/icon_dot_blue.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
}
.menu_itembox .normal
{
	font-family: Arial, "宋体";
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #ffffff;
	text-decoration: none;
}
.menu_itembox .link:Link
{
	font-family: Arial, "宋体";
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
}
.menu_itembox .link:Visited
{
	font-family: Arial, "宋体";
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
}
.menu_itembox .link:Hover
{
	font-family: Arial, "宋体";
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: yellow;
	text-decoration: none;
}

.menu_itemboxChild
{
	width: 115px;
}
.menu_itemboxChild TD
{
	height: 25px;
	background-image: url(../../images/icon_dot_white.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}
.menu_itemboxChild .normal
{
	font-family: Arial, "宋体";
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #ffffff;
	text-decoration: none;
}
.menu_itemboxChild .link:Link
{
	font-family: Arial, "宋体";
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
}
.menu_itemboxChild .link:Visited
{
	font-family: Arial, "宋体";
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
}
.menu_itemboxChild .link:Hover
{
	font-family: Arial, "宋体";
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: yellow;
	text-decoration: none;
}

.bar_top
{
	height: 95px;
}
.bar_top .front
{
	height: 95px;
	width: 18px;
	background-image: url(../../images/bar_top_front.gif);
	background-repeat: no-repeat;
}
.bar_top .middle
{
	background-image: url(../../images/bar_top_bg.gif);
	background-repeat: repeat-x;
	padding-top: 13px;
	vertical-align: top;
}
.bar_top .end
{
	height: 95px;
	width: 350px;
	background-image: url(../../images/bar_top_end.gif);
	background-repeat: no-repeat;
}

.content_right
{
	padding-top: 30px;
	padding-left: 25px;
}
.content_left
{
	width: 166px;
	padding-top: 5px;
}

.footer
{
	background-image: url(../../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 42px;
}
.footer TD
{
	font-family: Arial, "宋体";
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.bar_topinfo
{
	height: 23px;
}
.bar_topinfo .front
{
	height: 23px;
	width: 13px;
	background-image: url(../../images/bar_topinfo_front.gif);
	background-repeat: no-repeat;
}
.bar_topinfo .middle
{
	background-image: url(../../images/bar_topinfo_bg.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	padding-top: 0px;
}
.bar_topinfo .end
{
	height: 23px;
	width: 13px;
	background-image: url(../../images/bar_topinfo_end.gif);
	background-repeat: no-repeat;
}

.content_itembox
{
}
.content_itembox .Title
{
	border-bottom: 1px solid #C0C0C0;
	height: 34px;
	background-image: url(../../images/icon_title_front.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	vertical-align: middle;
}
.content_itembox .CList
{
	border-bottom: 1px dotted #C0C0C0;
	height: 23px;
	background-image: url(../../images/icon_dot_red.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	vertical-align: middle;
}
.content_itembox .TDimg
{
	padding-top: 15px;
	padding-bottom: 10px;
}
.content_itembox .TDList
{
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 5px;
	vertical-align: top;
}
.content_itembox .link:Link
{
	font-family: Arial, "宋体";
	font-size: 12px;
	font-weight: normal;
	line-height: 23px;
	color: #323232;
	text-decoration: none;
}
.content_itembox .link:Visited
{
	font-family: Arial, "宋体";
	font-size: 12px;
	font-weight: normal;
	line-height: 23px;
	color: #323232;
	text-decoration: none;
}
.content_itembox .link:Hover
{
	font-family: Arial, "宋体";
	font-size: 12px;
	font-weight: normal;
	line-height: 23px;
	color: #0F8DCE;
	text-decoration: none;
}

.loginBox
{
	width: 304px;
}
.loginBox TD
{
	font-family: Arial, "宋体";
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
.loginBox .Title
{
	padding-left: 32px;
	padding-top: 22px;
	padding-bottom: 11px;
}

.fontUser
{
	font-family: Arial, "宋体";
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #F98816;
	text-decoration: none;
}
.fontVersion
{
	font-family: Arial, "宋体";
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #cccccc;
	text-decoration: none;
}
.seal
{
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 8pt;
	width: 80px;
	background-repeat: no-repeat;
	font-family: Arial;
	height: 80px;
	text-align: center;
	cursor: default;
}

/*显示名字不全*/
.seal .top
{
	margin-top: 11px;
	display: block;
	overflow: hidden;
	height: 12px;
	text-align: center;
}

.seal .middle
{
	margin-top: 9px;
	display: block;
	overflow: hidden;
	height: 12px;
	text-align: center;
}
	
.seal .bottom
{
	margin-top: 11px;
	display: block;
	overflow: hidden;
	height: 12px;
	text-align: center;
}

.subList
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	font-size: 8pt;
	border-left: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
	font-family: Arial, "宋体";
	background-color: whitesmoke;
}

.subList td
{
	background-color: whitesmoke;
}

.checkBox input
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.roleIcon
{
	text-align: center;
	width: 66;
	height: 108;
	background-repeat: no-repeat;
	background-position-x: center;
	font-weight: bold;
}

.doc_title
{
	font-weight: bold;
	font-size: 19pt;
	font-family: 黑体;
}

.money
{
	text-align: right;
}

fieldset {
				padding:10px;
	            margin:10px;
	            width:98%;
	            color:#333; 
	            border:#06c dashed 1px;
} 
legend {
				color:#06c;
	            font-weight:800; 
	            background:#fff;
} 
ul {
	list-style-type: none;
	margin:8px 0 4px 0;
} 
li {
	margin-top:4px;
}
.SheetTextBoxParent
{
	width:100%;	
	height:100%;
	text-align:center;
	vertical-align:bottom;
	border:solid 0px;	
}
.SheetTextBox
{
	width:100%;	
	height:100%;
	text-align:center;
	vertical-align:bottom;
	border:solid 0px;
	background-color:#EEEEEE;
	color:#000000;
	/*font-size:13px;*/
	/*font-family:Verdana;	*/
}
.GridCellNameParent
{
	text-align:left;
	vertical-align:bottom;
	border:solid 0px;
	font-weight:bolder;
}
.GridCellNameLeaf
{
	text-align:left;
	vertical-align:bottom;
	border:solid 0px;
}

.SheetRemark
{
	width:100%;	
	/*height:100%;
	text-align:center;*/
	vertical-align:bottom;
	border:solid 0px;
}
#DivContainer
{
   border-left:solid 1px #333333;
   border-right:solid 1px #333333;
   border-top:solid 1px #333333;
   border-bottom:solid 1px#333333;	
   width:100%;
}
 .SheetList
 {
    font-weight: bold;
	font-size: 14pt;
	color: #1F72BD;
	font-family: 新宋体;
 }
 .PhaseTypeButton
{
    width: 100%; height: 100%; border: solid 0px; text-align: center; background-color: #1F72BD;color:#FFFFFF;font-weight:bolder;
}

.tempClass{
	overflow:hidden;text-overflow:ellipsis;width:100px;white-space:nowrap;
}