body {
	background: #f3f3f3 url(../images/body-background.gif) 0 0 repeat-x;
}

body a {
	color: #339900;
	text-decoration: underline;
}


body input.text {
	padding: 3px;
}

body textarea {
	padding: 3px;
	text-align: left !important;
}

.horizontal-divider {
	text-align: center;
	margin: 15px 0 0 0;
	background: url(../images/horizontal-divider.gif) 0 center repeat-x;
}

.button {
}

.bumper-left,
.bumper-right {
	padding: 10px;
	background: #f2f2f2;
}

.bumper-left {
	margin-right: -3px;
}

.bumper-right {
	margin-left: -3px;
}

.button a {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 2px 2px #888;
	-moz-box-shadow: 0 2px 2px #888;
	background: #009999 url(../images/button-background.gif) 0 0 repeat-x;
	padding: 12px 20px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	text-shadow: 0 1px 1px #006666;	
	font-size: 18px;
	margin: 0 !important;
}

h1 {
	width: 160px;
	height: 60px;
	text-indent: -5000px;
	background: url(../images/logo.gif) 0 0 no-repeat;
}

h2 {
	text-shadow: 1px 1px 1px #999;  
}

.secondary-navigation {
	padding-top: 15px;
	text-align: right;
}

.secondary-navigation ul {
	margin: 0;
	padding: 0;
	float: right;
}

.secondary-navigation li {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 7px;
	font-weight: bold;
	float: left;
	border-right: 1px dotted #ccc;
}

.secondary-navigation li.help {
	background: url(../images/help-icon.gif) 5px 1px no-repeat;
	padding-left: 25px;
}

.secondary-navigation ul li:last-child {
	border-right: none !important;
}

ul.primary-navigation {
	margin: 0;
	padding: 0;
}

.primary-navigation li {
	list-style-type: none;
	display: inline;
	float: left;
	margin-left: 10px;
}

.primary-navigation li:first-child {
	margin: 0 !important;
}

.primary-navigation li a {
	padding: 10px 0 12px 0;
	background: #bfbfbf url(../images/tab-off-background.gif) 0 0 repeat-x;
	text-align: center;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
	font-size: 14px;
	display: inline;
	float: left;
	color: #666;
	text-shadow: 0 1px 1px #fff;
	text-decoration: none;
	font-weight: bold;
	width: 150px;
}

.primary-navigation li a:hover {
	color: #333;
}

.primary-navigation li a.selected {
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	background: #f3f3f3 url(../images/tab-on-background.gif) 0 0 repeat-x;
	padding-bottom: 12px;
}

.primary-navigation li a.selected {
	color: #333;
}

.container {}

.header {
	padding: 25px 0 0 0;
}

.navigation {
	}

.content {
	padding-top: 20px;
}

.footer {
	padding: 40px 0 0 0;	
}

.copyright {
	padding: 0 0 0 0;
	color: #666;
	height: 60px;
	background: url(../images/footer-logo.gif) 0 0 no-repeat;
}

.copyright span {
	margin: 0 0 0 75px;
	display: block;
}

.footer .nav {
	padding: 10px 0 0 0;
	color: #999;
}

.footer p a {
	font-weight: bold;
}

/* Reports
----------------------------------------------------------------------------------------------------*/

.report {
	background: white;
	border: 1px solid #ccc;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.report:hover {
	background-color: #e2e2e2;
	border: 1px solid #00eae6;
}

.report h3 {
	margin: 15px 25px 0 80px !important;
	text-shadow: 1px 1px 0 #ccc;
	font-size: 14px;
}

.report .links {
	color: #ccc;
}

.report p {
	margin: 0 20px 5px 80px;
}

.report p.date-stamp {
	font-size: 10px;
	color: #666;
	margin: 5px 0 0 20px; !Important;
}

.report .edit-report {	
	margin: 0 !important;
	padding: 0 0 0 55px;
	width: 80px !Important;
}

