@charset "utf-8";
/* CSS Document */

body {
	background-color: #e9f3f8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table, tr, td {
	padding: 0px;
	margin: 0px;
	border: none;
	outline: none;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
	padding-left: 2px;
}

h1 {
	padding: 0px;
	margin: 0px;
	display: inline;
	font-weight: bold;
}

h2 {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	display: inline;
}

h3 {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	display: inline;
}

p {
	margin: 0px;
	margin-bottom: 10px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

form, img, a {
	border: none;
	padding: 0px;
	margin: 0px;
	outline: none;
}

a:link { color: #FF6633; text-decoration: none; }
a:visited { color: #FF6633; text-decoration: none; }
a:hover { color: #FF6633; text-decoration: underline; }

table.fullBorder {
	border: 2px solid #999999;
}

table.fullBorder th {
	border: 1px solid #CCCCCC;
	padding: 2px;
}

table.fullBorder td {
	border: 1px solid #CCCCCC;
	padding: 2px;
}

#listTable th {
	border-bottom: 2px solid #999999;
	font-weight: bold;
	font-size: 14px;
}

table.detailTable {
	border: none;
}

table.detailTable td {
	border: none;
}

.submit {
	border: 1px solid black;
	background-color: #FF6633;
	color: #FFFFFF;
	font-size: 12px;
	padding: 1px;
	margin: 0px;
}

.greyBorder {
	border: 1px solid #CCCCCC;
}

.footer {
	color: #FFFFFF;
	background-color: #3A3A3A;
	padding: 10px;
}

.menu {
	font-size: 13px;
	color: #FF6633;
	background-color: #3A3A3A;
	padding: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #FFFFFF;
}

.menuButton {
	text-align: center;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: capitalize;
	border-right: 1px dotted #FFFFFF;
}

.formLabel {
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
	text-transform: capitalize;
	vertical-align: top;
}

.textSizer {
	background-color: #FF6633;
	color: #FFFFFF;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #FFFFFF;
}

.propertySearch {
	background-color: #CCCCCC;
	padding: 10px;
	font-size: 12px;
	text-align: right;
	border-bottom: 2px solid #FFFFFF;
}

.propertySearch select {
	font-size: 12px;
}

.latestNews {
	background-color: #DDDDDD;
	padding: 10px;
	font-size: 12px;
	text-align: left;
	height: 100%;
}

.devTable th{
	font-weight: bold;
	padding: 5px;
	vertical-align: bottom;
}

.devTable td {
	padding: 5px;
	vertical-align: top;
	border: 1px solid #FFAA88;
	border-left: none;
	border-right: none;
	text-transform: capitalize;
}

.propTable th{
	font-weight: bold;
	padding: 5px;
	vertical-align: bottom;
}

.propTable td {
	padding: 5px;
	vertical-align: top;
	border: 1px solid #FFAA88;
	border-left: none;
	border-right: none;
	text-transform: capitalize;
}

.news {

}

.news td {
	border: 1px solid #CCCCCC;
	padding: 3px;
}

#appTable th {
	border-bottom: 2px solid #999999;
	font-weight: bold;
	font-size: 14px;
	padding: 3px;
}

#appTable .formLabel {
	text-align: left;	
}