/*
   much cut down css because Fusion provides most basic css
*/

td {
      font-size: 11px;
}

.smallfont {
   /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
   font-size: 11px;
}


.normalfont {
   font-size: 11px;
}

.mediumfont {
   font-size: 12px;
}

.panelbackground {
   background-color: #ECECFF
}

.paneltitlecell {
   font-family: Arial,Verdana, Helvetica, sans-serif;
	color: 222222;
	font-size: 12px;
   height: 24px;
   padding-left: 10px
}

.panelmaincell {
   padding: 5px;
   /*background-color: #ECECFF;*/
   border-left: 2px solid #cbd8f0;
   border-bottom: 4px solid #cbd8f0;
   border-right: 2px solid #cbd8f0;

}

.searchformtitle {
   font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666699;
	font-size: 17px;
   font-weight: bold;
}

.propertyprice {
   font-size: 12px;
   font-weight: bold;
   color: #B22222;
}

/* Property Status Text Colour */
p.propertystatus {
   font-size: 12px;
	color: #B22222;
	font-weight: bold;
}

.pagenav {
   font-size: 12px;
}

/* Form Input Display */
form {
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
}

input, select, textarea, option {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* View Property Page Layout (layout_view.php) */
table.lvp_top_nav_menu_bg {
   /*background-color: #FFE3AA;*/
   /*
   padding-bottom: 2px;
   padding-top: 2px;

   background-image: url(./includes/lang/english/buttons/bg_title_cell.gif);
   background-repeat: no-repeat
   */
}

/* Property Results Page Layout (layout_results.php) */
table.lrp_bg {
   background-color: #FFE3AA;
}




/* Property Print Fact Sheet*/
p.factsheet_title {
	color: Navy;
	font-weight: bold;
	padding-bottom: 2px;
   padding-top: 2px;
	font-size: 16px;
}
 @media print {
    body { font-size: 10pt }
  }
  @media screen {
    body { font-size: 13px }
  }
  @media screen, print {
    body { line-height: 1.2 }
  }
