/** basic default styles **/
html { margin: 0; padding: 0; }
body { 
font-family: Arial, Helvetica, sans-serif; 
color: #FFF; 
background: #fff; 
padding-top: 10px; 
}
h1 {
	border-bottom: 1px solid #000;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: normal;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 5px 0;
	text-align: center;
}
h1.display {
	border-bottom: 1px solid #000;
	background: #3D3731;
	color: #F3EEDC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 175%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 5px 0;
	text-align: center;
}
h2 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 5px 0;
}
h3 {
	letter-spacing: normal;
	font-weight: bold;
	font-size: 13px;

}
h3.display {
	letter-spacing: normal;
	font-weight: bold;
	font-size: 20px;
	color: #333;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dashed #ccc;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}
a:link {
	color: #BF1E2E;
	font-weight: bold;
}
a:visited {
	color: #BF1E2E;
	font-weight: bold;
}
a:hover {
	color: #BF1E2E;
	font-weight: bold;
}
a:active {
	color: #BF1E2E;
	font-weight: bold;
}
#imgheader {
	display: block;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.viewtable {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

/** main blocks **/
#container { 
display: block;
width: 100%;
max-width: 488px;
margin: 0 auto; 
margin-top: 0px; 
margin-bottom: 20px;
/* padding: 5px 5px; */ 
background: #FFF; 
border-radius: 6px; 
-webkit-border-radius: 6px; 
-moz-border-radius: 6px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box; 
box-sizing: border-box;  
}
#container2 { 
display: block;
max-width: 750px;
margin: 0 auto; 
margin-top: 5px; 
margin-bottom: 66px;
padding: 20px 15px; 
background: #E9E2DD; 
border-radius: 6px; 
-webkit-border-radius: 6px; 
-moz-border-radius: 6px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box; 
box-sizing: border-box;  
}


.txtinput {
display: block;
font-family: Arial, Helvetica, sans-serif;
border-style: solid;
border-width: 1px;
border-color: #dedede;
margin-bottom: 5px;
font-size: 15px;
padding: 10px 5px;
padding-left: 5px;
color: #777;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}


.txtinput:focus {
color: #333;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
outline: 0 none; 
}

#slider { width: 60%; }

#aligned {
box-sizing: border-box; 
float: left; 
width: 100%;
}
#aligned2 {
box-sizing: border-box; 
float: left; 
width: 100%;

}
#aside {
	float: left;
	width: 150px;
	padding: 0;
	box-sizing: border-box;
}

#wrapping { width: 100%; box-sizing: border-box; }

span.radiobadge { display: block; margin-bottom: 8px; }
span.radiobadge label { font-size: 13px; color: #000; padding-bottom: 4px; }

select.selmenu {
font-size: 15px;
color: #676767;
padding: 9px !important;
border: 1px solid #aaa;
	width: 102% !important
}

input.inputchecks + label {
  color: #000;
  padding-right: 5px;
  font-size: 13px;
} 

#results {
	padding: 0px;

}

/** custom buttons **/

#buttons { display: block; padding-top: 10px; }

#buttons #submitbtn {
font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	padding: 5px 10px;
	background: #214e05;
	background: -moz-linear-gradient(
		top,
		#347a05 0%,
		#214e05);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#347a05),
		to(#214e05));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0px solid #214e05;
	-moz-box-shadow:
		0px 0px 0px rgba(033,078,005,0),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	-webkit-box-shadow:
		0px 0px 0px rgba(033,078,005,0),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	box-shadow:
		0px 0px 0px rgba(033,078,005,0),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	text-shadow:
		0px -1px 0px rgba(000,000,000,1),
		0px 1px 0px rgba(255,255,255,0.2);
}
#buttons #submitbtn:hover, #buttons #submitbtn:active {
border-color: #7c9826 #7c9826 #000;
color: #fff;
-moz-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
-ms-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
background: rgb(228,237,189);
background: -moz-linear-gradient(top, rgb(228,237,189) 2%, rgb(207,219,120) 3%, rgb(149,175,54) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(228,237,189)), color-stop(3%,rgb(207,219,120)), color-stop(100%,rgb(149,175,54))); 
background: -webkit-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); 
background: -o-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); background: -ms-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); background: linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4edbd', endColorstr='#95af36',GradientType=0 );
}

img.ui-datepicker-trigger {
	float: right;
	width: 35px;
}

/** @group clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

select, input {
	width: 100% !important;
}
.search .ui-tabs-nav li {
	float: left;
	list-style-type: none;
	background: #ddd;
	color: #333;
	margin: 0 10px 0 0;
	padding: 3px 10px;
}
.ui-tabs-nav li.ui-tabs-selected {
	background: red;
}
.search .ui-tabs-nav a {
	text-decoration: none;
	font-size: 15px;
}