@charset "utf-8";
/* CSS Document */

.sp_pdl05{
	padding-left: 5px;
}

.sp_pdLR10{
	padding-left: 10px;
	padding-right: 10px;
}

.sp_mgauto{
	margin: auto !important;
}

.sp_mgt05{
	margin-top: 5px;
}

.sp_mgt09{
	margin-top: 9px;
}

.sp_mgt10{
	margin-top: 10px !important;
}

.sp_mgb10{
	margin-bottom: 10px;
}

.sp_pdb10{
	padding-bottom: 10px;
}

.sp_fL{
	float: left;
}

.legend{
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
}

.legendColor{
	position: relative;
	display: inline-block;
	zoom: 1;
	margin: 0 3px 0 0;
	width: 35px;
	height: 1em;
	text-indent: -9999px;
	vertical-align: text-bottom;
}

@-moz-document url-prefix(){
	.legendColor{
		margin: 0 3px 5px 0;
	}
}

.legendBlue {
	background: #0068B5;
}

.legendLGreen {
	background: #8CC227;
}

.legendAOrange{
	background: #f39800;
}

.legendWhite {
	background: #FFF;
	border: 1px solid #DDD;
	box-sizing: border-box;
}

.legendWhite2 {
	background:#FFF;
	border:2px solid #0068B5;
	box-sizing: border-box;
}

.legendAqua {
	background: #9fd9f6;
}

.legend dt {
	float: left;
	width: 45px;
	clear: both;
	zoom: 1;
	position: relative;
}

.legend dd{
	margin: 0 0 10px;
	padding: 0 0 0 45px;
}