/* container for the matrix */
#matrixLayout {
	width: 943px;
	margin-top:10px;
	margin-bottom:10px;
}
/* columns formatting */
#matrixLayout #categories, #matrixLayout #reports, #matrixLayout #details {
	height: 420px;
	float: left;
	overflow:auto;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
/* container for each column */
.mcontainer {
	float:left;
}
/* Column1 width */
#matrixLayout #categories, .abs_head1 {
	width: 305px;
}
/* Column2 width */
#matrixLayout #reports, .abs_head2 {
	width: 305px;
}
/* Column3 width */
#matrixLayout #details, .abs_head3 {
	width: 329px;
}
/* column headers container for fixed height and align bottom */
.abs_head1, .abs_head2, .abs_head3 {
	position:relative;
	float:none;
	margin:0;
	overflow:hidden;
}
/* column headers */
.m_head {
	padding:0 8px 4px 8px;
	background-color: #fff;
	position: absolute;
	bottom:0;
}
/* column1 */
#matrixLayout #categories {
	border-right: 1px solid #ddd;
	border-left:1px solid #ddd;
	background-color: #f4f4f4;
}
/* column2 */
#matrixLayout #reports {
	border-right: 1px solid #ddd;
}
/* column3 */
#matrixLayout #details {
	background-color: #fff;
	border-right: 1px solid #ddd;
}
/* column 1 and 2 links */
#categories a, #reports a {
	border-bottom: 1px solid #ddd;
	padding: 8px 24px 8px 8px;
	height: auto;
	display: block;
	float: none;
	cursor: pointer;
	color: #444;
}

#real_estate_btn {
	padding: 8px 24px 8px 20px;
}
/* column 1 links */
#categories a {
	background-color: #f4f4f4;
}
/* column 2 links */
#reports a {
	background-color: #f9f9f9;
}
/* column 1 and 2 links hover state */
#categories a:hover, #reports a:hover, #categories a:focus, #reports a:focus {
	color: #07486e;
	background-color: #fff;
}
/* do not outline links when clicked */
#categories a:active, #reports a:active, #categories a:focus, #reports a:focus {
	outline:none;
}
/* featured link for report */
#reports a.featured_link {
	background-color:#ddd;
	color:#444;
}
#details .featured {
	padding-top:10px;
	background:#fff url(featured.jpg) top right no-repeat;
	border-top:1px solid #3399cc;
}
/* background image for links that are selected and bg color */
#reports a.selected, #categories a.selected, #reports a.selected:hover, #categories a.selected:hover, #reports a.selected:focus, #categories a.selected:focus {
	background:#07486e url(/graphics/matrixarrow.gif) center right no-repeat;
	color:#fff;
	text-decoration:none;
}
/* content divs inside column 3 */
#details .m_content {
	height: auto;
	float: none;
	padding: 8px 10px;
}
#details .m_content h3 {
	margin:0;
	padding:0;
}
#details .m_content img {
	margin:0;
	padding:0;
	margin-top:8px;
	border:1px solid #999;
}
#details .m_content p {
	margin:8px 0;
	padding:0;
}
/* no borders on images */
#details .m_content .m_image a img {
	border:none;
}
/* hide all reports defaulted */
.report {
	display:none;
}

