#buildAllCol{
	display:block;
	float:left;
	height:770px;
	width:178px;
	border-right:1px solid #003F87;
	margin-top:5px;
	margin-right:20px;
}

#buildAllCol a{
	display:block;
	float:left;
	padding:8px 8px;
	width:145px;
	background:#c2c2c2;
	font-family:arial;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	line-height:14px;
}
#buildAllCol a:hover{
	background:#003F87;
}
#buildAllCol p{
	display:block;
	float:left;
	padding:8px 0px 0px 8px;
	width:155px;
	font-family:arial;
	color:#555555;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	margin-bottom:16px;
}
#ReportDownload{
	display:block;
	float:left;
	width:600px;
	margin-left:0px;
}
#ReportDownload .error h4{
	text-align:center;
	position:absolute;
	top:10px;
	left:240px;
	font-family:arial;
	font-size:12px;
	color:#888888;
}
#ReportDownload .after{
  display:none;
	width:100%;
	height: 50px;
}
#ReportDownload .after h4{
	text-align:center;
	color:#666;
	font-family:arial;
	font-weight:bold;
	text-transform:uppercase;
	line-height:30px;
}
#ReportDownload .after .btn__container{
	text-align: center;
}
#ReportDownload .after button{
	color:#888888;
	background:none;
	margin-left:0px;
	cursor:pointer;
}
#ReportDownload .after a, #ReportDownload .after button{
	font-family:arial;
	font-size:12px;
	color:#000;
	margin-left:0px;
	color: green;
	text-decoration: underline;
}
/*#ReportDownload .after a:hover, #ReportDownload .after button:hover{
	color:#003F87;
}*/

#ReportDownload .during{
  display:none;
	width:233px;
	height: 50px;
	margin-top:10px;
	text-align:center;
}
#ReportDownload .during h4{
	color:#003F87;
	font-family:arial;
}

#ReportDownload .error{
    float: right;
    width: 400px;
    display: none;
}

#ReportDownload fieldset{
    width: 290px;
/* for 3 column make this 200 */
    vertical-align: top;
    margin: 12px 0;
}
/*column alignment*/
#builderColumns{
	display:block;
	float:left;
	width: 100%;
	/*margin-top:-10px;*/
}
.buildCol{
	display:block;
	float:left;
	width:100%;
/* for 3 columns make the width 203 */
}
.buildCol+.buildCol{
	margin-left:35px;
}
.reportSect{
	display:block;
	float:left;
	width: 100%;
	margin-bottom:15px;
}

#ReportDownload .sup label{
	font-size: 14px;
	line-height:16px;
	color: #000;
	font-family: Arial,sans-serif;
	font-weight: bold;
}
#ReportDownload .sub fieldset{
}

#ReportDownload .sub fieldset:first-of-type{
    margin: 8px 0 12px 15px;
}

#ReportDownload .sub fieldset label{
   	 font-weight: normal !important;
}

form#ReportDownload{
	width: 100%;
	padding-top: 8px;
	box-sizing: border-box;
}

form#ReportDownload fieldset{
	position: relative;
	width: 100%;
	height: 38px;
	border: none;
	border-bottom: 1px dotted #a6a6a6;
	margin: 0;
	padding: 0;
}
form#ReportDownload fieldset.first{
	border-top: 1px dotted #a6a6a6;
	/*border: 1px solid red;
	background: pink;*/
}

form#ReportDownload label{
	font-family: arial;
	font-size: 12px;
	line-height: 38px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;

	background: url('images/checkOff.gif') no-repeat left center;
}

form#ReportDownload input[type=checkbox]{
  display: none;
}

form#ReportDownload fieldset label{
  display: block;
	padding-left: 9px;
	text-indent: 20px;
	cursor: pointer;
}

form#ReportDownload fieldset span{
  width: 12px;
  height: 12px;
  background: grey;
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  cursor: pointer;
}

form#ReportDownload label.on {
  color: green;
	background: url('./images/checkOn.gif') no-repeat left center;
}

form#ReportDownload label.on span{
  background: green;
}

#endareas{
	display:block;
	float:left;
	width:100%;
	height:100px;
	padding-top:20px;
	position:relative;
}


.hidden{
	display:none;
}

fieldset.hide{
	width: 0px;
	height: 0px !important;
	overflow: hidden !important;
}
