/* =Structure
-----------------------------------------------
*/

#header {
	height: 113px;
}

#header .interiorblock {
	width: 960px;
	height: 113px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

#headerlogo {
    margin-left: -13px;
}

#sidebarblock {
    position: static;
    width: 160px;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}

#content {
	width: 749px;
	margin: 0 26px 0 0;
	float: right;
}

#content .interiorblock { margin: 5px 20px 20px 33px; }

#sidebar {
	width: 185px;
	margin-right: 751px;
}

#sidebar .interiorblock { margin: 0 7px 0 15px; }

#maincontent {
	float: left;
	width: 962px;
	margin-left: 10px;
	padding: 15px 0 10px 0;
}

#footer {
	padding: 20px 0;
}

#footer,
#usmtag { clear: both; }

#usertpl_address { display: none; }
#usertpl_buttons { width: 100%; text-align: center; }

/* =Navigation
-----------------------------------------------
*/
#navbar {
	height: 26px;
	line-height: 26px;
	position: absolute;
	right: 26px;
	bottom: 12px;
	margin-bottom: 0;
	text-align: right;
}

#navbar li {
	display: inline;
	position: relative;
}

#navbar li a {
	background: transparent;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 6px;
	color: #cecccc;
}

#navbar li a:hover {
	background: #8ec316;
	color: #fff;
	text-decoration: none;
}

/* dropdowns */
#navbar li ul {
	position: absolute;
	left: -9999px;
	width: 150px;
	margin: 0;
	padding: 0 1px 1px 1px;
	background: #8ec316;
	text-align:left;
}

#navbar li:hover ul,
#navbar li.sfhover ul {
	left: 0;
	z-index: 100;
	top: 19px;
}

#navbar li ul li {
	position: relative;
	height: auto;
	display: block;
	padding: 0;
	background: transparent;
}

#navbar li ul li a,
#navbar li ul li a:hover {
	font-weight: bold;
	display: block;
	text-indent: 0px;
	padding: 0 4px;
	line-height: 24px;
	height: 24px;
	margin: 0;
	color: #fff;
	background: #8ec316;
}

ul#navbar li ul li a:hover {
	background: #7eb306;
}


/* =Login Bar
-----------------------------------------------
*/
#loginbar {
	background: #161616;
	position: absolute;
	right: 13px;
	top: 4px;
	text-align: center;
	color: #cecccc;
	padding: 4px 20px 8px 20px;
	display: inline;
	font-size: 110%;
}

#loginbar a {
	color: #cecccc;
}

/* =Backgrounds
-----------------------------------------------
*/
body { background: #fff url("/ezstatic/data/rentalsgrid/i/body.gif") center 1px repeat; }
#wrapper { background: transparent url("/ezstatic/data/rentalsgrid/i/wrapper.gif") left top repeat-y; }
#header { background: transparent url("/ezstatic/data/rentalsgrid/i/headerstripe.gif") left top repeat-x; }
#navbottom { background: transparent url("/ezstatic/data/re2/i/navbottom.gif") left top no-repeat; }
#footer { background: transparent url("/ezstatic/data/rentalsgrid/i/footer.gif") left bottom no-repeat; }
#content {
	background: #f5f5f5;
	border: 1px solid #dad9d9;
}

/* =Element Styles
-----------------------------------------------
*/
a { text-decoration: none; }

a:hover { text-decoration: underline; }

h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
}

/* =Colors
-----------------------------------------------
*/
a { color: #c26113; }

h1,
h2 { color: #c26113; }



/* =Sidebar Elements
-----------------------------------------------
*/

.quicksearchblock {
	background: #fefefe;
	border: 1px solid #cbcbcb;
	margin-bottom: 13px;
}

.quicksearchblock form {
	margin: 0 8px;
}

.quicksearchblock form select {
	width: 100%;
	margin-bottom: 4px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 100%;
}

.quicksearchblock h2 {
	text-align: center;
	text-transform: none;
}

.quicksearchblock p {
	margin-bottom: 5px;
}

.quicksearchblock a {
	font-style: italic;
	color: #4a4949;
}

/* =GRID home page styles
-----------------------------------------------
*/

#how_to_use_the_grid {
    font-family: Georgia, serif;
    font-weight: bold;
    display: none;
    width: 654px;
    text-align: center;
    color: black;
    background-color: #8ec316;
    letter-spacing: -1px;
    font-size: 200%;
}

#gmapframe, #grid {
	border: 2px #999 solid;
}

#grid {
    float: left;
	margin-bottom: 15px;
}

#grid tfoot {
	background-color: #eee;
}

#grid tbody td.yaxis, #grid thead td.yaxis {
	background-color: #eee;
}

#grid td.xaxis {
	background-color: #eee;
}

div.grid_default {
    position: relative;
    top: -2px;
    padding-left: 0px;
}

#grid th, #grid th {
	padding: 0px;
}

#grid table {
	width: 650px;
}

#grid th {
	background-color: #ddd;
	color: #666;
	border: 1px solid #eee;
	width: 4em;
}

