* {
	font-family: "Microsoft YaHei", "微软雅黑", tahoma, arial, simsun,"黑体", "宋体";
}
body {
	margin : 0px;
	padding : 0px;
	width:100%;
	height:100%;
	font-size:14px;
	background-color : #026c9b;
	background-image: url( images/bodyBg.png );
	background-repeat: no-repeat;
	background-position: 100% 0%;
	overflow: hidden;
}

#head { 
	background-color:#21b4f7;
	height:100px; 
	margin: 5px 5px 0px 5px;
	background-image: url( images/headBg.png );
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

#headTitle { 
	color: #fff; 
	height: 100px;
	line-height: 100px;
	font-size: 38px;
	font-weight: 900;
	margin-left:40px;
}

#headTitle a {
	color: #fff; 
	text-decoration: none;
}

#leftMenu {
	margin-left:5px;
	width: 220px;
	float: left;
	background-color:#21b4f7;
}

#welcomePane {
	background-color: #ddd;
	margin-left: -3px;
	color: #026c9b;
	font-size: 18px;
	font-weight: 700;
	clear: both;
}
#personFunctions {
	line-height: 30px;
	height: 30px;	
}

#personName {
	line-height: 30px;
	padding-left: 20px;
}
#returnHome {
	float:left;
	width:30px;
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	font-weight: 500;
	font-size: 14px;
	text-align:left;
	padding-left: 30px;
	cursor:pointer;
	margin-left: 10px;
}
#returnHome a {
	text-decoration: none;
	color:#026c9b;
}

#notice {
	float:left;
	width:30px;
	background-image: url(images/mesBox.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	font-weight: 500;
	font-size: 14px;
	text-align:left;
	padding-left: 30px;
	cursor:pointer;
	position: relative;
}

#noticeBox {
	position: absolute;
	left:30px;
	top:0px;
	width:30px;
	height:30px;
	background-image: url(images/mesBoxBg.png);
	text-align: center;
}
#noticeText {
	color: #FFF;
}

#exitSystem {
	float:left;
	width:30px;
	background-image: url(images/exitSystem.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	font-weight: 500;
	font-size: 14px;
	text-align:left;
	padding-left: 30px;
	cursor:pointer;
}


#vsperator {
	height: 20px;
}

