body {
	font-family: Arial;
	margin: 0px;
	padding: 0px;
}

.toplink {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.bg {
	background-image: url(../images/bg1.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}


.bdytxt {
	font-size: 12px;
	color:#000000;
}

.tbletxt {
	font-size: 13px;
	color:#000000;
}



.mnutxt {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding-right:16px;
}


.titletxt {
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding-right:16px;
}
#theBody {
	margin:0;
	padding:0;
}
searchListingsbody {
    font-family: Helveitca, Arial, Verdana, sans-serif;
   color:#000000
    font-size: 12px;
    padding: 0;
    margin: 0;
	text-align:center;
    background:#231f20;/*#323232*/ 
    position:relative;
    height:100%;
}

INPUT{
	margin:5px 0 0 0;
	background:#F7F8F2;
	border:1px solid #46606B;
	width:200px;
}

INPUT.checkbox{
	border:none;
	width:auto;
	background:transparent;	
}

INPUT.radio{
	border:none;
	width:auto;
	background:transparent;
}

TEXTAREA{
	margin:5px 0 0 0;
	background:#F7F8F2;
	border:1px solid #46606B;
	width:200px;
}

SELECT {
    margin:5px 0 0 0;
	background:#F7F8F2;
	border:1px solid #46606B;
}

.primaryButtons INPUT, .Buttons INPUT{
   color:#000000
	text-decoration:none;
	padding:2px 10px 3px 10px;
    font-weight:bold;
    font-family: Helveitca, Arial, Verdana, sans-serif;
    font-size:11px;
    background:#71983D;
    border:1px solid #DEDBDB;
    height:22px;
    width:98px;
}

#contactUsForm {
	margin-left:0px;
	margin-right:10px;
	color:#000000;
}

.primaryButtons .search-submit {
	margin-left:134px;
}

.primaryButtons .contact-submit {
	margin-left:103px;
}

/*Positioning hack for Safari/Chrome (this is what happens when tables are used for layout)*/

body:nth-of-type(1) #contactUsForm,
body:first-of-type #contactUsForm {
	margin-left:0px;
}

body:nth-of-type(1) .primaryButtons .contact-submit,
body:first-of-type .primaryButtons .contact-submit {
	margin-left:128px;
}


/***Forms - webforms***/
.webform fieldset{
	border:none;
}

.webform fieldset legend{
	border:none;
	background:transparent;
	color:#000000;
	font-weight:bold;
	font-size:18px;
	padding:0 0 20px 10px;
}

#contactUsFieldset .form-des {
	margin:10px;
}

.webform TH{
	width:25%;
	font-weight:normal;  
}

.webform TD{
	width:auto;
	font-weight:normal;    
}

.webform TH.required{
    background: url(../images/required.gif) left center no-repeat transparent;
    padding-left:15px;
}

.webform TH.not-required{
    padding-left:15px;
}

.webform h3{
    margin:20px 0 5px 0;
	border-bottom:1px solid #9B0000;
	color:#000000;
	padding:5px;
}
 


/**headers**/
h1 {
    color:#000000;
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 24px;    
}

h2 {
    color:#000000;
    border-bottom:1px solid #9B0000;
    margin: 4px 0 2px 0;
    font-weight: bold;
    font-size: 20px;    
}

h3 {
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 16px;    
	color:#000000;
}

A{
    color:#000000;
	text-decoration:underline;
}

A:hover{
    color:#000000;
	text-decoration:underline;
}




table {
    font-family: Helveitca, Arial, Verdana, sans-serif;
   color:#000000
    font-size: 12px;
}

td {
}


h3 {
    margin-bottom: 2px;
    margin-top: 4px;
    font-weight: bold;
    font-size: 12px;
}

p {
    text-align: left;
    margin-bottom: 2px;
    margin-top: 2px;
}

#container {
    text-align:left;
    position:relative;
	width:100%;
    min-width:1000px;
    height:100%;
	padding:0;
	margin:0;
}


/*for JQuery table layout wrapping*/
#main_layout
{
	width:100%; 
	border-spacing:0;
	border-collapse:collapse; 
}

#left
{
    background: url(../images/side-bckgnd.jpg) right top repeat-x #d1d2d4;
	width:207px;
	height:526px;	
	vertical-align:top;
	text-align:right;
	border-bottom:2px solid #de9927;
	border-left:1px solid #ccc;
	position:static;
	
}

#center
{
    background: url(../images/content-bg.gif) right top repeat-x #FFFFFF;
	width:557px;
	overflow:hidden;
	vertical-align:top;
	border-right:1px solid #CCCCCC;
	border-bottom:3px solid #FFFFFF;
	position:relative;

}
#homePageContent{
	background-image:url(../images/dot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:10px;
	margin-right:10px;
	margin-left:10px;
}	

#homePageContent p {
	font-family: Arial, Helveitca, Verdana, sans-serif;
    font-size:12px;
	color:#000;
	line-height:20px;
	margin-top:5px;
	text-align:justify;
}
#homePageContent p a {
	text-decoration:none;
	border-bottom:1px dotted #000;
}
#homePageContent p a:hover {
	border-bottom:1px solid #000;
}
#center #homePageContent h2 {
	font-family: Arial, Helveitca, Verdana, sans-serif;
    font-size:15px;
	line-height:28px;
	color:#000;
	font-style:italic;
	margin-top:30px;
	border:none;
}

