body { margin: 0; font-size: 100%; min-width: 300px; background: #ecefdc url(../../images/bg_fade.jpg) top left repeat-x; }
h2 { font-size: 13px; color: #006600; text-align: center; }
h3 { font-size: 13px; color: #cc6633; text-align: center; }

.footnote { font-size: 9px; }
#wrapper { 
	position: relative;
	width: 800px;
	margin: 5px auto;
	padding-bottom: 5px;
	background: #fff;
}
/********************************************************* HEADER *************************/
#header {
	position: relative;
	margin-bottom: 5px;
	width: 800px;
	min-height: 100px;
}
#login {
	position: absolute;
	right: 0;
	top: 0;
	width: 140px;
	padding: 2px 3px;
	font-size: 11px;
}
#login input {
	margin: 2px 0;
	padding: 0 2px;
}
#login input.password {
	background: url(../../images/bg_password.png) no-repeat;
}
#login input.password_focus {
	background: none;
}
#login input.username {
	background: url(../../images/bg_username.png) no-repeat;
}
#login input.username_focus {
	background: none;
}
#login a { font-size: 11px; }
#login h4 {
	font-size: 13px;
	color: #b21650;
	margin: 20px 0 5px 0; /* to push down user info after log in */
}
#rentalguide_logo {
	height: 83px;
	width: 381px;
	position: relative;
	left: 0;
	top: 0;
}
#header h1 {
	position: relative;
	left: 25px;
	top: 3px;
	font: .75em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.9px;
	word-spacing: 1.6px;
	color: #888;
	white-space: nowrap;
}
#header p {
	position: absolute;
	top: 15px;
	left: 400px;
	width: 230px;
	text-align: center;
	font: bold .9em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
}

/********************************************************* SEARCH *************************/
#search {
	margin: 5px 5px 0 5px;
	position: relative;
	background: #cee0b6;
	padding: 5px 10px;
	width: 770px;
	clear: left;
}
#search p {
	margin: 0 0 5px 0;
	text-align: center;
	font-size: 9px;
	line-height: 9px;
}
#search .tabcontentstyle {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	text-align: center;
	width: 750px;
}
#search .tabcontent form {
	margin: 0 auto;
	/*border: 1px solid #000;*/
}
#search .shadetabs {
	text-align: left;
	width: 750px;
}
#search .formlabel {
	font: bold 11px/11px Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
#search .titlebanner {
	color: #000033;
	font: bold 1px/11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#search .titlebanner em {
	font-weight: normal;
	font-size: 11px;
}
#search select[name="sf_district"] {
	width: 100px;
}
#search td {
	padding: 3px;
}
/********************************************************* DETAILED SEARCH *************************/
form[name^="detail"] td {
	padding: 5px;
}
form[name^="detail"] .formlabel {
	text-align: right;
}
/********************************************************* CONTENT COLUMN LAYOUT *************************/
#content {
	 /* container for listings and sidebar */
	clear: both;
	margin: 0 auto 0;
	position: relative;
	background: #cee0b6;
	width: 790px;
	overflow: hidden;
}
#main { /* main content area */
	width: 630px;
	background: #fff;
	position: relative;
	margin-left: 160px;
	min-height: 400px;
}
#sidebar { /* sidebar content area */
	width: 155px;
	position: relative;
	float: left;
	margin-left: 5px;
	background: #cee0b6;
}
#sidebar img {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 3px;
}
#main_wide {
	position: relative;
	width: 790px;
	background: #fff;
	margin-bottom: 20px;
}
.homepage_listings { margin-bottom: 10px; }
.homepage_listings, .homepage_listings th, .homepage_listings td {
	font-size: 11px;
}
.homepage_listings th { color: #006600; }
/********************************************************* NAV *************************/
#nav {
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0 5px;
	list-style: none;
	z-index: 200;
	width: 790px;
	float: left;
	background: url(../../images/goldbg.gif) center center repeat-x;
}
#nav li a {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	white-space: nowrap;
}
#nav li {
	float: left;
	position: relative;
	padding: 3px 6px;
}
#nav li ul {
	display: none;
	position: absolute;
	top: 15px;
	left: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	background: #fff;
	border: 1px solid #003300;
	z-index: 1000;
}
#nav li ul li {
	display: block;
	white-space: nowrap;
	clear: left;
	text-align: left;
	background: #fff;
}

