/* CSS Document */

/* set page background to white and text to very dark gray
 * html is included because this is the root element for
 * pages served as application/xhtml+xml */
html {
  overflow: -moz-scrollbars-vertical;
  overflow-y:scroll
}
html, body {
  margin: 0;
  padding: 0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  }
/* set width of wrapper to same width as title image
 * no top or bottom margin
 * auto on both sides will center wrapper in modern browsers */
#wrapper {
  width: 720px;
  margin: 0 auto;
  display:block;
  }
#wrapper600 {
  width: 600px;
  margin: 0 auto;
  display:block;
  }  
/* set 15px top margin for titlebar, other margins set to zero */
#titlebar {
  margin: 15px 0 0;
  }
/* maincontent width is 1px smaller to account for left border */
#maincontent {
  width: 720px;
  margin: 0;
  padding: 0;
  display:block;

}
#maincontent600 {
  width: 600px;
  margin: 0;
  padding: 0;
  display:block;

}
#maincontentWide {
  margin: 0;
  padding: 0;
  display:block;

}
/* set margins, padding, and line height for maincontent paragraphs */
#maincontent p, #maincontent600 p, #maincontentWide p {
  margin: 0;
  color:#000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight:normal;
  padding: 5px;
  }
p {
  margin: 0;
  padding: 4px;
}
/* set dimensions for level 1 and 2 headings in maincontent */
h1 {
  margin: 0;
  padding: 2px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 25px;
  color: #000099;
  }
h2 {
  margin: 0;
  padding: 2px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-style:italic;
  font-size: 18px;
  color: #ce0000;
}
h3 {
	margin: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height:16px;
	color: #000000;
	padding: 4px;
	font-style: italic;
}
h4 {
  margin: 0;
  padding: 2px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 17px;
  color: #000099;
  }
h5 {
  margin: 0;
  padding: 2px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-style:italic;
  font-size: 14px;
  color: #ce0000;
}
h6 {
	margin: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height:14px;
	color: #000000;
	padding: 4px;
	font-style: italic;
}
h1 a {
	color:#000099;
	text-decoration:none;
}
h4 a {
	color:#000099;
	text-decoration:none;
}
a:hover {
	color:#CE0000;
}
a {
	color:#000099;
}
ul {
  margin: 2px;
  padding: 0 0 0 10px;
  }
/* float each list element inline */
li {
  margin: 2px;
  padding: 0 0 0 2px;
  }
#spacer p {
  line-height:3px;
}
.blueBox {
	border-top: 5px solid #CE0000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #FFFFFF url(registrationInfo-BG.jpg) top left ;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
}
.formInput {
	width:80%;
	border-top: 5px solid #CE0000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #FFFFFF url(registrationInfo-BG.jpg) top left ;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight:normal;
	padding: 5px;
}
.formInput p {
	line-height:14px;
	margin:0;
}
.maintext {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight:normal;
	padding: 5px;
}
.maintextRed {
	color:#CE0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight:normal;
	padding: 5px;
}
.topRow {
	background: #CE0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
}
.topRowHome {
	background: #CE0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
}
.topRow a, .topRowHome a {
	color: #FFFFFF;
	text-decoration: none;
}
.topRow a:hover, .topRowHome a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.dropDownRow {
	background: #314594;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 12px;
}
.dropDownRow2 {
	background: #314594;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 14px;
}
.dropDownRow a {
	color: #FFFFFF;
	text-decoration: none;
}
.dropDownRow a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.dropDownRow2 a {
	color: #FFFFFF;
	text-decoration: none;
}
.dropDownRow2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.headertable {
	height: 60px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CE0000;
	border-bottom-color: #314594;
}
.headertableNoMenu {
	height: 60px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CE0000;
	border-bottom-color: #314594;
}
.headertableNoMenuAdmin {
	height: 60px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #CE0000;
	border-top-color: #314594;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000099;
	padding: 2px;
}
.date2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C10013;
	padding: 2px;
}
#thispage {
	margin:0;
	color: #FF7D74
}
.contactinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000099;
	padding: 10;
}
.contactinfo a {
	text-decoration:none;
}
.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C10013;
	line-height: 16px;
	padding: 2px;
}
.detailstable {
	border: 2px solid #000000;
	background-color: #CCDFFF;
}
.registrationInfo {
	border-top: 5px solid #CE0000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #FFFFFF url(https://www.remax-nj.net/styles/registrationInfo-BG.jpg) top left;
	padding: 4px;
}
.homepageMIddle {
	border: 0px solid #000000;
	width:720px;
	height: 217px;
}
.detailstableALT {
    background: #FFFFFF url(https://www.remax-nj.net/styles/detailstableALT-BG.jpg) bottom left repeat-x;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display:block;
}
.detailstableALTcmn {
    background: #FFFFFF url(https://www.remax-nj.net/styles/detailstableALTcmn-BG.jpg) bottom left repeat-x;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display:block;
}
.detailstableALTkomen {
    background: #FFFFFF url(https://www.remax-nj.net/styles/detailstableALTkomen-BG.jpg) bottom left repeat-x;
	border: 2px solid #e0078c;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display:block;
}

.detailstableALT1 {
	background: #CE0000 url(https://www.remax-nj.net/styles/detailstableALT1-BG.jpg) top left;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
	letter-spacing:3px;
	padding: 2px 2px 2px 12px;
}
.detailstableALT1 a {
	color: #FFFFFF;
	text-decoration:none;
}
.detailstableALT1 a:hover {
	color:#CCCCCC;
}
ul {
	margin-left:40px;
}
.imageBorder {
	border: 1px solid #000000;
	margin: 6px;
}
.imageBorderkomen {
	border: 1px solid #e0078c;
	margin: 6px;
}
.hidden { display: none; }
.unhidden { display: block; }

button.results{
    display:block;
    float:right;
    margin:0 30px 0 0;
    background-color:#ffffff;
    border:0px solid #000099;
    border-top:0px solid #eee;
    border-left:0px solid #eee;

    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:12px;
    text-decoration:none;
    font-weight:bold;
    color:#000099;
    cursor:pointer;
    padding:2px 10px 3px 7px; /* Links */
}
button.results:hover{
    display:block;
    float:right;
    margin:0 30px 0 0;
    background-color:#ffffff;
    border:0px solid #000099;
    border-top:0px solid #eee;
    border-left:0px solid #eee;

    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:12px;
    text-decoration:underline;
    font-weight:bold;
    color:#000099;
    cursor:pointer;
    padding:2px 10px 3px 7px; /* Links */
}
.resultsDiv{
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	height:80%;
}
.detailstableALT_thick {
	border: 2px solid #000000;
	background-color: #FFFFFF;
	padding: 4px;
}
.info_larger {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 2px;
	font-style: italic;
}
.headlinetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 34px;
	color: #000099;
	padding: 2px;
	font-weight: bold;
	line-height:36px;
}