#right
{
    background: url(../images/side-bckgnd.jpg) right top repeat-x #d1d2d4;
	width:auto;	
	vertical-align:top;
	text-align:left;
	border-bottom:2px solid #de9927;
	padding: 0;

}

/*IE scalability / min-width fix*/
#container {
    _width:expression(document.body.clientWidth < 1000? "1000px" : document.body.clientWidth+"px"); 

}

#header {
   color:#000000
    padding: 30px 0 50px 60px;
    /*margin: 30px 0 0 0;*/
    text-align:left;
    background:#231f20 url(../images/header-bg.gif) left bottom no-repeat !important;
	position:relative;	
	/*height:125px;*/
	overflow:hidden;
}

#pw_website_logo
{
    background:transparent;
	margin:0px 0px 0 20px;
	float:left;
	text-align:left;
    /*height:125px;*/
}

#pw_website_logo IMG
{
	margin: 0 !important;
	margin:0px 0px 0 0px;
}

#pw_website_header
{
	/*height:105px;*/
	overflow:hidden;
	margin:0px 0 0px 5;
	text-align:left;
	float:left; 
	display:block;	
    color: #000000;
	font-weight:bold;
}

h1 {
    margin: 0;
}

#companyName {
    background:transparent;
    font-size: 18px !important;
    font-family: Helveitca, Arial, Verdana, sans-serif;
    color: #FFFFFF;
    font-weight: normal;
	text-align:left;
    display:none;
}
#companyAddress {
    background:transparent;
    font-size: 10px; /*<xsl:value-of select="@companyNameFontSize" />*/;
    font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
    color: #FFFFFF; /*<xsl:value-of select="@companyNameFontColor" />*/;
	text-align:left;
    display:none;    
}

#pw_website_navigation_new {
    width:214px;
    font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0 0 0 0;
	float:right;	
	text-align:right;
	background-image:url(../images/menubgline.gif);
	background-repeat:repeat-y;
}

#pw_website_navigation_new BR{
	display:none;  
}

#pw_website_navigation_new ul{
    margin: 0 0 0 0;
    padding: 0 0px 0 10px;
	list-style:none;
}

#pw_website_navigation_new ul li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display:block;
	line-height:30px;
	border-bottom:1px solid #FFFFFF;
}

#pw_website_navigation_new li:hover
{
}
#pw_website_navigation_new ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	padding-right:10px;
	text-decoration:none;
	margin-left:20px;
}

#pw_website_navigation_new ul li a:hover {
    text-decoration:underline;
  	color:#E3E9D6; 
}

li.pw_website_navigation_widget_selected{

}
.pw_website_navigation_widget_selected A
{
    text-decoration:underline;
  	color:#E3E9D6; 

}
#top-nav #selectedTab-top {
	color:#fff200;
}

#contentLayout
{
}


#content
{
  	border:none;
    margin: 10 0 0 0;
    text-align: left;
    background: transparent;
	width:auto;
	height:auto;
	min-height:400px;
	display:block;
	float:left;	
	width:790px;
}

/*IE min-height
#content
{
	_height:400px;
}
*/
#pw_website_footer {
    padding: 0;
	margin: 0;
    text-align:center;
    display:none;
    width:100%;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#pw_website_footer_links{
	text-align:center;
	color:#FFFFFF;
	display:none;
}
#pw_website_footer_links a{
	color:#FFFFFF;
	text-decoration:none;
	font-family:Helvetica,Arial,Georgia,Verdana,Sans-Serif,Serif;
	font-size:11px;
	line-height:14px;	
}

#pw_website_footer_links a:hover {
	font-family:Helvetica,Arial,Georgia,Verdana,Sans-Serif,Serif;
	font-size:11px;
	line-height:14px;	
	color:#FFFFFF;
}


#pw_website_footer_links p {
	position:absolute;
	top:50;
	left:400;
	padding:0;
	margin:0;
	font-size:11px;
}

#pw_website_footer_links p img {
	position:relative;
	top:2px;
	left:0;
}

#pw_website_footer_links p a.underline {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #fff;
}

#pw_website_footer_links p a.underline:hover {
	border-bottom:1px solid #fff;
}

#pw_website_footer_links ul {
	position:relative;
	top:0px;
	margin:0;
	padding:0;
}
#pw_website_footer_links ul li {
	border-left:1px solid #fff;
	color:#fff;
	display:block;
	float:left;
	font-family:Helvetica,Arial,Georgia,Verdana,Sans-Serif,Serif;
	font-size:11px;
	line-height:14px;
}
#pw_website_footer_links ul li:first-child,
#pw_website_footer_links ul li.firstchild {
	border:none;
}
#pw_website_footer_links ul li a {
	display:block;
	color:#fff;
	margin:0 5px;
	text-decoration:none;
}
#pw_website_footer_links ul li a:hover {
	text-decoration:underline;
}


