html, body {
	margin: 0;
	background: #fff url('../img/bg.jpg');
	/*
	color: #5c5c5c;
	*/
	color: #333333;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-family: "Times New Roman", serif;
}

img {
	border: 0;
}

a {
	color: #2956a1;
	text-decoration: none;
}

a:hover, a:active {
	color: #c5cd3c;
	text-decoration: underline;
}

strong em {
	color: #2956a1;
	font-style: normal;
}

h4 {
	color: #2956a1;
	font-size: 12.5pt;
}

div#container {
	display: block;
	margin: 0 auto;
	width: 800px;
	background: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

div#header {
	position: relative;
	/*display: block;*/
	display: none;
	width: 800px;
	height: 233px;
	background: url('../img/bg-hdr.jpg') no-repeat;
}

div#header h1 a {
	display: block;
	margin: 0 0 0 16px;
	padding: 140px 0 0 0;
	width: 286px;
	height: 0px;
	background: url('../img/bg-h1.jpg') no-repeat;
	overflow: hidden;
}

div#header ul {
	position: absolute;
	bottom: 0;
	margin: 0 0 8px 20px;
	padding: 0;
	list-style: none;
}

div#header ul li {
	float: left;
	width: 127px;
	height: 83px;
	background: url('../img/bg-nav-li.png') no-repeat;
	overflow: hidden;
}

div#header ul li span {
	display: block;
}

div#header ul li a {
	display: block;
	margin: 47px 10px 0 0;
	padding: 0;
	/*width: 130px;*/
	/*width: 124px;*/
	text-align: right;
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
	text-decoration: none;
	overflow: hidden;
}

div#header ul li.on {
	background: url('../img/bg-nav-li-on.png') no-repeat;
}

div#quick-links {
	position: absolute;
	top: 0;
	right: 0;
	margin: 5px 5px 0 0;
}

div#quick-links img {
	margin: 0 12px 0 0;
}

div#header_banner {
	position: absolute;
	clear: both;
	display: block;
	width: 800px;
	/*height: 233px;*/
	height: 230px;
/*	overflow: hidden;*/
	z-index: 1000;
}

div#content {
	display: block;
	width: 750px;
	padding: 25px;
	padding-top: 255px;
	background: url('../img/bg-content.png') 0% 0% repeat-x;
	font-size: 9pt;
	line-height: 1.75em;
}

div#content h2 {
	color: #2956a1;
}

div#content p {
	margin: 0 0 10px 0;
}

div#content div#body 
{
	display: block;
	float: right;
	width: 500px;
	padding: 0 0 0 35px;
	background: url('../img/bg-body.png') 0% 50% no-repeat;
}
div#content div#body2
{
	float: right;
	width: 570px;
	padding: 0px 0px 0px 12px;
	background: url('../img/bg-body.png') 0% 50% no-repeat;
}
div#content div#body h3, div#content div#body2 h3 
{
	color: #2956a1;
}

div#sidebar {
	display: block;
	float: left;
	width: 190px;
	height: 600px;
	margin: 0;
}
div#sidebar2 {
	float: left;
	padding-right:10px;
	width: 165px;
}
div#sidebar h3, div#ctl00_cnt_realtors_nav_pnl_navigation h3, div#sidebar2 h3 
{
	padding: 0 8px 5px 0;
	text-align: right;
	font-size: 1.3em;
	border-bottom: 1px solid #c5cd3c;
	color: #2956a1;
}
div#sidebar ul, div#ctl00_cnt_realtors_nav_pnl_navigation ul, div#sidebar2 ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}
div#sidebar ul li, div#ctl00_cnt_realtors_nav_pnl_navigation ul li, div#sidebar2 ul li 
{
	display: block;
	height: 15px;
	margin: 15px 0;
	padding: 0 30px 0 0;
	text-align: right;
	background: url('../img/side-li.png') 95% 50% no-repeat;
	line-height: 1.5em;
}
div#sidebar ul li:hover, div#ctl00_cnt_realtors_nav_pnl_navigation ul li:hover, div#sidebar2 ul li:hover 
{
	background: url('../img/side-li-on.png') 95% 50% no-repeat;
}
div#sidebar ul li.on, div#ctl00_cnt_realtors_nav_pnl_navigation ul li.on, div#sidebar2 ul li.on 
{
	background: url('../img/side-li-on.png') 95% 50% no-repeat;
}
div#sidebar ul li.on a, div#ctl00_cnt_realtors_nav_pnl_navigation ul li.on a, div#sidebar2 ul li.on a
{
	color: #c5cd3c;
}
div#sidebar ul li a, div#ctl00_cnt_realtors_nav_pnl_navigation ul li a, div#sidebar2 ul li a
{
	color: #2956a1;
	text-decoration: none;
}
div#sidebar ul li a:hover, div#sidebar2 ul li a:hover
div#sidebar ul li a:active, div#ctl00_cnt_realtors_nav_pnl_navigation ul li a:hover, div#ctl00_cnt_realtors_nav_pnl_navigation ul li a:active {
	/*
	text-decoration: underline;
	color: #00b022;
	color: #04c82a;
	*/
	text-decoration: none;
	color: #C5CD3C;
}

