acronym {
 cursor: help;
 border-bottom: 1px dotted #666666;
	}

img	{
	border: 0px;
	}

.whitelinkmod
{
	color: #FFFFFF;
	background-color: inherit;
}
.whitelinkmod a {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: inherit;
    }
.whitelinkmod a:hover {
    color: #FFFFFF;
    text-decoration: none;
	background-color: inherit;
    }
.whitelinkmod a:visited {
    color: #FFFFFF;
	background-color: inherit;
    }
.whitelinkmod a:active {
    color: #FFFFFF;
	background-color: inherit;
    }


.searchtable {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-left: #999999 solid 1px;
	border-top: #999999 solid 1px;
	border-right: #999999 solid 1px;
	}

.searchtable td {
	border-bottom: #999999 solid 1px;
	}

.searchtable td table td{
	border-bottom: #999999 dashed 1px;
	}

.filtertable {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-left: #999999 solid 1px;
	border-right: #999999 solid 1px;
	}

.filtertable tr {
	height: 28px;
	}

.filtertable td {
	border-bottom: #999999 solid 1px;
	}

.filtertable td table td{
	border-bottom: #999999 dashed 1px;
	}

fieldset {
	border: #999999 solid 1px;
	}

legend {
	color: inherit;
	border: #999999 solid 1px;
	background-color: #DDDDDD;
	}
.banner {
	background-color: #DDDDDD;
	color: inherit;
	margin: 2px;
	vertical-align: top;
	}

.light {
	color: #666666;
	background-color: inherit;
    }

#ctr {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
    }

.centerStandard {
	text-align: center;
    }

.centerStandardRed {
	color: #FF0000;
	text-align: center;
	background-color: inherit;
    }

.centerStandardLarge {
    font-size: 14px;
	text-align: center;
    }

.centerWarning20 {
    font-size: 20px;
	color: #FF0000;
	background-color: #FFF;
	text-align: center;
    }

.rightStandardBold {
	text-align: right;
	font-weight: bold;
    }

.rightStandardBoldRed {
	color: #FF0000;
	text-align: right;
	font-weight: bold;
	background-color: inherit;
    }

.leftAnnouncementBold {
	color: #006699;
	font-weight: bold;
	background-color: inherit;
    }

.centerAnnouncementBold {
	color: #006699;
	font-weight: bold;
	text-align: center;
	background-color: inherit;
    }

#Oran {
	color: #999999;
	background-color: inherit;
	}

#Oran a
	{
	color: #999999;
	background-color: inherit;
	}

.successCenter {
	color: #336699;
	font-size: 18px;
	text-align: center;
	background-color: inherit;
	}

.pageHeadCtr {
	color: #336699;
	font-size: 18px;
	text-align: center;
	background-color: inherit;
	}

.blueBold {
	color: #0000FF;
	font-size: 18px;
	font-weight: bold;
	background-color: inherit;
	}

.redBold {
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
	background-color: inherit;
	}

.redBoldSmall {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	background-color: inherit;
	}

#light {
	color: #999999;
	background-color: inherit;
	}

.dark {
	color: #333;
	background-color: inherit;
	}

.vertdiv {
	width: 6%;
	}

.searchLt {
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	}

.searchRt {
	width: 39%;
	}

.row1 {
	color: inherit;
	background-color: #DDDDDD;
}

.row2 {
	color: inherit;
	background-color: #EEEEEE;
}

.row3 {
	color: inherit;
	background-color: #DDDDDD;
}

.row4 {
	color: inherit;
	background-color: #FFFFFF;
}

.row5 {
	color: inherit;
	background-color: #DDDDDD;
}

/* Used for rental property checklist */
.rentChecklist {
	text-transform: uppercase;
	font: 90%/120% "Trebuchet MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.rentChecklist div {
	border-bottom: solid 1px #999999;
	padding-top: 9px;
}

.rentChecklist p {
	border-bottom: solid 1px #999999;
	padding-top: 9px;
}


.rentChecklist span {
	border: solid 1px #999999;
}

.rcls {
	padding: 10px;
	width: 290px;
	float: left;
}

.rcrs {
	padding: 10px;
	margin-left: 330px;
}

.serif {
	font-family: Palatino, Times New Roman, Times, serif;
	}

.h1 {
	font-size: 18px;
	}

.h2 {
	font-size: 16px;
	}

.h3 {
	font-size: 12px;
	}

.header {
	font-size: 20px;
	font-weight: bold
	}

#sm {
    font-size: 11px;
    }

.sm {
    font-size: 11px;
    }

.xsm {
    font-size: 9px;
    }

.lg {
    font-size: 14px;
    }

#paintTitle {
	color: #303030;
	border-bottom: solid 1px #303030;
	background-color: inherit;
	}

.paintTitle {
	color: #303030;
	border-bottom: solid 1px #303030;
	background-color: inherit;
	}

.paintTitle2 {
	color: #303030;
	border-bottom: solid 1px #303030;
	background-color: inherit;
	}

.paintTitleH2 {
	color: #303030;
	border-bottom: solid 1px #303030;
	font-size: 16px;
	background-color: inherit;
	}

.fullRoundedBox {
	border:1px solid #CCCCCC;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding:10px;
}

.rounded {
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

.roundedTL {
	border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
}

.roundedTR {
	border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
}

.roundedBR {
	border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
}

.roundedBL {
	border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
}

.rounded5 {
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.rounded5TL {
	border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
}

.rounded5TR {
	border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
}

.rounded5BR {
	border-bottom-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
}

.rounded5BL {
	border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
}

.withBorder {
	border:1px solid #CCCCCC;
}

.myhousingsearch-header {
	display: flex;
	background-color: #fff;
	padding: 3px 20px 0;
	border-bottom: solid 1px #d3d3d3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.myhousingsearch-header .left-side,
.myhousingsearch-header .left-side {
	flex: 1;
}

.myhousingsearch-header .left-side {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.myhousingsearch-header .right-side {
	display: flex;
    justify-content: center;
    align-items: center;
}

.myhousingsearch-header .social-media-grid, 
.myhousingsearch-header .contact-us-grid {
    display: flex;
    grid-gap: 10px;
}

.myhousingsearch-header .contact-us-grid img,
.myhousingsearch-header .social-media-grid img {
    display: block;
    max-width: 100%;
}

.myhousingsearch-header .contact-us-grid {
	margin: 0 15px;
	border-right: solid 1px #000000;
}

.myhousingsearch-header .contact-us-grid  a:first-child {
	margin-right: 15px;
}

.myhousingsearch-scroll {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

@media screen and (max-width: 400px) {
	.myhousingsearch-header {
		display: block;
	}
	.myhousingsearch-header .right-side {
		justify-content: normal;
		margin-bottom: 6px;
	}
	.myhousingsearch-header .contact-us-grid {
		margin: 0 20px 0 0;
	}
}