*{
    font-family:  Arial,Verdana, Helvetica, AppleGothic, sans-serif;
}
body{
	background-color:#f5f5f5;
    font-family: Verdana, Arial, Helvetica, AppleGothic, sans-serif;
}
.bg-blue{
	background-color:#004d6f !important;
}
.blue{
	color:#004d6f !important;
}
.dark_blue{
	color: #428BCA !important;
}
.btn-success{
	background-color:#428bca !important;
	border-color: #357ebd;
}
.js_alert_tips {
	background: #428bca;
}
#header{
	background-color:#004d6f !important;
	color:#fff;
	border-top:0 none;
	padding:10px 0px 0 100px;
}
#header .user{
	position:absolute;
	top:6px;
	right: 0;
	float: none;
}
#header .info {
  float: right;
  height: 40px;
  line-height: 40px;
  margin: 5px 0;
  width: 300px;
}
#hd_left {
	background: none;
  cursor: pointer;
  float: left;
  font-size: 28px;
  height: 40px;
  line-height: 40px;
  width: 248px;
}
#unfold_sidebar,#fold_sidebar{
	background-color:#428bca !important;
}
#main .type_list li.current{
	border-color:#428bca !important;
}
/*
#main .list .title{
	background-color:#004d6f !important;
	color:#fff;
	
}*/

#bottom{
	background-color:#004d6f !important;
}
.vpanel{
	margin-top: 10px;
}
.vpanel .vtitle{
	color: #fff;
	background-color:#004d6f !important;
}
.vpanel .vtitle span{
	
}
.menu li.active {
	background-color: #004d6f;
	color:#fff;
}
.menu li:hover {
	background-color: #428bca;
}
.vee_tab .top li.current{
	background: #004d6f !important;
}
#container{
	width:1250px !important;
}
#main{
	width:100% !important;
	margin-left: 0px !important;
}