a { color: #C13; }
ul {}
ul li { list-style: square; }
ul.home_alert { margin-top: 0; }
ul.home_alert li { list-style: none; }
div.alerts p { margin-bottom: 0 }
div.alerts {
	   border: silver solid 1px;
	   width: 95%;
	   padding: 10px;
}
div.alerts p.submit_button { text-align: right; }

/* END GENERAL STUFF */

small { font-size: 0.7em; line-height: 2.2em; vertical-align: bottom; }

/** MAIN PAGE **/
#logo_on_own { 
	display: block;
	width: 600px;
	height: 532px;
	margin: 0 auto;
	background: url('img/BPM_logo.gif'); 
	text-align: center; 
	vertical-align: middle; 
}
#homepage_message {
	text-align: center; 
}
/* END MAIN PAGE */

/** LISTINGS RESULTS PAGE **/
#print_page { float: right; } 
#disclaimer { display: block; text-align: center; font-size: 0.7em; padding: 20px 20px 0 0; }

#sch { 
	border: 0; 
	width: 100%;
	height: auto !important;
}
#sch th { 
	height: 1.1em; 
	background-color: #C13; 
	color: white; 
	font-size: 0.8em; 
	text-align: left;
}
#sch td { vertical-align: top; }
#sch .last { padding-right: 20px; }
#sch .row_0 { background-color: #DDD; }
#sch .row_1 { background-color: #CCC; }
.list { border: 2px solid #C13; }
/* END LISTINGS RESULTS PAGE */

/*** INDIVIDUAL LISTSINGS PAGES ***/
#property { text-align: left; }
#property #title { margin-bottom: 5px; }
#property #address { font-size: 1.2em; }
#property #ref { font-style: italic; }
#property #catch_phrase { color: #C13; font-style: italic; font-size: 1.5em; }

#property #specs { 
	display: block; 
	float: right; 
	background-image: url('img/details_top.png');
	background-position: top;
	background-repeat: no-repeat;
	margin: 10px 20px 0;
	padding-top: 13px;
	width: 180px; 
}
#property #specs * { background-color: #D1D3D5; }
#property #specs ul { padding: 0px 20px 20px 30px; margin: 0; }
#property #specs .spec { color: #C13; list-style: square; padding: 10px 0px 5px 0px; }
#property #specs .spec * { color: black; }

#property #specs #buttons { padding: 10px 10px 20px; text-align: center; }
#property #specs #buttons img { border: none; padding-bottom: 4px; }

#property #prop_photos { display: block; position: absolute; left: 80px; padding: 10px; background-color: white; }
#property #prop_sm_photos { float: left; }
#property #prop_photos img { float: left; padding: 2px; border: none; }
#property #prop_photos .clear { clear: left; }

img.text_float { border: 0; vertical-align: top; position: absolute; /*top: 100px; left: 150px;*/ z-index: 2; }
/*img.tf { top: 135px; left: 210px; }
img.tf2 { top: 50px; left: 130px; }*/

#photo_popup { text-align: center; }

#property #blurb { clear: left; margin-top: 260px; }
/* END INDIVIDUAL LISTSINGS PAGES */

/*** OTHER PAGES ***/
#breadcrumbs { text-align: center; display: block; }
#close_bar { text-align: center; }
.stock { float: left; padding: 10px; }
/* END OTHER PAGES */

/* END home_alert */

/* tenant_viewing */
#main_section table.viewing_availability {
	      border: black solid 1px;
	      width: 500px;
}
#main_section table.viewing_availability td {
	      text-align: center;
	      vertical-align: middle;
	      white-space: nowrap;
	      padding: 4px;
}   
#main_section table.viewing_availability td.label {
	      text-align: right;
	      width: 25%;
}

span.required {
    color: red;
    font-weight: bold;
}
/* END tenant_viewing */

li {
    padding: 5px;
}
