body {
	font-family: Verdana, Arial, Helvetica; sans-serif;
	}

p {
	font-size: 14px;
	margin: 0in 0in 0pt; 
	bottom: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

td {
	font-size: 14px;
	margin: 0in 0in 0pt; 
	bottom: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


tr {
	font-size: 14px;
	margin: 0in 0in 0pt; 
	bottom: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
form { display: inline; }

a.list:link {color: navy; text-decoration: none; }
a.list:visited {color: navy; text-decoration: none; }
a.list:hover {color: red; text-decoration: underline; }
a.list:active {color: black; }

.xlg { font-size: 15pt; }
.lg { font-size: 13pt; }
.med { font-size: 11pt; }
.medsm {font-size: 10pt; }
.sm { font-size: 9pt; }
.xs { font-size: 8pt; }
.xxs { font-size: 7pt; }
.red { color: #f00; }
.white { color: #fff; }
.b { font-weight: bold; } 
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.nowrap { white-space: nowrap; }
.button {
	background-color: steelblue;
	color: white;
	font-size: 11pt;
	border-radius: 8px;
}

a.button {
	display: inline-block;
	border: 2px outset #ddd;
}
a.button:active {
	border: 2px inset #ddd;
}

.printonly { display: none; }

/*This is what should be done, but IE cannot understand it, figures.
#input[type="reset"] { background-color: steelblue; color: white; font-size: 11pt; }
#input[type="submit"] { background-color: steelblue; color: white; font-size: 11pt; }*/

#accessdenied { text-align: center; padding-bottom: 1em; }
#accessdenied p { margin: .5em 0; padding: 0; text-align: center; }

a.gobtn {
	display: inline-block;
	min-width: 34px;
	border: 2px outset #ddd;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
}

a.gobtn:active {
	border: 2px inset #ddd;
}

a.gobtn.localdata {
	font-size: 14px;
	padding: 3px;
}

.gobtn {
	background-color: steelblue;
	color: white;
	font-size: 9pt;
	border-radius: 8px;
}

.gobtnlg {
	background-color: steelblue;
	color: white;
	font-size: 10pt;
	border-radius: 8px;
}

.gobtnnobg {
	background-color: none;
	color: white;
	font-size: 9pt;
}

.photo {
	width: 278;
	height: 186;
	border: 3px solid black;

}


#editlisting { text-align: center; }

#editlisting form { display: block; }

div#logoff { border: 0; width: 70%; margin: 0 auto; }
div#logoff img { border: 0; }

div#adminoptions { width: 40%; margin-left: auto; margin-right: auto; padding-top: 2em; }
div#adminoptions h4, div#adminoptions h5 { text-align: center; padding:0; margin: 0; }
div#adminoptions ul { margin-right: auto; margin-left: auto; padding-top: 2em; }
div#adminoptions li { padding-bottom: 10px; }

div#adminoptions #selectanother { padding-top: 3em; text-align: center;}


/* To Create Boxes that look similar to table rendered boarders */ 
.boxcontainer1 { 
	border: 3px solid gray; 
	text-align: center; 
	padding: 2px 2px 2px 2px; 
	width: 660px; 
	margin-left: auto; margin-right: auto; 
}

.boxcontainer1.rentals {
	padding-right: 4px;
}

.boxcontainer1.phtour {
	margin-top: 2em;
	padding: 0;
}

.boxcontainer1.rentals.details {
	padding-right: 2px;
}

.boxcontainer2 { 
	border: 1px solid black; 
	text-align: center; 
	padding: 30px;
	width: 600px;  
	margin-left: auto;
	margin-right: auto; 
}

.rentalinfo { 
	width: 600px; 
}

.rentalinfo td { text-align: left;  padding: 0; vertical-align: top; }

.rentalinfo .col1 { width: 90px; white-space: nowrap; border: 0px solid blue; }
.rentalinfo .col2 { width: 65px; white-space: nowrap; text-align: right; border: 0px solid green; }
.rentalinfo .col3 { width: 80px; white-space: nowrap;  border: 0px solid yellow; padding-left: 2px; }
.rentalinfo .col4 { width: 10px; white-space: nowrap;  border: 0px solid red; }
.rentalinfo .col5 { width: 150px; white-space: nowrap; border: 0px solid purple; }
.rentalinfo .col6 { width: 150px;  border: 0px solid black; }

.rentheader {
	position: relative;
	height: 2.5em;
	width: 100%;
}

.forrenttitle {
	text-align: right;
	color: red;
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 0em; 
	width: 49%;
	position: absolute;
	right: 0; top: 0;
}

.rentlisting { 
	text-align: left; 
	color: black; 
	font-size: 1.1em; 
	font-weight: bold; 
	padding-bottom: 1em; 
	width: 49%;
	position: absolute;
	left: 0; top: 5px;
}

.listingid {
	color: red;
}

.rentalinfo .AnnualAmt {
	font-weight: bold;
	text-align: right;
}

.rentalinfo .SeasonalAmt {
	font-weight: bold;
	text-align: right;
}

.rentalinfo .MonToMonAmt {
	font-weight: bold;
	text-align: right;
}

.rentalinfo .WeeklyAmt {
	font-weight: bold;
	text-align: right;
}

.rentalinfo .WeekendAmt {
	font-weight: bold;
	text-align: right;
}

.rentalinfo .DailyAmt {
	font-weight: bold;
	text-align: right;
}


.details.rentals {
	margin-top: 2em;
	border: 3px solid grey;
}

h4 .rentals { 
	color: red;
}

.outsidediv
{
	padding: 0;
	background-color: #CFF5F5;
	margin-bottom: 2em;
} 

.bordertable1
{
	padding: 10px 10px 0 10px;
	width: 100%;
	/*border-bottom-style: none;*/
	border-bottom-width: 0px;
}

.bordertable2
{
	padding: 0;
	width: 100%;
	border-top-width: 0px;
	/*border-top-style: none;*/
}

.rentalinfo .rentalnotes {
	padding-top: 1em; 
	padding-bottom: 1em; 
}

#headerbox { position: relative; }

#forrent {
	display: inline; 
	position: absolute;
	right: 1em;
	top: 3em; 
}

.category {
	text-align: center;
	border: 0px solid black;
	padding-bottom: 1em;
}

.category div { 
	text-align: left;
	width: 10em; 
	border: 0px solid green;
	margin-left: auto;
	margin-right: auto;
}

.category div a { text-decoration: none; }

.category div a:hover { text-decoration: underline; }

#rentaltitle {
	text-align: center;
	font-size: 16px;
	padding-bottom: 1.5em; 
}

#rmlsfooter {
	padding-top: 2em;
	border: 0px solid black;
	text-align: center;
}

#membersheader {
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	color: red;
	padding-bottom: 1em;
}

#soldheader {
	text-align: right;
	padding-right: 2em;
}

