@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}
body{
	margin:0;
	font-size:12px;
	color:#333;
	text-align:center;
}
ul,li{
	list-style:none;
}
.spanright span{
	float:right;
}
img{
	border:0;
	vertical-align:middle;
	display:inline;
}
.clear{
	clear:both;
}
.overflowellipsis {
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-moz-binding: url('ellipsis.xml#ellipsis');
	-webkit-text-overflow: ellipsis;
	width: 100%; 
}
a{
	color:#007440;
	text-decoration:underline;
}
a:hover{
	color:#f60;
}
input{
	line-height:18px;
	height:18px;
	vertical-align:middle;
}
.buttons{
	background:url(../images/controlA.gif);
	font-size:14px;
	font-weight:700;
	width:129px;
	display:inline;
	line-height:30px;
	height:30px;
	border:0;
	color:#007440;
	margin:0 2px;
	cursor:pointer;
}
.control a{
	background:url(../images/controlA.gif);
	font-size:14px;
	font-weight:700;
	width:129px;
	line-height:30px;
	height:30px;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	margin-top:5px;
}
.control a:hover{
	color:#fff;
	background:url(../images/controlB.gif);
}

.tipsuccess {
	text-align: center; 
	color: #f00; 
	font-size: 14px; 
	font-weight: 700; 
	line-height: 25px; 
}

/* 头部菜单样式 */
#header {
	text-align:left;
	width:100%;
	height:100px;
	background:url(../images/logo.jpg) no-repeat 0 3px;
}    

#customerheader {
	text-align:left;
	width:100%;
	height:100px;
	background:url(../images/customerlogo.jpg) no-repeat 0 3px;
}    

.NavigationLine {
	width:100%;
	background:#007a4b;
	font-size:0;
	height:2px;
}
.memberinfo {
	padding:10px 20px 0 358px;
	height:53px;
}
.memberinfo strong {
	font-size:14px;
}
.nav {
	height:34px;
	background:url(../images/menubg.jpg) repeat-x;
}
.nav span {
	padding:5px 20px 0 0;
}
a.logoutbutton {
	display:block;
	background:url(../images/buttonsA.gif);
	width:89px;
	line-height:24px;
	color:#007440;
	font-weight:700;
	text-align:center;
	text-decoration:none;
}
a.logoutbutton:hover {
	color:#fff;
	background:url(../images/buttonsB.gif);
}


/* 菜单样式 */
ul.WDF_MainMenu a{
	color: #007440;
	}
ul.WDF_MainMenu a:hover{
	color: #007440;
}
ul.WDF_Menu, ul.WDF_Menu ul {
	width: 125px;
	border: 0px none activeborder;
	background-color: #ffffff;
	padding-left: 0px;
	border-top: 1px solid #8dae23;
}
ul.WDF_Menu li {
	width: 120px;
	color: #007440;
	border: 1px solid #8dae23;
	border-top: 0px none #8dae23;
	background-color: #ffffff;
	padding-left: 5px;
}
ul.WDF_Menu li > ul {
	left: 125px;
	top:-1px;
}
ul.WDF_Menu li:hover, ul.WDF_Menu li.WDF_MenuItemMoveOver {
	width: 120px;
	background-color: #e7fcaf;
	color: #007440;
}
ul.WDF_Menu ul {
	_left: 120px;
	_top: -1px;
}
ul.WDF_MainMenu {
	height: 34px;
	border: 0px none #ffffff;
	background-color: transparent;
	font-size: 14px;
	font-weight: 700;
	color: #007440;
}
ul.WDF_MainMenu > li {
	float: left;
	line-height: 34px;
	height: 34px;
	display: block;
	padding: 0px 15px;
}
ul.WDF_MainMenu > li > ul {
 *top: 34px;
	margin-top:-1px;
}
ul.WDF_MainMenu > li:hover {
	background-color: transparent;
	color: #007440;
	background: url(../images/menuselect.jpg) repeat-x;
}
ul.WDF_MainMenu li, ul.WDF_MainMenu li.WDF_MenuItemMoveOver {
	_color: #007440;
	_padding: 0px 15px;
	_float: left;
	_line-height: 34px;
	_height: 34px;
	_display: block;
}
ul.WDF_MainMenu li.WDF_MenuItemMoveOver {
	_color: #007440;
	_background: url(../images/menuselect.jpg) repeat-x;
}
ul.WDF_MainMenu li li.WDF_MenuItemMoveOver {
	_color: #007440;
	_background:none;
	_background-color: #e7fcaf;
}
ul.WDF_MainMenu ul {
	_width: 120px;
	_top: 33px;
}
ul.WDF_MainMenu ul ul {
	_left: 150px;
	_top: -1px;
}
ul.WDF_Menu li a, ul.WDF_MainMenu li a {
	color: #007440;
	text-decoration: none;
}
ul.WDF_Menu li:hover > a, ul.WDF_MainMenu li:hover > a, ul.WDF_Menu li a:hover, ul.WDF_MainMenu li a:hover {
	color: #007440;
	_color: #007440;
}
ul.WDF_Menu li.WDF_MenuItemMoveOver {
	color: #007440;
	_background-color: #e7fcaf;
}
/* 底部样式 */
#footer {
	text-align:left;
}
.footinfo {
	height:60px;
	padding:10px 20px 0 20px;
	color:#666;
}
.footinfo a {
	color:#666;
	text-decoration:none;
}
.footinfo a:hover {
	color:#007440;
	text-decoration:underline;
}
.footinfo span {
	line-height:18px;
	font-family:Tahoma, Geneva, sans-serif;
}
