@charset "utf-8";
body, table, td, input, select, div {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#3a3a3a;
	line-height: 18px;
}

body {
	margin:0px;
	padding:0px;
}
img {
	border:0px;
}
form {
	padding:0px;
	margin:0px; 
}
swf {
	padding:0px;
	margin:0px;
}

body, html {
	width:100%;
	height:100%;
}
a {
	color:#015ea6;
	font-size:12px;
	text-decoration:none;
}
a:hover {
	color:#ff7e00;
	text-decoration:underline;
}
h4 {
	font-size:12px;
	font-weight:bold;
	line-height:36px;
	margin:0px;
}
/*输入框样?*/
.input_M {
	width:190px;
	height:22px;
	border-top:1px solid #b0b0b0;
	border-left:1px solid #b0b0b0;
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	background:url(../img/input_bg.png) repeat-x top;
}
.input_M2 {
	width:160px;
	height:22px;
	border-top:1px solid #b0b0b0;
	border-left:1px solid #b0b0b0;
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	background:url(../img/input_bg.png) repeat-x top;
}
.input_M2_1 {
	width:250px;
	height:22px;
	border-top:1px solid #b0b0b0;
	border-left:1px solid #b0b0b0;
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	background:url(../img/input_bg.png) repeat-x top;
}
.input_M3 {
	width:140px;
	height:22px;
	border-top:1px solid #b0b0b0;
	border-left:1px solid #b0b0b0;
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	background:url(../img/input_bg.png) repeat-x top;
}
.input_M3_1{
	width:220px;
	height:22px;
	border-top:1px solid #b0b0b0;
	border-left:1px solid #b0b0b0;
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	background:url(../img/input_bg.png) repeat-x top;
}
.input_M3_39 {
	height:22px;
	border-top:1px solid #b0b0b0;
	border-left:1px solid #b0b0b0;
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	background:url(../img/input_bg.png) repeat-x top;
}
.input_M3_40 {
	border-top:1px solid #b0b0b0;
	border-left:1px solid #b0b0b0;
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
}
.input_M3_41 {
	height:22px;
	border-color: 1px solid #ff0000;
}
.input_M3_02 {
	text-align:right;
	width:140px;
	height:22px;
	border-top:1px solid #b0b0b0;
	border-left:1px solid #b0b0b0;
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	background:url(../img/input_bg.png) repeat-x top;
}
.input_M3_03 {
	color:#004cbe;
	text-align:right;
	width:140px;
	height:22px;
	border-top:1px solid #b0b0b0;
	border-left:1px solid #b0b0b0;
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	background:url(../img/input_bg.png) repeat-x top;
}
.input_M4 {
	width:210px;
	height:27px;
	border-top:1px solid #b0b0b0;
	border-left:1px solid #b0b0b0;
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	background:url(../img/input_bg.png) repeat-x top;
}
.input_S {
	width:115px;
	height:22px;
	border-top:1px solid #b0b0b0;
	border-left:1px solid #b0b0b0;
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	background:url(../img/input_bg.png) repeat-x top;
}
.input_L {
	width:614px;
	height:22px;
	border-top:1px solid #b0b0b0;
	border-left:1px solid #b0b0b0;
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	background:url(../img/input_bg.png) repeat-x top;
}
.input_L02 {
	width:360px;
	height:24px;
	border-top:1px solid #b0b0b0;
	border-left:1px solid #b0b0b0;
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	text-align: left;
}
/*供应商翻译TextArea样式超大?-*/
.translation_textArea_XL{
	width: 100%; 
	height: 200px; 
	word-wrap:break-word;
	border: 1px solid #b0b0b0;
}
/*供应商翻译TextArea样式大号*/
.translation_textArea_L{
	width: 100%; 
	height: 140px; 
	word-wrap:break-word;
	border: 1px solid #b0b0b0;
}
/*供应商翻译TextArea中号样式*/
.translation_textArea{
	width: 100%; 
	height: 100px; 
	word-wrap:break-word;
	border: 1px solid #b0b0b0;
}
/*供应商翻译TextArea小号样式*/
.translation_textArea_S{
	width: 100%; 
	height: 60px; 
	word-wrap:break-word;
	border: 1px solid #b0b0b0;
}
/*供应商翻译TextArea小号两行样式*/
.translation_textArea_SS{
	width: 100%; 
	height: 40px; 
	word-wrap:break-word;
	border: 1px solid #b0b0b0;
}
/*表格样式*/
.listStyle {
	background-color:#f9f9f9;
	border-top:1px solid #d0d0d0;
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
	table-layout:fixed;
}
.listStyle th {
	background:url(../img/list_th_bg.png) repeat-x;
	height:26px;
	border-bottom:1px solid #d0d0d0;
	text-align:left;
	padding-left:10px;
}
.listStyle td {
	border-bottom:1px solid #e5e5e5;
	height:27px;
	padding-left:10px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
/*可以折行的表格样?*/
.listStyleNew {
	border-top:1px solid #d0d0d0;
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
	table-layout:fixed;
}
.listStyleNew th {
	background:url(../img/list_th_bg.png) repeat-x;
	height:26px;
	border-bottom:1px solid #d0d0d0;
	text-align:left;
	padding-left:10px;
}
.listStyleNew td {
	border-bottom:1px solid #e5e5e5;
	height:35px;
	padding-left:10px;
	overflow: hidden;
	white-space:pre-wrap;
}
/*按钮样式*/
.button_gray1{
	width:100px;
	height:24px;
	border:0px;
	cursor:pointer;
}
.button_blue,.button_blue_2,.button_blue_23,.button_blue_3, .button_blue02, .button_search, .button_page_yellow, .button_page_gray, .button_next, .button_Previous, .login_button {
	border:0px;
	cursor:pointer;
}
.button_blue {
	background:url(../img/button_bule.png) no-repeat;
	width:70px;
	height:26px;
}
.button_blue {
	background:url(../img/button_bule.png) no-repeat;
	width:70px;
	height:26px;
}
.button_blue_2 {
	background:url(../img/button_85.png) no-repeat;
	width:85px;
	height:26px;
}
.button_blue_23{
	background:#bfdaff;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius:5px;
	width:auto;
	height:26px;
}
.button_blue_3 {
	background:url(../img/button_130.png) no-repeat;
	width:130px;
	height:26px;
}
.button_blue02 {
	background:url(../img/button_bule02.png) no-repeat;
	width:50px;
	height:26px;
}
.button_search {
	background:url(../img/button_search.png) no-repeat;
	width:80px;
	height:26px;
	padding-left:10px;
}
/*按钮样式结束*/
.top_bg {
	background:url(../img/top_bg.png) repeat-x;
	height:38px;
	padding-left:10px;
	padding-right:10px;
}
.float_L {
	float:left;
}
.left_menu_bg {
	background-color:#d2e5ff;
	border-right:1px solid #85a0c7;
	text-align:center;
}
.left_menu_bg a {
	color:#000;
	text-decoration:none;
}
.left_menu_bg a:hover {
	color:#ff7e00;
	text-decoration:none;
}
.left_menu_bg02 {
	background-color:#ebf2ff;
	border-right:1px solid #a4bcda;
	text-align:left;
}
.left_menu_bg02 a {
	color:#000;
	text-decoration:none;
}
.left_menu_bg02 a:hover {
	color:#ff7e00;
	text-decoration:none;
}
.menu_normal {
	background:url(../img/menu_normal.png) no-repeat;
	width:130px;
	height:26px;
	font-weight:bold;
	color:#000;
	text-align:center;
	margin-top:10px;
	margin-left:10px;
	line-height:26px;
}
.menu_nonce {
	width:130px;
	height:20px;
	text-align:center;
	margin-top:10px;
	margin-left:10px;
	line-height:20px;
}
.menu_normal02 {
	background:url(../img/menu_normal.png) no-repeat;
	width:130px;
	height:26px;
	font-weight:bold;
	color:#000;
	text-align:left;
	margin-top:10px;
	margin-left:10px;
	line-height:26px;
	padding-left:15px;
}
.menu_nonce02 {
	width:130px;
	height:26px;
	text-align:left;
	margin-top:10px;
	margin-left:10px;
	line-height:26px;
	padding-left:15px;
	font-weight:bold;
}
.menu_nonce02_S, .menu_normal02_S {
	width:130px;
	height:26px;
	margin-top:10px;
	margin-left:10px;
	line-height:26px;
	padding-left:25px;
	display:block;
}
.menu_normal02_S {
	background:url(../img/menu_normal_02.png) no-repeat;
	width:130px;
	height:26px;
	margin-top:10px;
	margin-left:10px;
	line-height:26px;
	padding-left:25px;
}
.bottom_bg {
	background-color:#ececec;
	height:37px;
	text-align:right;
	border-top:1px solid #bbbbbb;
	padding-right:10px;
}
.bottom_bg1 {	
	height:30px;
	text-align:right;	
	padding-right:10px;
}
.line {
	background:url(../img/ling_bg.png) repeat-x;
	height:22px;
	margin-top:10px;
}
.line_text {
	height:22px;
	width:80px;
	background-color:#f9f9f9;
	font-weight:bold;
	padding-left:3px;
}
.line_02 {
	border-bottom:1px dashed #bbbbbb;
	height:10px;
	margin-bottom:10px;
	margin-top:10px;
}
.bg{
	background-color:#DCDCDC;
}
.bgChangeGray{
	background-color:#DCDCDC;
}
.bgChangeYellow{
	background-color:#fefde1;
}
.bgChangeGreen{
	background-color:#CCE8CF;
}
.bgChangePink{
	background-color:#FFCCCC;
}
.search_bg {
	background-color:#fff6e5;
	border:1px solid #e6c094;
}
.margin_B15 {
	margin-bottom:15px;
}
.login_bg {
	background:url(../img/login_bg.png) repeat-x top #73bdfc;
}
.login_box {
	background:url(../img/login_box.png) no-repeat;
	width:951px;
	height:337px;
	color:#032f5c;
	font-size:14px;
	font-weight:bold;
}
.login_input {
	width:260px;
	height:26px;
	border-top:1px solid #1f548c;
	border-left:1px solid #1f548c;
	border-right:1px solid #588bc0;
	border-bottom:1px solid #588bc0;
}
.login_input_02 {
	width:120px;
	height:26px;
	border-top:1px solid #1f548c;
	border-left:1px solid #1f548c;
	border-right:1px solid #588bc0;
	border-bottom:1px solid #588bc0;
}
.login_button {
	background:url(../img/login_button.png) no-repeat;
	width:154px;
	height:38px;
}
.menubg {
	background:url(../img/menubg.png) repeat-x top;
	height:30px;
}
.menustyle td{
	border-right:1px solid #fff;
	text-align:center;
}
.menustyle a {
	/*padding-left:10px;*/
	color:#fff;
	font-size:13px;
	text-decoration:none;
	/*line-height:30px;*/
}
.menustyle a:hover {
	text-decoration:none;
}
/*二级菜单*/
.Secondmenu {
	background:url(../img/menubg02.png) repeat-x top;
	position:absolute;
	background-color:#deebf0;
	padding-top:5px;
}
.Secondmenu a {
	color:#023990;
	line-height:20px;
	padding-left:10px;
	text-decoration:none;
}
.Secondmenu a:hover {
	text-decoration:underline;
}
.Secondmenubg {
	height:4px;
	font-size:2px;
	width:100%;
}
.top02 {
	background:url(../img/top_02.png) repeat-x top;
	height:10px;
	font-size:12px;
	text-align:center;
}
.top01 {
	background-color:#DCDCDC;
}
.top_up {
	background:url(../img/top_up.png) no-repeat;
	width:79px;
	height:10px;
	cursor:pointer;
}
.top_down {
	background:url(../img/top_down.png) no-repeat;
	width:79px;
	height:10px;
	cursor:pointer;
}
.left_bg {
	background:url(../img/left_bg.png);
}
.leftList {
	width:146px;
	margin-top:10px;
}
.leftList th {
	background:url(../img/leftList_th.png) no-repeat;
	width:146px;
	height:29px;
	color:#fff;
	line-height:29px;
}
.leftList td {
	height:40px;
	text-align:center;
}
.Loging_bgColor {background-color:#f0f0f0;}
#info{height:0px; width:0px;top:50%; left:50%;position:absolute;}
.LOGO {
	background:url(../img/logo/top_R.gif) no-repeat right;
	height:73px;
}
.bar_bg {
	/* background:url(../img/main/bar_bg.gif) repeat-x top;
	height:38px;
	padding-left:20px; */
	background:url(../img/top_bg.png) repeat-x;
	height:38px;
	padding-left:10px;
	padding-right:10px;
}
.button_blue02 a {
	color:#000000;
}
.button_blue02 a:hover {
	text-decoration:none;
}
.box01 {
	display:inline;
	width:200px;
	float:left;
}
.box02 {
	float:right;
	text-align:right;
	padding-top:5px;
	padding-right:5px;
}
.shadow_bg {
	background:url(../img/shadow_bg.gif) repeat-x top #ffffff;
	overflow: hidden;
}
.box_TOP {
	background:url(../img/img_topBG.gif) repeat-x top;
}
.box_B {
	background:url(../img/img_bgBL.gif) repeat-x bottom;
}
.theList li{
	list-style-type:none;
	list-style-image:url(../img/img_05.gif);
}
.menu_normal img {
	float:left;
}
.menu_normal a {
	color:#000000;
	display:block;
}
.menu_normal a:hover {
	color:#0a6093;
	text-decoration:none;
}
.menu_bg {
	background:url(../img/menu_bg.gif) repeat-x top;
	width:191px;
	display:none;
}
.menu_bg a {
	display:block;
}
.shadow_bg02 {
	background:url(../img/shadow_bg_02.gif) repeat-x top #ffffff;
	overflow: hidden;
}
.shadow_bg03 {
	background:url(../img/shadow_bg03.gif) repeat-x top;
	border-bottom:1px solid #ffffff;
	padding:10px;
	overflow: hidden;
}
.DIVoverflow {
	width:100%;
	height:100%;
	overflow:auto;
	padding:10px 20px;
}
.indexStyle {
	border-bottom:1px solid #dedede;
	height:28px;
	color:#2b637c;
}
.searchBox {
	background-color:#fefde1;
	border:1px solid #e6dca1;
}
.searchBox td{
	white-space: nowrap;
}
.button_gray {
	background:url(../img/button_gray.gif) no-repeat;
}
.button_add {
	background:url(../img/button_add.gif) no-repeat;
	padding-left:13px;
}
.button_del {
	background:url(../img/button_del.gif) no-repeat;
	padding-left:13px;
}
.button_modify {
	background:url(../img/button_modify.gif) no-repeat;
	padding-left:13px;
}
.button_confirm {
	background:url(../img/button_confirm.gif) no-repeat;
	padding-left:13px;
}
.button_back {
	background:url(../img/button_back.gif) no-repeat;
	padding-left:13px;
}
.margin_B10 {
	margin-bottom:10px;
}
.margin_T10 {
	margin-top:10px;
}
.text_right_B {
	text-align:right;
	font-weight:bold;
}
.currPage {
	color:#ff8c00;
	text-decoration:none;
}
.uploadfile {
	border:1px solid #c2c2c2;
	height:24px;
}
.selected {
	font-weight: bold;
}
.select_S, .select_S02,.select_S03, .select_M, .select_L {
	border: 1px solid #c2c2c2;
	height: 24px;
	left:-2px;
	top:-2px;
}
.select_S {
	width: 78px;
	clip:rect(0px,77px,23px,0px);
}
.select_S03{
	width: 100px;
	clip:rect(0px,119px,23px,0px);
}
.textarea_S{
	border: 1px solid #c2c2c2;
	width: 100%;
	height:50px;
	word-break:break-all
}
.tdStyle {
    word-break: break-all;
    word-wrap: break-word;
}
.Content {
	margin-top:30px;
}
.heading {
	font-weight:bold;
	border-bottom:2px solid #007ac3;
	height:20px;
	margin-bottom:10px;
}
.lightBlue03 {
	background-color: #f3f3f3;
}	
.submit{
	border:1px solid #B1C6FF;
	background:#CEE0F1;
	height:20px;
	width:60px;
}
.input_M3_001 {
	color:#ff0000;
	text-align:right;
	width:140px;
	height:22px;
	border-top:0px solid #b0b0b0;
	border-left:0px solid #b0b0b0;
	border-right:0px solid #c6c6c6;
	border-bottom:0px solid #c6c6c6;
	background:url(../img/input_bg.png) repeat-x top;
}
.button_toggle {
	border:0px;
	cursor:pointer;
	width:60px;
	height:23px;
}
.line_text_1 {
	height:22px;
	width:180px;
	background-color:#f9f9f9;
	font-weight:bold;
	padding-left:3px;
}
.line_text_2 {
	height:22px;
	width:250px;
	background-color:#f9f9f9;
	font-weight:bold;
	padding-left:3px;
}
.textright {
	text-align:right;
	padding-right:10px;
}
.textbold {
	font-weight:bold;
}
.listStyle02, .listStyle03 {
	border-top:1px solid #d2d2d2;
	border-right:1px solid #d2d2d2;
	border-left:1px solid #d2d2d2;
}
.listStyle02 th, .listStyle05 th {
	background-color:#c4e1fc;
	height:20px;
	text-align:left;
	padding-left:10px;
	border-bottom:1px solid #d2d2d2;
}
.listStyle02 td, .listStyle03 td {
	height:20px;
	border-bottom:1px solid #d2d2d2;
	padding-left:10px;
	padding-top:2px;
}
.input_auditor{
	width:140px;
	height:22px;
	border-top:1px solid #b0b0b0;
	border-left:1px solid #b0b0b0;
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	background:url(../img/input_bg.png) repeat-x top;
}