.clearboth {
	clear: both;
}


/* Error Messages
---------------------------------------------------------------------
*/

.error {
	margin: 10px 0;
	padding: 10px;
}

.error p {
	padding: 0;
	margin: 0;
}

/* LIST VIEW TEMPLATE
---------------------------------------------------------------------
*/

#ezclassesnavigator {
	margin: 14px 0;
}

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

div.lv-gmap iframe { width: 100%; height: 360px; }

form#listoptions {
	text-align: right;
	margin: 14px 0;
}

.listfavleft {
	width: 60%;
	float: left;
}

.listfavright {
	text-align: right;
	float: right;
	width: 38%;
}

.relistviewwrap {
	margin: 0 0 18px 0;
	padding: 0 0 18px 0;
}

.relistviewleft {
	float: left;
}

.relistviewright {
	float: right;
}

.relistviewleft img {
	padding: 4px;
}

.attributes { width: 35%; }
.listremarks { float: right; width: 65%; }

.street_name,
.bedrooms,
.bathrooms,
.squarefootage,
.yearbuilt,
.acres,
.virtual_tour,
.listviewmoreinfo,
.lnk-favorites { 
	float: left; 
	clear: left; 
	text-align: left; 
	width:100%;
}

span.virtual_tour {
	margin: 5px 0;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
}

.street_name { width: 95%; }
span.listviewmoreinfo { margin: 10px 0 0 0; font-size: 1.1em; }

/* LIST VIEW TEMPLATE FOR PSS
---------------------------------------------------------------------
*/

table#relistviewwrap {
	width: 100%;
}



/* DETAIL VIEW TEMPLATE
---------------------------------
*/
#mlsdetailwrapper {
	background: #fff;
	border: 1px solid #000;
	padding: 10px 14px 0;
}

#mlsleftbar {
	width: 300px;
	float: left;
	margin: 20px 0 0;
	padding: 0;
}

#mlsrightbar {
	width: 420px;
	margin: 20px 0 0;
	padding: 0;
	float: right;
}

/* CONTENT AND CONTENT BLOCKS
---------------------------------
*/

h1.mlstowntitle {
	/* 
	Opting to allowing style.css create style for header this will allow for more styling in mls-overide.css
	margin: 4px 0 6px 0;
	padding: 0;
	*/
}

h2.mlsfulladdress {
	/* 
	Opting to allowing style.css create style for header this will allow for more styling in mls-overide.css
	
	margin: 0 0 6px 0;
	padding: 0;
	*/
}

h2.mlsfulladdress span.mlsmaplink a {
	font-size: .7em;
}

h3.dv-detailsheader {
	font-style: italic;
	border-bottom: 1px solid #c2c0af;
	clear: both;
	padding: 20px 0 0 0;
	margin: 0;
}

h4.dv-detailssubheader {
	margin: 0 0 8px 0;
	clear: both;
}

div.mlstitleinfo {
	margin: 0 0 12px 0;
}

div.mlstitleinfo span {
	display: block;
}

div.mlstitleinfo span.dv-listprice {
	display: inline;
	font-weight: bold;
}

div.dv-listdetail {
	margin: 0 0 14px 0;
}


ul.dv-listdetail {
	margin: 0 0 14px 0;
	padding: 0;
	list-style: none;
}

ul.dv-listdetail:after{ /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

ul.dv-listdetail li {
	width: 49%;
	float: left;
	margin: 0 0 14px 0;
}

ul.dv-listdetail li span {
	font-size: smaller;
	display: block;
	font-weight: bold;
}




/* DETAIL VIEW WIDGET BLOCK;
---------------------------------
*/

.re-widget {
	margin: 0 0 20px 0;
}

.gradient-block {
	border: 1px solid #808284;
	clear: both;
}

.t-gradient {
	background: #999a7d url("/data/i/vrein-avenger/grad-topwhite.png") repeat-x left -10px;
	height: 14px;
	width: 98%;
	margin: 3px auto 0;
}

.b-gradient {
	background: #999a7d url("/data/i/vrein-avenger/grad-botwhite.png") repeat-x left -18px;
	height: 14px;
	width: 98%;
	margin: 0 auto 3px;
}

/* DETAIL VIEW SLIDE SHOW
---------------------------------
*/

#dv-slideshow-large {
	width: 290px;
	height: 219px;
}

