table .cntr {margin: auto;}
table.striped th {
	background-color:#808080;
	color:#FFF;
	font-size: 1.1em;
	cursor: pointer;
	padding:5px 10px
}
table.striped td {
	padding:5px 10px
}

#loading {
	display: none;
	position: absolute;
	z-index: 1000;
}

.tb {border-top: 1px solid silver;}
.bb {border-bottom: 1px solid silver;}
.lb {border-left: 1px solid silver;}
.rb {border-right: 1px solid silver;}
.bord {border: 1px solid silver;}
.bord2 {border: 3px solid silver;}

.just {text-align: justify;}
.centr {text-align: center;}
.aright {text-align: right;}
.aleft {text-align: left;}

.small {font-size: 0.85em;}
.small2 {font-size: 0.75em;}
.big {font-size: 1.5em;}
.big2 {font-size: 2em;}
.big3 {font-size: 1.3em;}

.cur {cursor: pointer;}
.dis {display: none;}
.hid {visibility: hidden;}
.abs {position: absolute;}
.rel {position: relative;}
.fl {float: left;}
.fr {float: right;}
.clr {clear: both;}
.vt {vertical-align: top;}
.vb {vertical-align: bottom;}

.bg {background-color: white;}
.bg2{background-color: gray;}
.bg3{background-color: silver;}
.bg4{background-color: #EEEEEE;}
.bg5{background-color: #70A80F;}
.bg6{background: #DFFAB4;}
.bg7{background: #EAEAEA;}
.odd{background-color: #F4F4F4;}

.status_1{background-color: #FF7F7F;}
.status_2{background-color: #AAFFAA;}
.status_3{background-color: #FFFFAA;}
.status_4{background-color: #C3C3C3;}
.status_5{background-color: #FFAA55;}

.cw {color: white;}
.cg {color: gray;}
.cr {color: #cc0000;}
.cgreen {color: #70A80F;}
.csky {color: #7FAAFF;}

.fbold{font-weight: bold;}
.z1000 {z-index: 1000;}

.pad1 {padding:  10px;}
.pad2 {padding:  5px;}
.pad3 {padding-left: 10px;}
.mar0 {margin: 2px;}
.mar1 {margin-right: 2px;}
.mar2 {margin: 10px 2px 10px 2px;}
.mar3 {margin-left: 15px;}
.mar4 {margin-right: 20px;}
.mar5 {margin: 4px 0;}

.tooltip {
    position: absolute;
    z-index: 1000;
    border: 1px solid gray;
    background-color: #FFFFD4;
    padding: 6px;
    font: normal 11px Arial; 
}

.y_scroll {overflow-y: auto;}
.ov_auto {overflow: auto;}
.sort_asc {background: url(../i/asc.gif) right no-repeat;}
.sort_desc {background: url(../i/desc.gif) right no-repeat;}
.sort {background: url(../i/sort.gif) right no-repeat;}



/* object statistic */
#obj_stat_div {
	position: absolute;
	display: none;
	background-color: white;
	border: 3px solid silver;
	padding: 15px 10px 10px 10px;
	overflow-y: auto;
	max-width: 270px;
	max-height: 400px;
}
#obj_stat_div_close {
	position: absolute;
	top: 1px;
	right: 3px;
	cursor: pointer;
}

table.statistic {
	float: left;
}
table.statistic td {
	border: 1px solid gray;
	padding: 3px 3px 3px 3px;
}
table.statistic th {
	padding: 3px 3px 3px 3px;
	background-color: gray;
	color: #eeeeee;
	font-size: 1.1em;
	text-align: center;
}

.dot {
	border-bottom: 1px dotted silver;
	height: 1px;
}

/*MIU*/
.miu .img_preview {
	width: 100px;
	height: 100px;
	border: 1px dotted gray;
	vertical-align: middle;
	position: relative;
	background-color: #FFF !important;
}
.miu .img_preview .del {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	cursor: pointer;
}
.miu ul { 
	list-style-type: none; 
	margin:0px; 
	padding:0px; 
}
.miu li { 
	float:left; 
	padding:5px; 
}
.miu .placeHolder { 
	width: 100px;
	height: 100px;
	border: 1px dotted gray;
}	