#grid td {
	padding: 2px;
	border: 1px solid #ddd;
	text-align: center;
	width: 4em;
}

#grid .empty {
	padding: 0px;
	border: 0;
	width: auto;
}

#grid .yaxis {
	width: 14px;
}

#grid tr.xaxis th.empty {
	background-color: transparent;
}

#grid td.number a {
	font-weight: bold;
}

#grid td.zero,
#grid td.zero-both {
	color: #666;
}

#grid td.timeframe {
	width: 8em;
}

#grid td:hover, #grid th:hover,
#grid td.hover, #grid th.hover {
	background-color: #c26113;
	color: #eee;
}

#grid td:hover a, #grid th:hover a,
#grid td.hover a, #grid th.hover a {
	color: #eee;
}

#grid a:hover {
	color: #eee;
	text-decoration: none;
}

#grid .empty:hover,
#grid td.yaxis {
	background-color: transparent;
}

#grid .highlight {
	background-color: #fff8dc;
}

#grid .highlight-both {
	background-color: #ffdabc;
	font-weight: bold;
	/*font-size: 115%;*/
}

#grid a {
	display: block;
}

#grid td.timeframe,
#grid td.timeframe-both,
#grid td.stat {
	padding: 1px;
	font-weight: bold;
	text-align: right;
	width: auto;
}

#big-spinner {
	background: #ccc;
	opacity: 0.8;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	z-index: 15000;
	font-size: 120%;
	font-weight: bold;
}

/* =PRODDIR STYLES
-----------------------------------------------
*/

.foundzero {
background: #fffccc;
border: 1px solid #ffff33;
padding: 10px 3px;
margin: 10px 40px;
text-align: center;
font-weight: bold;
}

.listviewheader {
	padding-top: 20px;
	margin-bottom: 10px;
	clear: both;
}

.listviewheader h1 {
	border-bottom: 1px solid #b5b4b4;
}

.savesearch {
	clear: left;
	margin-bottom: 10px;
}

#eznavigatortpl {
    width: 100%;
    text-align: center;
    margin: 10px 0px;
}

.prod-lvwrapper {
border: 1px solid #ccc;
border-width: 0 0 1px 0;
padding: 0 0 14px 0;
margin: 0 0 14px 0;
width: 650px;
}

.prod-lvimage {
width: 150px;
float: left;
}

.prod-lvdetails {
width: 480px;
padding-left: 20px;
float: right;
}

h3.lv-title {
margin: 0;
padding: 0;
}

.lv-citystate {
font-weight: bold;

}

.lv-description {
margin: 0 0 10px 0;
}

p.link_back {
font-size: 120%;
font-weight: bold;
}

/* navigator styles */
ul.navigator {
list-style: none;
margin: 0 0 20px 0;
}

ul.navigator li {
margin: 0 10px 0 0;
float: right;
border-bottom: 1px solid #000;
}


ul.navigator {
list-style: none;
margin: 0 0 20px 0;
}

ul.navigator li {
margin: 0 10px 0 0;
float: right;
border-bottom: 1px solid #000;
}


/* detail view */
div.dv-details {
	float: left;
	width: 240px;
	padding-right: 10px;
}

h2.dv-streetaddress {
margin: 0;
padding:0;
}

div.dv-subtitle {
margin: 0 0 20px 0;
}

div.dv-subtitle span {
	font-weight: bold;
}

p.dv-name {
	font-weight: bold;
	margin: 0;
}

div.dv-description {
	font-size: 110%;
	padding: 5px;
	border: 1px #999 solid;
	margin-bottom: 10px;
}

p.dv-phone {
	margin: 0;
}

p.dv-email {
	margin: 0;
}

.dv-photo {
	float: right;
	width: 300px;
	margin: 0 0 0 20px;
}

.dv-photo #slideshow {
	height: 228px;
	margin-bottom: 10px;
}

.dv-photo .slideshownav {
	margin-bottom: 10px;
}

div.videos object, div.videos embed {
	width: 304px;
	height: 228px;
	margin-bottom: 10px;
}

#dv-contactinfo h3 {
	clear: none;
}

#dv-contactinfo {
	margin-bottom: 20px;
}


iframe#gmapframe {
	margin: 0 0 20px 0;
}

a.contact_landlord {
    font-size: 160%;
    font-weight: bold;
}

/* Property Manager detail page */

span#contacted {
    width: 100%;
    text-align: center;
    font-size: 150%;
    color: Green;
    font-weight: bold;
}

/* =Footer
-----------------------------------------------
*/

#footernavbar {
	margin: 0 0 15px 0;
	list-style: none;
	text-align: center;
}

#footernavbar li {
	display: inline;
}

#footernavbar a {
	color: #000;
	padding: 2px 6px;
	font-size: 90%;
}

#usmtag a {
	display: block;
	width: 222px;
	height: 22px;
	margin: 0 auto;
	text-indent: -9999px;
	background: transparent url("/ezstatic/data/rentalsgrid/i/usmtag.gif") left top no-repeat;
}


/* basic auto-email overrides */
#emailcontent { width: 550px; background: #fff; }

#emailcontent td { font-size: 12px; }

