/* CSS Document */
html {
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	margin: 10px auto auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #393C39;
	background-image: url(../images/page-back.png);
	background-position: center;
	background-repeat: repeat-y;
}

img {
	border: none;
}

.nav_wrapper {
	background: url(../images/menu_bottom.png) no-repeat;
	width: 168px;
	display: block;
}

.nav_top {
	background: url(../images/bgmenu.png) no-repeat;
	width: 168px;
	height: 38px;
	display: block;
	margin-top: 40px;
	padding-top: 16px;
	float: left;
	clear: both;
}

.nav_top a {
	text-decoration: none;
	color: #FFFFFF;
}

.nav_bottom {
	background: url(../images/menu_bottom.png) no-repeat;
	width: 168px;
	height: 27px;
	display: block;
	float: left;
	clear: both;
}

.nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
	float: left;
	clear: both;
	background: url(../images/middmenu.png) repeat-y top left;
	width: 148px;
}

.nav li {
	width: 126px;
	float: left;
	clear: both;
	margin: 0 0 1px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 5px;
}

.nav a {
	line-height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	width: 122px;
	float: left;
	text-align: left;
	text-decoration: none;
	width: 123px;
	border-bottom: 1px dotted #000000;
	padding-left: 0px;
}

.nav li.selected {
	padding-left: 6px;
	width: 124px;
	background-color: #A8AFB3;
}

.nav li.selected a {
	color: #000000;
	font-weight: bold;
	text-align: left;
	width: 117px;
	padding-left: 6px;
}

.menutop {
	background: url(../images/bgmenu.png) no-repeat;
	width: 168px;
	height: 38px;
	display: block;
	margin-top: 40px;
	padding-top: 16px;
}

.menutop a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
}

.menumiddle {
	background: url(../images/middmenu.png) repeat-y;
	width: 168px;
	display: block;
}

.menumiddle a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	padding: 10px 0 4px 0;
	display: block;
	border-bottom: 1px dotted #000000;
	margin: 0 20px 0 30px;
}

.active a {
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	padding: 6px 0 0px 10px;
	margin: 0px 0 0 12px;
	border: none;
	background: url(../images/activemenu.png) no-repeat;
	width: 122px;
	height: 20px;
}

.active a:hover {
	color: #000000;
}

.menubottom {
	background: url(../images/menu_bottom.png) no-repeat;
	width: 168px;
	height: 27px;
	display: block;
}

.submenu a {
	color: #8496A5;
	float: left;
	width: 80px;
	height: 16px;
	margin: 0px 8px 8px 8px;
	border-bottom: 1px dotted #8496A5;
	padding: 2px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.tabs a {
	color: #5A8ABD;
}

.loginheader {
	height: 80px;
	display: block;
	padding-top: 60px;
	background-color: #F7F7F7;
}

.loginbox {
	background: url(../images/loginbk.png);
	border: none;
	width: 426px;
	height: 148px;
	display: block;
}

.input,select {
	border: 1px solid #181818;
	background-color: #FFFFFF;
	width: 225px;
	height: 24px;
}

.textarea {
	border: 1px solid #181818;
	background-color: #FFFFFF;
	width: 500px;
	height: 120px;
}

#subscribers_text {
	width: 636px;
}

.login {
	background: url(../images/login.png);
	border: none;
	width: 95px;
	height: 30px;
	display: block;
	cursor: pointer;
}

.Btn {
	width: 95px;
	height: 30px;
	cursor: pointer;
	margin-right: 5px;
}

.Btn:hover,.Btn:active {
	background-position: bottom left;
}

.sysMessage {
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 45px;
}

.sysMessage img {
	float: left;
}

.pages {
	font-size: 12px;
	padding: 3px 6px 3px 6px;
	border: 1px solid #999;
	background-color: #eff0ec;
	margin: 4px;
	text-align: center;
}

.pages:hover {
	background-color: #333;
	color: #CCC;
}

a {
	color: #333;
}