div#sidebar ul li.on a:hover, div#sidebar2 ul li.on a:hover
div#sidebar ul li.on a:active, div#ctl00_cnt_realtors_nav_pnl_navigation ul li.on a:hover, div#ctl00_cnt_realtors_nav_pnl_navigation ul li.on a:active{
	text-decoration: none;
	color: #c5cd3c;
}

div#sidebar ul.non-important li, div#sidebar2 ul.non-important li, div#ctl00_cnt_realtors_nav_pnl_navigation ul.non-important li {
	background: url('../img/external.gif') 95% 50% no-repeat;
	line-height: .9em;
}

div#home-page-sidebar 
{
	position: relative;
	float: right;
	display: block;
	width: 257px;
	margin: 25px;
	margin-left: 10px;
	margin-right: 0;
	margin-top: 0;
	overflow: hidden;
}
div#search-page-sidebar
{
	position: relative;
	float: right;
	display: block;
	/*width: 190px;
	margin: 25px;*/
	margin-left: 10px;
	margin-right: 0;
	margin-top: 0;
	overflow: hidden;
	vertical-align:top;
}
div.section {
	position: relative;
	display: block;
	float: right;
	width: 231px;
	margin: 7px 0 0 7px;
	padding: 13px;
	padding-top: 5px;
	padding-bottom: 0;
	background: #f1f3d2 url('../img/bg-register-today.jpg') repeat-x;
	color: #000;
	overflow: hidden;
}
div.search 
{
	position: relative;
	display: block;
	float: right;
	width: 290px;
	margin: 7px 0 0 7px;
	padding: 13px;
	padding-top: 5px;
	padding-bottom: 0;
	background: #f1f3d2 url('../img/bg-register-today.jpg') repeat-x;
	color: #000;
	overflow: hidden;
}

div.section h2 {
	position: relative;
	width: 255px;
	padding: 11px 0 0 10px;
	margin: -13px 0 0 -13px !important;
	background: #254d90 url('../img/bg-sidebar.jpg');
	border: 1px solid #cacaca;
	color: #fff !important;
}
div.search h2 {
	position: relative;
	width: 290px;
	padding: 11px 0 0 10px;
	margin: -13px 0 0 -13px !important;
	background: #254d90 url('../img/bg-sidebar.jpg');
	border: 1px solid #cacaca;
	color: #fff !important;
}

div.section ul, div.search ul {
	margin: 10px;
	padding: 0;
}

div.section ul li, div.search ul li {
	line-height: 1.1em;
	margin-bottom: 10px;
}

div.section ul li a:hover, div.search ul li a:hover {
	color: #2956a1;
}

div#home-page-sidebar div#register-today form {
	font-size: 0.7em;
	line-height: 1.4em;
}

div#home-page-sidebar div#register-today form label {
	display: block;
}

div#home-page-sidebar div#register-today form p.submit {
	text-align: right;
	font-size: .7em;
}

div#home-page-sidebar div#find-your-community, div#search-page-sidebar div#find-your-community {
	background: #254d90 url('../img/bg-sidebar.jpg');
}

div#home-page-sidebar h2,div#search-page-sidebar h2 {
	margin: 0;
	color: #fff;
}

div#home-page-sidebar img#fyc, div#search-page-sidebar img#fyc {
	margin: 0 0 0 -5px;
}

div#footer {
	display: block;
	clear: both;
	padding: 25px;
	padding-bottom: 1px;
	font-size: .9em;
	text-align: center;
}

