body{
	position: relative;
	width: 100%;
	height: 100%;
	background: url('images/bg.png');

	padding-top:80px;

}

.left{
	float:left;
}
.right{
	float:right;
}

.clearfix{}
.clearfix:after,.clearfix:before{
	content:"";
	display:table;
}
.clearfix:after{
	clear:both;
}


.header{
	position: fixed;
	_position:absolute;
	z-index:1;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 47px;
	border-bottom: 1px solid #114885;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	background: url('images/hbg.png');
	box-shadow: 0 0 1px rgba(0,0,0,0.1),0 2px 6px rgba(0,0,0,0.31);
}
.header .formsearch{
	position:absolute;
	right:0;
	top:10px;
}


.header ul{
	position:absolute;
}

.header li{
	display:inline-block;
	_float:left;
	position:relative;
	line-height:50px;
}
.header a{
	color:#fefefe;
	font-size:16px;
	padding:15px 5px 12px;
	position:relative;
	text-decoration:none;

	text-shadow: 0 1px 0 #000;
	font-size: 13px;
	font-weight: bold;

}
.header a:hover{
	border-bottom:2px solid #fff;
}
.header a:after{
	display: block;
	position: absolute;
	height: 100%;
	width: 9px;
	bottom: -2px;
	right: -9px;
	background: url('images/d.png') no-repeat;
	content: ' ';
}
.header li:last-child a:after{
	display:none !important;
}
.header li > div {
	display:none;

	background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.75);
	
	border-radius: 3px;
	z-index: 103;

	position:absolute;
	left:0;
	top:50px;

	min-width:100px;
}
.header li:hover > div {
	display:block;
}

.header li > div ul{
	position:relative;
}
.header li > div ul li{
	display:block;
	border-bottom:2px solid #f1f1f1;

	padding: 0 10px;
	line-height: 27px;
	border: 1px solid transparent;
}
.header li > div ul li:hover{
	background: url('images/tmenuli.png');
	border: 1px solid #396aa4;
	line-height: 27px;
}
.header li > div ul li:first-child:hover{
	border-radius:3px 3px 0 0;
}
.header li > div ul li:last-child:hover{
	border-radius:0 0 3px 3px;
}


.header li > div ul li a{
	display:block;

	margin:0;
	padding:0;
	font-weight: bold;
	font-size: 12px;
	color: #212121;

	text-shadow:none;

}

.header li > div ul li a:hover{
	color: #fff;
	text-shadow: 0 1px 0 #000;
	text-decoration: none;

	border:none;
}



.content{
	width:1000px;
	margin:auto;

	position:relative;
}






.main{
	margin:auto;

	position: relative;

	width: 1000px;
	min-height: 500px;
	background: url('images/mbg.png') repeat-y bottom left #fdfdfd;
	border: 1px solid #bcbcbc;
	border-top: 0;
	border-radius: 3px 0;
	box-shadow: 0 0 1px rgba(0,0,0,0.1),0 2px 6px rgba(0,0,0,0.31);
}

.right-bar{
	position:absolute;
	top:0;
	left:0;
	min-height:200px;
	width:200px;
}


.box{
	border-radius: 2px;
	border: 1px solid #b9b9b9;
	box-shadow: 0 1px 0 rgba(0,0,0,0.11);
	margin-bottom: 25px;

	display:block;
	width:auto;
	margin:5px;
	background-color:#fff;
}
.box .h{
	position: relative;
	background: url('images/header-bg.png') repeat-x #e9ecf1;
	box-shadow: inset 0 1px 0 #fff,0 1px 2px rgba(0,0,0,0.02);
	border-radius: 2px 2px 0 0;
}
.box .h img{
	position:absolute;
	left:7px;
	top:7px;
}
.box .h h2{
	padding: 10px 10px 10px 30px;
	border-bottom: 1px solid #c0c8d0;
	background-repeat: no-repeat;
	background-position: 8px 50%;
}
.box .c{
	padding: 0 10px;
	background: #fafafa;

	min-height:200px;


	color: #545454;
	font-size: 13px;
}
.box .c.table{
	padding:0 !important;
}



.left-bar{
	margin-left:200px;
	position:relative;
	padding:1px 0 0 0;
}
.left-bar .status{
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 22px 15px 24px;
	width: 100%;
	background: url('images/wbg.png') repeat-x #3a4454;
	border-bottom: 1px solid #08192e;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	min-height:110px;
}
.status li{
	display: table-cell;
}
.status strong,.status small,.status span{
	display: block;
	text-align: center;
}


