/* print */
@media print{
	#jwebAccountIntranetStatus,
	#jwebAccountIntranetMenu{
		display:none;
		}
	}
/*status*/
#jwebAccountIntranetStatus{
	padding:7px 8px 12px 8px;
	border:1px solid #e8e8e6;
	color:#999999;
	background:#fefefc;
	}
#jwebAccountIntranetStatus,
#jwebAccountIntranetStatus *{
	font-size:10px;
	font-weight:bold;
	}
#jwebAccountIntranetStatus span{
	color:#FF9933;
	margin-left:20px;
	}
#jwebAccountIntranetStatus a{
	color:#3399FF;
	margin-left:20px;
	}
/*menu*/
#jwebAccountIntranetMenu{
	background:#e8e8e6;
	margin:0 0 30px 0;
	padding:0 0 0 10px;
	}
#jwebAccountIntranetMenu .jwebMenu2 table{
	background:#fafafa;
	}
#jwebAccountIntranetMenu .jwebMenu2 a{
	color:#777777;
	}
#jwebAccountIntranetMenu .jwebMenu2 table a{
	color:#222222;
	}
#jwebAccountIntranetMenu .jwebMenu2 #top.path{
	background:#dbdbdb;
	color:#444444;
	}
#jwebAccountIntranetMenu .jwebMenu2 table a:hover,
#jwebAccountIntranetMenu .jwebMenu2 table .path{
	background-color:#eeeeee;
	}