div#footer p {
	clear: both;
}

div#footer ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 600px;
}

div#footer ul li {
	display: inline;
	padding: 0 10px 0 0;
}

/*
div#footer ul li {
	float: left;
	padding: 0 10px 0 0;
}
*/

/*
div#footer ul li.break {
	clear: left;
}
*/

div#footer ul li a {
	text-decoration: none;
	color: #254d90;
}

div#footer ul li a:hover,
div#footer ul li a:active {
	text-decoration: underline;
	color: #5c5c5c;
}

div.anchor {
	display: block;
	clear: both;
	height: 0px;
}

strong#quality-stuff {
	display: block;
	margin: 5px 0 15px 0;
	color: #2956a1;
	font-family: serif;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}

div#close-me-up {
	display: block;
	height: 1px;
}

form.std-form {
	clear: both;
	display: block;
	padding: 15px;
	background: #eee;
	/*
	border: 3px solid #e7e7e7;
	*/
	border: 2px solid #2956a1;
	/*
	clear: none;
	width: 200px;
	*/
}

form.std-form label span {
	float: left;
	width: 50%;
}

form.std-form input.small {
	width: 150px;
}

form.std-form input.submit {
	display: block;
	margin: 0 auto;
}

img.right-abs {
	position: relative;
	float: right;
	margin: 0 -25px 0 15px;
}

.house-logo {
	position: relative;
	float: right;
	margin: 15px;
}

.house {
	position: relative;
	float: right;
	/*
	margin: 15px;
	*/
}

.left {
	float: left !important;
}

.housing-pane {
	width: 221px !important; /* 247px - 13px - 13px (for padding) */
	margin: 0 !important;
}

.housing-pane h2 span {
	font-size: .7em;
}

img.house {
	border: 3px solid #2956a1;
}

table.table {
	/*
	width: 616px;
	border: 1px solid #000;
	*/
	width: 100%;
	border: 1px solid #2956a1;
	border-spacing: 0px;
}

* html table.table {
	border-collapse: collapse;
}

table.table tr td,
table.table tr th {
	padding: 5px;
	border: 0;
	vertical-align: top;
}

table.table tr th {
	background: #2956a1 url('../img/bg-sidebar.jpg');
	color: #fff;
	text-align: left;
	font-family: "Times New Roman", serif;
	font-size: 1em;
}

table.table tr td {
	border: 1px solid #fff;
	border-top: 1px solid #2956a1;
	border-right: 1px solid #2956a1;
	font-size: 9pt;
}

table.table td.fb {
	display: none;
	background: #c0c0c0;
	width: 291px;
	font-size: 1em;
}

div#fyh-form {
	clear: none;
	width: 195px !important;
	margin-top: 0px;
}
div#search-form {
	clear: none;
	width: 220px !important;
	margin-top: 0px;
}

div#fyh-form label span, div#search-form label span {
	float: left;
	width: 50%;
}

div#fyh-form input.submit {
	display: block;
	margin: 0 auto;
}

div#fyh-form select#community {
	width: 195px;
}

#map {
	width: 245px;
	height: 183px;
	border: 1px solid #2956a1;
}

table#available-homes {
	clear: both;
}

table#available-homes tr th {
	font-size: 9pt;
	line-height: 11pt;
}

table#available-homes tr td {
	font-size: 8.5pt;
	line-height: 11pt;
	padding: 5px;
}

table#available-homes h3 {
	color: #FFFFFF;
	margin: 0;
}

div#personal-checklist ul {
	list-style: none;
	margin-left: 0;
}

div#personal-checklist ul li {
	padding-left: 25px;
	background: url('../img/checkbox.png') no-repeat;
}

div#personal-checklist ul li ul li {
	padding: 0;
	background: none;
	color: #545454;
	font-size: .9em;
}

div#personal-checklist span.checkbox {
	display: block;
	float: left;
	height: 10px;
	width: 10px;
	margin: 1px 5px 5px 0;
	border: 1px solid #000;
	background: #fff;
}

div#personal-checklist span.date-line {
	display: block;
	float: right;
}

div#driving-directions {
	margin: 6px 0 0 0 !important;
}

div#driving-directions p {
	margin-top: 10px;
	line-height: 1.2em;
}

p.directions {
	font-size: .8em;
}

p.csr strong {
	display: block;
}

p.csr span {
	float: right;
}