#dv-slideshow-thumbs span {
	float: left;
}

#dv-slideshow-thumbs:after{ /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

/* DETAIL VIEW TOP NAVIGATION
---------------------------------
*/

.listnav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.listnav li {
	display: inline;
}

#dv-breadnav {
	width: 65%;
	float: left;
}

#dv-usernav {
	width: 34%;
	float: right;
	text-align: right;
}

#dv-usernav:after{ /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}


/* DETAIL VIEW BUTTON SETS
---------------------------------
*/

.btn-gradient {
/*	width: 35%; */
	padding: 2px 4px;
/*	margin-left: 60%; */
}

.btn-gradient a {
	display: block;
	background: transparent url("/data/i/vrein-avenger/add.png") no-repeat 3px 1px;
	padding: 0 0 0 24px;
}

#mlsdetailwrapper .btn-gradient {
	width: 38%;
	margin-left: 60%;
}


/* DETAIL VIEW CONTENT
---------------------------------
*/

.dv-tabledata p {
width: 48%;
float: left;
margin: 0 1% 0 0;
}

.dv-tabledata p span {
display: block;
width: 50%;
font-weight: bold;
font-size: 80%;
float: left;
margin: 1% 10% 0 0;
}


.dv-contentdata p {
padding: 0;
clear: both;
}

.dv-contentdata span {
display: block;
width: 56%;
float: right;
/* margin: 0 0 14px 0; */
margin: 0;
}

span.label {
	font-weight: bold;
	font-size: 80%;
}

.dv-contentdata span.label {
display: block;
clear: left;
float: left;
width: 43%;
margin: 0 0 14px 0;
margin: 0;
}

p.dv-edu {
margin: 0;
padding: 0;
clear: both;}

p.dv-edu span {
font-weight: bold;
font-size: 80%;

}


/* TABBED NAVIGATION
---------------------------------
*/
ul.tabmenu {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 25px;
	position: relative;
}

ul.tabmenu li {
	margin: 0;
	padding: 0;
	float: left;
	height: 25px;
	border-left: 1px solid #a4a6a7;
}

ul.tabmenu li a {
	display: block;
	background: transparent url("/data/i/vrein-avenger/tabs.png") no-repeat right top;
}

ul.tabmenu li a span {
	display: block;
	padding: 5px 24px 4px 5px;
}

ul.tabmenu li a.active-tab {
	background: transparent url("/data/i/vrein-avenger/tabs.png") no-repeat right -25px;
}

ul.tabmenu li a.active-tab span {
	background: transparent url("/data/i/vrein-avenger/bg-whitedot.gif") repeat-x left bottom;
}

.panel {
	clear: both;
	display: block;
	padding: 0 5px;
}

.panel.active-tab-body {
	display: block;
}



/* NAVIGATION - RIGHT BAR
   (save, print, visit, share, question)
---------------------------------
*/

ul#dv-actionmenu {
	display: block;
	height: 43px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0 0 10px 0;
}

ul#dv-actionmenu li {
	display: block;
	width: 19.9%;
	height: 43px;
	top: 0;
	background: transparent url("/data/i/vrein-avenger/bg-nav-separator.gif") no-repeat right top;
	text-align: center;
	float:left;
}

#btn-save {
	left: 0;
}


#btn-print {
	left: 20%;
}

#btn-visit {
	left: 40%;
}

#btn-share {
	left: 60%;
}

ul#dv-actionmenu li#btn-question {
	left: 80%;
	background-image: none;
}

ul#dv-actionmenu li a span {
	display: block;
	height: 20px;
	width: 20px;
	margin: 0 auto;
}

ul#dv-actionmenu li#btn-delete a span {
	background: transparent url("/data/i/vrein-avenger/delete.png") no-repeat center 5px;
}

ul#dv-actionmenu li#btn-save a span {
	background: transparent url("/data/i/vrein-avenger/add.png") no-repeat center 5px;
}

ul#dv-actionmenu li#btn-print a span {
	background: transparent url("/data/i/vrein-avenger/printer.png") no-repeat center 5px;
}

ul#dv-actionmenu li#btn-visit a span {
	background: transparent url("/data/i/vrein-avenger/house.png") no-repeat center 5px;
}