/*#footerLinks A{
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	font-weight:normal;
	white-space:nowrap;
}

#footerLinks A:hover{
	text-decoration:underline;
}

#footerAddress {
	padding:10px;  
    display:block;
    margin: 0;
	color:#F6BDA2;
	text-align:center;

	position:relative;	
	left:308px;
	width:560px;
	
}*/


/**
 * TABLE.PageContent -
 *
 * This table should wrap content entered by a user
 *
 */

TABLE.PageContent {   
    padding: 0 20px 20px 20px;
}


TABLE.PageContent TD {
    min-height: 320px;
}

/**
 * TABLE.ColumnLayout - Invisible table used for the porpuse of creating a column based layout.
 *
 */
TABLE.ColumnLayout {
    font-size: 12px;
    margin: auto auto;
}


TABLE.ColumnLayout .Col1 {
    padding: 5px;
	width:40%;
}

TABLE.ColumnLayout .Col2 {
    padding: 5px;
	width:60%;
}

TABLE.ColumnLayout .Col3 {
    padding: 5px;

}

TABLE.ColumnLayout .Col4 {
    padding: 5px;

}


/**
 * TABLE.Info - This should be used for tables that have items in pairs of label and value.
 *
 */
TABLE.Info {
    font-size: 12px;
    /*margin: auto auto;*/
    width: 95%;
}

TABLE.Info TD.label {
    font-weight: bold;
    width: 25%;
}

TABLE.Info TD.value {

}

/**
 * table#unitList - This should be used for tables that have column headers and list one item per row.
 *
 */

table#unitList {
    font-size: 12px;
    margin: 4px 0 4px 0;
}

table#unitList th {
    background-color: #E7E7E7;
    text-align: left;
}

/*
 * table.edit
 *
 * To be used in tables in edit pages with pairs of label and field. Use
 * <th> tags as a field label.
 *
 */
table.edit {
    border-collapse: separate;
    border-spacing: 0;
    empty-cells: show;
    width: 98%;
	margin-left:10px;
}

table.edit tr {

}

table.edit th {
    text-align: left;
    padding: 4px;
}

table.edit td {
    text-align: left;
    padding: 4px;
}

.errorBox {
    background-color: #FF9999;
    width : 390px;
    text-align: left;
    margin-left: 14px;
    border: solid 1px #FF0000;
    padding: 4px;
}

.extraDiv
{
	display:none;  
}

.dataSection
{
	text-align:left;  
}


/*button themes*/

.button
{
   color:#000000
	text-decoration:none;
	padding:2px 8px 3px 8px;
    font-weight:bold;
    font-family: Helveitca, Arial, Verdana, sans-serif;
    font-size:11px;
    background:#71983D;
    border:1px solid #000000;
}

A.button:hover{
    border:1px solid #BEBBBB;
    color:#DDDDDD;
	text-decoration:none;
}

#gosearchButton {
	
}





/*misc/extra*/
#right-images {
    margin: 3px 0;
   	text-align:left;
	width:220px;
	height:550px;	
}







/***************/
/* HOME        */
/***************/


.home #contentLayout{
	position:relative;  
}

.home #homePageContent{
	float:left;
	display:block;
	padding-bottom:20px;
	padding-top: 0;
	width:350px;
}


.home #content
{
}

.home #homePageContent H2{
	color:#FFFFFF;
	font-size:18px;
	border-bottom:1px dashed #FFFFFF;
	padding:5px 0 5px 0;
	margin: 0 0 2px 0;
	display:block;
	
}

.home #homePageContent H3{
	color:#FFFFFF;
	font-size:14px;

}

/*** contact and maint links***/
.home #home-contact{
  	display:none;
}

.home #home-maint A
{
   	text-align:left;
	width:160px;
	height:262px;	
	background:transparent;
	float:right;
	border:none;    
    display:block;
	padding: 0;
	margin:20px 0;
}

.home #home-maint P ,.home #home-maint h3,.home #home-maint B
{
	display:none;  
}



/**
 * Featured Listing
 */
.home #specialFeatures {

    padding-bottom:10px;
	display:block;
	width:520px;
	float:left;
    border:1px solid #70983C;
	color:#FFFFFF;
    text-align: left;   
}


#pw_featured_rental_listing
{
    text-align: left;
	background-color:#4F5051;
	color:#FFFFFF;
}


#pw_featured_rental_listing h2 {
    text-align: left;
	padding:10px 10px 0 0;
	margin: 0;
    font-size:14px;
   color:#000000
    text-decoration:none;
    border:none;
	display:none;
}

#pw_featured_rental_listing DIV {
    float: left;
    text-align: left;
	margin:10px 20px 0 0px;
	padding: 0;
}
    
#pw_featured_rental_listing DIV P{ 

}

    
#pw_featured_rental_listing IMG {
    width:100px;
	margin-bottom:15px;
	clear:both;
	border:none;
}


#pw_featured_rental_listing .location {
	padding-bottom:5px;
	padding-top:10px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	margin: 0 3px 0 0;

}