.clear {
	clear: both;
}

p.sales-rep {
	clear: both;
}

p.sales-rep img {
	float: right;
	width: 110px;
	height: 154px;
}

p.sales-rep strong {
	display: block;
	padding: 7px 0 0 0;
}

div#area-info {
	border-top: 1px solid #c5cd3c;
	padding: 10px 0 0 0;
	font-size: 8pt;
}

div#area-info ul {
	background: #EDEDED;
	border: 1px solid #dadada;
}

div#area-info ul li {
	padding: 0 10px;
	background: none;
	text-align: left;
}

div#area-info ul li:hover {
	background: none;
}

h3#available-homes-header {
	margin: 0 0 5px 0;
	border-top: 10px solid #fff;
}

p.indent {
	text-indent: 45px;
}
input, select, textarea, .error
{
    font-size:11px;
    font-family:arial;
}
.btn:hover
{
    background-color:#c2cfe5;
    border:solid 1px #335ea8;
    color:#013367;
}
input, select, textarea
{
    background-color:#f2f0e4;    
    color:#000000;
    border:solid 1px darkgray;
}
.error
{
    border: solid 1px red;
    background-color:#ffc;
}
.error_div
{
    text-align:center;
    color:Red;
    padding:20px;
    border: solid 1px red;
    background-color:whitesmoke;
    font-weight:bold;
    font-size:12px;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
.msg_ok
{
    background-color:#b0e57c;
    color:#006b31;
    border:solid 1px #006b31;
    padding:8px;
    font-family:verdana;
    font-size:10px;
    font-weight:bold;
    width:150px;
}
.msg_bad
{
    background-color:#ebd9d9;
    color:#910709;
    border:solid 1px #910709;
    padding:8px;
    font-family:verdana;
    font-size:10px;
    font-weight:bold;
    width:200px;
}
.ok_div
{
    text-align:center;
    color:green;
    padding:20px;
    border: solid 1px green;
    background-color:whitesmoke;
    font-weight:bold;
    font-size:12px;
    font-family:"Lucida Grande", Verdana, Arial, sans-serif;
}
.title_error 
{
	font-size: 18px;
	font-family:Verdana;
	color: red;
}
.ErrorExplanation, #ctl00_cnt_ErrorExplanation_ErrorExplanation
{
    BORDER-RIGHT: #c00 2px solid;
    PADDING-RIGHT: 0px;
    BORDER-TOP: #c00 2px solid;
    PADDING-LEFT: 0px;
    /*MARGIN-BOTTOM: 10px;
    PADDING-BOTTOM: 11px;*/
    BORDER-LEFT: #c00 2px solid;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: #c00 2px solid;
}
.ErrorExplanation h4, #ctl00_cnt_ErrorExplanation_ErrorExplanation h4
{
    PADDING-LEFT: 29px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    BACKGROUND: url(../img/alertbad_icon.gif) #c00 no-repeat left 50%;
    PADDING-BOTTOM: 5px;
    font-family:Verdana;
    MARGIN: 0px;
    COLOR: #ffffff;
    PADDING-TOP: 5px;
    TEXT-ALIGN: left
}
.ErrorExplanation .errorinterior, #ctl00_cnt_ErrorExplanation_ErrorExplanation .errorinterior
{
    PADDING:11px;
    MARGIN: 0px;
}

.div_overlay
{
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=40); 
	filter:alpha(opacity=40); 
	-moz-opacity:0.40; 
	opacity: 0.40; 

    margin:0;
    top:0;
    left:0;
    position:absolute;
    z-index:88888;
    background-color:darkgray;
    overflow:hidden;
    text-align:center;
    height:100%;
    width:100%;
}

.div_progress, .div_client
{
	position: relative; 
	top: -50%;
	left:-120px;
    border: solid 1px #000000;
    background-color:#ffffff;
    padding:20px;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    width:120px;
    height:70px;
    color:Green;
    z-index:999999;
}

