body {background: none repeat scroll 0 0 #F2F2F2;font: 12px "Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;}
.text-c{text-align:center;}
.table tr{ cursor: pointer;}
.table a{color:#004992;}
.w50{width:50px;}
.w60{width:60px;}
.w80{width:80px;}
.w100{width:100px;}
.w120{width:120px;}
.w150{width:150px;}
.w180{width:180px;}
.w200{width:200px;}
.w220{width:220px;}
.w250{width:250px;}
.w300{width:300px;}
.red{color:#FF0000;}
.ml10{margin-left: 10px;}
.pt10{padding-top: 7px;}
#main{margin-right: 10px;margin-left: 10px;}
.container {
width: 100%;
}
.overflow{overflow: hidden;}
.fr{float: right;}
.fl{float:left;}
.footer {
margin-top: 20px;
text-align: center;
height:40px;
overflow: hidden;
}
.footer a {
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.footer a:hover,
.footer a:focus {
  color: #555;
  text-decoration: none;
}
a.btn{color: #fff;}
.write a{color:#FFF;}
#AjaxResult{position: absolute;left:40%;}
#backup {
position:fixed;
bottom: 100px;
right: 10px;
width: 21px;
height: 109px;
background: url(../Images/backup.png) no-repeat;
cursor: pointer;
_position: absolute;
}



#module i {
	font-size:12px;
	margin-left:2px;
	font-style: normal;
	color:#858585;
	display:inline-block;
	height: 18px;
}
#navigation .user_module em{
	background:url(../Images/module_menu.gif) top left no-repeat;
	width:25px;
	height:25px;
}
/* ProgressBar */
.progressBar { display:block; height:28px; position:fixed; top:20%; left:40%; margin-left:-74px; margin-top:-14px; padding:10px 10px 10px 50px; text-align:left; line-height:27px; font-weight:bold; position:absolute; z-index:2001;}
.background { display:block; width:100%; height:100%; opacity:0.4; filter:alpha(opacity=40); background:#FFF; position:absolute; top:0; left:0; z-index:2000;}
.alertBackground { display:none; width:100%; height:100%; opacity:0.4; filter:alpha(opacity=40); background:#FFF; position:absolute; top:0; left:0; z-index:1010;}
.dialogBackground { display:none; width:100%; height:100%; opacity:0.4; filter:alpha(opacity=40); background:#FFF; position:absolute; top:0; left:0; z-index:900;}
.form-inline .form-group{margin-right: 10px; margin-bottom: 10px;}

.table-bordered {
border: 1px solid #dddddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
border-bottom-width: 1px;
/*background-color: #f5f5f5;*/
}
.table-responsive{margin-top: 10px;}
.panel{margin-bottom: 0px;}
.page_left{float:left; width: 200px;overflow: hidden;margin-left: 20px;margin-right: 20px;display: inline-block;}
.page_right{overflow: hidden;zoom: 1;margin-right: 20px;}
.control-label{font-weight:normal;padding-top:5px;float:left;display:inline-block;text-align:right;}
.form-inline .form-group {display: inline-block;vertical-align:middle;}
.dropdown-menu{min-width: 100px;}
.glyphicon:empty{width: 16px;height: 16px;}
.dropdown-menu>li>a{padding:3px 10px;}
.glyphicon-depart{background: url(../Images/icon/16x16/25.png) no-repeat;}
.glyphicon-person{background: url(../Images/icon/16x16/86.png) no-repeat;}
.glyphicon-locked{background: url(../Images/icon/16x16/87.png) no-repeat;}

.modal-dialog{width:600px;}

.navbar-inverse .navbar-inner {
background-color: #1b1b1b;
background-image: -moz-linear-gradient(top, #045fbb, #004992);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#045fbb), to(#004992));
background-image: -webkit-linear-gradient(top, #045fbb, #004992);
background-image: -o-linear-gradient(top, #045fbb, #004992);
background-image: linear-gradient(to bottom, #045fbb, #004992);
background-repeat: repeat-x;
border-color: #252525;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}
.badge{background: #FF6600;font-weight: normal;}
.help-inline{vertical-align:middle;line-height: 100%;}
.help-inline .middle{padding-top:15px;}