@charset "iso-8859-1";
/* CSS Document */

.font-bold {
	font-weight:bold;
}

.font-normal {
	font-weight:normal;
}

.font-red {
	color:#990000;	
}

.font-green {
	color:#090;	
}

.width-5 {width: 5%!important;}
.width-15 {width: 15%!important;}
.width-25 {width: 25%!important;}
.width-35 {width: 35%!important;}
.width-45 {width: 45%!important;}
.width-55 {width: 55%!important;}
.width-65 {width: 65%!important;}
.width-75 {width: 75%!important;}
.width-85 {width: 85%!important;}
.width-95 {width: 95%!important;}

.indent-1 {
	padding-left: 18px !important;
}

.indent-2 {
	padding-left: 36px !important;
}

.indent-3 {
	padding-left: 54px !important;
}

.indent-4 {
	padding-left: 72px !important;
}

.indent-5 {
	padding-left: 90px !important;
}

.indent-6 {
	padding-left: 108px !important;
}

.indent-7 {
	padding-left: 126px !important;
}

.indent-8 {
	padding-left: 144px !important;
}

.indent-9 {
	padding-left: 162px !important;
}

.indent-10 {
	padding-left: 180px !important;
}

.menulink {
	padding-left: 0px !important;
}

.background-transparent{background-color:transparent !important;}

.wb-icon-map{
background: url(/images/map-pin.png) no-repeat top left;
width: 16px;
height: 16px;
margin-right: 4px;
display: inline-block;
vertical-align: text-top;
}

.icon-download{
background:url(../build/grids/images/download.png) no-repeat 0 0;
width: 16px;
height: 16px;
margin-right: 0px;
display: inline-block;
vertical-align: text-top;
}

.icon-censuslogo{
background:url(/nhs-enm/img/icon-censuslogo.gif) no-repeat 0 0;
width: 20px;
height: 16px;
margin-right: 5px;
display: inline-block;
vertical-align: text-top;
}

.icon-nhslogo{
background:url(/nhs-enm/img/icon-nhslogo.jpg) no-repeat 0 0;
width: 16px;
height: 16px;
margin-right: 5px;
display: inline-block;
vertical-align: text-top;
}

input[type="radio"]{border:0;}

div.active {outline:none;}

.wb-sec-def [data-role="list-divider"] {
	margin-left:0;
	margin-right:0;
	margin-bottom:3px;
	font-size:100%;	
	line-height:normal;
}

.color-white {color:#FFF;}
label:hover {color:#176CA7;}