﻿html,body,form
{
	height:100%;
	margin-left:0px;
	margin-top:0px;
}

table
{
	text-align:center;
	border-color:Gray;
	border-width:1px;
	border-style:solid;
}

thead
{
	border:solid 1px gray;
	background-color:#999999;
	font-size:14px;
	font-weight:600;
}

tbody
{
	border:solid 1px gray;
	background-color:#cccccc;
	font-size:12px;
}

td
{
	border:solid 1px gray;
}


/*后台管理登陆*/
#loginBody
{
	background-color:Black;
	background-image:url("../images/loginimg.jpg");
	background-repeat:no-repeat;
	height:100%;
	width:100%;
}

#usernameBox
{
	top:230px; left:380px; position:absolute;
}

#passwordBox
{
	top:260px; left:380px; position:absolute;
}

#button
{
	top:300px; left:420px; position:absolute;
}

.loginBoxWidth
{
	width:120px;
	border-color:Black;
	border-style:solid;
	border-width:1px;
	margin-left:5px;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
}

/*后台管理菜单栏*/

#menu
{
	background-image:url('../images/ManageMenuBg.gif');
	width:170px;
	height:100%;
	float:left;
	margin-left:0px;
	margin-top:0px;
}

.BlackAquaBar
{
	background-image:url('../images/ManageBlackAquaBar2.gif');
	width:100px;
	height:20px;
	font-weight:bold;
	color:White;
	font-size:12px;
	text-align:center;
	line-height:20px;
	margin-left:30px;
	margin-top:20px;
	letter-spacing:2px;
}

#WebSiteManageSystemTitle
{
	margin-left:30px;
	margin-top:60px;
}

#username
{
	width:100px;
	color:Lime;
	text-align:center;
	margin-left:30px;
}

#logoutlink
{
	color:Gray;
}

#logout
{
	width:100px;
	font-size:12px;
	text-align:center;
	margin-left:30px;
}



.GrayBg
{
	width:80px;
	color:White;
	font-size:12px;
	background-color:Gray;
	margin-left:30px;
	padding-left:20px;
}

/*主体内容*/
.content
{
	width:100%;
	height:100%;
	float:left;
}

.contentTitle1
{
	background-image:url("../images/ManageBlackAquaBar3.gif");
	height:22px;
	width:800px;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:20px;
	float:left;
	color:White;
	text-align:center;
	padding-top:3px;
}

.contentTitle2
{
	background-image:url("../images/ManageBlackAquaBar3.gif");
	height:20px;
	width:800px;
	margin-top:5px;
	margin-left:5px;
	color:White;
	text-align:center;
	padding-top:4px;
	font-weight:600;
	font-size:14px;
}

.contentMain
{
	float:left;
}

.baseTableStyle
{
	width:800px;
	margin-left:5px;
}

#afficheDiv
{
	width:790px;
	margin-left:2px;
}

.basenavstyle
{
	height:22px;
	background-color:#AAAAAA;
	text-align:center;
	margin-left:5px;
	width:800px;
}


/*other*/
.listStyle
{
	margin:0px;
	padding:0px;
}

a:link
{
	color:#FFFFFF;
	text-decoration:none;
}
a:visited 
{
	color:#FFFFFF;
	text-decoration:none;
}
a:hover 
{
	color:#A7D5F8;
	text-decoration: none;
}
a:active 
{
	color:#A7D5F8;
	text-decoration: none;
}