.space_over
{
    MARGIN-TOP: 40px
}
.no_space_over
{
    MARGIN-TOP: 0px
}
.no_space_under
{
    MARGIN-BOTTOM: 0px
}
.footer ul li
{
    white-space:nowrap;
}
.alert_box_ext
{
    background-color:whitesmoke;
    color:#006b31;
    border:solid 1px #006b31;
    padding:14px;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    font-size:12px;
    border-top:none;
}
.alert_box_red_ext
{
    background-color:whitesmoke;
    color:#910709;
    border:solid 1px #910709;
    padding:14px;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    font-size:12px;
    border-top:none;
}
.alert_box
{
    background-color:#b0e57c;
    color:#006b31;
    border:solid 1px #006b31;
    padding:10px;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    font-size:12px;
    font-weight:bold;
    height:20px;
    
    /*
    width:400px;
    z-index:99999;
    position:absolute;
    top:200px;
    left:200px;
    */
}
.alert_box_red
{
    background-color:#ebd9d9;
    color:#910709;
    border:solid 1px #910709;
    padding:10px;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    font-size:12px;
    font-weight:bold;
    height:20px;
    
    /*
    width:400px;
    z-index:99999;
    position:absolute;
    top:200px;
    left:200px;
    */
}
.alert_box img, .alert_box_red img
{
    padding-right:10px;
    float:left;
    border:none;
    position:relative;
    top:-3px;
}
.alert_box2
{
    z-index:99999;
    BORDER-RIGHT: #fcbc0e 2px solid;
    PADDING-RIGHT: 10px;
    BORDER-TOP: #fcbc0e 2px solid;
    PADDING-LEFT: 10px;
    FONT-WEIGHT: bold;
    BACKGROUND: #fdd975;
    MARGIN-BOTTOM: 10px;
    PADDING-BOTTOM: 5px;
    BORDER-LEFT: #fcbc0e 2px solid;
    COLOR: #CA0000;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: #fcbc0e 2px solid;
    position:fixed;
    top:200px;
    left:200px;
    padding:25px;
    width:400px;
}

TABLE.search_tbl
{
    BORDER-RIGHT: #254d90 3px solid;
    BORDER-TOP: #254d90 3px solid;
    MARGIN: 0px 0px 20px;
    BORDER-LEFT: #254d90 3px solid;
    BORDER-BOTTOM: #254d90 3px solid;
    BORDER-COLLAPSE: collapse
}
TABLE.plus_font
{
    FONT-SIZE: 12px;
    LINE-HEIGHT: 1.6em
}
TABLE.search_tbl TH
{
    BORDER-RIGHT: #333333 1px solid;
    PADDING-RIGHT: 4px;
    BORDER-TOP: #333333 1px solid;
    PADDING-LEFT: 4px;
    PADDING-BOTTOM: 4px;
    PADDING-TOP: 4px;
    BORDER-BOTTOM: #333333 1px solid;
}
TABLE.search_tbl TR.header
{
    BACKGROUND: url(../img/bg_button_gray.gif) #f0f0f0 repeat-x 50% top
}
TABLE.search_tbl TH.on
{
    BORDER-RIGHT: #6693c0 1px solid;
    BACKGROUND: url(../img/bg_button_blue.gif) #86baed repeat-x 50% top;
    BORDER-BOTTOM: #6693c0 1px solid
}
TABLE.search_tbl TH.right
{
    TEXT-ALIGN: right
}
TABLE.search_tbl TD.right
{
    TEXT-ALIGN: right
}
TABLE.search_tbl TH.center
{
    TEXT-ALIGN: center
}
TABLE.search_tbl TD.center
{
    TEXT-ALIGN: center
}
TR.title TD
{
    BACKGROUND: #254d90;
    COLOR: #ffffff;
    BORDER-BOTTOM: #c6ccce 1px solid;
    font-weight:bold;
}
TR.title H2
{
    MARGIN: 0px;
    color:White;
}
TR.title P
{
    MARGIN: 0px
}
TR.action TD
{
    BORDER-TOP: #c6ccce 1px solid;
    BACKGROUND: #f7f9f9;
    BORDER-BOTTOM: #7f943a 1px solid
}
TABLE.search_tbl TD
{
    BORDER-BOTTOM: #eee 1px solid
}
TR.shaded
{
    BACKGROUND: #f7f7f7
}
TR.due
{
    BACKGROUND: #eebebe
}
TABLE.search_tbl TD
{
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 2px;
    VERTICAL-ALIGN: top;
    PADDING-TOP: 3px
}
TABLE.search_tbl TD.heard
{
    VERTICAL-ALIGN: middle;
    WIDTH: 20px;
    TEXT-ALIGN: center
}
TABLE.search_tbl TH.heard
{
    VERTICAL-ALIGN: middle;
    WIDTH: 20px;
    TEXT-ALIGN: center
}
TABLE.search_tbl A.block
{
    DISPLAY: block;
    POSITION: relative
}
TABLE.search_tbl TH A:link
{
    DISPLAY: block;
    COLOR: #000;
    POSITION: relative
}
TABLE.search_tbl TH A:visited
{
    DISPLAY: block;
    COLOR: #000;
    POSITION: relative
}
TABLE.search_tbl TH A:hover
{
    COLOR: #000000;
    POSITION: relative
}
.paging, .paging span, .paging a
{
    font-size:10px;
}
.paging a, .paging span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.3em;
    border: 1px solid #c6ccce;
    background: #fff;
}

