﻿/*body
{
	height: 100%;
	margin: 0;
	font-size: 12px;
	background: #F3F3F3;
}*/
#controlmenu
{
	width: 166px;
	background: #EEEEEE;
	height: 100%;
	float:left;
	margin-top:20px;
	margin-bottom:10px;
	border-top:solid 1px #c0c0c0;
	border-right:solid 1px #c0c0c0;
	border-bottom:solid 1px #c0c0c0;
	overflow: hidden;
}
div#controlmenu div a
{
	padding: 5px 0 5px 40px;
	height:15px;
	border: #eee 1px solid;
	text-decoration: none;
	display: block;
	color: #636363;
}
div#controlmenu div a:link
{
	color: #595989;
}
div#controlmenu div a:visited
{
	color: #595989;
}
div#controlmenu div a:hover
{
	color: #ff0000;
	background: #E4E4E4;
	border: #999999 1px solid;
}
div#controlmenu div a:active
{
	color: #595989;
}
.spanstyle
{
	background: #E0E0E0;
	border-top: 1px solid #FFFFFF;
	border-left: 6px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	width: 166px;
	height: 28px;
	display: block;
	line-height: 25px;
	padding-left: 25px;
	padding-top:5px;
}
#admHome
{
	background:url("../images/icoAdmHome.gif") 3% 50% no-repeat;
}
#admLog
{
	background:url("../images/icoAdmLog.gif") 3% 50% no-repeat;
}
#admComm
{
	background:url("../images/icoAdmComm.gif") 3% 50% no-repeat;
}
#admUser
{
	background:url("../images/icoAdmUser.gif") 3% 50% no-repeat;
}
#admMessage
{
	background:url("../images/icoAdmMessage.gif") 3% 50% no-repeat;
}
#admServer
{
	background:url("../images/icoAdmServer.gif") 3% 50% no-repeat;
}
#admPhotoes
{
	background:url("../images/icoAdmImg.gif") 3% 50% no-repeat;
}

div#controlmenu div .dd
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: #eee;
	border-top: 1px solid #fff;
	border-left: 5px solid #e0e0e0;
	padding-right: 2px;
}
#admcontentcontainer
{
	float:left;
	height:790px;
	width: 713px;
	margin: 20px 0px 30px 10px;
	padding: 0px;
	border:solid 1px #c0c0c0;
}
#subadmcontent
{
	width: 700px;
	float: left;
	display: inline;
	margin: 5px 35px 60px 10px;
	padding: 0px;
}
/*
#logincontent
{
	width: 920px;
	float: left;
	display: inline;
	margin: 38px 35px 60px 5px;
	padding: 0px;
}*/
.loginback
{
	width: 652px;
    background-image: url("../images/login_middle.gif");
    background-position: center;
    background-repeat: repeat-y;
    margin: auto;
    margin-top: 160px;
}
.loginhead {
    background-image: url("../images/login_top.gif");
    background-position: top;
    background-repeat: no-repeat;
    padding: 30px 40px;
}
.loginlogo
{
	margin-left:60px;
    padding-right: 80px;
    float: left;
}
.txtboxwidth
{
	width:148px;
}
.codeboxwidth
{
	width:76px;
}
#login p
{
	padding-left: 265px;
}
.buttonspace
{
	margin-left:30px;
}
.loginback #footer {
    background-image: url("../images/login_bottom.gif");
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 20px;
    padding-left: 280px;
}
 .fontcolor
 {
 	color:#ff0000;
 	margin:10px 10px 10px 20px;
 	font-size:14px;
 }
 .m_table
 {
 	border-collapse:collapse;
 	margin:20px auto;
 	width:600px;
 	text-align:center;
 	border:1px #C0C0C0
 }
 .m_table th
 {
 	background-color:#EEEEEE;
 	font-size:15px;
 }
 .m_table th, .m_table td
 {
 	border:1px solid #cecfce;
 	padding:5px;
 	height:20px;
 }
 .m_table td
 {
 	font-size:14px;
 }
  .m_table .xuhao
 {
 	width:12%;
 }
 .m_table .name
 {
 	width:32%;
 }
 .m_table .count
 {
 	width:32%;
 }
 #addca
 {
 	width:600px;
 	margin:30px auto;
 }
 #test
 {
 	color:Red;
 	text-align:center;
 	margin-top:5px;
 	font-size:14px;
 }
