﻿body
{
    font-family:Arial,Helvetica,sans-serif,"宋体"; word-break:break-all; line-height:22px; font-size:14px; margin:0;
}
#EaglesoftAjaxLoading
{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;top:0px;
	display:none;
	z-index:10001;
	overflow:hidden;
	background:url('../IMG/EgAreaLoading.gif') no-repeat center center;
}
#EgShadow
{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;top:0px;
	display:none;
	z-index:10001;
	overflow:hidden;background-color:#FFFFFF;filter:alpha(opacity=0);opacity:0;
}
a img{border:none;}
a{text-decoration:none;cursor:pointer}
a:link{color:#000000}
a:visited{color:#004276}
a:hover{text-decoration:underline;color:#ba2636}

.textbox
{
	font-size: 9pt;
    line-height:16px;
    height: 18px;
    width:120px;
	border:solid 1px #d1d5d8;background-color:#ffffff;
}
.button
{
	height:23px;border:solid 1px #d1d5d8;text-align:center;line-height:20px;overflow:hidden;cursor:pointer;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#fffeff,endColorStr=#eeeeee);
	background:-moz-linear-gradient(top,#fffeff,#eeeeee);/*火狐*/
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fffeff), to(#eeeeee));/*谷歌*/
	background: -o-linear-gradient(top, #fffeff 0%,#eeeeee 100%);/*opera*/
}
.buttonChange
{
	height:23px;border-width:0px;text-align:center;line-height:20px;overflow:hidden;cursor:pointer;
	background:url('../IMG/buttonchange.jpg') no-repeat right bottom;width:135px;
}

.buttonChangedate
{
	height:23px;border-width:0px;text-align:center;line-height:20px;overflow:hidden;cursor:pointer;
	background:url('../IMG/timechange.jpg') no-repeat right bottom;width:125px;
}
/*登陆信息样式*/
#div_logininfo
{
	width:100%;
	height:30px;
	text-align:center;
	
	margin:auto;
}
/*页面主体样式*/
#div_main
{
    width:960px;margin-left:auto;margin-right:auto;margin-top:8px;margin-bottom:8px;overflow:hidden;
}
/*页头样式*/
#div_head
{
    width:960px;margin-left:auto;margin-right:auto;
}
/*页脚样式*/
#div_foot
{
    width:960px;margin-left:auto;margin-right:auto;
}