/* CSS Document */

#detailsTab{
margin:0px 10px 0px 10px;
}

#detailsWrapper{


margin:0px 0px 0px 10px;
clear:both;

}

.detailBox{
width:100%;

padding:4px;
line-height:16px;
}

.summaryDetailBox
{
	font-family: Arial;
	font-size: 12px;
	padding: 4px;
	line-height: 16px;
}
 
 
.detailsNav{
background-color:white;
vertical-align:top;
padding:8px;
}


.contentContainer {

padding:5px;
margin:15px 0px 15px 0px;
}


.TwoColDetails {
font-size:11px;
clear:both;
margin-top:10px;
}

.TwoColDetails td
{
	vertical-align: top;
	padding: 3px 3px 3px 0px;
	
	text-align: left;
}

/* navigation for house criteria (schools, market analysis, negiborhoods, etc.)*/

.horizontalNavContainer{
border-bottom:1px dotted gray;
}

.contentIcon{
float:left;
margin:3px 10px 3px 0px;
text-align:center;
border-right:1px dotted gray;
padding-right:10px;
}

/*tab navigation*/

.detailsTab
{
	height: 24px;
	margin: 0px 0px 0px 0px;
	border-bottom: silver thin solid;
	width: 100%;
}
.detailsTab ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	float: left;
	border-bottom: Silver thin solid;
}
.detailsTab li {
margin:0px 0px 0px 0px;
  float:left;
  background:url(images/bm/images/Left.gif) no-repeat left top;
  padding:0px 0px 0px 9px;
  white-space:nowrap;
  }
.detailsTab a 
{
		font-family: Arial;
	font-size: 12px;
  float:left;
  display:block;
  background:url(images/bm/images/right.gif) no-repeat right top;
  padding:6px 15px 3px 5px;
  text-decoration:none;
  }
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.detailsTab {float:none;}
/* End IE5-Mac hack */
.detailsTab a:hover {
color:#666666;
  }
.detailsTab .current {
  background-image:url(images/bm/images/left_Selected.gif);
  }
.detailsTab .current a {
  background-image:url(images/bm/images/right_Selected.gif);
  color: black;
  padding:5px 15px 5px 6px;
  }
 .detailsTab .current a:visited {
 color:black;
 }

.detailsTabLower {
height:20px;
margin:0px 0px 0px 0px;
border-bottom: silver thin solid;
	width: 100%
	
  }
.detailsTabLower ul 
{
	height:inherit;
  margin:0px 0px 0px 0px;
  padding:0px;
  list-style: none;
  float:left;
  }
.detailsTabLower li
{
	height: inherit;
	margin: 0px 0px 0px 0px;
	float: left;
	background-image:url(images/bm/images/right_Solid.gif);
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
	
}
.detailsTabLower a
{
	height: inherit;
	width: 100px;
	display: block;
	text-decoration: none;
	background-image: url(images/bm/images/right_Solid.gif);
	border-right: silver 1px solid;
	padding: 6px 12px 3px 5px;
	vertical-align: middle;
	text-align: center;
	border-left: silver 1px solid;
	
	border-bottom: silver 1px solid;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.detailsTabLower {float:none;}
/* End IE5-Mac hack */
.detailsTabLower a:hover
{
	
	background-color: silver;
}

.detailsTabLower a:visited
{
		
}


.detailsTabLower .current {
  background-image:url(images/bm/images/left.gif);
  }
.detailsTabLower .current a {
  background-image:url(images/bm/images/right.gif);
  color: black;
  padding:5px 15px 5px 6px;
  }
 .detailsTabLower .current a:visited {
 color:black;
 }


/*Registered Search Yellow Box  */




#summaryListingTable 
{
		font-family: Arial;
	font-size: 12px;
margin-bottom:15px;
}

#summaryListingTable img {
padding:3px;
margin:3px;
border:1px dotted gray;
}

.viewbutton {
background-color:#FFFFCC;
border:1px solid #579EC3;
padding-left: 15px;
background-image: url(images/bm/images/details_nav_bg.gif);
background-repeat: no-repeat;
background-position: 3px 50%;
margin-top:10px;


}

.viewbutton a{
display:block;
padding:5px 5px 5px 0px;
}

.viewbutton a:hover{

}

#pagingControls
{margin:10px 0 15px auto;
}

.pageActive{
background-color:#FFFFCC;
border:1px dotted gray;
}

.PanelSmall
{
	Width: 100%;	
}