ul#dv-actionmenu li#btn-share a span {
	background: transparent url("/data/i/vrein-avenger/email.png") no-repeat center 5px;
}

ul#dv-actionmenu li#btn-question a span {
	background: transparent url("/data/i/vrein-avenger/information.png") no-repeat center 5px;
}

ul#dv-actionmenu li#share-this-box{
	display:none;
	position:relative;
	clear:both;
	width:100%;
	height:0px;
	margin-left:-1px;
	background-image:none;
}
ul#dv-actionmenu li#share-this-box ul{
	width:100%;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	margin:0;
	padding:0;
	float:left;
	border: 1px solid #ccc;
	border-width-top:0px;
	background:#CACBAE;
}
ul#dv-actionmenu li#share-this-box ul li{
	width:12.5%;
	height:40px;
	background:transparent;
}
ul#dv-actionmenu li#share-this-box ul li a{
	display:block;
	margin:1px;
	padding-top:22px;
	height:16px;
	background-color:#E5E5D7;
	font-size:9px;
	text-align:center;
}
ul#dv-actionmenu li#share-this-box ul li a:hover{
	background-color:#fff;
}
ul#dv-actionmenu li#share-this-box ul li#share-email a{
  background-image:url('/data/i/bomber/email.png');
  background-position:center 7px;
  background-repeat:no-repeat;
}

ul#dv-actionmenu li#share-this-box ul li#share-digg a{
  background-image:url('/data/i/bookmarking/digg.png');
  background-position:center 7px;
  background-repeat:no-repeat;
}
ul#dv-actionmenu li#share-this-box ul li#share-del a{
  background-image:url('/data/i/bookmarking/delicious.png');
  background-position:center 7px;
  background-repeat:no-repeat;
}
ul#dv-actionmenu li#share-this-box ul li#share-face a{
  background-image:url('/data/i/bookmarking/facebook.png');
  background-position:center 7px;
  background-repeat:no-repeat;
}
ul#dv-actionmenu li#share-this-box ul li#share-twit a{
  background-image:url('/data/i/bookmarking/twitter.gif');
  background-position:center 7px;
  background-repeat:no-repeat;
}
ul#dv-actionmenu li#share-this-box ul li#share-google a{
  background-image:url('/data/i/bookmarking/googlebookmark.png');
  background-position:center 7px;
  background-repeat:no-repeat;
}
ul#dv-actionmenu li#share-this-box ul li#share-reddit a{
  background-image:url('/data/i/bookmarking/reddit.png');
  background-position:center 7px;
  background-repeat:no-repeat;
}
ul#dv-actionmenu li#share-this-box ul li#share-stumble a{
  background-image:url('/data/i/bookmarking/stumbleupon.png');
  background-position:center 7px;
  background-repeat:no-repeat;
}


/* DETAIL VIEW FORMS
---------------------------------
*/

#lightview form {
	text-align: left;
	width: 90%;
	margin: 10px auto;
}

#dv-wrapper label {
	display: block;
	margin: 6px 0 0 0;
}

#lightview form input,
#lightview form textarea {
	width: 100%;
}

#lightview form .formbuttons { /* submit button */
	margin: 14px 0;
}

.lv_Data { /* this is the title in the lightview window */
font-size: 150%;
text-align: left;
border-bottom: 1px solid #ccc;
}

#contactform {
	width: 300px;
}

.lightview {
	
}

/* ASK A QUESTION BLOCK
---------------------------------
*/

#askquestion {
	position: relative;
	border: 1px solid #808284;
}

h3#hdr-askaquestion {
	background: transparent url("/data/i/vrein-avenger/bubble-ask-a-question.png") no-repeat left top;
	width: 130px;
	height: 37px;
	text-indent: -999em;
	position: absolute;
	top: -10px;
	left: -8px;
}

.contact-brief {
	margin: 0;
}

.contact-brief span {
	display: block;
	font-size: 80%;
}

.contact-brief span.phone {
	font-size: 110%;
}

#askquestion form {
	margin: 0;
	padding: 0 10px;

}

div.contactgradient {
	height: 10px;
}



/* MORTGAGE CALCULATOR
---------------------------------
*/

.layouttable {
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}

