body{
	background: #d9d9d9;
}
.home{
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 0 3px rgba(0, 0, 0, 0.12);
}
.btn{
	line-height: 0.8em;
	font-size: 14px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	display: inline-block;
	text-decoration: none;
	font-weight: 200;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 0.5em;
	padding: 0.8em 1.2em;
	background-color: #ED303C;
	background-image: -moz-linear-gradient(top, #ED303C, #8D121A);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ED303C), to(#8D121A));
	background-image: -webkit-linear-gradient(top, #ED303C, #8D121A);
	background-image: -o-linear-gradient(top, #ED303C, #8D121A);
	background-image: linear-gradient(to bottom, #ED303C, #8D121A);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
}
.btn:hover{	
	text-decoration: none;
	color: #ddd;
	border-radius: 0.5em;
	background-color: #8D121A;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
}

.menubar {
	height: 60px;
	text-align: center;
	line-height: 60px;
	border: 2px solid #ccc;
	background-image: -webkit-linear-gradient(top, #ededed, #cdcdcd);
}
.menubar li{
	float: left;
	height: 40px;
}
.menubar li > a{
	display: block;
	float: left;
	padding: 0 25px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	color: #626262;
	text-decoration: none;
	border-left: 1px solid #ccc;
	border-radius: 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

.menubar li a:hover {
  color: #555;
  border-left: 1px solid transparent;
  background-color: #999;
}
.hedaer hr{
	clear: both;
}

.layout{
	margin : 0 auto;
	width: 960px;
	min-height: 300px;
}

.sidebar{
	float: left;
	width: 25%;
	background: #e4e7ec;
	min-height: 500px;
}

.content{
	width: 75%;
	background: #f3f4f6;
	float: left;
	min-height: 500px;
}
.sidebar ul{
	margin-top: 0px;
	padding-left: 0;
	line-height: 50px;
}
.sidebar a{	
	display: block;
	font-size: 20px;
	min-width: 200px;
	position: relative;
	margin-right: 0;
	padding: 20px 15px 16px 15px;
	background-image: -webkit-linear-gradient(top, #edeef2, #d6dae1);
	border-top: solid 1px rgba(255, 255, 255, 0.7);
	border-bottom: solid 1px #cacdd1;
	color: #465567;
	
}
.sidebar-active a{
	background-color: #5994c3;
	background-image: -webkit-linear-gradient(top, #6badd1, #3d6fae);
	color: #eee;	
}

.content{
	box-sizing: border-box;
}

.configview dt{
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #333333;
	font-size: 17px;
	margin: 10px 0 0 30px;
}
.configview dd{
	margin: 10px 0px 10px 30px ;
}

table{
	border: 1px solid #ddd;
	border-collapse: separate;
	line-height: 30px;
	width: 100%;
	margin-bottom: 21px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

th,td{
	text-align: center;
	min-width: 50px;
	max-width: 200px;
	overflow: hidden;
	border-left: 1px solid #ddd;
	border-bottom: 2px solid #ddd;
}
td{
	background-color: #f9f9f9;
}

select{
	min-width: 100px;
}

.sub-config-view dt{
	font-size: 15px;
	font-weight: 400;
}