#menuPane {
	overflow: auto;
}
.hx_menu {
	line-height: 30px;
	color: #FFF;
	cursor: default;
}
.hx_menuText {
	font-size: 16px;
	font-weight: 500;
	padding-left: 20px;
	cursor: pointer;
}
.hx_menuText:HOVER {
	background-color: #ff6600;
}
.hx_menuSjRight {
	background-image:url(images/sjRight.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
.hx_menuSjDown {
	background-image:url(images/sjDown.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

.hx_menuItem {
	line-height: 30px;
	font-size: 16px;
	font-weight: 500;
	padding-left: 50px;
	color: #FFF;
	cursor: pointer;
}

.hx_menuItemSelected {
	background-color: #ff6600;
	margin-left: -2px;
	background-image: url( images/menuArrow.png );
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.hx_menuItem:HOVER {
	background-color: #ff6600;
}
#leftMenuFoot {
	height: 30px;
}

#homeFoot {
	background-color: #AAA;
	text-align: center;
	line-height: 30px;
	height: 120px;
	padding-top: 30px;
	float:left;
}

#bodyContainer {	
	float: left;
	background-color: #FFF;
	margin-bottom:20px;
	overflow: auto;
	padding: 0px 15px 0px 15px;
}

.pageTitle {
	font-family: "Microsoft YaHei", "微软雅黑", tahoma, arial, simsun,"黑体", "宋体";
	font-size: 28px;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
}

.pageSubTitle {
	font-family: "Microsoft YaHei", "微软雅黑", tahoma, arial, simsun,"黑体", "宋体";
	font-size: 14px;
	font-weight: 500;
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
	color: #888;
}

.homePortal {
	border:1px solid #ddd;
	padding: 10px;
	margin: 10px;
}

.homePageTitle {
	color : #333;
	margin:0 0 0 0;
	padding: 10px ;
	font-size : 18px;
	font-weight : 700;	
}

.homePageTitle .tabText {
	color : #338;
	font-size : 12px;
	font-weight : 200;
	padding-bottom : 2px;
	cursor : pointer;
}

.homePageTitle .selected {
	color : #338;
	font-size : 12px;
	font-weight : 700;
	border-bottom : 3px solid #F60;
}

/***************************************************************************************/
/*
*自定义hxsearchbox的CSS(拷贝原easyui中searchbox的CSS)
*/
.hxsearchBox {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
  vertical-align: middle;
}
.hxsearchBox .hxsearchBox-text {
  font-size: 12px;
  border: 0;
  margin: 0;
  padding: 0 2px;
  vertical-align: top;
  height:20px;
  width:160px;
}

.hxsearchBox-button {
  width: 18px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.hxsearchBox-button-hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.hxsearchBox-button {
  background: url('images/searchbox_button.png') no-repeat center center;
}
.hxsearchBox {
  border-color: #95B8E7;
  background-color: #fff;
}

.textbox-invalid {
  border-color: #ffa8a8;
  background-color: #fff3f3;
}
/***************************************************************************************/




.xingshengxiangButton1 {
	position:relative;
	width:180px;
	height:120px;
	float:left;
	margin-left : 5px;
	margin-top : 5px;
	cursor : pointer;
	background: url("images/largeBtn_01.jpg") no-repeat;
}
.xingshengxiangButton1:hover {
	background: url("images/largeBtn_01_down.jpg") no-repeat;
}
.xingshengxiangButton2 {
	position:relative;
	width:180px;
	height:120px;
	float:left;
	margin-left : 5px;
	margin-top : 5px;
	cursor : pointer;
	background: url("images/largeBtn_02.jpg") no-repeat;
}
.xingshengxiangButton2:hover {
	background: url("images/largeBtn_02_down.jpg") no-repeat;
}
.xingshengxiangButton3 {
	position:relative;
	width:180px;
	height:120px;
	float:left;
	margin-left : 5px;
	margin-top : 5px;
	cursor : pointer;
	background: url("images/largeBtn_03.jpg") no-repeat;
}
.xingshengxiangButton3:hover {
	background: url("images/largeBtn_03_down.jpg") no-repeat;
}
.xingshengxiangButton4 {
	position:relative;
	width:180px;
	height:120px;
	float:left;
	margin-left : 5px;
	margin-top : 5px;
	cursor : pointer;
	background: url("images/largeBtn_04.jpg") no-repeat;
}
.xingshengxiangButton4:hover {
	background: url("images/largeBtn_04_down.jpg") no-repeat;
}
.xingshengxiangButton5 {
	position:relative;
	width:180px;
	height:120px;
	float:left;
	margin-left : 5px;
	margin-top : 5px;
	cursor : pointer;
	background: url("images/largeBtn_05.jpg") no-repeat;
}
.xingshengxiangButton5:hover {
	background: url("images/largeBtn_05_down.jpg") no-repeat;
}
.xingshengxiangButton6 {
	position:relative;
	width:180px;
	height:120px;
	float:left;
	margin-left : 5px;
	margin-top : 5px;
	cursor : pointer;
	background: url("images/largeBtn_06.jpg") no-repeat;
}
.xingshengxiangButton6:hover {
	background: url("images/largeBtn_06_down.jpg") no-repeat;
}
.xingshengxiangButton7 {
	position:relative;
	width:180px;
	height:120px;
	float:left;
	margin-left : 5px;
	margin-top : 5px;
	cursor : pointer;
	background: url("images/largeBtn_07.jpg") no-repeat;
}
.xingshengxiangButton7:hover {
	background: url("images/largeBtn_07_down.jpg") no-repeat;
}
.xingshengxiangButton8 {
	position:relative;
	width:180px;
	height:120px;
	float:left;
	margin-left : 5px;
	margin-top : 5px;
	cursor : pointer;
	background: url("images/largeBtn_08.jpg") no-repeat;
}
.xingshengxiangButton8:hover {
	background: url("images/largeBtn_08_down.jpg") no-repeat;
}
.xingshengxiangButton9 {
	position:relative;
	width:180px;
	height:120px;
	float:left;
	margin-left : 5px;
	margin-top : 5px;
	cursor : pointer;
	background: url("images/largeBtn_09.jpg") no-repeat;
}
.xingshengxiangButton9:hover {
	background: url("images/largeBtn_09_down.jpg") no-repeat;
}
.xingshengxiangButton10 {
	position:relative;
	width:180px;
	height:120px;
	float:left;
	margin-left : 5px;
	margin-top : 5px;
	cursor : pointer;
	background: url("images/largeBtn_10.jpg") no-repeat;
}
.xingshengxiangButton10:hover {
	background: url("images/largeBtn_10_down.jpg") no-repeat;
}
.xingshengxiangButton11 {
	position:relative;
	width:180px;
	height:120px;
	float:left;
	margin-left : 5px;
	margin-top : 5px;
	cursor : pointer;
	background: url("images/largeBtn_11.jpg") no-repeat;
}
.xingshengxiangButton11:hover {
	background: url("images/largeBtn_11_down.jpg") no-repeat;
}
.xingshengxiangButton12 {
	position:relative;
	width:180px;
	height:120px;
	float:left;
	margin-left : 5px;
	margin-top : 5px;
	cursor : pointer;
	background: url("images/largeBtn_12.jpg") no-repeat;
}
.xingshengxiangButton12:hover {
	background: url("images/largeBtn_12_down.jpg") no-repeat;
}

.xingshengxiangButtonText {
	position: absolute;
	bottom: 0px;
	width:180px;
	height:22px;
	text-align:center;	
	font-size:12px;
}

.prePage {
	width:16px;
	height:16px;
	background-image:url(images/prePage.png);
	background-repeat:no-repeat;
	float:left;
}

.nextPage {
	width:16px;
	height:16px;
	background-image:url(images/nextPage.png);
	background-repeat:no-repeat;	
	float:left;
}