/*
 * STATUS control start
 */

.status_control {
	font-size: 11px;
}
	.status_control > div {
		float: left;
	}
	
	.status_control > div, .status_control .wr {
		background-image: url(/static/blocks/status/sprite_status_control.png);
		background-repeat: no-repeat;
		cursor: pointer;
	}

.status_control div.active {
	color: #fff;
}
	.status_control div.active .lbl {
	}

.status_control div.left {
	background-position: 0 -115px;
	padding-left: 14px;
}

	.status_control div.left .wr {
		background-position: 100% -115px;
		padding: 3px 6px 4px 0;
	}
	
	.status_control div.left .lbl {
		padding-left: 3px;
	}

.status_control div.left.active {
	background-position: 0px 0px;
}
	.status_control div.left.active .wr {
		background-position: 100% 0px;
	}

.status_control div.right {
	background-position: 100% -75px;
	padding-right: 9px;
}
	.status_control div.right .wr {
		background-position: 0px -75px;
		padding: 3px 0 4px 12px;
	}

.status_control div.right.active {
	background-position: 100% -40px;	
}
	.status_control div.right.active .wr {
		background-position: 0px -40px;
	}
	
	.status_control div.right .lbl {
		padding-left: 6px;
	}

.status_control div.one {
    padding-left: 9px;
    background-position: 0% -150px;
    color: #fff;
}
	.status_control div.one .wr {
        background-color: #fff;
		background-position: 100% -150px;
		padding: 3px 6px 4px 0;
        cursor: help;
	}

.wasGeoCounter {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f2f3e3 !important;
    padding: 4px 7px 4px 6px;
    line-height: 10px;
    background-image: none !important;
    cursor: default !important;
}

/*
 * status_control control end
 */