/*
	HTML tags
*/

html, body	{ 	
			font-family: arial, sans-serif; 
			font-size: 12px;
			color: #000000;
			background-color: #FFFFFF;
		}

table	{
			border: 0;
			font-size: 12px;
		}

td		{
			vertical-align: top;
		}

p		{
			margin: 0px 0px 10px 0px;
		}

h3		{
			font-size: 14px;
			padding: 0;
			margin: 0px 0px 3px, 0px;
		}

li		{
			margin-left: 20px;
		}

img		{
			vertical-align: middle;
			margin: 1px;
		}

input, textarea, button, select {
	border: 1px solid #000000;
}


/*
 * PAGE LAYOUT STYLES - GENERAL
 */

#body {
	width: 770px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#header {
	width: 770px;
}

#banner {
	width: 400px;
	background-image: url( "/images/page/header.gif" );
	background-repeat: no-repeat;
	height: 109px;
}


#banner-stretch {
	position: absolute;
	top: 0px;
	left: 400px;
	background-image: url( "/images/page/header-stretch.gif" );
	background-repeat: repeat-x;
	height: 109px;
	width: 336px;
}

#banner-end {
	position: absolute;
	top:0px;
	left: 736px;
	width: 34px;
	background-image: url( "/images/page/header-end.gif" );
	background-repeat: no-repeat;
	height: 109px;
}

#menuFrame {
	position: absolute;
	background-image: url( "/images/page/menu-stretch.gif" );
	background-repeat: repeat-y;
	width: 177px;
	z-index: 5;
}

#menuBottom {
	position: relative;
	background-image: url( "/images/page/menu-bottom.gif" );
	background-repeat: no-repeat;
	width: 177px;
	height: 32px;
}

#content {
	position: absolute;
	top: 115px;
	left: 185px;
	width: 585px;
	padding: 5px 5px 5px 10px;
	z-index: 1;
}

#footer {
	position: relative;
	text-align: right;
	padding: 3px;
	margin:0;
	color: #CCCCCC;
	font-size: 8pt;
}

#print {
	position: relative;
	top: -20px;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	margin: 0px 40px 0px 0px;
}


/*
 * General Styles
 */
img.no_border {
	border: 0px;
}

img.border1 {
	border: 1px solid #333333;
}

a:link {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: blue;
	text-decoration: none;
}

span.bold {
	font-weight: bold;
}

/*
 * PAGE Layout Styles
 */
#pageHeading {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

span.boldDarker {
	color: #333333;
	font-weight: bold;
}

/*
 * SEARCH RESULTS
 */
span.searchterm1 {
	color: #009933;
	font-weight: bold;
}

span.searchterm2 {
	color: #CC0000;
	font-weight: bold;
}

span.searchterm3 {
	color: #0000CC;
	font-weight: bold;
}

/*
 * Banner Styles
 */
table.heading {
	width: 345px;
}
table.heading td.banner-left {
	background-image: url( "/images/page/banner-left.gif" );
	background-repeat: no-repeat;
	width: 22px;
	height: 24px;
}

table.heading td.banner-right {
	background-image: url( "/images/page/banner-right.gif" );
	background-repeat: no-repeat;
	width: 23px;
	height: 24px;
}

table.heading td.banner-stretch {
	background-color: #29913B;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 2px;
}

/*
 * Listing Styles
 */

img.listingDetails {
	border: 1px solid #333333;
	margin: 5px;
	float: left;
}

table.listing {
	width: 570px;
}

tr.oddListing {
	background-color: #F9F9F9;
}

tr.evenListing {
	background-color: #F3F3F3;
}

tr.overListing {
	background-color: #FFFFCC;
}

/* Detail View */
table.listingMoney {
	width: 345px;
	background-color: #EBEBEB;
}
table.listingMoney td {
	padding: 4px;
}

table.summary {
	width: 557px;
	background-color: #EBEBEB;
}

table.summary td {
	padding: 4px;
}

table.summary td.detailsComment {
	padding: 10px;
	font-style: italic;
	background-color: #F5F5F5;
}

tr.separator {
	height: 1px;
	background-color: #FFFFFF;
	width: 100%;
}

tr.separator td {
	padding: 0;
}

td.pricing {
	width: 100px;
}

p.block  {
	background-color: #EBEBEB;
	width: 557px;
	padding: 3px;
}

h3.detailsHeader {
	margin-bottom: 3px;
}

p.disclaimer {
	font-size: 9px;
	color: #666666;
}

table.error	{
	width: 100%;
	border: 1px solid #330066;
	background-color: #CCCCFF;
	color: #000033;
	padding: 5px;
	margin-bottom: 15px;
}

a.dzr img {
	opacity: .5;
	filter: alpha( opacity=50 );
}

a.dzr:hover img {
	opacity: 1;
	filter: alpha( opacity=100 );
}

a.tal img {
	opacity: .2;
	filter: alpha( opacity=20 );
}

a.tal:hover img {
	opacity: 1;
	filter: alpha( opacity=100 );
}
