﻿/*六合一登陆页面标准样式表 默认 by duhu 2008-1-15*/
body{
	font-size: 12px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
div{
	padding: 0px;
}
ul{
	margin: 0px;
	padding: 0px;
}
li{
	list-style: none;
}
a:link,a:visited{
	color: #0C75C6;
}
a:hover{
	color: #000;
}
.LoginTextBox{
	border: 1px solid #5D97CD;
	background: #F5FEFF;
	height: 16px;
	width: 180px;
	font-size: 12px;
}
.WLong{
			
}
.WMiddle{

}
.WShort{
	width: 60px;
}

#Header{
	margin: 0px auto;
	background: #2B9DFC url("images/topbg.gif") right top no-repeat;
	width: 960px;
	height: 64px;
	border-bottom: 1px solid #666;
	margin-bottom: 8px;
}
	#Header #CompanyName{
		margin-top: 12px;
		font-size: 30px;
		font-weight: bold;
		font-family: '黑体';
		color: #F00;
	}
	#Header #CompanyName span{
		font-family: '宋体';
		font-size: 14px;
		color: #000;
		font-weight: bold;
	}
#Main{
	width: 960px;
	margin: auto;
}
	#MainLeft{
		float: left;
		width: 303px;
		height: auto;
	}
	#MainRight{
		float: right;
		width: 645px;
	}
	#LoginBox{
		width: 303px;
		margin: auto;
	}
		#LB_Top,#FX_LB_Top{
			background: transparent url("images/login_top.gif") left top no-repeat;
			width: 223px;
			height: 48px;
			color: #F5F5F5;
			padding: 6px 0px 0px 80px;
		}
		/*如果分销商登陆用的是图片的话*/
		#FX_LB_Top
		{
			background: transparent url("images/yx_login01sel.gif") left top no-repeat;
		}
		#LB_Content{
			background: transparent url("images/login_bg.gif") left top repeat-y;
			width: 303px;
			height: 140px;
			border: 0px solid #000;
		}
			#LB_Content ul li{
				margin-bottom: 5px;
			}
			#LB_Content ul li label{
				width: 80px;
				text-align: right;
				display: block;
				float: left;
				margin-top: 5px;
			}
			#LB_Content #LoginVerWord{
				margin-left: 5px;
				margin-bottom: -7px;
				*margin-bottom: -4px;	/*IE7 Hack*/
				height: 20px;
			}
			#LoginBtn{
				padding: 0px;
				border: 0px;
				background: transparent url("images/login_button.gif") left top no-repeat;
				width: 132px;
				height: 32px;
				color: #FFF;
				font-size: 12px;
				font-weight: bold;
				margin-left: 40px;
			}
			#LB_Content ul #ChangeLogin
			{
				margin-left: 40px;
				display:block;
			}
			#LB_Content ul #ChangeLogin a{
				color: #F00;
				font-size: 16px;
				font-weight: bold;
			}
			#LB_Content ul #ChangeLogin span a
			{
				color: #0C75C6;
				font-size: 12px;
				font-weight: lighter;
				padding-left: 12px;
			}
		#LB_Bottom{
			background: transparent url("images/login_bottom.gif") left top no-repeat;
			height: 10px;
		}
	#NewNotes{
		width: 303px;
		height: 100px;
	}
		#NN_Top{
			background: transparent url("images/note_top.gif") left top no-repeat;
			width: 263px;
			height: 26px;
			margin-top: 10px;
			color: #222;
			padding: 6px 0px 0px 40px;
			font-size: 14px;
			font-weight: bold;
		}
		#NN_Content{
			border: solid #DDDDDD;
			border-width: 0px 1px;
			height: 180px;
		}
			#NN_Content ul li{
				background: transparent url("images/yx_arrow2.gif") left center no-repeat;
				margin: 0px 10px;
				padding: 5px 12px;
				border-bottom: 1px dotted #CCC;
			}
			#NN_Content ul li a{
				color: #000;
				text-decoration: none;
			}
			#NN_Content ul li a:hover{
				color: #0873C6;
				text-decoration: underline;
			}
			#NN_Content ul li span{
				color: #666;
				float: right;
				margin-top: -15px;
			}
		#NN_Bottom{
			background: transparent url("images/note_bottom.gif") left top no-repeat;
			height: 4px;
		}
	#CompanySummary{
		display: none;
	}
		#CS_Top{
			display: none;
		}
		#CS_Content{
			display: none;
		}
			#CompanySummary #CompanyLogo{
				display: none;
			}
			#CompanySummaryContent{
				display: none;
			}	
		#CS_Bottom{
			display: none;
		}
	#SystemSummary{
		width: 640px;
		height: auto;
	}
		#SS_Top{
			display: none;
		}
		#SystemSummary .SysItem{
			margin: 0px;
			height: 116px;
			width: 50%;
			float: left;
			border-bottom: 1px dashed #8E9DAB;
		}
		#SystemSummary .SysItem h3{
			font-size: 14px;
			padding: 0px 14px;
			margin: 20px 0px 5px 130px;
			background: transparent url("images/yx_arrow.gif") left center no-repeat;
			
		}
		#SystemSummary .SysItem h3 a
		{
			font-size: 14px;
			color: #05448B;
		}
		#SystemSummary .SysItem span{
			margin: 0px 0px 5px  130px;
			display: block;
		}
			#LineAdmin{
				background: transparent url("images/sptgl.gif") left top no-repeat;
			}
			#OrderAdmin{
				background: transparent url("images/yx_rk02.gif") left top no-repeat;
			}
			#DispatchCenter{
				background: transparent url("images/yx_rk03.gif") left top no-repeat;
			}
			#FinanceAdmin{
				background: transparent url("images/yx_rk04.gif") left top no-repeat;
			}
			#TeamAdmin{
				background: transparent url("images/tdzt.gif") 18px center no-repeat;
			}
			#ArrangeCenter{
				background: transparent url("images/apzx.gif") 12px center no-repeat;
			}
			#CustomerAdmin{
				background: transparent url("images/yx_rk05.gif") left top no-repeat;
			}
			#SystemAdmin{
				background: transparent url("images/yx_rk06.gif") left top no-repeat;
			}
			#AppreciationOrder{
				background: transparent url("images/yx_rk07.gif") left top no-repeat;
			}
			#TCHelper{
				background: transparent url("images/yx_rk08.gif") left top no-repeat;
			}
	#SystemAds
	{
		clear: both;
		position: relative;
		top: -130px;
		_top: -115px;
		left: -313px;
		border: 0px solid #000;
		width: 300px;
	}
	
		/*分销商部分*/
			#FX_SystemSummary .SysItem{
				margin: 20px 0px;
				height: 180px;
				width: 48%;
				float: left;
				border-bottom: 1px dashed #8E9DAB;
			}
			#FX_SystemSummary .SysItem h3{
				font-size: 14px;
				padding: 0px 14px;
				margin: 10px 0px 5px 110px;
				background: transparent url("images/yx_arrow.gif") left center no-repeat;
			}
			#FX_SystemSummary .SysItem h3 a
			{
				font-size: 14px;
				color: #05448B;
			}
			#FX_SystemSummary .SysItem span{
				margin: 0px 0px 5px 110px;
				display: block;
			}			
				#FX_LineAdmin
				{
					background: transparent url("images/fx_pic01.gif") left top no-repeat;
				}
				
				#FX_OrderAdmin
				{
					background: transparent url("images/fx_pic02.gif") left top no-repeat;
				}
				#FX_DispatchCenter
				{
					background: transparent url("images/fx_pic03.gif") left top no-repeat;
				}
				#FX_FinanceAdmin
				{
					background: transparent url("images/fx_pic04.gif") left top no-repeat;
				}
				
		#FX_SystemAds
		{
			clear: both;
			position: relative;
			top: 30px;
			_top: 0px;
			left: -313px;
			border: 0px solid #000;
			width: 300px;
		}
		/*分销商部分*/
#Footer
{
	clear: both;
	margin: auto;
	border-top: 6px solid #E3E3E3;
	padding: 20px 0px;
	text-align: center;	
	width: 960px;
}