.layer { display: none;position: fixed;_position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 10000 }
.layer .bg { position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;opacity: .5;filter: alpha(opacity=50) }
.layer .layer_area { position: absolute;left: 50%;top: 50%;width: 200px;height: 50px;background: #fff;padding: 10px;text-align:center;border-radius: 5px;-moz-border-radius: 5px; }
.layer .layer_area label { padding-left:10px; }

ul.dynatree-container { border:0px !important; }

.mouseover { text-decoration: underline; font-weight: bold; cursor:pointer; }
.mouseout { text-decoration: none; font-weight: normal; cursor:pointer; }



.scrollable {
	   height : 250px;
	   overflow-y: scroll; 
}

.scrolltable-01 {
    overflow: auto; 
    width:100%;
    height: 510px;
    padding-bottom: -150px;
}

#colstabl {
    font-size:11px;
}

.widthcr {
    width:1360px !important; 
    max-width:1360px !important;
    margin-bottom: 0px; 
}

.stat_table_02 {
    width : 100%;
    padding-bottom: -150px;
    overflow-x: auto;
}

.intitle {
    position: relative;
    z-index:1;
}

.focusContent {
	font-weight: bold;
	background-color:#fffbec !important; 
}

.focusTitle {
    background-color : #a2b4d5 !important;
    color : #f2f2f2 !important;
}