.layouttable:after{ /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.layouttable label {
	width: 45%;
	float: left;
}

.layouttable span {
	width: 45%;
	float: right;
}

.calc-input {
	width: 90%;
}

.calc-input-small {
	width: 30%;
}

.c-disclaimer {
	font-size: smaller;
	font-style: italic;
	line-height: normal;
}

#c-results {
	background: #ebebdc;
	padding: 4px 2px;
	border-top: 1px solid #c2c0af;
	border-bottom: 1px solid #c2c0af;
}
input#MonthlyPayment {
	border: 0;
	width: 25%;
	text-align: center;
	font-weight: bold;
	color: #69ab5a;
	font-size: 14px;
	background: transparent;
}

input#NumberOfPayments {
	border: 0;
	width: 15%;
	text-align: center;
	background: transparent;
}

/* DISCLAIMER
---------------------------------
*/

.mlsdisclaimer {
	clear: both;
	line-height: normal;
	font-size: 90%;
	padding: 30px 0;
}

.mlsdisclaimer img {
	border: 1px solid #333;
	padding: 4px;
	margin: 12px 8px 8px 0;
	float: left;
	display: block;
}

/* SUBMIT BUTTONS
---------------------------------
*/
button {
    display: block;
    margin: 10px 0;
    cursor: pointer;
	width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
    padding: 2px;
}


/* STANDARD */

button:hover {
	/*
    background-color:#dff4ff;
    border:1px solid #808284;
    color:#336699;
    */
}

























/* lightview.css
   http://www.nickstakenburg.com/projects/lightview
*/

#lightview {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 150px;
	margin: -75px 0 0 -75px;
	padding: 0;
}

/* The container that holds everything */
.lv_Container {
	position: relative;
	width: 100%;
	height: 100%;
	background: none;
	padding: 0;
	margin: 0;
}