.paging span.ellipsis {
    border: none;
    background: none;
}

.paging span.current {
    border: 1px solid #c6ccce;
    font-weight: bold;
    background: #c6ccce;
    color: #fff;
}

.paging a {
    border: 1px solid #c6ccce;
    text-decoration: none;
}

.paging a:hover {
    background-color:#c2cfe5;
    border:solid 1px #335ea8;
    color:#013367;
}

.paging a.nextprev, .pages span.nextprev {
    font-weight: bold;
}
.paging a.nextprev_r {
    font-weight: bold;
    float:right;
}

.paging span.nextprev {
    color: #666;
}

.paging span.nextprev {
        border: 1px solid #ddd;
}
.paging span.nextprev_r {
        border: 1px solid #ddd;
        color: #014f9f;
        float:right;
}
.rpt td input
{
    font-size:10px;
}
.rpt A {
	text-decoration:none;
	color:#2F6FAD;
	}
	
.rpt A:hover {
	text-decoration:none;
	color:#5A77A0;
	}
	
.rpt {
	border-left:solid 1px #D6D6D6;
	border-right:solid 1px #D6D6D6;
	}

.rpt TD {
	font-family:Verdana,Arial,Sans-Serif;
	font-weight:normal;
	font-size:9px;
	color:#555555;
	}

.rpt .HeadRow TD {
	font-size:9px;
	background-color:#003D71;
	color:#ffffff;
	height:26px;
	font-family:Verdana,Arial,Sans-Serif;
	text-transform:uppercase;
	border-top:none;
	border-bottom:none;
	}

.rpt .HeadRow TD A{
	color:#ffffff;
	text-decoration:none;
	}
	
.rpt .HeadRow TD A:hover{
	color:#a5884e;
	}

.rpt .AltRow {
	background-color:#d6d6d6;
	}
	
.rpt .AltRowBorder {
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #cacdce;
	}
	
.rpt .AltRowBottom {
	background-color:#d6d6d6;
	}
	
.rpt .AltRowBottomBorder {
	border-bottom:solid 1px #cacdce;
	}

.rpt .MainRow {
	background-color:#edede9;
	}
	
.rpt .MainRowBorder {
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #cacdce;
	}
	
.rpt .MainRowBottom {
	background-color:#edede9;
	}
	
.rpt .MainRowBottomBorder {
	border-bottom:solid 1px #cacdce;
	}

.rpt .SelectedRow {
	background-color:#F0F2F9;
	}
div#slideshow {
margin: 0 0 7px 0;
}

table#specifications {
    margin: 0 0 0 5px;
}

table#specifications th {
    background: #2956a1 !important;
}

table#specifications th, 
table#specifications td {
    padding: 3px;
}

.left {
    float: left;
}

div#property-photo {
    border: 1px solid #2956a1;
	margin: 0 0 7px 0;
}

div#property-photo span {
    display: block;
    margin: -6px 0 0 0;
    padding: 4px;
    background-color: #2956a1;
    color: #fff !important;
	font-size:9px;
}

div#property-photo span a {
    color: #fff !important;
}


div#specifications {
    float: right;
    display: block;
    margin: 0 0 10px 0;
    width: 180px;
    font-size: 10px;
}

div#specifications strong {
    display: block;
    float: left;
    width: 80px;
    color: #2956a1;
}

div#specifications a { 
    /*display: block;
    margin: 10px 0 0 0;*/
    color: #c5cd3c;
	font-weight: bold;
}

p.break {
    margin: 5px 0 0 0;
}

.required
{
   color: Red 
}
.specialpricing
{
   color: Red 
}
	