#pw_featured_rental_listing .location P{
	padding-top:10px;  
}

#pw_featured_rental_listing .location H3{
	display:inline;  
	font-size:11px;
	font-weight:normal;
	margin: 0 10px 0 0;
}

#pw_featured_rental_listing .location BR{
 	display:none; 
}  

#pw_featured_rental_listing .description {

    font-size:11px;
   color:#000000
	margin:10px 10px 0 0;
	padding-top:10px;		
	border-top:1px dashed #BFBFBF;
	
	width:330px;
}

#pw_featured_rental_listing A.button B B B
{
	padding-left:23px;
	padding-right:23px;
}

#pw_featured_rental_listing A.button
{
	padding-left:1px;
	padding-right:1px;
}


/**
 * NEWS
 */
.home .News {
    display: block;
    position: relative;
    float: left;
    width: 250px;
    margin: 0 0 0 0;
    text-align: left;
}

.home .News UL {
    position: relative;
    margin: 0 0 10px 20px;
}

.home .News LI {
    position: relative;
    margin: 0 0 10px 0;
}

/**
 * SEARCH COMPONENT
 */
.home #searchListings_home {
    margin: 0 0 0 0px;
   	text-align:left;
	display:inline;
	float:right;
	width:160px;
	height:140px;
	background-color:#FFFFFF;
	
}

.home #searchListings_home fieldset{
	width:120px;
	background:transparent;
	color:#FFFFFF;
    border: 0 solid transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 20px 0 0px 20px;
	margin: 0 0px 0 0px;
	display:block;
	text-align:center;
}

.home #searchListings_home fieldset legend {
	display:none;
}

.home #searchListings_home fieldset label {
    font-weight:bold;
    margin: 0 0 15px 0;
    clear:both;
    display:block;
	text-align:left;
	color:#2D2D2D;
	width:120px;
	font-size:11px;
	text-align:center;
}

.home #searchListings_home fieldset select {
/*
    margin: 0 0 0 10px ;
*/
}



.home #searchListings_home input{
	margin: 0 0 0 0;
	width:135px;	
}

.home #searchListings_home textarea{
	margin: 0 0 0 0;
	width:135px;	
}

.home #searchListings_home select {
    margin: 0 0 10px 0;

    clear:both;
    display:block;
	width:120px;

	border:1px solid #BDB8B8;
	background:#FFFFFF;
	
}

.home #searchListings_home A.button{
	padding-left:42px;
	padding-right:42px;  		
}

.home #contentExtraDiv1 {	
}




/***************/
/* ABOUT       */
/***************/
.about #content
{
}



/**
 * IE HACK TO IMPLEMENT MIN-HEIGHT
 */
.about .AboutText .IE320MinHeight {
    display: inline;
    float: left;
    width: 1px;
    height: 320px;
}




/***************/
/* MAINTENANCE */
/***************/
.tenants  #content
{

}


.tenants  #layoutDiv1
{
	display:block;
	padding-top:10px;
	border-top:1px solid #000000;

}
 
.tenants  #layoutDiv2
{
	display:block;
	padding-bottom:10px;
}

.tenants  #layoutDiv2 TEXTAREA
{
	width:325px; 
}

.tenants  #confirmationPageContent {
    padding: 30px;
    min-height: 320px;
}

.tenants  h3.FormSection {
    margin-top: 20px;
    border-bottom: 1px solid #000000;
}

.tenants  h3.SidebarHeading {
    margin-bottom: 2px;
    margin-top: 20px;
}

.tenants  #errors {
    display: none;
    border: 1px solid red;
    background-color:#FF9999;
}

.tenants  #today {
    font-weight: bold;
    text-decoration:underline;
    text-align:center;
}

.tenants  #maintenancePhone {
    text-align: center;
}

.tenants  #maintenanceSidebar {
    height: 100%;
    text-align: left;
    margin: 5px;
}

.tenants  .MaintenanceRequestForm {
    border-left: 1px dashed #666666;
    padding: 0 5px 5px 5px;
    text-align: left;
}

.tenants  .FieldLabel {
    margin: 4px;
}

.tenants  .RequiredField {
    color: red;
    font-weight: bold;
}

.tenants  .VerticalDivider {
    border-left: 1px dashed #666666;
    height: 100%;
    //height: 800px;
}

.tenants  DIV.buttons{
	padding-top:10px;  
}

.tenants .date{width:85px;}

.tenants .edit EM{display:block}

/***************/
/* CUSTOM      */
/***************/
.contact_us #Content {   
}


.contact_us #Content A {
	color:#FF0000;
	text-decoration:none;
}

.contact_us #Content A:hover {
	color:#FF0000;
	text-decoration:underline;
}


.webform
{
	background-color:#E6ECDA;
    border:1px solid #70983C;
 	padding:10px; 
}



/**
 *  WEBFORMS
 */
.contact_us .webform fieldset{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;

	border: 0 solid transparent;



	margin:25px 20px 20px 50px;
	width:425px;
	_width:405px;
	display:block;
	padding: 0 0 0 0;
}

