* { 
   -webkit-box-sizing: border-box; 
   -moz-box-sizing:    border-box; 
   box-sizing:         border-box; 
}

body {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0 48px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 16px;
	line-height: 22px;
}

#maincontent {
	padding-bottom: 3em;
}

.textright {
	text-align: right;
}
.textleft {
	text-align: left;
}

label {
	display: block;
	color: #999999;
	font-style: italic;
	font-size: .875em;
}

input[type=number] {
	width: 50px;
	padding: 3px;
}

table {
	border-collapse: collapse;
	width: 100%;
}
table tr:nth-child(even) {
	background: #ebebeb;
}
table tr.bottomborder {
	border-bottom: 3px solid #666666;
}
thead th {
	text-align: center;
	background: #333333;
	color: #ffffff;
	padding: 3px 6px;
	vertical-align: top;
	border: 1px solid #222222;
}
tbody th {
	text-align: right;
	background: #999999;
	padding: 3px 6px;
	vertical-align: top;
	border: 1px solid #888888;
}
td {
	vertical-align: top;
	text-align: center;
	border: 1px solid #c1c1c1;
	padding: 3px 6px;
}
td.noborder {
	vertical-align: top;
	text-align: center;
	border: 0;
	padding: 3px 6px;
}

.phonewrap {
	float: left;
	position: relative;
	width: 300px;
	padding-left: 140px;
	margin-right: 20px;
	height: 180px;
}

.phonewrap .phoneimage {
	position: absolute;
	top: 0;
	left: 0;
}

.errormsg {
	background: red;
	border: 1px solid red;
	color: #ffffff;
	padding: 11px 22px 11px 22px;
	font-weight: bold;
	font-size: .875em;
	margin-bottom: 22px;
}

input[type=submit] {
	display: block;
	margin: 0 0 1em 0;
	padding:.5em 2em;
	font-weight: bold;
	font-style: normal;
	border-radius: 5px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	background: #eb601b;
	border: 1px solid #b44c14;
	background: -moz-linear-gradient(
			top,
			#f99c24 0%,
			#eb601b 100%);
	background: -webkit-gradient(
			linear, left top, left bottom,
			from(#f99c24),
			to(#eb601b));
	text-shadow: 0px 1px #b64e14;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.5),
		0 2px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.5),
		0 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.5),
		0 2px 4px rgba(0,0,0,0.2);
	cursor: pointer;
}
input[type=submit]:hover, input[type=submit]:visited {
	color: #ffffff;
	text-decoration: none;
	background: #fa882c;
	border: 1px solid #eb601b;
	background: -moz-linear-gradient(
			top,
			#ffba59 0%,
			#fa882c 100%);
	background: -webkit-gradient(
			linear, left top, left bottom,
			from(#ffba59),
			to(#fa882c));
}
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 12px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #666666;
	border: 1px solid #333333;
	color: #ffffff;
	font-size: 12px;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	padding: 4px;
	vertical-align: top;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}

.errormsg {
	border: 1px solid #a3190f;
	margin: 0 0 1em 0;
	background: #dc3327;
	color: #ffffff;
	text-shadow: 0em .1em .1em #b52d23;
	padding: .5em 1em;
}

.successmsg {
	border: 1px solid #9cbe7d;
	margin: 0 0 1em 0;
	background: #bfe0a1;
	color: #1d300c;
	text-shadow: 0em .1em .1em #9cbe7d;
	padding: .5em 1em;
}

a.button, a.button:visited {
	display: inline-block;
	padding:.5em 2em;
	font-weight: bold;
	font-style: normal;
	border-radius: 5px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	background: #eb601b;
	border: 1px solid #b44c14;
	background: -moz-linear-gradient(
			top,
			#f99c24 0%,
			#eb601b 100%);
	background: -webkit-gradient(
			linear, left top, left bottom,
			from(#f99c24),
			to(#eb601b));
	text-shadow: 0px 1px #b64e14;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.5),
		0 2px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.5),
		0 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.5),
		0 2px 4px rgba(0,0,0,0.2);
	cursor: pointer;
}
a.button:hover {
	color: #ffffff;
	text-decoration: none;
	background: #fa882c;
	border: 1px solid #eb601b;
	background: -moz-linear-gradient(
			top,
			#ffba59 0%,
			#fa882c 100%);
	background: -webkit-gradient(
			linear, left top, left bottom,
			from(#ffba59),
			to(#fa882c));
}