.status strong{
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
.status small{
	font-size: 12px;
	color: #7a828d;
	text-shadow: 0 1px 0 rgba(0,0,0,0.75);
}
.status span{
	font-weight: bold;
	font-size: 15px;
	color: #a8a8a8;
	text-shadow: 0 1px 0 rgba(0,0,0,0.75);
}












.tlist{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

.tlist thead{
	background:url('images/theader.png') repeat-x #eef0f4;
}
.tlist a:not(.button) {
	color:#333;
	text-decoration:none;
}
.tlist a:not(.button):hover {
	text-decoration:underline;
}
.tlist a:active {
	color:#000;
}

.tlist th{
	text-align: center;
	color: #606266;
	font-size: 12px;
	font-weight: bold;

	position: relative;
	width: auto;
	padding: 8px 12px;
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #cfcfcf;
}

.tlist tbody tr:nth-child(odd) td {
	background: #fdfdfd;
}
.tlist tbody tr:nth-child(even) td {
	background: #f6f6f6;
}


.tlist td:first-child,.tlist th:first-child{
	border-left:0;
}
.tlist td:last-child,.tlist th:last-child{
	border-right:0;
}
.tlist td{
	color: #5e6267;
	font-size: 12px;

	padding: 8px 12px;
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}

.tlist tfoot td{
	padding: 15px !important;
	border-top: 1px solid #c1c1c1 !important;
	border-radius: 0 0 2px 2px !important;
	background: url('images/tfooter.png') #f0f1f4 repeat-x !important;
}
.tlist td .numrows{
	font-size: 12px;
	color: #777777;
}
.tlist td .paginate{
	
}
.tlist td .paginate a{
	text-decoration:none;
	color: #1c2734;
	text-shadow: 0 1px 0 #fff;

	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-left: 0px solid #c1c1c1;
	background:#dfdfdf;

	box-shadow: inset 0 1px 0 rgba(255,255,255,0.42);


	padding: 3px 7px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.tlist td .paginate a:first-child{
	border-left-width: 1px;
	border-radius: 2px 0 0 2px;
}
.tlist td .paginate a:last-child{
	border-radius: 0 2px 2px 0;
}
.tlist td .paginate a:hover{
	background:#1c68c0;
	border-left-width: 1px;
	border-color: #13447d;
	margin-left: -1px;

	color: #fff;
	text-shadow: 0 1px 0 #000;
}

.tlist td .paginate a.active{
	background:#394353;
	border-color: #101a2a;
	color: #fff;
	text-shadow: 0 1px 0 #000;

	border-left-width: 1px;
	margin-left: -1px;
}





.row{
	padding: 0 15px;
	border: 1px solid #d2d2d2;
	border-top: 0;
	background: #f9f9fa;
}
.row label{
	float: left;
	padding: 20px 0;
	margin-right: 15px;

	width:180px;
}
.row strong{
	font-size: 12px;
	color: #434343;
}
.row small{
	font-size: 11px;
	color: #656565;
}

.row > div{
	margin-left:180px;
	position: relative;
	padding-left: 15px;
	border-left: 1px solid #d2d2d2;

	text-align:left;
}
.colm input,.colm select,.row div input,.row div textarea,.row div select,.row > div > div{
	margin: 20px 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#starttime,#finishtime,#breaktime{
	margin:10px 0;
	padding:10px;
}

.row div input[type=checkbox]{
	width:auto !important;
}



.loginbg{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	background: #ffffaa;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…hlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
	background: -moz-radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
	background: -o-radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
	background: -ms-radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
	background: radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto !important;
	height: auto !important;

	z-index:1001
}
.login{
	padding: 0;
	box-shadow: 0 0 32px rgba(0,0,0,0.8);

	position:fixed;
	left:50%;
	top:50%;
	width:500px;
	height:250px;

	margin-top:-125px;
	margin-left:-250px;
	
	z-index:1002;
}



.colm{
	position:relative;
	width: 46%;
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}
.colm label{
	padding:0;
}
.colm strong{
	font-size: 12px;
	color: #434343;
}


.userImage{
	position:absolute;
	right:0;
	top:0;
	border-left:1px solid #d2d2d2;

	width:130px;
	height:100px;

	text-align:center;
	padding:10px 0 0;
}
.userImage div{
	position:absolute;
	bottom:1px;
	border-top:1px solid #d2d2d2;
	padding:5px 0;
	text-align:center;
	background:#f3f3f3;
	width:99%;
}
.userImage div:hover{
	background:#fafafa;
}
.userImage a{
	color:#333;
	text-decoration:none;
	display:block;
}





input.error{
	border: 1px solid #db5656;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;

	background:url('images/icon.error.png') right center no-repeat;
}

.errordialog{
	position: absolute;
	bottom:0;
	right:0;
	white-space: nowrap;
	padding: 3px 5px;
	border: 1px solid #6f0808;
	border-radius: 2px;
	background: url('images/tooltip-error.png') repeat-x #892125;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.31);

	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.75);

	width:auto !important;
	margin:0 !important;
}

.timestamp{
	position:absolute;
	top:-20px;
	right:0;
	font-size:14px;
	color:#333;
	text-shadow: 0 1px 0 rgba(255,255,255,0.75);
	font-weight:bold;
}

.n,.y{
	font-weight:bold;
	cursor:pointer;
}
.n{
	color:#db5656;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.y{
	color:#377200;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.onscroll{
	height:250px;
	min-height:250px !important;
	_height:250px;
	overflow-x:hidden;
	overflow-y:scroll;

	position:relative;
}


.accordion .h{
	cursor:pointer;
}
.accordion .c{
	display:none;	
}


.ebutton{
	height: 150px;
	line-height: 150px;
	font-size: 50px;
	text-align:center;
	display:block;
}

._15{
	font-size:15px;
}

.black{
	color:#000;
}


.over{
	position:absolute;
	top:47px;
	right:0;
	width:200px;
	height:auto !important;
	padding:5px;
	border-radius:5px;
	box-shadow:0 0 10px rgba(0,0,0,1);

	display:none;
	background-color:#fff;
	z-index:9999;
}
.over img{
	width:100%;
}




.dialog-bg{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	background: #ffffaa;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod�hlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
	background: -moz-radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
	background: -o-radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
	background: -ms-radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
	background: radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto !important;
	height: auto !important;
	z-index:1000;
}
.dialog{
	position: fixed;
	margin:-25px 0 0 -75px;
	top: 50%;
	left: 50%;
	width: 150px !important;
	height: 50px !important;
	line-height:50px !important;
	color:#333;
	font-weight:bold;

	z-index:1001;

	border: 1px solid #707070;
	border-radius: 2px;
	box-shadow: 0 0 32px rgba(0,0,0,0.8);
	background:url("images/load.gif") left no-repeat #fff;
	text-align:center;

}