html {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	/*color: #5d5c5a;*/
	color: #1D1D1D;
	font: 300 16px 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	/*text-transform: uppercase;*/
}

.nosel {
	user-select: none;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	/*text-transform: uppercase;*/
	/*border-bottom: 1px solid rgba(217,44,39,1);*/
	border-bottom: 1px solid rgba(240,30,10,1);
	/*color: rgba(217,44,39,1);*/
	color: rgba(240,30,10,1);
	font-size: 26px;
	font-weight: 300;
	margin: 0 0 25px 0;
}

.header {
	font-family: 'Montserrat', sans-serif;
	/*text-transform: uppercase;*/
}

.wrapper {
	margin: 0 auto;
	position: relative;
}
#page_wrapper {
	min-height: 300px;
	width: 100%;
}
#include_content,
table.panels {
	margin-bottom: 80px;
	table-layout: fixed;
	width: 100%;
}
#include_content {
	min-height: 600px;
	padding: 0 20px 0 20px;
}
#include_content td {
	vertical-align: top;
}
#include_content > tbody > tr > td:first-of-type {
	padding-right: 30px;
}
table.panels > tbody > tr > td {
	padding: 10px;
}
#search_panel {
	background-color: #e6e7e8;
	border-bottom: 5px solid #6D6E71;
	color: #263b75;
	padding: 0;
	width: 300px;
}
#search_panel #frmSearch {
	padding: 10px;
	width: 280px;
}
#search_panel h2 {
	background-color: #6D6E71;
	border: none;
	color: #fff;
	font-size: 18px;
	margin: 0;
	padding: 10px 10px 8px 10px;
	text-shadow: none;
}
#search_panel input[type="text"] {
	border: 1px solid #bbb;
	border-radius: 0;
	padding: 4px;
}
#search_panel button {
	width: 120px;
}
a, a:link, a:visited, a:active {
	/*color: rgba(217,44,39,1);*/
	color: rgba(240,30,10,1);
	cursor: pointer;
	outline: none;
	text-decoration: none;
}
button {
	background-color: transparent;
	/*border: 1px solid rgba(217,44,39,1);*/
	border: 1px solid rgba(240,30,10,1);
	border-radius: 2px;
	/*color: rgba(217,44,39,1);*/
	color: rgba(240,30,10,1);
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: normal;
	min-width: 100px;
	outline: none;
	padding: 9px 15px 8px 15px;
	/*text-transform: uppercase;*/
}
button:hover,
button:active {
	/*background-color: rgba(217,44,39,1);*/
	background-color: rgba(240,30,10,1);
	color: white;
}
button.red {
	border-color: #e33;
	color: #e33;
}
button.red:hover,
button.red:active {
	background-color: #e33;
	color: white;
}
button.grey {
	border-color: #777;
	color: #777;
}
button.grey:hover,
button.grey:active {
	background-color: #777;
	color: white;
}
input, select {
	outline: none;
}
#footer {
	background-color: rgba(187,180,171,1);
	color: #fff;
	font-size: 16px;
	width: 100%;
}
#footer table {
	border-collapse: separate;
	margin: 20px auto 0 auto;
	padding: 40px 0 40px 0;
	width: 90%;
}
#footer table td {
	text-align: left;
	vertical-align: top;
}
#footer table td:last-child {
	text-align: right;
}
#footer a {
	color: #fff;
}
#footer .bar {
	background-color: #fcfbf4;
	color: #fff;
	font-size: 12px;
	padding: 10px 0 10px 5%;
	width: 100%;
}
.ui-widget {
	font-size: 0.9em;
}
div.blackout {
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	z-index: 9000;
	width: 100%;
}