.contact_us .webform fieldset div {
    width: 100%;
    float: left;
    text-align: left;
}

.contact_us .webform fieldset legend{
	border:none;
	background:transparent;

	color:#FFFFFF;
	font-weight:bold;
	font-variant:small-caps;
	font-size:18px;
	font-family: Georgia,sans-serif;

	margin: 0;
	padding:20px 0 15px 10px;
	_padding:20px 0 15px 5px;

}

.contact_us .webform fieldset legend img{
	padding: 0 5px 0 5px;
}

.contact_us .webform label{
	font-size:90%;

	display:none;
	float:left;
	width:90px;
	text-align:right;
	margin:6px 5px 0 0;
}

.contact_us .webform input{
	margin:5px 0 0 0;
	background:#F7F8F2;
	border:1px solid #46606B;
	width:250px;
}

.contact_us .webform textarea{
	margin:5px 0 0 0;
	background:#F7F8F2;
	border:1px solid #46606B;
	width:250px;
}

.contact_us .webform select {
    margin:5px 0 0 0;
	background:#F7F8F2;
	border:1px solid #46606B;
	width:250px;
}

.contact_us .webform .primaryButtons {
    text-align: center;
    padding-bottom:15px;


}

.contact_us .webform .primaryButtons INPUT{
   color:#000000
	text-decoration:none;
	padding:2px 10px 3px 10px;
    font-weight:bold;
    font-family: Helveitca, Arial, Verdana, sans-serif;
    font-size:11px;
	
    background:#9B0000;
    border:1px solid #DEDBDB;
    height:22px;
    
    width:98px;
}

/***************/
/* 	RENTALS    */
/***************/

.rentals {
	margin:0;
	padding:0;
}


/**
 *	LISTING PAGE
 */

.rentals table.list {

    color: black;
    font-size: 12px;
    
	background-color:transparent;
	margin:10px 0 0 0;

    
}

.rentals table.list tr:hover,
.rentals table.list tr.hover {
    background-color: #4F5051 !important;
}

.rentals table.list TR.Row_1 {
    background-color: transparent;
}

.rentals table.list TR.Row_0 {
    background-color: transparent;
}

.rentals table.list TH {
    background-color: transparent;
    padding: 2px;
}

.rentals table.list TD  {
	border-top:1px dashed #FFFFFF;
	padding:10px 10px 0 0;
}

.rentals div.column_5:after {
 	content:'.';
	clear:both;
	display:block; 
	visibility:hidden;
	height: 0;
}  

.rentals div.column_1 {
    width: 200px;
    min-height:200px;
    _height:200px;
    float: left;
    display:inline;
	padding: 0 0 10px 10px;

}

.rentals div.column_1 IMG{
    padding: 1px;
	width:180px;

}

.rentals div.column_2 {
    width: 240px;
     left: 0;
    display:block;
    float: left;
	color:#FFFFFF;
	padding: 0 0 10px 10px;
}

.rentals div.column_3 {
    position:relative;
    left: 0;
    width: 240px;
    float: left;
	color:#FFFFFF;
	padding: 0 0 5px 10px;
}

.rentals div.column_4 {
    position:static;
    left: 0;
    width: 240px;
    float: left;
	color:#FFFFFF;
	padding: 0 0 4px 10px;
}
.rentals div.column_5 {
    position:relative;
    left: 0;
    width: 495px;
    float: left;
	color:#FFFFFF;
	padding: 0 0 10px 10px;
}

.rentals table.list .PropertyImage {
    margin: 0;
}

.rentals table.list TD.Address {
    padding-top: 5px;
    text-align: left;
}

.rentals table.list DIV.hr {
    background-color: #CCCCCC;
    color: #CCCCCC;
    height: 1px;
}

.rentals table.list DIV.hr HR {
    display: none;
}

.rentals H1 {
    color: #990000;
}


/**
 * BUILDING AND UNIT PAGES CSS
 */

.rentals TABLE.ColumnLayout {   
	width:500px;
	background-color:#E6ECDA;
    border: 1px solid #70983C;
}

.rentals TABLE.ColumnLayout TD.Col1{   
	padding-bottom:20px;
	width:200px;
	overflow:hidden;
}

.rentals TABLE.ColumnLayout TD.Col1 IMG{   
    padding: 1px;
	width:180px;
}

.rentals TABLE.ColumnLayout TD.Col2{   
	padding-bottom:20px;
}

.rentals #layoutDiv1{
	margin: 0;
	padding: 0;
	width:540px;
}

.rentals DIV.BuildingNameAddress {
    text-align: left;
    margin: 0 0 0 0;
}

.rentals DIV.BuildingNameAddress H3 {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 2px;
	color:#FFFFFF;

    
}

.rentals DIV.ImageList {
    width: 100%;
    margin: 5px 0 0 0;
    padding: 0;
}

.rentals DIV.UnitDetails H3 {
    font-size: 14px;
    font-weight: bold;
    padding: 2px;
	color:#FFFFFF;

    
}

.rentals DIV.UnitDetails P {
    padding: 5px 0 5px 0;
    margin: 2px 2px 20px 2px;
}