#rmlsimgheader {
	text-align: center;
	padding-bottom: 2em;
}

#rmlsfooterlogo {
	text-align: center;
	display: block;
	clear: both;
	padding-top: 4em;
}

#memberstext {
	font-size: 13pt;
	color: red;
}

#indexheader {
	width: 100%;
	position: relative;
}

#rentalslinkbox {
	position: absolute;
	right: 20px;
	top: 20px;
}

#rentalslinkbox img {
	border: 0;
}

#historybutton { 
	float: left !important;
}

#listitems, .listitems, .searchresults {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	color: #004080;
	min-width: 500px;
}

#listitems.no-listings, .listitems.no-listing, .searchresults.no-listing {
	padding-top: 1em;
	padding-bottom: 1em;
}

#listitems.no-listings hr, .listitems.no-listings hr, .searchresults.no-listings hr {
	min-width: 570px;
	width: 60%;
}

#categtable td a {
	color: #004080;
	text-decoration: none;
}

#categtable td a:visited {
	color: #004080;
}

#categtable td a:hover {
	text-decoration: underline;
}

.equalhousing {
	position: relative;
	width: 100%;
	padding: 0; margin: 0;
}
.equalhousing img{
	position: absolute; 
	right: -1em;
	bottom: -1em;
	width: 35px;
}

