/* Copyright (c) 2008, Experion Inc.  All rights reserved. */

html, body {
	height: 100%;
}

html, body {
	background-color: #172424;
}

#main-tbl {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

#main-tbl, #main-tbl tr, #main-tbl td {
	padding: 0;
	margin: 0;
	border: none;
}


#info-container {
	position: relative;
	width: 920px;
	margin: 0 auto;
}
#info {
	background-color: #374242;
	min-height: 33px;
	_height: 33px;
	border-bottom: 1px solid #D9D9D9;
	line-height: 33px;
	color: white;
	overflow-x: hidden;
}

#info div {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#address {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	font-family: Palatino Bold, Serif;
	font-size: 20px;
	margin-left: 8px;
}

#agents {
	position: absolute;
	top: 0;
	right: 0;
	font-family: Helvetica, Sans Serif;
	font-size: 11px;
	line-height: 34px;
	text-align: right;
	margin-right: 8px;
}
#agents a {
	color: white;
}
#agents a:hover {
	color: #8888FF;
}
#agents.double {
	line-height: 15px;
}


body.mls #agents,
body.mls #logo {
	display: none;
}

body.mls #address {
	width: 920px;
	text-align: center;
}

#logo {
	position: absolute;
	top: -40px;
	right: 0px;
}

#logo img {
	width: 144px;
	height: 25px;
	border: none;
	background: url('/gallery/agent-show.png') no-repeat;
}
