p, label, li {
	color: #333333;
	font-size: 13px;
	line-height: 18px;
	font-family: arial, helvetica, verdana, sans-serif;
}

p {
	clear: both;
}

P.small {
	font-size: 11px;
	line-height: 15px;
}

label {
	font-weight: bold;
}

a {
	color: #4D98C2;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

h1 {
	color: #4D98C2;
	font-weight: bold;
	font-size: 22px;
	font-family: arial, helvetica, verdana, sans-serif;
}

h2 {
	color: #2F5C75;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	font-family: arial, helvetica, verdana, sans-serif;

}

h3 {
	color: #333333;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	font-family: arial, helvetica, verdana, sans-serif;
	padding-left: 5px;
}

h3 strong {
	color: #4D98C2;
}

h4 {
	color: #999999;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	font-family: arial, helvetica, verdana, sans-serif;
}

hr {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #4D98C2;
	width: 50%;
}

b, strong {
	color: #2E5C74;
	font-weight: bold;
}

.formfield {
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	padding: 2px;
	font-size: 13px;
	font-family: arial, helvetica, verdana, sans-serif;
}

.formfield:hover, .formfield:focus {
	background-color: #EFF7FA;
}

.formfieldnoborder {
	padding: 2px;
}

.formbutton {
	cursor: pointer;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
	color: #4D98C2;
	font-weight: bold;
	font-size: 0.9em;
	padding: 5px;
	background-color: #FFFFFF;
	font-family: arial, helvetica, verdana, sans-serif;
}

.formbutton:hover {
	background-color: #333333;
	color: #FFFFFF;
}

.align_right {
	text-align: right;
}


/* View Property Page Layout (layout_view.php) */
table.lvp_top_nav_menu_bg { 
   background-color: #333333;
   padding-bottom: 2px;
   padding-top: 2px;
}

table.lvp_top_nav_menu_bg img { 
	margin-top: 3px;
	margin-right: 3px;
}

table.lvp_top_nav_menu_bg td font, table.lvp_top_nav_menu_bg td strong, table.lvp_top_nav_menu_bg td b { 
   color: #FFFFFF;
   font-weight: bold;
   padding-left: 5px;
   font-size: 15px;
}

li p { 
   color: #4D98C2;
   font-weight: bold;
}

/* Property Results Page Layout (layout_results.php) */
table.lrp_bg { 
   background-color: #333333;
   border: none;
   border-collapse: collapse;
   font-size: 15px;
}

table.lrp_bg td font b { 
   color: #FFFFFF;
}

table.lrp_bg td b { 
   color: #4D98C2;
}

table.lrp_bg td span { 
   color: #333333;
   font-weight: bold;
}

/* Property Status Text Colour */
.propertystatus { 
	color: #4D98C2 !important;
	font-weight: bold;
}

/* Property Print Fact Sheet*/
p.factsheet_title {
	color: #4D98C2;
	font-weight: bold;
	padding-bottom: 2px;
   	padding-top: 2px;
	font-size: 16px;
}

#top form {
	margin: 0px;
	padding: 0px;
}

#top select {
	background-color: #333333;
	color: #FFFFFF;
	font-size: 12px;
	font-family: arial, helvetica, verdana, sans-serif;
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	width: 100px;
	margin: 2px;
	padding: 0px;
}

#top span {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	font-family: arial, helvetica, verdana, sans-serif;
	margin-right: 10px;
}

#top h1 {
	margin: 0px;
	margin-left: 4px;
}

table h3 {
	margin: 5px;
}

.title {
	background: url(images/h1.gif) top right no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 22px;
	line-height: 40px;
	font-family: arial, helvetica, verdana, sans-serif;
	display: block;
	margin: 0px;
	*margin-top: -30px;
	padding: 0px;
	text-align: center;
	width: 200px;
	padding-bottom: 10px;
}

.tbl {
	border-style: solid;
	border-color: #000000;
	border-width: 3px;
	margin: 20px;
}

.tbl_highlight {
	background-color: #EFF7FA;
}

.tbl tr {
}

.tbl th {
	color: #FFFFFF;
	background-color: #4D98C2;
	padding: 5px;
}

.tbl td {
	color: #333333;
	font-size: 13px;
	line-height: 18px;
	font-family: arial, helvetica, verdana, sans-serif;
	padding: 5px;
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
}