/* 
style.css - custom for LoneStarRealEstate.com

Software design and development by:
	Terence M. Bandoian
	P.O. Box 4074
	Austin, TX 78765
	http://www.tmbsw.com
	terence@tmbsw.com

Copyright (c) 2010 Terence M. Bandoian. All rights reserved.
*/

.bold { font-weight: bold; }

.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 0;
	line-height: 0;
}

/* inner frame */

td.frame-top-left {
	background-image: url('/img/fr1_l.gif');
	background-position: top left;
	background-repeat: repeat-y;
	vertical-align: top;
}

td.frame-top-right {
	background-image: url('/img/fr1_r.gif');
	background-position: top right;
	background-repeat: repeat-y;
	vertical-align: top;
}

td.frame-top-body {
	background-image: url('/img/fr10_t.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

td.frame-top-left img {
	width: 16px;
}

td.frame-top-right img {
	width: 15px;
}

td.frame-top-left img,
td.frame-top-right img {
	display: block;
	height: 33px;
	margin: 0;
	padding: 0;
	border: none;
}

td.frame-bottom-left {
	background-image: url('/img/fr1_bl.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

td.frame-bottom-right {
	background-image: url('/img/fr1_br.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

td.frame-bottom-body {
	background-image: url('/img/fr1_b.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}

td.frame-bottom-left div {
	width: 16px;
}

td.frame-bottom-right div {
	width: 15px;
}

td.frame-bottom-left div,
td.frame-bottom-right div,
td.frame-bottom-body div {
	height: 15px;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1px;
	line-height: 1px;
}

p.frame-heading {
	margin: 10px 0 0 0;
	padding: 0;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
	text-align: left;
}

/* site map */

div.sitemap-header {
	width: 98%;
	margin: 1em auto 0 auto;
	padding: 0;
	border: none;
	text-align: left;
}

div.sitemap-header img {
	float: right;
	margin: 0 0 .5em 1em;
	padding: 0;
	border: none;
}

div.sitemap-header h1 {
	margin: 0;
	padding: 0;
	border: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #333333;
}

div.sitemap-header p {
	margin: .75em 0 0 0;
	padding: 0;
	border: none;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

div.sitemap-container {
	width: 90%;
	margin: .5em auto 0 auto;
	padding: 0;
	border: none;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	color: #333333;
}

div.sitemap {
	margin: 0;
	padding: 0;
	border: none;
}

div.sitemap-inner {
	margin: 0 0 0 1.5em;
	padding: 0;
	border: none;
}

div.sitemap a {
	line-height: 1.6em;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

div.sitemap a:hover {
	font-weight: normal;
	color: #f00000;
}

/* list header */

div.list-header {
	width: 98%;
	margin: 1em auto 0 auto;
	padding: 0;
	border: none;
	text-align: left;
}

div.list-header img {
	float: right;
	margin: 0 0 .5em 1em;
	padding: 0;
	border: none;
}

div.list-header h1 {
	margin: 0;
	padding: 0;
	border: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #333333;
}

div.list-header p {
	margin: .75em 0 0 0;
	padding: 0;
	border: none;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

/* list container */

div.list-container {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	border: none;
}

/* list paging */

div.list-paging {
	margin: .75em 0 0 0;
	padding: 0;
	border: none;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-align: right;
}

div.list-paging a {
	padding: 2px 3px;
	border: 1px solid #ffffff;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #404040;
	text-decoration: underline;
}

div.list-paging a:hover {
	padding: 2px 3px;
	border: 1px solid #404040;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #404040;
	text-decoration: none;
}

div.list-paging span {
	padding: 3px 4px;
}

div.list-paging span.list-paging-grayed {
	font-weight: bold;
	color: #b0b0b0;
}

/* list */

table.list {
	width: 100%;
	margin: .5em 0 0 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}

td.list-thumbnail {
	width: 1%;
	padding: 6px;
	border: 2px solid #d0d0d0;
	vertical-align: middle;
}

td.list-thumbnail img {
	margin: 0 auto;
	padding: 0;
	border: none;
	display: block;
}

td.list-description {
	padding: 0;
	border: 2px solid #d0d0d0;
	vertical-align: middle;
}

td.list-description div {
	margin: 0;
	padding: 6px 10px;
	font-size: 10pt;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	color: #333333;
	border: none;
}

td.list-description p {
	margin: .75em 0 0 0;
	padding: 0;
}

td.list-description p.list-description-link {
	margin-top: 0;
}

p.list-description-link a {
	font-size: 10pt;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #404040;
	text-decoration: underline;
}

p.list-description-link a:hover {
	font-size: 10pt;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #f00000;
	text-decoration: underline;
}

td.list-description p.list-description-menu {
	margin-left: -4px;
}

p.list-description-menu a {
	padding: 2px 3px;
	border: 1px solid #ffffff;
	font-size: 10pt;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #404040;
	text-decoration: underline;
}

p.list-description-menu a:hover {
	padding: 2px 3px;
	border: 1px solid #404040;
	font-size: 10pt;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #404040;
	text-decoration: none;
}

/* listings */

table.listing {
	width: 100%;
	margin: 1em 0 0 0;
	padding: 0;
	border: none;
}

td.listing-padding-left,
td.listing-padding-left div {
	width: 4px;
}

td.listing-padding-center,
td.listing-padding-center div {
	width: 12px;
}

td.listing-padding-right,
td.listing-padding-right div {
	width: 3px;
}

td.listing-padding-left,
td.listing-padding-left div,
td.listing-padding-center,
td.listing-padding-center div,
td.listing-padding-right,
td.listing-padding-right div {
	margin: 0;
	padding: 0;
	border: none;
}

h1.listing-title {
	margin: .6em 3px 0 4px;
	padding: 0;
	border: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	text-align: left;
	color: #333333;
}

div.listing-description {
	margin: .75em 0 0 4px;
	padding: 0;
	border: none;
	text-align: left;
}

p.listing-description-heading {
	margin: 0;
	padding: .25em 0 0 0;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
}

p.listing-description {
	margin: .25em 0 0 0;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

/* listing menu */

table.listing-menu {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	vertical-align: bottom;
}

.listing-menu-left {
	padding: 0;
	white-space: nowrap;
}

.listing-menu-left a {
	color: #990000;
	text-decoration: underline;
}

.listing-menu-left a:hover {
	color: #f00000;
	text-decoration: underline;
}

.listing-menu {
	width: 100%;
	padding: 0 0 0 1em;
	white-space: nowrap;
	text-align: right;
}

.listing-menu a {
	color: #990000;
	text-decoration: underline;
}

.listing-menu a:hover {
	color: #f00000;
	text-decoration: underline;
}

.listing-menu span {
	padding: 0 .4em;
}

.listing-menu span.listing-menu-grayed {
	color: #a0a0a0;
	padding: 0;
}

/* listing profile */

div.listing-profile-center {
	margin: .5em 0 0 0;
	padding: 0;
	border: none;
	text-align: center;
}

table.listing-profile-center {
	margin: 0 auto;
	padding: 0;
	border: none;
}

table.listing-profile-right {
	float: right;
	margin: 0 0 .25em 1em;
	padding: 0;
	border: none;
}

td.listing-profile {
	text-align: center;
}

p.listing-profile-address {
	margin: .25em 0 0 0;
	padding: 0;
	border: none;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-align: center;
	white-space: nowrap;
}

table.listing-profile {
	margin: .25em auto 0 auto;
	padding: 0;
	border: none;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-align: left;
}

table.listing-profile td {
	padding: 0 .4em;
}

table.listing-profile div {
	width: 1.2em;
	margin: 0;
	padding: 0;
	border: none;
}

/* listing features */

table.listing-features {
	width: 100%;
	margin: .5em 0 0 0;
	padding: 0;
	border: none;
}

td.listing-features {
	width: 100%;
}

p.listing-features {
	margin: .25em 0 0 0;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

/* listing images */

table.listing-image {
	width: 100%;
	margin: 1em 0 0 0;
	padding: 0;
	border: none;
}

td.listing-image {
	padding: 0;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
	text-align: center;
}

td.listing-image-caption {
	padding: 0;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
	text-align: center;
	vertical-align: top;
}

div.listing-image-vertical-divider {
	height: 1em;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1em;
}

/* listing form */

div.listing-form {
	clear: both;
	margin: 1em 0 0 0;
	padding: 0;
	border: none;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-align: center;
}

table.listing-form {
	margin: .3em auto 0 auto;
	padding: 0;
	border: none;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

table.listing-form-inner {
	margin: 0;
	padding: 0;
	border: none;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	white-space: nowrap;
}

td.listing-form {
	padding: .4em 0 0 0;
}

td.listing-form-input {
	padding: .4em .75em 0 .5em;
}

input.listing-form-text {
	width: 18em;
	margin: 0;
	padding-left: 2px;
	padding-right: 2px;
	border-width: 2px;
	border-style: inset;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
}

input.listing-form-button {
	width: 5em;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
}

/* listing contact */

div.listing-contact {
	clear: both;
	margin: 1.5em 0 0 0;
	padding: 0 0 1em 0;
	border: none;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-align: center;
}

div.listing-contact img {
	margin: 1.25em 0 0 0;
	padding: 0;
	border: none;
}

/* ss */

table.ss {
	margin: 0 auto;
	padding: 0;
	border-width: 6px 6px 0 6px;
	border-style: solid;
	border-color: #e8e8e8;
	background-color: #e8e8e8;
}

table.ssi {
	margin: 0;
	padding: 0;
	border: 2px solid #ffffff;
}

div.ssi {
	margin: 0;
	padding: 0;
	border: none;
}

div.ssi table {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	color: #990000;
}

div.ssi img {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}
	
div.ssc {
	margin: 0 auto;
	padding: 0 0 1px 0;
	border: none;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	color: #990000;
}

div.ssb {
	height: 6px;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1px;
	line-height: 1px;
}

img.ss { 
	display: none;
	visibility: hidden; 
	position: absolute; 
	z-index: 1; 
	margin: 0;
	padding: 0;
	border: none;
}

div.ss { 
	display: none;
	visibility: hidden; 
	position: absolute; 
	z-index: 1; 
	margin: 0;
	padding: 0;
	border: none;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	line-height: 1.3em;
	white-space: nowrap;
	color: #990000;
}

/* ss-ds */

table.ss-ds,
table.ssr-ds {
	margin: 0;
	padding: 0;
	border: none;
	background-color: #ffffff;
}

table.ssr-ds {
	margin-right: -2px;
}

table.ssi-ds {
	margin: 0;
	padding: 6px 6px 0 6px;
	border: 1px solid #000000;
}

div.ssi-ds {
	margin: 0;
	padding: 0;
	border: none;
}

div.ssi-ds table {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	color: #990000;
}

div.ssi-ds img {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}
	
div.ssc-ds {
	margin: 0 auto;
	padding: 2px 0 3px 0;
	border: none;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	color: #990000;
}

div.ssb-ds {
	height: 6px;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1px;
	line-height: 1px;
}

img.ss-ds { 
	display: none;
	visibility: hidden; 
	position: absolute; 
	z-index: 1; 
	margin: 0;
	padding: 0;
	border: none;
}

div.ss-ds { 
	display: none;
	visibility: hidden; 
	position: absolute; 
	z-index: 1; 
	margin: 0;
	padding: 2px 0 3px 0;
	border: none;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	line-height: 1.3em;
	white-space: nowrap;
	color: #990000;
}

/* sscp */

div.sscp {
	display: none;
	visibility: hidden; 
	position: absolute; 
	z-index: 1; 
	margin: 0;
	padding: 5px 8px;
	border: 1px solid #e8e8e8;
	font-size: 1px;
	line-height: 1px;
	white-space: nowrap;
	background-color: #ffffff;
}

div.sscp:hover {
	border-color: #294a7b;
}

div.sscp a {
	margin: 0;
	padding: 0;
	color: #000000;
}

div.sscp img {
	display: inline;
	width: 23px;
	height: 25px;
	padding: 0;
	border: none;
	vertical-align: bottom;
}

div.sscp span {
	padding: 0 6px;
}

#sscpip1 {
	background-image: url('/listingagent/images/400171.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

div.sscp:hover #sscpip1 {
	background-position: top right;
}

#sscpip2 {
	background-image: url('/listingagent/images/400172.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

div.sscp:hover #sscpip2 {
	background-position: top right;
}

#sscpim1 {
	background-image: url('/listingagent/images/400173.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

div.sscp:hover #sscpim1 {
	background-position: top right;
}

#sscpim2 {
	background-image: url('/listingagent/images/400174.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

div.sscp:hover #sscpim2 {
	background-position: top right;
}

/* drop shadow */

td.ds-right {
	background-image: url('/listingagent/images/400180.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

td.ds-right div {
	width: 5px;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1px;
	line-height: 1px;
}

td.ds-bottom {
	text-align: right;
	background-image: url('/listingagent/images/400181.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

td.ds-bottom div {
	width: 5px;
	height: 5px;
	margin: 0 0 0 auto;
	padding: 0;
	border: none;
	font-size: 1px;
	line-height: 1px;
	background-image: url('/listingagent/images/400181.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

/* Copyright (c) 2010 Terence M. Bandoian. All rights reserved. */