/* CSS Fenix */
* {
	margin:0; padding:0;
	font-size:100%;
}

img {
	border:0;
}

body{
	background:url(../images/body-tail.gif) left top repeat-x #a0a0a1;
	text-align:center;
}

.center { 
	width:888px;
	margin:0 auto; 
	text-align:left;
}

.main { 
	width:888px;
	float:left;
	margin:0 auto; 
	text-align:left;
	background-color:#fafafa;
}

#on a:link { text-decoration: none; color:#F00; }
#on a:visited { text-decoration: none; color:#F00; }
#on a:hover { text-decoration: none; color:#000; }

a:link { text-decoration: none; color:#7F7F7F; }
a:visited { text-decoration: none; color:#7F7F7F; }
a:hover { text-decoration: none; color:#000; }


.header {
	float:left;
	height:102px;
	widows:888px;
}

.logo {
	float:left;
	height:102PX;
	width:258px;
}



.content {
	float:left;
	width:888px;
}

#menu {
	float:left;
	width:150px;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	border-style:solid;
	border-color:#d0d0d0;
	border-width:1px;
	background-color:#FFF;
}

#menu  ul {
	margin:15px;
	float:left;
	padding:0;
	list-style:none;
}

#menu  ul  li {
	display:inline;
	padding:0px;
	list-style:none;
	float:left;
}

.textBox {
	float:right;
	width:678px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
	border-style:solid;
	border-color:#d0d0d0;
	border-width:1px;
	background-color:#FFF;
}

.textBox2 {
	float:right;
	width:678px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
}

.textBoxHeader {
	margin:15px;
	float:left;
	width:640px;
	height:50px;
}

.textBoxContent {
	float:left;
	width:640px;
	height:26px;
}

.textBoxTitle {
	float:left;
	width:470px;
	height:26px;
}

.textBoxOperation {
	float:right;
	width:168px;
	height:26px;
	text-align:right;
}

#footer { 
	height:24px;
}

/* Smenqme headerPic */
.headerPic {
	float:left;
	height:102px;
	width:630px;
	background-image:url(../images/cms-header.jpg);
}

.blankSpace {
	float:left;
	height:70px;
	width:630px;
}

.logoutSpace {
	float:right;
	text-align:right;
	height:30px;
	width:630px;
}


.loginContent {
	width:848px;
	height:400px;
	margin-left:auto;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:auto;
	border-style:solid;
	border-color:#d0d0d0;
	border-width:1px;
	background-color:#FFF;
}

.loginBox {
	width:200px;
	height:180px;
	margin-left:auto;
	margin-top:100px;
	margin-bottom:auto;
	margin-right:auto;
	border-style:solid;
	border-color:#ccc;
	border-width:1px;
	background-color:#E8E8E8;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666;
}

.logoutSpace a:link { text-decoration: none; color:#7F7F7F; }
.logoutSpace a:visited { text-decoration: none; color:#7F7F7F; }
.logoutSpace a:hover { text-decoration: none; color:#fcfcfc; }

.submit {
	border:1px solid #aba8a8; 
	background:#D3D3D3; 
	text-transform:uppercase; 
	color:#4d4d4d; 
	font-weight:bold;
	font-size:10px;
	padding:2px 16px 3px 14px; 
	height:22px; width:60px; 
	cursor:pointer; 
	float:left; 
	margin-top: 5px;
}

input {
	width:135px; 
	color:#666; 
	border:1px solid #8a8a8a; 
	height:15px; 
	line-height:14px; 
	font-size:11px; 
	padding:2px 2px 0px;
	margin-bottom:5px;
	float:left;
}

.submit:active {background:#cacaca; }