﻿ul.navUser { padding:0; margin:0; }
ul.navUser li { margin:0; padding:0; list-style:none; line-height:20px; font-size:8pt; color:#636363; text-indent:10px; }
/*ul.navUser li .bar { display:block; background:url('/images/background/sidebox_bar.jpg') no-repeat bottom; width:220px; text-indent:10px; }*/
ul.navUser li .bar { display:block; width:220px; text-indent:10px; border-bottom:solid 1px ActiveCaption;}

/*#notice { padding:15px 0 15px 40px; background:url('/images/icon/notice.png') no-repeat left; }*/ 
#notice { padding:15px 0 15px 0; }
#notice a { color:#2e80b0; font-weight:bold; }

#report .header { border:solid 1px #dedede; height:30px; border-bottom:none; width:1118px;}
#report .header a { color:#636363; padding:10px 15px; display:block; float:left; font-size:8pt; } 
#report .body { padding:10px 15px; border:solid 1px #dedede;  width:1088px;}
#report .body a { color:#636363; line-height:20px; display:block; }

#body_side .user_ct { background-color:#fff; border:solid 1px ActiveCaption; width:220px; margin-left:5px; margin-top:5px;}
#body_side .user_ct .h_gray {background:#a6a6a6; width:220px; height:23px;}
#body_side .user_ct .h_red {background:#f7b4a3; width:220px; height:23px;}
#body_side .user_ct .h_orange {background:#ffa778; width:220px; height:23px;}
#body_side .user_ct .h_blue {background:ActiveCaption; width:220px; height:23px;}
#body_side .user_ct .h_green {background:green; width:220px; height:23px;}
#body_side .user_ct .h_txt {display:block; text-indent:10px; color:#fff; padding-top:7px; font-size:8pt; font-weight:bold;}

#body_side .block { margin:10px 0; height:2px; width:220px; }

.layer { width:560px; margin-top:15px; }
.layer .title { font-weight:bold; font-size:8pt; border:solid 1px #dedede; padding:10px 15px; }

.loading {
   	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
    background-color: rgba(85, 85, 85, 0.1);
    background-image: url("./images/MetroLoading.gif");
	background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
}


.container { border:solid 1px #e6e6e6; border-top:none; padding:10px 0; position:relative; height:240px; width:100%;}

.center { margin:0px auto; }