body {font-family:arial; 
	  font-size:12px;
	  text-align: center;}
.propBlock {font-family:arial; 
	  font-size:12px;}
#hTag {
	font-face: verdana;
	font-size: 18px; 
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	margin-left:auto;
	margin-right:auto;
}
.header {
	font-face: arial;
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	weight: bolder;
}

input.button {background: #0000AB; font-size: 12px; color: white;
	weight: bolder;
	font-face: arial;
	font-family: Arial, Helvetica, sans-serif;}
	
.message {
	font-face: arial; 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: green;
}
.banner,.banner a{
	/* dimensions of the banner */
		width: 468px;
	height: 60px;
	display: block;
	cursor: hand;
	margin: auto; /* optionally, align the banner to the center */
}
.banner a span{
	display: none; /* hide the text */
}

.banner{
	/* display the non-animated banner image, by default */
	background: transparent url("http://www.todayrealestate.com/tre/images/mmibanner.gif") no-repeat;
	color: inherit;
	position:relative;
	top:0;
	left: 50%;
    margin-left: -234px;
}

/************ button styles **************/
.buttonA {
    margin-left: 2px;
}
.buttonA ul {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	font-weight:100;
    line-height: 20px;
	list-style-type:none;
}
.buttonA li {
    height: 20px;
    width: 100px;
    margin: 5px;
    text-align:left;
}
.buttonA li a {
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    border-width: 2px;
}
.buttonA li a:link {
    color: #FFF;
    font-weight: bold;
    background-color: #0000ab;
    border-style: outset;
}
.buttonA li a:visited {
    color: #FFF;
    font-weight: bold;
    background-color: #0000ab;
    border-style: outset;
	}
.buttonA li a:hover {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #0000ab; border-color:#CCCCCC;
    border-style: outset;
}

/************ button styles **************/
.buttonB {
    margin-left: 2px;
}
.buttonB ul {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	font-weight:100;
    line-height: 20px;
	list-style-type:none;
}
.buttonB li {
    height: 20px;
    width: 100px;
    margin: 5px;
    text-align:left;
}
.buttonB li a {
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    border-width: 2px;
}
.buttonB li a:link {
    color: #FFF;
    font-weight: bold;
    background-color: #0000ab;
    border-style: outset;
}
.buttonB li a:visited {
    color: #FFF;
    font-weight: bold;
    background-color: #0000ab;
    border-style: outset;
	}
.buttonB li a:hover {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #0000ab; border-color:#CCCCCC;
    border-style: outset;
}

/*----facebox styles ---*/
#facebox .b {
  background:url(http://www.todayrealestate.com/view/assets/images/b.png);
}

#facebox .tl {
  background:url(http://www.todayrealestate.com/view/assets/images/tl.png);
}

#facebox .tr {
  background:url(http://www.todayrealestate.com/view/assets/images/tr.png);
}

#facebox .bl {
  background:url(http://www.todayrealestate.com/view/assets/images/bl.png);
}

#facebox .br {
  background:url(http://www.todayrealestate.com/view/assets/images/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.loginForm {
	float:left;
	width: 280px;
	margin-right:10px;
	margin-top:15px;
}

.loginForm legend{
	display:none;
}
.loginForm span{
	background-color:#0000ab;
	height:20px;
}
.loginForm span p {
	color:#fff;
	width:100%;
	background-color:#0000ab;
	margin-bottom:10px;
	font-family:arial;
	font-size:18px;
}
.loginForm fieldset{
	border:0px;
}
.loginForm  p 
{ 
	margin-bottom: 4px; 
	margin-top: 4px;
	margin-left: 4px;
	background-color: transparent;
} 
.loginForm  p input 
{ 
	 border: 1px solid #ccc; 
	 margin-bottom: 2px;
} 
.loginForm  label 
{ 
	display: block; 
	width: 120px; 
	float: left; 
	text-align: right; 
	padding-right: 6px;
	padding-bottom: 3px;
	padding-top: 0px; 
	font-family:arial;
	font-size:12px;
} 
.loginForm  strong {
	width:250px;
} 
.loginForm  strong input { 
	background: #0000ab;
	border: 1px solid #ccc; 
	font-weight: bold; 
	color: #fff; 
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 13px;
	margin-left:120px;
	margin-right:auto;
}
.loginForm .required 
{
	font-weight: bold;
	color: #C14000;
}

.toi 
{
	width:125px;
	float:left;
}

