@charset "utf-8";
/* body背景颜色 */
.header {
	background:url(../../images/skin/top_right.jpg) no-repeat right 0;
	border-bottom: 4px solid #1949a8;
}
									   
.bg-link {color:#2131A1; }
.bg-link:hover {color:#fff!important; background: #36C;}

.nav li a {
	color:#333; 
	border:1px solid #B9C4CF;	
	background: #EDF5FA; 
	border-bottom: none;
  -webkit-transition: background linear 0.15s, border linear 0.15s;
  -moz-transition: background linear 0.15s, border linear 0.15s;
  -ms-transition: background linear 0.15s, border linear 0.15s;
  -o-transition: background linear 0.15s, border linear 0.15s;
  transition: background linear 0.15s, border linear 0.15s;
}
.nav li a:hover, .nav li.on a {
	border-color:#135AA4;
	color: #fff;
	background: #1949a8;
}


.side-bar {background: #f9f9f9}
.filter-area {background: #F5F7FA; border-bottom: 1px solid #9BAFBF;}
.ft {color: #4D6F8B;}
.f-value, .ip-value {display: block; background:#E8F0F7; border:1px solid #C2D4E3; color: #666}
.f-value.on, .ip-value.on {background: #3366CC!important; border-color: #2D59B3!important; color: #fff!important;}	
.f-value:hover, .ip-value:hover {background: #CBDEEE; border-color: #6D92B8; color: #333;}	
.f-value.disable, .ip-value.disable {background: #F2F5F7; border:1px solid #D1E0EA; color: #ccc}
.searh-input {border:1px solid #B2B2B2; }
.green-btn {
	line-height: 20px;
	padding: 2px 5px;
	border-radius:2px;
	border:1px solid #459830; 
	color: #fff;
	background: #58B044;
	background: -moz-linear-gradient(top,  #6CBB5A 0%, #43A42D 100%);
	background: -webkit-linear-gradient(top,  #6CBB5A 0%,#43A42D 100%);
	background: -o-linear-gradient(top,  #196FC5 0%,#43A42D 100%);
	background: linear-gradient(to bottom,  #6CBB5A 0%,#43A42D 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6CBB5A', endColorstr='#43A42D',GradientType=0);
}
.green-btn:hover {
	color: #fff;
	border-color: #146700;
	text-decoration: none;
}
.gray-btn {
	line-height: 20px;
	padding: 2px 5px;
	border-radius:2px;
	border:1px solid #999999; 
	color: #666;
	background: #FEFEFE;
	background: -moz-linear-gradient(top,  #FEFEFE 0%, #E5E5E5 100%);
	background: -webkit-linear-gradient(top,  #FEFEFE 0%,#E5E5E5 100%);
	background: -o-linear-gradient(top,  #FEFEFE 0%,#E5E5E5 100%);
	background: linear-gradient(to bottom,  #FEFEFE 0%,#E5E5E5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFEFE', endColorstr='#E5E5E5',GradientType=0);
}
.gray-btn:hover {
	color: #333;
	border-color: #787878;
	background: #F0F0F0;
	text-decoration: none;
}

.table th {
	color: #666; 
	border:1px solid #D5D6D7;
	background: #f1f1f1;
}