.rentals .UnitDetails A{
	color:#000000  ;
	font-weight:bold;
}

.rentals UL
{
  	padding: 0 0 5px 15px;
    margin: 0;
  	
}

.rentals UL LI
{
}



.rentals .ListingDescription{
  margin:10px 0 10px 0;;
}

.rentals .MapLink {
    padding: 10px 0 0px 0;
}

.rentals .MapLink A{
	color:#FF0000 !important;
	text-decoration:none;
	background-color:#70983C;
	padding-left:30px;
	padding-top:8px;
	border:none;	
	height:27px;
	font-weight:normal;
}

.rentals .MapLink A:hover{
	color:#FF0000;
	text-decoration:underline;
	border:none;
	background-color:#70983C;
}

.rentals .MapLink A B B
{
	color:#FF0000;
	text-decoration:none;  
	font-weight:normal;
	
}

.rentals .BackLink {
    text-align: left;
    margin: 10px;
}
.rentals .BackLink A{
	color:#FFFFFF;

	font-weight:bold;
	text-decoration:none;
}

.rentals .BackLink A:hover{
	text-decoration: underline;
}

.rentals .SendToFriendLink {
    padding: 10px 0 10px 0;
}

.rentals DIV.Image {
    display:inline;
    float:left;


    padding: 10px;
    margin: 10px;
    background-color: #FFFFFF;
}

.rentals .PropertyImage {
    float: left;
    width: auto;
	padding: 0;
}

.rentals .thumbnail{
	text-align:center;  
	margin-bottom:5px;
}
.rentals .thumbnail IMG{
    padding: 1px;
	width:150px;    
	
}

.rentals DIV.ImageLink {
    font-size: 12px;
    margin: 0;
    text-align: right;
	color:#FF0000;
}	

.rentals A.ImageLink
{
	color:#FF0000;
    text-decoration:none;
	padding-left:30px;
	padding-top:8px;
	padding-bottom:8px;
	border:none;	
	height:30px;
	background-color:#70983C;	
	display:inline;
	clear:both;
	
	font-weight:normal;
	
}

.rentals A.ImageLink:hover
{
	color:#FF0000;
    text-decoration:underline;
}

.rentals A.ImageLink B B B
{
	font-weight:normal;
	color:#FF0000;  
}

.rentals #dataSection-Gallery{
	display:block;
	clear:both;  
	border:none;
}

.rentals #dataSection-Gallery BR
{
  	display:none;
}

.rentals #dataSection-Description{
	display:block;
	clear:both;  
}



  
.rentals #dataSection-Units A
{
	color:#FFFFFF;

}

.rentals .dataSection{

	padding:10px 0 10px 0;
	text-align:left;

	border-top:1px dashed #FFFFFF;	
	
	color:#FFFFFF;
	
	clear:both;
	display:block;
}


.rentals #dataSection-Units
{
	display:block;
	clear:both;
	
	margin-top:20px;
	padding-top:20px;	
	
	border-top:1px dashed #FFFFFF;	
}

.rentals .dataSection H3{
	color:#FFFFFF;

	margin-bottom: 0;
}

.rentals .dataSection A{
	color:#FF0000;
	text-decoration:none;
}

.rentals .dataSection A:hover{
	color:#FF0000;
	text-decoration:underline;
}

.rentals .PriceRange {
	color:#FFFFFF;

    font-weight: bold;
    font-size: 14px;
}

.rentals p {
    margin: 10px 10px 10px 0;
}

.rentals #searchListings p {
	margin:25px 10px 0px 15px;
}
.rentals #searchListings a{
	clear:both;
}

.rentals #searchListings p a,
.form-des a {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:1px dotted #9B0000;
}

.rentals #searchListings p a:hover,
.form-des a:hover {
	text-decoration:none;
	border-bottom:1px solid #9B0000;
}

.rentals .dataSection P{
	margin-top: 0;
}


.rentals .dataSection #leasingContactInfo
{
	margin: 0 10px 10px 0;
}



.rentals .BuildingNeighborhood {
    display: block;
/*
    margin-top: 10px;
*/
}

.rentals .BuildingNeighborhood B{font-weight:normal;}

.rentals .BuildingAddress {
    margin-top: 10px;
}

.rentals .BuildingAddress A.link
{
	color:#FFFFFF;

    text-decoration:none;
    font-size: 14px;
}

.rentals A.BuildingLink {
	color:#FFFFFF;

    text-decoration:underline;
    font-size:14px;
}

.rentals .BuildingLink img {
    margin-top: 10px;
}

.rentals .UnitTypes {
    margin-top: 0;
}

/**
  *  IMAGE ZOOMING
  */
.rentals #imageZoomIMG {
    margin: 5px;
    padding: 1px;

}

.rentals #imageZoom {
    position: absolute;
    width: 320px;
    display: none;
    z-index: 3;
	color:#FFFFFF;

    text-align: center; 

	border:3px solid #5E6163;    
    background:#4F5051;
	
}

.rentals .ImageZoomCloseButton {
    text-align: center;
    margin: 0;
	color:#FFFFFF;

	padding:10px;
}

