
body {
	margin: 0;
	font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
	background-color: rgb(43,43,43);
}

h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS, Arial;
}

h1 {
	padding-bottom: 3px;
	border-bottom: 1px solid rgb(150,150,150);
}

h4 {
	margin: 5px 0;
}

a {
	color: rgb(255,109,0);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table.layout {
	border: 0;
	border-collapse: collapse;
}

table.layout td {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

#head {
	width: 100%;
	background-color: rgb(255,219,138);
	border-bottom: 3px solid rgb(255,176,26);
}

#head .container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 20px 10px 0 10px; /* leave room above for topnav (if long email) */
}

#sitename {
	width: 1000px;
	font-size: 140%;
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
	padding: 10px 0;
}

#sitename a {
	text-decoration: none;
	color: rgb(255,120,10);
}

#topnav {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 10px;
	font-family: Trebuchet MS;
	background-color: rgb(255,190,66);
	color: rgb(255,98,36);
	font-size: 80%;
	font-weight: bold;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
}

#topnav a {
	color: rgb(255,98,36);
}

#topnav a:hover {
	color: rgb(204,58,0);
	text-decoration: none;
}

#tabs { 
	width: 1000px;
	margin: 0 auto;
	font-family: Tahoma;
	font-size: 90%;
	clear: both;
}

#tabs ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 0 4px 0;
}

#tabs li {
	display: inline;
}

#tabs li.spacer {
	padding-left: 30px;
}

#tabs ul li.right {
	float:right;
}

#tabs a {
	text-decoration: none;
	color: White;
	background-color: rgb(255,176,26);
	padding: 5px 10px 4px 10px;
	border-bottom: 3px solid rgb(255,176,26);
}

#tabs a:hover {
	background-color: rgb(250,164,0);
}

#tabs a.active {
	font-weight: bold;
	padding-top: 8px;
	background-color: rgb(255,255,255);
	color: rgb(250,164,0);
	border: 1px solid rgb(255,176,26);
	border-bottom: 0 none ! important;
	padding-bottom: 7px;
}

/* admin style override */
#head.admin {
	border-bottom-color: rgb(138,208,27);
}

#tabs li.admin.first {
	margin-left: 40px;
}

#tabs li.admin a {
	background-color: rgb(138,208,27);
}

#head.admin li a {
	border-bottom-color: rgb(138,208,27);
}

#tabs li.admin a:hover {
	background-color: rgb(105,168,0);
	color: rgb(255,255,255);
}

#tabs li.admin a.active {
	background-color: rgb(255,255,255);
	border-color: rgb(138,208,27);
	color: rgb(105,168,0);
}

#middle {
	background-color: rgb(255,255,255);
}

#main-layout {
	width: 1000px;
	margin: 0 auto;
	border-collapse: collapse;
	border: 0;
}

#content {
	padding: 10px 10px 100px 10px;
	vertical-align: top;
	width: 780px;
}

#sidenav {
	vertical-align: top;
	width: 200px;
	font-family: Trebuchet MS;
	font-size: 90%;
	color: rgb(120,120,120);
	padding-bottom: 100px;
}

#sidenav h4 {
	padding-bottom: 2px;
	border-bottom: 1px solid rgb(180,180,180);
}

#sidenav hr {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: rgb(180,180,180);
}

#sidenav .inner {
	padding: 10px;
	margin-top: 40px;
}

#footer {
	text-align: center;
	border-top: 3px solid rgb(8,8,8);
	background-repeat: repeat-x;
	color: rgb(80,80,80);
	font-size: 80%;
	padding: 10px 0;
	bottom: 0;
	width: 100%;
	min-height: 100px;
}

#footer .container {
	width: 1000px;
	margin: 0 auto;
}

#footer a {
	color: rgb(120,120,120);
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
	background: rgb(120,120,120);
	color: rgb(255,255,255);
}


/* forms */
input.big {
	font-size: 130%;
}

input.nice, select.nice, textarea.nice {
	font-family: Trebuchet MS;
	width: 260px;
	padding: 3px;
}

input.widest {
	width: 80%;
}

label {
	font-family: Trebuchet MS;
	font-weight:bold;
	color: rgb(80,80,80);
	display: inline-block;
	margin: 3px 0;
}

label.optional {
	color: rgb(160,160,160);
}

input.button, button {
	padding: 5px 10px;
	font-family: Trebuchet MS;
	font-weight: bold;
}

.field-note {
	font-size: 75%;
	color: rgb(120,120,120);
}

.field-info {
	padding: 10px;
	font-size: 90%;
	background-color: rgb(255,245,190);
}

input.bg-image {
	padding-left: 18px;
}

input.nice.bg-image {
	width:244px;
}

div.bg-image {
	display: inline;
	width: 20px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: 3px 9px;
	position: absolute;
	z-index: 1000;
}

div.bg-image.money {
	background-image: url(/Content/Images/field-bg-money.gif);
}

