@charset "UTF-8";
/* CSS Document */
html,body{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	width:100%;
    height:100%;
	background-color:#4080a0;
}

td{
	font-size:14px;
}

iframe {
	scrolling: no;
	noresize: noresize;
	width: 100%;
	height: 100%;
	border: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #D9F0FC;
	}

span{
		cursor: pointer;
	}


.LoginBG{
	background: url(http://www.lixinfanglei.com/imagesGFVKJHdeKL/main.jpg) no-repeat center center;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lixinfanglei.com/imagesGFVKJHdeKL/main.jpg',  sizingMethod='scale');
	background-size: 100% 70%; 
	-moz-background-size: 100% 70%; 
	-o-background-size: 100% 70%; 
	-webkit-background-size: 100% 70%; 
}

.LoginTAB{
	min-width:1024px !important;
	min-height:800px !important;
	width:expression_r(document.body.clientWidth < 1024 ? "1024px": "auto" ); 
    height:expression_r(document.body.clientHeight < 800 ? "800px":"audo");
	width:100%;
	height:100%;
	}

.LoginW{
	min-width:30px !important;
	width:expression_r(document.body.clientWidth > 2000 ? "20%": "30px" );
	}

.BGroup{
	position: absolute;
	background-color:#e0e0e0;
	width: 100%;
	left: 0px; 
	top: 0px;
	filter:alpha(Opacity=100);
	-moz-opacity:0.5;
	opacity: 0.5;
	}
	
.SearchWin{
	position: absolute; 
	width: 500px; 
	height: 250px; 
	left: 110px; 
	background-color:#ddcccc;
	}

.MenuTitle{
	font-weight: bold;
	font-size:18px;
	color: #FFFF00;
	text-align: center;
	cursor: pointer;
	background-color: #399;
	height: 45px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #FFFFFF;
	}
	
.MainItem{
	font-weight: bold;
	font-szie: 18px;
	color: #000000;
	text-align: center;
	cursor: pointer;
	background-color: #E6E6E6;
	height: 35px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF #000000 #000000 #FFFFFF;
	}

.MainItemSel{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	text-align: center;
	cursor: pointer;
	background-color: #2FACF5;
	height: 40px;
	border-width: 1px;
	border-style: solid;
	// border-color: #006600 #000000 #FFFFCC;
	border-color: #FFFFFF #000000 #000000 #FFFFFF;
	}

.SubItem{
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	color: #069;
	background-color: #F3F8FC;
	height: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF #000000 #000000 #FFFFFF;
	}

.SubItemSel{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #F60;
	background-color: #DAE7F3;
	height: 30px;
	border-width: 1px;
	border-style: solid;
	//border-color: #006600 #FFFFCC #FFFFFF #000000;
	border-color: #FFFFFF #000000 #000000 #FFFFFF;
	}
		
.SmTable{
	text-align: center;
	width: 100%;
	border: 0;
	border-collapse:collapse;  
	border-spacing:0;  
	padd:expression(this.cellPadding=0);  
	}

.TableTitle{
	 height:30px;
	 color:#000000;
	 background-color:#F3F8FC;
	 font-size:14px;
	 font-weight:bold;
	 text-align:center;
	 border-bottom-width: 1px;
	 border-bottom-style: solid;
	 border-color: #000000;
	}

.ListMOver{
	background-color:#FFFFAA;
	}

.ListMOut{
	background-color:#FFFFF5;
	}


.InputBox{
	border-style:solid;
	border-top-width:0;
	border-left-width:0;
	border-right-width:0;
	border-bottom-width:1px;
	font-size:12px;
	background:Transparent;
	}

.ButtonBox{
	width: 35px;
	height: 20px;
	background-color: #33CCFF;
	margin-left: 10px;
    margin-right: 10px;
	padding-top: 3px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #99FFFF #006600 #006600 #99FFFF;
	}

.InputBoxMain{
	border-style:none;
	border-top-width:0;
	border-left-width:0;
	border-right-width:0;
	border-bottom-width:0px;
	background-color:#FFF;
	font-size:18px;
	width:90%;
	height:30px;
	}

.BtnMain{
	font-size:18px;
	font-weight:bold;
	background-color: #33CCFF;
	margin-left: 20px;
    margin-right: 20px;
	padding-top: 8px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 8px;
	border-width: 1px;
	border-style: solid;
	border-color: #99FFFF #006600 #006600 #99FFFF;
	border-radius: 4px;
	}
	
.TDMain{
	font-size:18px;
	height:40px;
	font-weight:bold;
	background-color:#fff;
	text-align:center;
	border: 1px solid #F0F1F1;
    border-radius: 5px;
    margin: 0 20px;
	-webkit-box-shadow:0px 3px 3px #c8c8c8 ;
	-moz-box-shadow:0px 3px 3px #c8c8c8 ;
	box-shadow:0px 3px 3px #c8c8c8 ;
	}
	
.VaildMain{
	cursor:pointer;
	border-radius: 8px;
	margin: 0 20px;
	-webkit-box-shadow:0px 3px 3px #c8c8c8 ;
	-moz-box-shadow:0px 3px 3px #c8c8c8 ;
	box-shadow:0px 3px 3px #c8c8c8 ;
	}

.DialogBox{
	width:100%;
	border:0;
	border-collapse:collapse;
	border-spacing:0;
	background-color: #F0F0F0;
	border-width: 1px;
	border-style: solid;
	border-color: #fff #000 #000 #fff;
	}
.file{
	position:absolute; 
	top:0; 
	right:80px; 
	width:260px 
	height:24px; 
	filter:alpha(opacity:0);
	opacity: 0;
	}
.MainBGX{
	margin-left:auto;
	margin-right:auto;
	background:url(../../imagesGFVKJHdeKL/main.jpg);
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
	border:1px solid #ccc;
	padding:15px;
	-moz-background-size:100% 100%;
	background-size:100% 100%;
}

.HeadBG{
	margin-left:auto;
	margin-right:auto;
	background:url(../../imagesGFVKJHdeKL/BANNERA.jpg);
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
	border:0px solid #ccc;
	padding:15px;
	-moz-background-size:100% 100%;
	background-size:100% 100%;
}

.HeadBGX{
	background: url(http://www.lixinfanglei.com/imagesGFVKJHdeKL/BANNERA.jpg) no-repeat center center;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lixinfanglei.com/imagesGFVKJHdeKL/BANNERA.jpg',  sizingMethod='scale');
	background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	-webkit-background-size: cover; 
}