#nav li:hover ul, #nav li.over ul { display: block; }
.pagenav {
	list-style: none;
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #006600;
	text-align: center;
	color: #006600;
	background: #fff;
}
.pagenav a {
	font-weight: bold;
}
.pagenav #resultcount {
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	margin: 5px;
}
.pagenav .pagelinks, .pagenav .perpage {
	margin: 0 15px 10px;
	font-size: .9em;
	vertical-align: top;
}
.pagenav .pagelinks {
	display: inline-block;
	width: 300px;
	text-align: center;
}
a.linkback {
	text-decoration: none;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	clear: left;
}
dl.menu dt {
	margin-left: 10px;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
}
dl.menu dd {
	margin: 10px 20px;
}
#post_nav {
	text-align: center;
	margin: auto;
}
#post_nav li {
	position: relative;
	list-style: none;
	display: inline;
	margin: 1em;
	font-weight: bold;
}

/********************************************************* LISTINGS CONTENT *************************/
.featurebox_matrix {
	font-size: 10px;
}
#listings, #detail {
	margin: 0 0 10px 0;
	padding: 10px;
	width: 610px;
	min-height: 360px;
}
#listings li {
	list-style: none;
}
.reward_detail_banner {
	background: #ffffd8;
	border: 1px solid #006600;
	margin: 1em 0;
}
.reward_detail_banner h2 {
	color: #000;
	font-size: 15px;
	margin-bottom: 0;
}
.reward_detail_banner h3 {
	font-style: italic;
	font-size: 11px;
	color: #990000;
	margin-top: 0;
}
#reward_banner {
	position: relative;
	height: 65px;
	background: #ffee85 url(images/goldbar.jpg) repeat-x;
	padding: 0;
	border: 1px solid #fff;
}
#reward_banner dl {
	position: relative;
	left: 5px;
	top: 0;
	margin: 5px;
	font-weight: bold;
}
#reward_banner dt {
	font-size: 13px;
	white-space: nowrap;
}
#reward_banner dt img {
	float: left;
	top: 0;
}
#reward_banner dd {
	margin: 0;
	font-size: 12px;
	white-space: nowrap;
}
#reward_banner dl a {
	text-decoration: none;
	color: #006600;
	font-size: .9em;
}
#reward_banner dd em a {
	margin-left: 3em;
	text-decoration: underline;
	font-size: .8em;
}
.listing, .reward {
	list-style: none;
	margin: 0;
	padding: 10px 0 10px 90px;
	border-bottom: 1px solid #006600;
	min-height: 80px;
}
/*.roommate .listing, .roommate .reward {
	padding-left: 10px;
	min-height: 0;
}*/
.reward {
	margin-top: 0;
	background: #ffffd8;
}
.listing img, .reward img, .listing .fpo, .reward .fpo {
	width: 80px;
	height: 80px;
	float: left;
	margin-left: -90px;
}
.listing .fpo, .reward .fpo {
	border: 1px solid #ccc;
}
.listing .fpo p, .reward .fpo p {
	color: #ccc;
	font-size: 10px;
	text-align: center;
	margin-top: 30%;
}
.listing p, .reward p {
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;

}
.reward_unregistered {
	color: #000099;
	font-weight: bold;
	margin-bottom: .5em;
}
.headline, .reward .reward_callout, .reward {
	color: #006600;
	font-weight: bold;
	margin-bottom: .5em;

}
.detail_hed {
	color: #006600;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: .5em;

}
.reward .reward_callout {
	color: #000000;
	font-style: italic;
}
.property {
	font-weight: bold;
	display: inline;
}
.location {
	display: inline;
	padding-left: 2em;
}
.address {
	margin-bottom: 2em;
}
.price_matrix {
	width: 520px;
}
.price_matrix th {
	text-align: center;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
}
.price_matrix th.price { width: 120px; text-align: left; }
.price_matrix th.duration { width: 100px; text-align: left; }
.price_matrix th.bedrooms { width: 110px; text-align: left; }
.price_matrix td {
	vertical-align: top;
	text-align: left;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
.price_matrix .viewed, .price_matrix .rated {
	text-align: center;
}
.price_matrix img {
	margin: 0 0 0 2.5em;
}
img.check {
	width: 13px;
	height: 11px;
}
.price_matrix td.highlight {
	font-weight: bold;
}
/********************************************************* LISTING DETAIL ****************************/
a.report, a.report:link, a.report:visited, a.report:focus, a.report:active {
	color: #cc6633;
	float: right;
	font-size: 10px;
	text-decoration: none;
	position: absolute;
	right: 5px;
	top: 10px;
}
a.report:hover {
	color: #cc0000;
	text-decoration: underline;
}
#building_details {
	width: 270px;
	float: left;
	position: relative;
	z-index: 100;
}
#building_details p { margin-top: 0; }
#building_details #photos {
	background: #FFFFFF;
	border: 1px solid #006600;

}
#building_details #photos img {
	width: 75px;
	height: 75px;
	margin: 0 0 10px 10px;
	cursor: pointer;
}
#building_details #photos img.primary {
	width: 250px;
	height: 250px;
	margin: 10px;
}
#building_details #photos .fpo {
	margin: 10px;
	width: 250px;
	height: 250px;
}
#building_details #photos .fpo p {
	color: #eee;
	font: bold 14px/200px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.edit_photos {
	font-size: 9px;
	clear: left;
	margin: 10px;
}
#more_details {
	position: relative;
	padding-left: 280px;
	z-index: 5;
}
#more_details #contact, #more_details #parking_pets {
	border: 1px solid #006600;
	padding: 10px;
	margin-top: 10px;
	width: 250px;
	line-height: 20px;
}
#more_details #contact h3 {
	color: #006600;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}