.lv_Button {
	cursor: pointer;
	text-decoration: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

/* The buttons on the side when you view a gallery */
.lv_Sides {
	position: absolute;
	top: 50%;
	left: 0;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}
.lv_Sides * { padding: 0; margin: 0; }
.lv_Sides li {
	list-style-type: none;
	position: relative;
	overflow: hidden;
}

.lv_PrevSide { float: left; }
.lv_NextSide { float: right; }
.lv_Sides .lv_Wrapper {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.lv_Sides .lv_Button {
	float: left;
	background: none;
}

/* The frames above and below the center, that hold the corners.
   It's recommended not to change anything here, a lot is done in
   javascript to build further upon this based on your settings.
*/
.lv_Frames {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.lv_Frames li { list-style-type: none; }
.lv_Frame {
	width: 100%;
	display: block;
}
.lv_Frame * { padding: 0; margin: 0; }
.lv_FrameTop {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
}
.lv_FrameBottom {
	position: relative;
	float: left;
	clear: both;
}

.lv_Liquid {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.lv_Liquid .lv_Filler {
	position: absolute;
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
}

.lv_Half {
	display: block;
	height: 100%;
	clear: both;
	line-height: 0px;
}
.lv_Half li { list-style-type: none; }
.lv_Corner {
	float: left;
	position: relative;
}
.lv_CornerTr, .lv_CornerBr { float: right; }

.lv_Fill {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.lv_Half .lv_CornerWrapper {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.lv_HalfRight .lv_CornerWrapper { float: right; }

.lv_Corner { position: relative; }
.lv_Corner canvas { position: relative; }
.lv_HalfLeft .lv_Corner { float: left; }
.lv_HalfRight .lv_Corner {
	position: relative;
	float: right;
}

/* To position content correctly in the center with correct
   rounded corner display we need a few wrappers.
   This is to get it right on all browsers.
*/
.lv_Center {
	position: relative;
	clear: both;
	height: 100%;
	overflow: hidden;
	background: none;
	padding: 0;
	margin: 0;
}
.lv_WrapUp {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapDown {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapCenter {
	position: relative;
	padding: 0;
	margin: 0;
}

/* The loading indicator */
.lv_Loading {
	position: absolute;
	top: 50%;
	left: 50%;
}
.lv_Loading .lv_Button {
	float: left;
	height: 100%;
	width: 100%;
}

.lv_MediaWrapper {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 0;
}
.lv_MediaWrapper img {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

/* The overlays on top of images that toggle the previous/next buttons */
.lv_PrevNext { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0; margin: 0; }
.lv_PrevNext * { padding: 0; margin: 0; }
.lv_PrevNext .lv_Button { position: relative; height: 100%;}
.lv_PrevButton { float: left; }
.lv_NextButton { float: right; }

/* The bar that holds title, caption, imagenumber, slideshow and closebutton */
.lv_MenuBar {
	clear: both;
	position: relative;
	width: 100%;
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #808080;
	padding: 0;
	margin: 0;
}
.lv_MenuBar * { padding: 0; margin: 0; }

/* When the Menubar is at the top, on (ajax/iframe/inline) content,
   it will also have this style.
   The margins are removed here for better alignment, and since it's
   at the top we switch the inner margins to the other side.
*/
.lv_MenuTop .lv_DataText div,
.lv_MenuTop .lv_ImgNumber div { margin: 0; padding: 0; }
#lightview .lv_MenuTop .lv_Close, 
#lightview .lv_MenuTop .lv_Data { margin: 0 0 6px 0; }

.lv_Close, .lv_Data { margin: 6px 0 0 0; }
.lv_Close { float: right; overflow: hidden; }
.lv_Close .lv_Button { float: right; width: 100%; height: 100%; }

.lv_Data {
	position: relative;
	float: left;
	padding-bottom: 3px;
	line-height: 13px;
}
.lv_Data li { list-style-type: none; }

/* simulates padding-left inside .lv_Data */
.lv_DataText div, .lv_ImgNumber div { margin-left: 3px; }

.lv_Data li {
	list-style-type: none;
	float: left;
	margin-top: 3px;
}
.lv_DataText { width: 100%; }
.lv_Title {
	font-weight: bold;
	margin-bottom: 2px;
}
.lv_Caption { clear: both; }
.lv_ImgNumber {
	color: #b8b8b8;
	margin-right: 5px;
	margin-top: 5px;
}
.lv_Slideshow {
	border-left: 1px solid #efefef;
	padding-left: 5px;
	margin-top: 5px;
	vertical-align: middle;
}
.lv_Slideshow .lv_Button { /* play and stop */
	float: left;
	background-position: center left;
	background-repeat: no-repeat;
}

/* the boxes that hold media or external content */
.lv_Media,
.lv_External {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#lightview iframe {
	border: 0;
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}

/* The container that hold buttons above the view, currently only topclose */
.lv_topButtons {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_topcloseButtonImage { cursor: pointer; }


/* The error/warning/download message that will appear when
   a required plugin is not installed.
*/
#lightviewError p { padding: 0 0 10px 0; }
#lightviewError div {
	padding: 6px;
	font: 11px Arial, Helvetica, sans-serif;
}
#lightviewError .message {
	background: #fcb5b5;
	color: #dd1f1f;
	margin-bottom: 3px;
}
#lightviewError .type { font-weight: bold; }
#lightviewError .pluginspage {
	background: #b5fcbd;
	color: #21be30;
}
#lightviewError a,
#lightviewError a:hover,
#lightviewError a:visited {
	color: #21be30;
	text-decoration: none;
	background: none;
	font-weight: bold;
	border-bottom: 1px solid #7de689;
}
#lightviewError p {
	margin-left: 0;
	padding: 0;
}

#overlay {
  position: absolute; /* Opera will use fixed */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}


* html #lightview { /* IE6 */
	position: absolute;
	margin-top: expression( -1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) + 'px');
	margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px');
}

/* Always cover 100% of the screen in IE6 */
* html #overlay {
	position: absolute;
	height: expression((document.body.scrollHeight > document.documentElement.scrollHeight ? document.body.scrollHeight : document.documentElement.scrollHeight) > document.body.offsetHeight ? (document.body.scrollHeight > document.documentElement.scrollHeight ? document.body.scrollHeight : document.documentElement.scrollHeight) : document.body.offsetHeight + 'px');
	width: expression((document.body.scrollWidth > document.documentElement.scrollWidth ? document.body.scrollWidth : document.documentElement.scrollWidth) > document.body.offsetWidth ? (document.body.scrollWidth > document.documentElement.scrollWidth ? document.body.scrollWidth : document.documentElement.scrollWidth) : document.body.offsetWidth + 'px');
}

