.btnSite{
	text-align:center; 
	margin-top:5px;
}

.editGMapTable{
	text-align:center;
	line-height: 30px;
}

.viewAmountDetail{
	color:blue;
	cursor:pointer;
}

.viewDetailPAGEPopuplayer{
	width:450px;
}

.SoViewPage{
	padding:10px;
	overflow:auto;
	max-height:300px;
}

.detailExten {
    float: left;
    line-height: 32px;
	min-width:50px;
    margin: 3px 2px 3px 3px;
	cursor:pointer;
}
.detailExten a {
    background: none repeat scroll 0 0 #EEF5F8;
    border: 1px solid #BACAD4;
    border-radius: 5px 5px 5px 5px;
    color: #434343;
    line-height: 32px;
    padding: 5px 5px;
}
.detailExten a:hover {
    background: none repeat scroll 0 0 #D9EFF7;
    border: 1px solid #96C0DA;
    color: #4380BF;
    line-height: 32px;
    padding: 4px 5px;
}

.curTablePageClass{
	color:blue;
}

.statusClass{
	color:#1A8CC4;
}

.waitprocess {
	-moz-border-radius: 5px 5px 5px 5px;
	background: none repeat scroll 0 0 #333333;
	color: #F58727;
	font-size: 14px;
	left: 50%;
	line-height: 22px;
	margin: 150px auto 150px -215px;
	padding: 20px;
	position: absolute;
	width: 380px;
	text-align:center;
}

.showPageTableA{background:#eeeeee;}
.showPageTableB{background:#e4e4e4;}

.widthHalf {
	width:50%;
}