.rentals .ImageZoomCloseButton A{
   color:#000000
	text-decoration:none;
	padding:2px 10px 3px 10px;
    font-weight:bold;
    font-family: Helveitca, Arial, Verdana, sans-serif;
    font-size:11px;
	
    background:#9B0000;
    border:1px solid #DEDBDB;
    height:22px;
}
 
.rentals .ImageZoomCloseButton A:hover{
   border:1px solid #BEBBBB;
    color:#DDDDDD;
}



 
/**
 *	INQUIRE FORM
 */


.rentals .label BUTTON{
   color:#000000
	text-decoration:none;
	padding:2px 10px 3px 10px;
    font-weight:bold;
    font-family: Helveitca, Arial, Verdana, sans-serif;
    font-size:11px;
    background:#9B0000;
    border:1px solid #DEDBDB;
    height:22px;
}


.rentals TABLE.PopupForm {
    margin: auto auto;
    font-size: 12px;
}

.rentals TABLE.PopupForm TD.label  {
    font-weight: bold;
}

.rentals .guestCardFormMsg {
    margin: auto auto;
    text-align: left;
}

.rentals #guestCardFormContainer {
    position: absolute;
    z-index: 4;
    border: 2px solid orange;
    width: 540px;

    height: 450px;
    padding: 10px;
    background-color: #E7E7E7;
}

.rentals #guestCardForm fieldset {
    display: block;
    border: 2px solid #E3DEB8;
    background-color: #F3F3EC;
    padding: 0;
    margin: 10px 0 10px 0;
}

.rentals #guestCardForm div.fieldset {
    display: block;
    border: 1px solid #CCCCCC;
    background-color: #F7F7F7;
}

.rentals div.autoscroll {
    overflow:visible;
    height: 400px;
    margin: 0;
}

.rentals .PopUpContainer  {
    width: 510px;
}

/**
 * SEARCH COMPONENT
 */

.rentals #searchListings {
    position:static;
	background-color:#4F5051;
    border:1px solid #70983C;
 	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom:20px;
	margin-top:20px;
	display:block;
	width:500px;
}

.rentals #searchListings fieldset {
 	border:none; 
 	text-align:right;
	padding-bottom:10px;
	padding-right:10px;
}

.rentals #searchListings fieldset div {
    width: 230px;
    _width: 240px;    
    float: left;
    text-align: left;
    margin-bottom:10px;    
}

.rentals #searchListings fieldset legend{
	border:none;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 5px;
	margin: 0 0 10px 0;
	text-align:left;
}

.rentals #searchListings input{
	margin:5px 0 0 0;
	width:120px;  
	background:#FAFBF9;
	border:1px solid #46606B;
}

.rentals #searchListings .button{
	position:static;
	bottom:90px;
	right:80px;
	height:20px;
	padding:4px 8px;
	margin:0;
	/*width:auto;  
	margin-right:52px;
	_margin-right:57px;
	padding-right:20px;
	padding-left:18px;	
	white-space:nowrap;*/
}

.rentals #searchListings textarea{
	margin:5px 0 0 0;
	width:120px;  
	background:#FAFBF9;
	border:1px solid #46606B;

}

.rentals #searchListings select {
    margin:5px 0 0 0;
	width:120px;  
	background:#FAFBF9;
	border:1px solid #46606B;

}

.rentals #searchListings #zip
{
	width:55px;
    margin:5px 0 0 0;

}

.rentals #searchListings #state
{
	width:60px;  
    margin:5px 1px 0 0;

}

.rentals #searchListings fieldset legend img{
	padding: 0 5px 0 5px;
}

.rentals label{
	font-size:90%;

	display:block;
	float:left;
	width:90px;
	text-align:right;
	margin:6px 5px 0 0;
}

.rentals #unitList{
  	margin:10px 0 10px 0;
	color:#FFFFFF;

	width:400px;
}

.rentals #unitList TH {
    background-color: transparent !important;
    padding: 2px;
	color:#FFFFFF;
}

.rentals #unitList TD {
	color:#FFFFFF;
}


.rentals #unitList TD A{
	color:#660000;
	text-decoration:none;
}

.rentals #unitList TD A:hover{
	color:#FF0000  ;
	text-decoration:underline;
}


/****************/
/* CONTACT AGENT*/
/****************/


#guestCardForm #contactUsFieldset
{
	border:none;  
}


/****************/
/* APPLICATION  */
/****************/

#tenantApplicationForm #contactUsFieldSet
{
	border:none;  
}

#tenantApplicationForm TEXTAREA{width:450px;}
#tenantApplicationForm INPUT{width:80px;}
#tenantApplicationForm INPUT.checkbox{width:auto}
#tenantApplicationForm INPUT.radio{width:auto}



#tenantApplicationForm .primaryButtons INPUT{width:100px;}
.featuredListing {
    clear:both;
}