#more_details #contact img {
	vertical-align: middle;
}
#more_details .price_matrix {
	width: 320px;
	border: 1px solid #006600;
	border-collapse: collapse;
	margin-top: 10px;
}
#more_details .price_matrix th, #more_details .price_matrix td {
	border: 1px solid #006600;
	padding: 2px 3px;
	text-align: center;
}
#more_details #save_form input {
	width: 130px;
}
#more_details #rate {
	display: inline;
	margin-left: 10px;
	font-size: 10px;
}
#more_details #rate select option {
	font-family: "Hiragino Kaku Gothic Pro", "Osaka", "Zapf Dingbats", 'Arial Unicode MS', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
}
#more_details #rate form {
	display: inline;
}
#also_available {
	clear: left;
	margin: 10px;
	width: 250px;
}
#also_available td {
	padding: 3px;
	font-size: 10px;
}
#edit_photo_table img {
	cursor: move;
}
/********************************************************* SAVED LISTINGS *************************/
h3.user_email_header {
	text-align: center;
	font-size: 12px;
	margin-top: -10px;
}
#savedlistings {
	position: relative;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}
#savedlistings th {
	font-size: 9px;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
	text-transform: uppercase;
}
#savedlistings td {
	font-size: 11px;
	vertical-align: top;
	padding: 3px;
}
#savedlistings .listing_actions {
	text-align: left;
	border-bottom: 1px solid #006600;
}
#savedlistings .listing_actions a {
	text-align: left;
	margin-right: 1em;
	font-size: 10px;
}
#savedlistings .headline {
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #000;
}
#savedlistings .img {
	width: 50px;
	padding-left: 0;
	border-bottom: 1px solid #006600;
}
#savedlistings .fpo {
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;
}
#savedlistings .fpo p {
	margin: 8px 3px;
	color: #ccc;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#savedlistings .unit {
	text-align: left;
	border-bottom: 1px solid #006600;
}
#savedlistings .left { text-align: left; }
#savedlistings .right { text-align: right; }
#mylinks {
	margin: 10px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#mylinks a {
	margin: 10px;
}
a.activate {
	color: #006600;
	font-weight: bold;
}
#footer .pagenav { margin-top: 0; }
.editlink {
	display: block;
	margin-top: 10px;
	font-size: 9px;
}
/********************************************************* REGISTRATION/LOGIN/OTHER FORMS *************************/
form th {
	vertical-align: top;
	padding: 1px;
	font-weight: normal;

}
form td {
	vertical-align: top;
	padding: 5px;
}
form td.label {
	padding: 5px 10px;
	width: 200px;
}
form td input, form td select, form td textarea {
	margin-top: 0;
}
#registration, .edit_photos {
	width: 600px;
}
#registration .label, .label {
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}
#loginform {
	padding: 10px;
}
#loginform label {
	display: block;
	width: 150px;
}
#loginform input {
	display: block;
}
.error {
	margin: 1em;
	color: #cc0000;}
.error2 {
	margin-top: -8px;
	margin-bottom: 4px;
	color: #cc0000;
}
#main>div {
	padding: 10px;
}
#terms {
	display: none;
	position: absolute;
	top: 2em;
	left: 2em;
	width: 500px;
	height: 320px;
	padding: 1em;
	border: 3px solid #ccc;
	background: #fff;
	overflow: auto;
	font-size: 10px;
}
#terms .closelink {
	text-align: right;
	cursor: pointer;
}
#charcount {
	display: block;
	float: right;
	vertical-align: middle;
	border: 1px solid #666;
	padding: 1px;
	width: 24px;
	height: 12px;
	text-align: right;
}
.signpost {
	width: 400px;
	border: 4px solid #ecc932;
	padding: 10px;
	margin: 10px auto;
	text-align: center;
}
#posted_images {
	margin-left: 200px;
}
#posted_images img {
	width: 60px;
	height: 60px;
	margin: 0 5px 5px 0;
	clear: left;
}
#posted_images input {
	vertical-align: top;
	display: inline;
}
img.loading {
	display: none;
	vertical-align: middle;
	margin: 3px;
}
.required_flag {
	font-size: 20px;
	line-height: 12px;
	margin: 0 5px;
	color: #006600;
}
.notes {
	color: #cc6633;
	font-size: 10px;
}
.notes_11 {
	color: #cc6633;
	font-size: 11px;
}

.k_11 {
	color: #000000;
	font-size: 11px;
}

.k_12 {
	color: #000000;
	font-size: 12px;
}

.red_12 {
	color: #cc6633;
	font-size: 12px;
}

.red_14 {
	color: #cc6633;
	font-size: 14px;
}


.red_16 {
	color: #cc6633;
	font-size: 16px;
}


.red_18 {
	color: #cc6633;
	font-size: 18px;
}
/********************************************************* DETAILED SEARCH *************************/
#main .shadetabs {
	text-align: left;
	margin: 0;
	background: #cee0b6;
	border-bottom: 1px solid #ccc;
}
#main .shadetabs li {
	position: relative;
	top: 1px;
}
#main .shadetabs li a {
	margin: 0;
	font-size: 11px;
	border-color: #aaa #999 #ccc #ccc;
}
#main .shadetabs li.selected a {
	border-color: #fff #aaa #fff #fff;
}
/********************************************************* FOOTER *************************/
#footer {
	width: 780px;
	margin: -10px 5px 0 5px;
	position: relative;
	clear: both;
	text-align: center;
	background: #cee0b6;
	padding: 5px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}