@CHARSET "UTF-8";

.head {
	background-color:#005DAF;
	height: 90px;
}

.headOperate {
	position: absolute;
	right: 0px;
	top: 5px;
	width: 130px;
	background: #CCCCCC;
}

#line1 {
	margin-top: 4px;
	width: 2px;
	height: 24px;
	background: url("../image/backstage/head/line.png") no-repeat;
	position: absolute;
	left: 0;
}

#home {
	width: 25px;
	height: 22px;
	background: url("../image/backstage/head/home.png") no-repeat;
	position: absolute;
	left: 20px;
	top: 5px;
	cursor: pointer;
}

#line2 {
	margin-top: 4px;
	width: 2px;
	height: 24px;
	background: url("../image/backstage/head/line.png") no-repeat;
	position: absolute;
	left: 66px;
}

#exit {
	width: 30px;
	height: 22px;
	background: url("../image/backstage/head/exit.png") no-repeat;
	position: absolute;
	left: 86px;
	top: 7px;
	cursor: pointer;
}

.content {
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	bottom: 29px;
}

/*left*/
.left {
	background: #ebf0f7;
	border-right: 1px solid #888;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
	width: 180px;
}

.footer {
	background-image: url("../image/backstage/foot/foot_bg.png");
	height: 29px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}

.firstnav {
	/*background-image: url("../image/backstage/body/firstnav_bg.png");*/
	background-color: rgb(62, 151, 201);
	color: #fff;
	height: 39px;
	line-height: 40px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: 700;
	border-top: 1px solid #35a5f3;
}

/*right*/
.right {
	position: absolute;
	left: 181px;
	top: 0;
	right: 0;
	bottom: 0;
}

.innerFrame {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.copyright {
	color: #FFF;
	font-family: "宋体" 12px;
	line-height: 29px;
}

.window-queryArea {
	height: 30px;
	line-height: 30px;
	background: #ccc;
}

/**消息提示组件的样式**/
.operatMessage{
	text-align: center;
	background: #5cb85c;
	position: absolute;
	bottom: 40px;
	z-index: 10;
	left: 20px;
	right: 20px;
	padding: 15px;
	color: #fff;
	border-radius:4px;
	-webkit-box-shadow:0px 0px 6px 1px #5cb85c;
	box-shadow:0px 0px 6px 1px #5cb85c;
	display: none;
	/* filter:alpha(opacity=50);  
       -moz-opacity:0.5;  
       -khtml-opacity: 0.5;  
       opacity: 0.5; */
}