.rentals .equalhousing img {
	right: 0;
	bottom: 0;
}

.propmainfirst {
	margin-top: 2em;
}

.propmainfirst td, .propmain td, .propmainlast td { 
	font-size: 13px;
}

.listitem {
	clear: both;
}

.listitem.private-access {
	min-height: 9em;
}

.listitem .listimg {
	float: left;
	width: 150px;
	height: 110px;
	overflow: hidden;
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 1em;
}

.company-url {
	display: none;
}

.phototour-link {
	text-decoration: none;
}

.icon-container {
	height: 40px;
	line-height: 40px;
}

.icon-container-link {
	display: block;
	width: 100%;
	height: 40px;
}

.icon-container-text {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	margin-top: -30px;
}

.icon-container-text.phototour {
	color: #f00;
	font-weight: bold;
	font-size: 16px;
}

.search-results-container {
	font-size: 14px;
}

.main-photo {
	border: 0;
	width: 300px;
}

.photo-container,
.main-photo .photo-container {
	background: white;
	height: 225px;
	border: 3px solid black;
	
	display: table-cell;
	vertical-align: middle;
}

.photo-container.tall,
.main-photo .photo-container.tall {
	width: 300px;
}

.photo-container img,
.main-photo .photo-container img {
	display: block;
	border: 0px solid black;
	page-break-before: never;
	break-before: never;
	page-break-after: never; 
	break-after: never;
	margin-left: auto;
	margin-right: auto;
}

.photo-container img.wide,
.main-photo .photo-container img.wide { 
	width: 300px; 
}

.photo-container img.tall,
.main-photo .photo-container img.tall { 
	max-width: 300px; max-height: 225px; 
}

.openhouse .icon-container .phototour {
	display: block;
	padding-top: 2rem;
}

.rmls-link-button {
	color: white;
	background-color: steelblue;
	border-radius: 8px;
	padding: 3px 6px;
	font-size: 13px;
	text-decoration: none;
	border: 2px outset #ddd;
	font-weight: normal;
	display: inline-block;
}

.rmls-link-button:active {
	border: 2px inset #ddd;
}

.search-hit {
	background-color: rgb(255,110,0);;
	color: #ffffff;
}

.sw-content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.sw-listing-details h3 {
	font-size: 16px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.sw-listing-actions {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 1em;
	padding-bottom:.5em;
}

.sw-listing-actions p {
	line-height: 2em;
}

.sw-listing-actions .buttons {
	display: block;
	flex-basis: 10em;
}


.sw-multi-buttons input {
	font-size: 1em;
}

.virtualtourlink {
	white-space: nowrap;
}

.open-house-notify p {
	margin: 0;
	padding: 0;
}

.open-house-label {
	font-weight: bold;
	color: #ff0000;
}

.cma-page h1 {
	font-size: 14px;
}

.cma-table thead th {
	font-size: 12px;
}

.cma-table thead th,
.cma-table tfoot td {
	padding: .5em;
}

.cma-table tfoot tr.spacer td {
	padding: 0;
}

.cma-table .acre-mod {
	font-size: .6em;
}

.main-photo .watermark::after {
	color: #555;
	font-size: 3.5vw;
	font-weight: bold;
	letter-spacing: 0.05em;
	-webkit-transform: rotate(326deg);
	transform: rotate(326deg);
	position: absolute;
	z-index: 10000;
	background: transparent;
	display: block;
	height: 1em;
	width: 300px;
	text-align: center;
	opacity: 0.8;
	top: 200px;
	left: 20px;
	-webkit-filter: drop-shadow(1px 1px 4px white);
	filter: drop-shadow(1px 1px 4px white);
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#fff')";
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#fff')";
}

.main-photo .watermark.withdrawn::after {
	content: 'Withdrawn';
}

.main-photo .watermark.expired::after {
	content: 'Expired';
}

.members-only-header {
	font-size: 16px;
	font-weight: bold;
	color: red;
}