/* validation */
/* (for server-side validation errors) */
.field-validation-error {
	display: block;
	color: rgb(200,0,0);
	margin-top: 3px;
	padding-left: 20px;
	background-image: url(/Content/Images/validation-warn.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

/* client-side validation errors */
.invalid {
	display: block;
	color: rgb(200,0,0);
	margin-top: 3px;
}

.invalid.inline-icon {
	padding-left: 20px;
	background-image: url(/Content/Images/validation-warn.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

label.label-invalid {
	background-image: url(/Content/Images/validation-warn.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	color: rgb(200,0,0);
}

label.label-valid {
	background-image: url(/Content/Images/validation-success.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}

label.validation-icon-before {
	background-position: left !important;
	padding-right: 0 !important;
	padding-left: 20px !important;
}

/* search results */
.results .count {
	padding: 0 10px;
	font-weight: bold;
	color: rgb(140,140,140);
}

.results a {
	font-weight: bold;
}

.results a:visited, .list a:visited {
	color: rgb(179,74,0);
}

.results td {
	padding-bottom: 20px !important;
}

.results .info {
	padding-left: 10px;
}

.results .summary {
}

.pages {
	border-top: 1px solid rgb(220,220,220);
	padding-top: 10px;
	margin: 15px 0;
	font-weight: bold;
	color: rgb(80,80,80);
}

.pages .page {
}

/* lists */
.list {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
	font-size: 95%;
}

.list th {
	text-align: left;
}

.list td {
	padding: 2px 5px;
}

.list tr:hover {
	background-color: rgb(231,237,221);
}

.list-inactive, .list-inactive a {
	color: rgb(160,160,160);
}

.list-inactive a:visited {
	color: rgb(100,100,100);
}

.list-highlight {
	font-weight: bold;
}

/* reports */
.report {
	border-collapse: collapse;
	font-size: 90%;
}

.report th {
	background-color: rgb(40,40,40);
	color: White;
	text-align: left;
	padding: 5px 10px;
}

.report td {
	padding: 2px 10px;
	border-bottom: 1px solid rgb(220,220,220);
}

.report tr:hover {
	background-color: rgb(240,240,240);
}

.report-info {
	font-weight: normal;
	color: rgb(255,255,255);
	cursor: default;
}

.report-info:hover {
	color: rgb(150,180,255);
}

/* quick-info */
.quick-info {
	height: 50px;
	width: 50px;
	margin-right: 4px;
	text-align: center;
	font-size: 80%;
}

.quick-info.large {
	float: left;
	height: 80px;
	width: 80px;
}

.quick-info.price {
	background-color: rgb(255,219,158);
}

.quick-info.distance {
	background-color: rgb(255,239,168);
}

.quick-info div {
	vertical-align: baseline;
}

.quick-info div.num {
	font-weight: bold;
	font-size: 160%;
	height: 30px;
	vertical-align: middle;
}

.quick-info.price .num {
	color: rgb(181,155,112);
}

.quick-info.distance .num {
	color: rgb(181,169,119);
}

/* listing */
.listing_summary .col1 {
	text-align:right;
	width: 45%;
}

.listing_summary .col2 {
	padding: 3px 5px 3px 7px;
}

/* ratings (read-only) */
.rating.none {
	color: rgb(120,120,120);
	font-size: 70%;
}

.rating.stars {
	height: 16px;
	background-image: url(/Content/images/star-tile.gif);
	background-repeat: repeat-x;
}

.rating.s1 {
	width: 16px;
}

.rating.s2 {
	width: 34px;
}

.rating.s3 {
	width: 52px;
}

.rating.s4 {
	width: 70px;
}

.rating.s5 {
	width: 88px;
}

/* messages */
.msg {
	margin: 10px 0;
	padding: 10px;
	background-color: rgb(255, 239, 168);
	border-width: 1px 0 1px 0;
	border-color: rgb(235, 219, 148);
	border-style: solid;
	font-style: italic;
}

.msg.closed {
	font-weight: bold;
	background-color: rgb(220,220,220);
	border-color: rgb(180,180,180);
	text-align: center;
	color: rgb(60,60,60);
}

.msg.rejected {
	font-weight: bold;
	text-align: center;
	color: rgb(255,255,255);
	background-color: rgb(20,20,20);
	border-color: rgb(0,0,0);
}

/* photos */
#photos {
	margin: 10px 0;
	padding: 10px;
}

#photos ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#photos li {
	display: inline;
	margin: 0;
	padding: 5px;
}

#photos img {
	border: 1px solid rgb(150,150,150);
	padding: 2px;
}

#photos a:hover img {
	border: 1px solid rgb(70,70,70);
}

/* home page */
#home-search {
	font-size: 120%;
	padding: 10px 0;
	font-family: Trebuchet MS;
	text-align: center;
	margin-top: 50px;
	font-weight: bold;
	background-color: rgb(231,237,221);
	color: rgb(60,85,20);
}

#home-search label {
	color: inherit;
}

#search-under.inactive {
	color: rgb(150,140,120);
}

.home-box {
	padding: 20px;
}

.home-box h2 {
	margin-top: 0;
}

/* faq */
#faq {
	padding-bottom: 200px;
}

#faq_quicklinks {
	background-color: rgb(231,237,221);
	padding: 10px;
	font-size: 90%;
}

#faq_quicklinks h3 {
	margin: 0;
}

#faq_quicklinks ul {
	margin: 0;
	padding: 10px;
	list-style-position: inside;
}

#faq_answers h3 {
	color: rgb(150,140,120);
}

#faq_answers h4 {
	margin-top: 20px;
	font-size: 120%;
	color: rgb(255,176,26);
}

/* listing view count */
#listing_views {
	padding: 5px;
	background-color: rgb(231,237,221);
	color: rgb(150,140,120);
}