.subMenuNav {
	width:120px;
	display:inline;
	height:20px;
	padding: 0 10px 0 10px;
	vertical-align:middle;
}
.subMenuNav a {
	color:fff;
	font-size:10px;
	font-weight:bold;
	font-family:arial;	
	text-decoration:none;	
}
.subMenuNavOn {
	background-color:#FFF;
	width:140px;
	display:inline;
	height:12px;
	vertical-align:middle;
	border-bottom:1px solid #fff;
	border-top:1px solid #0000ab;
	
}
.subMenuNavOn a {
	padding: 10px 0 0 0;
	text-decoration:none;
	color:0000ab;
	font-size:12px;
	font-weight:bold;
	font-family:arial;
	}
	
.subMenuNav a:link {color:#fff;}      /* unvisited link */
.subMenuNav a:visited {color:#fff;}      /* unvisited link */
.subMenuNav a:hover {color:#fff;}      /* unvisited link */
.subMenuNav a:active {color:#fff;}      /* unvisited link */

.subMenuNavOn a:link {color:#0000ab;}      /* unvisited link */
.subMenuNavOn a:visited {color:#0000ab;}      /* unvisited link */
.subMenuNavOn a:hover {color:#0000ab;}      /* unvisited link */
.subMenuNavOn a:active {color:#0000ab;}      /* unvisited link */

#listingcontainer {
		width:100%;
	}
	#scontent {
		width:683px;
		margin-left:auto;
		margin-right:auto;
	}
	#shead {
		background-image:url(http://www.todayrealestate.com/view/assets/images/common/sr/frm_back.jpg);
		background-repeat:no-repeat;
		color:#666;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	#sbody {
		background-image:url(http://www.todayrealestate.com/view/assets/images/common/sr/body_back.jpg);}
	#sfoot{background-image:url(http://www.todayrealestate.com/view/assets/images/common/sr/foot_back.jpg);}
	.slisting{
		background-color:#00FF66;
		background-image:url(http://www.todayrealestate.com/view/assets/images/common/sr/listing_bg.gif);
		width: 614px;
		height: 142px;
		margin-right:auto;
		margin-left:35px;
	}
	
	#shead #savesearch {
		float:right;
		margin-right:15px;
		margin-top:15px;
	}		
	
	#shead #results {
		float:left;
		margin-left:15px;
		margin-top:15px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:24px;
		color:#0000ab;
	}	
	
	.slisting .listheader {
		width:594px;
		margin-right:auto;
		margin-left:10px;
		border-top: 10px solid transparent;
		background-image:url(http://www.todayrealestate.com/view/assets/images/common/sr/listing_hd.jpg);
		background-repeat:no-repeat;
	}		
	.blistheader {
		width:594px;
		margin-right:auto;
		margin-left:10px;
		border-top: 10px solid transparent;
		background-image:url(http://www.todayrealestate.com/view/assets/images/common/sr/blisting_hd.jpg);
		background-repeat:no-repeat;
	}	
	.listimage {
		width:120px;
		float:left;
		height:80px;
		margin-left:10px;
	}	
	
	.listinfo {
		width:300px;
		float:left;
	}	
	.listprice {
		display:block;
		font-size:16px;
		color:#0000ab;
		font-family:Arial, Helvetica, sans-serif;
	}	
	.listdetails {
	display:block;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
	}	
	.listtype {
		display:block;
		font-size:12px;
		color:#999;
		font-family:Arial, Helvetica, sans-serif;
	}
	.listaddress {
		color:#FFF;
		font-size:18px;
	}
	.listcity {
		color:#FFF;
		font-size:12px;
	}
	.savelisting
		{
			float:right;
			margin-right:10px;
			margin-top:10px;
			border:1px solid #ccc;
		}	
	.br
		{
			float:right;
			margin-right:10px;
			height:25px;
			width:140px;
			background-image:url("http://www.todayrealestate.com/view/assets/images/tbr_image.gif");
		}	
	.bbr
		{
			float:right;
			margin-right:10px;
			height:25px;
			width:112px;
			background-image:url("http://www.todayrealestate.com/view/assets/images/br_image.gif");
		}			
	.lbar
		{
			float:left;
			width:100px;
			vertical-align:bottoml
		}	
	.lbarl
		{
			float:right;
			margin-right:20px;
			vertical-align:bottoml
		}	
	.lbar2
		{
			float:left;
			width:165px;
		}
	#filters {
		display:block;
		margin-left:20px;
		margin-top:10px;
	}	
	#filters input {
		border:1px solid #ccc;
	}	
	
	#filters select {
		border:1px solid #ccc;
	}
	
	#filters label {
		display:block;
	}		
	#summary {
		display:block;
		margin-left:20px;
	}		
	.clearer {
		clear:both;
	}	
	#searchbutton {
		border:0;
	}