.edit-report a.edit {
	width: 49px;
	height: 24px;
	background: url(../images/edit-button.png) 0 0 no-repeat;
	text-indent: -5000px;	
	display: block;
	float: left;
}

.edit-report a.edit:hover {
	background-position: 0 -23px;
}

.edit-report a.delete {
	width: 25px;
	height: 24px;
	background: url(../images/edit-button.png) -50px 0 no-repeat;
	text-indent: -5000px;	
	display: block;
	float: left;
}

.edit-report a.delete:hover {
	background-position: -50px -23px;
}


.published-report {
	background: white url(../images/report-published.png) 20px 20px no-repeat;
}

.active-report {
	background: white url(../images/report-process.png) 20px 20px no-repeat;
}

.pending-report {
	background: white url(../images/report-pending.png) 20px 20px no-repeat;
}

/* Criteria
----------------------------------------------------------------------------------------------------*/

.breadcrumbs {
	background: url(../images/breadcrumbs-background.gif) 0 0 no-repeat;
	color: white;
	height: 35px;
}

.breadcrumbs a {
	color: white;
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumbs span {
	width: 125px;
	height: 30px;
	padding-top: 5px;
	text-align: center;
	display: block;
	float: left;
}

.step-one {
	background: url(../images/breadcrumbs-background.gif) 0 -40px	 no-repeat;
}

.step-two {
	background: url(../images/breadcrumbs-background.gif) 0 -80px no-repeat;
}

.step-three {
	background: url(../images/breadcrumbs-background.gif) 0 -120px no-repeat;
}

.step-four {
	background: url(../images/breadcrumbs-background.gif) 0 -160px no-repeat;
}

.module {
	background: white;
	border: 1px solid #ccc;
	-moz-border-radius:7px;
	-webkit-border-radius: 7px;
	margin-bottom: 20px;
	padding: 0 0 5px 0;
}

.transparent {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.module h3 {
	margin: 10px 20px 0 20px;
	font-size: 18px;
}

.module p {
	margin: 10px 20px 10px 20px;
}

.title {
	border-bottom: 1px solid #efefef;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
}

.module p:last-child {
	margin-bottom: 20px;
}

.divider {
	background: #fff url(../images/or-background.gif) top center repeat-y;
	text-align: center;
	padding: 70px 0;	
}

.divider p {
	padding: 10px 0;
	background: white;
	font-weight: bold;
}

/* Listings
----------------------------------------------------------------------------------------------------*/

.listing {
	background: url(../images/gripper-background.gif) left 0 repeat-y;
	margin: 12px;
	padding-left: 20px;
}

.listing p {
	margin: 0;	
	padding: 0;
}

.listing-photo {
	float: left;
	width: 220px;
	margin: 20px 0 20px 0;
}

.listing-info {	
	width: 400px;
	margin: 20px 0 20px 20px;
	float: left;
}

.listing-info h4 {
	margin: 20px 0 0 0;
	font-size: 12px;
}

.listing-info p {
	margin: 0 0 5px 0;
}

.listing-info p span {
	display: block;
	float: left;
}

.listing-list .module {
	padding: 0;
	margin-bottom: 10px !important;
}

.module .listing p:last-child {
	margin-bottom: 0 !important;
}

.listing:hover {
	cursor: move;
}

.report-status {
	font-style: italic;
}

.list-status {
	float: left;
	text-align: center;
	padding: 7px 12px;
	margin: 4px 20px 0 0;
	font-weight: bold;
	color: white;	
	text-shadow: 0 1px 1px #666;	
}

span.expired,
span.closed,
span.active,
span.pending,
span.other,
span.tour-report,
span.property-report,
span.cma-report
 {
	padding: 2px 10px;
	width: 60px !important;	
	color: white;
	font-weight: bold;
	text-shadow: 0 1px 1px #333;	
	display: block;
	float: left;	
	margin: 0;
	text-align: center;
}

span.tour-report,
span.property-report,
span.cma-report
 {
	padding: 5px 15px;
	width: 80px !important;	
	color: white;
	font-weight: bold;
	text-shadow: 0 1px 1px #333;	
	display: block;
	float: left;	
	margin: 0 10px 0 0;
	text-align: center;
}

span.right {
	float: left;
	margin: 0 0 0 10px;
	font-weight: bold;
	padding: 2px 0 0 0;
}

.expired {
	background: #99ccff url(../images/expired-background.gif) 0 bottom repeat-x;
}

.closed {
	background: #fc633d url(../images/sold-background.gif) 0 bottom repeat-x;
}

.active {
	background: #99cc33 url(../images/active-background.gif) 0 bottom repeat-x;
}

.pending {
	background: #fcd73d url(../images/pending-background.gif) 0 bottom repeat-x;
}

.other {
	background: #fca23d url(../images/other-background.gif) 0 bottom repeat-x;
}

.property-report {
	background: #99cc33 url(../images/property-listing-background.gif) 0 bottom repeat-x;
}

.cma-report {
	background: #ff9900 url(../images/cma-listing-background.gif) 0 bottom repeat-x;
}

.tour-report {
	background: #9999cc url(../images/buyer-tour-background.gif) 0 bottom repeat-x;
}

.latest-activity p {
	border-bottom: 1px solid #ccc;
	padding: 0 0 17px 0;
}

.latest-activity span.info {
	line-height: 32px;
	font-weight: bold;
}

.latest-activity span.date {
	line-height: 32px;
	font-size: 11px;
	float: right;
}

ul.info-list {
	margin: 10px;
}

ul.info-list li {
	list-style: none;
	margin: 0 10px 15px 10px;
	padding: 0 0 0 25px;
	background: url(../images/info-icon.gif) 0 3px no-repeat;
}

.video-box {
	margin: 10px 10px 10px 20px;
}

.video-box img {
	float: left;
	margin: 0 10px 0 0;
}

.video-box span {
	font-size: 11px;
	font-weight: bold;
	float: left;
}

.banner {
	margin: 10px 0 10px 20px;
}

.listing-date {
	float: left;
	font-size: 11px;
	width: 80px;
	text-align: center;
}

.listing-date .date {
	background: #ffffcc;
	padding: 5px;
	font-size: 12px;
	text-align: center;
}

.address {
	float: left;
	width: 320px;
	padding-right: 20px;
}

.price {
	float: left;
	text-align: right;
	width: 175px;
}

.price-up {
	color: green;
}
.price-down {
	color: red;
}

.adjustments td {
	padding: 3px 3px 3px 0;
}

.adjustments td.right {
	text-align: right;
}

.adjustments td.center {
	text-align: center;
}

/* Fancy Zoom
----------------------------------------------------------------------------------------------------*/

  div#photos                {overflow:auto;}
  div.photo                 {float:left; display:inline; margin:0 20px 20px 0;}
  div.photo a img           {border:1px solid; padding:1px;}
  p#turtles_caption         {margin:5px 0 0;}
  
  div#text a                {font-weight:bold;}
  
  div#zoom h2               {margin:10px 0 10px;}
  div#zoom p                {line-height:1.6;}

	div#wrapper 							{background:#fff; width:560px; margin:0 auto; padding:20px; border:10px solid #bc8c46; border-width:0 10px;}
	div#header								{position:relative; border-bottom:1px dotted; margin:0 0 10px; padding:0 0 10px;}
	div#header p							{margin:0; padding:0;}
	div#header h1							{margin:0; padding:0;}
	ul#nav										{position:absolute; top:0; right:0; list-style:none; margin:0; padding:0;}
	ul#nav li									{display:inline; padding:0 0 0 5px;}
	ul#nav li a								{}
	div#content								{}
  div#content p             {line-height:1.6;}
	div#footer								{clear:both; margin:40px 0 0; border-top:1px dotted; padding:10px 0 0;}
}