body, html{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: verdana, sans-serif;
	font-size: 12px;
	background-image: url(/img/manage/bg_manage.jpg);
	color: #333;
}

a {
	color: #cc6600; text-decoration: none; font-weight: bold
}
a:link {
	color: #cc6600; text-decoration: none; font-weight: bold
}
a:visited {
	color: #cc6600; text-decoration: none; font-weight: bold
}
a:hover {
	color: #666; text-decoration:none; font-weight: bold
}

#horizon{
	width: 100%;
	height: 100%;
}

#header{
	width:785px;
	height:70px; 
	background-image: url(/img/manage/bg_header.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-align:left;
	margin: 0 auto;
}

#container{
	width: 785px;
	margin: 0 auto;
}

#alpha{
	width: 215px;
	float: left;
}

#delta{
	width: 570px;
	float: left;
}

#epsilon{
	width: 785px;
	float: left;
}

#content{
	width: 570px;
	background-image: url(/img/manage/bg_delta.png);
	background-position: top;
}

#epsilon #content{
	width: 785px;
	background-image: url(/img/manage/bg_epsilon.png);
}

#epsilon .divider_bar{
	width: 785px;
}

#footer{
	clear: both;
	width: 570px;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	color: #333;
	background-image: url(/img/manage/bg_delta.png);
	background-position: bottom;
	min-height: 20px;
}

#epsilon #footer{
	width: 785px;
	background-image: url(/img/manage/bg_epsilon.png);
}

.sidebar_container {
	width:215px;
	/*height:500px;*/
	margin:0; 
	padding:0;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(/img/manage/bg_sidebar.png);
}

.sidebar_header{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 9px 0 5px 0;
}

.sidebar_footer{
	background-image: url(/img/manage/bg_sidebar.png);
	background-repeat: no-repeat;
	width:215px;
	height:30px;
	margin:0; 
	padding:0;
	background-position: bottom;
	text-align: center;
	font-size: 10px;
	cursor:pointer;
	color:#fff;
}
.sidebar_footer .buffer{
	padding-top:3px;
}
.sidebar_footer a{
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

.errorMsg{
	width:100%;
	text-align: center;
}
.errorMsg .message, .error-message{
	font-size: 10px;
	font-weight: bold;
	color: red;
}

.altrow{
	background-color: #e9e9e9;
}
h1{
	padding: 5px;
	margin:0;
	color: #cc6600;
}
.divider_bar{
	width:565px;
	height:5px;
	background-color:#cc6600;
	margin:5px 0;
}

ul{
	margin:0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}
li{
	/*margin:0;*/
	padding-bottom: 10px;
}
li ul{
	padding-left: 10px;
}
li li{
	font-weight: normal;
	padding-bottom: 5px;
	font-size: 10px;
}
li li a{
	font-size: 12px;
}
form, .grid{
	padding:5px 10px 5px 5px;
}
fieldset{
	margin-bottom: 15px;
}
legend{
	font-weight: bold;
}
label{
	font-weight: bold;
	font-size: 10px;
}
input[type=button],input[type=submit]{
	background-color: #cc6600;
	color: #fff;
	font-weight: bold;
}
.pager_info{
	text-align:left;
	font-size:10px;
	color:#333;
	padding-left:5px;
}