/* calendar styles */
#calendar_div {
	display: none;
	border: 1px solid #777;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#calendar_div a {
	cursor: pointer;
}
button.calendar_trigger {
	width: 25px;
}
img.calendar_trigger {
	margin: 2px;
	vertical-align: middle;
}
#calendar_control, #calendar_links, #calendar_header, #calendar {
	clear: both;
	float: left;
	width: 185px;
	color: #fff;
}
#calendar_control {
	background: #400;
}
#calendar_links {
	background: #000;
}
#calendar_control a, #calendar_links a {
	font-weight: bold;
	font-size: 75%;
	letter-spacing: 1px;
	padding: 2px 5px;
	color: #eee;
}
#calendar_control a:hover {
	background: #fdd;
	color: #333;
}
#calendar_links a:hover {
	background: #ddd;
	color: #333;
}
#calendar_clear, #calendar_prev {
	float: left;
}
#calendar_current {
	float: left;
	width: 35%;
	text-align: center;
}
#calendar_close, #calendar_next {
	float: right;
}
#calendar_header {
	background: #333;
	text-align: center;
}
#calendar_header select {
	background: #333;
	color: #fff;
	border: 0;
	font-weight: bold;
}
#calendar {
	background: #ccc;
	text-align: center;
	font-size: 105%;
}
#calendar a {
	color: #333;
}
#calendar a:hover {
	color: #000;
	background: none;
}
#calendar .calendar_titleRow {
	background: #777;
}
#calendar .calendar_daysRow {
	background: #eee;
	color: #666;
}
#calendar .calendar_daysCell {
	color: #000;
	border: 1px solid #ddd;
}
#calendar .calendar_weekEndCell {
	background: #ddd;
}
#calendar .calendar_daysCellOver {
	background: #fff;
	border: 1px solid #777;
}
#calendar .calendar_unselectable {
	color: #888;
}
#calendar_today {
	background: #fcc !important;
}
#calendar_currentDay {
	background: #999 !important;
}
#calendar_cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -1; /*must have*/
    left: -1px; /*must have*/
    width: 187px; /*must have to match width and borders*/
    height: 210px; /*must have to match maximum height*/
}

INPUT.date {
    border-left: solid 1px #336699;
    border-top: solid 1px #336699;
    border-right: solid 1px #666666;
    border-bottom: solid 1px #666666;
    font-weight: bold;
    font-size: 12px;
    color: #003366;
    cursor: pointer;
    padding-right: 0;
    background: #FFFFFF url("http://www.propertyware.com/pw/images/cal.gif") no-repeat center right;
}

.imgCal {
    position: absolute;
    display: none;
}

div#popupMask {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    margin: 0 0 0 0;
    /* this hack is so it works in IE
* I find setting the color in the css gives me more flexibility
* than the PNG solution.
*/
    background: #000000;
    /* this hack is for opera support
* you can uncomment the background-image if you don't care about opera.
* this gives you the flexibility to use any bg color that you want, instead of the png
   background-image: url("../../images/maskBGsm.png") !important; // For browsers Moz, Opera, etc.
   background-image:none;
   background-repeat: repeat; */
    display:none;
}

.pleaseWaitBubble {
    display: none;
    position: absolute;
    z-index: 3;
    width : 300px;
    text-align: center;
    padding: 4px;
    margin: 4px;
    overflow: hidden;
}
#pw_webpage_content{
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}
#pw_webpage_content p{
	color:#000000;
}
.featuredListing_div{
	background-color:#4F5051;
	padding-left:10px;
	padding-top:10px;
	height:100%;
	color:#000000;
}
.listingPager th{
	color:#FFFFFF;
}
/*******New CSS**************/
#searchForm{
	width:600px;
	background-image:none;
	background-color:#D4DEC0;
}
#pSearchInputFields tr td{
	padding:5px 5px 5px 5px;
}

#pSeachButtonTd input{
	width:100px;
}
#sidebar{
	height:100%;
	background-image:none;
	border:none;
}
.amenitiesListItem{
	border:0px solid #FFFFFF;
	float:left;
}
.amenitiesListItem input{
	width:20px;
	border:0px solid #FFFFFF;
	
}
.leasingContactsListItem{
	border:0px solid #FFFFFF;
	float:left;
}
.leasingContactsListItem input{
	width:20px;
	border:0px solid #FFFFFF;
	
}
#moreSearchOptionsTd span{
	width:200px;
}
#pSeachButton{
	background-image:none;
	background-color:#71983D;
	color:#FFFFFF;
}
.box_header
{
background-image: url(../images/box-top.gif);
width:381px;
height:41px;
background-repeat:no-repeat;
}
#headre_box
{
	color:#FFFFFF;
	font-weight:bold;
	width:381px;
	font-size:22px;
	text-align:center;
	padding-top:3px;
}
#headre_box a
{
	color:#FFFFFF;
	font-weight:bold;
	width:381px;
	text-decoration:none;
	font-size:22px;
	text-align:center;
}
.middlebg_box
{
	background-image: url(../images/box-bg.gif);
	width:381px;
	background-repeat:repeat-y;
	padding-left:1px;
	padding-top:10px;
}
.qtitle
{
color:#090A05;
font-weight:bold;
font-size:14px;
}
.qtitle1
{
color:#090A05;
font-size:14px;
}