@charset "utf-8";
/* CSS Document */

/*-------------------登录界面-----------------------------------*/
.hxxLogin{ background-color:#0f74db; }

/*-------------------软件界面---------------------------------*/
/*头部背景*/
.hxxHead{ background: url(../img/top_left.jpg) no-repeat left, url(../img/top_right.jpg) no-repeat right, #0f74db; background-color:#0f74db\9;}
.hxxqjList{ color:#333;}
.hxxqjList a{ color:#030;}
.hxxqjList a:hover{ color:#FFF;}

/*导航按钮*/
.tabsitem{
	 border:#004986 solid; 
	 border-width:1px 1px 0 1px; 
	 border-radius:2px 2px 0 0; 
	 background:#ebf3fa; 
	 background:-webkit-linear-gradient(top,#fdfefe,#dbe9f6); 
	 background:-moz-linear-gradient(top,#fdfefe,#dbe9f6); 
	 background:-o-linear-gradient(top,#fdfefe,#dbe9f6); 
	 background:-ms-linear-gradient(top,#fdfefe,#dbe9f6); 
	 background:linear-gradient(top,#fdfefe,#dbe9f6); 
	 color:#06c;
}
/*按钮当前状态*/
.dqtabsitem{
	background:#2b78e1; 
	background:-ms-linear-gradient(top,#2b78e1,#00a0e9); 
	background:-o-linear-gradient(top,#2b78e1,#00a0e9); 
	background:-moz-linear-gradient(top,#2b78e1,#00a0e9); 
	background:-webkit-linear-gradient(top,#2b78e1,#00a0e9); 
	background:-webkit-linear-gradient(top,#2b78e1,#00a0e9); 
	background:linear-gradient(top,#2b78e1,#00a0e9); 
	border-color:#00b7ee; 
	color:#fff;
}
/*鼠标经过按钮*/
.through{
	border-color:#a1acb8; 
	color:#6a6a6a;
}

.hxxClose{ color:#ccc;}
.hxxClose:hover{ color:#039;}

.hxxPv{ background:url(../img/bgx_blue.png) repeat-x 0 -85px;}

.hxxMailComponent{ background:url(../img/skyblueButton.png) no-repeat;}
.hxxMailComponent a{ color:#fff;}

.hxxNuiTree a{ color:#fff;}
.hxxNuiTree a:hover{ color:#98d2f2;}


/*左侧菜单*/
.hxxNavScoll{ background:url(../img/bottom_left_v2.jpg) no-repeat bottom #0f74db;}
