/* CSS Document */

body {
	background-color: #F5F5F5;
	font-family: Arial;
	font-size: 12px;
	
	padding: 0;
	margin: 0;
}

.property_image {
	float: left;
	border: 2px solid #EBEBEB;
	padding: 3px;
	text-align: center;
	margin-top: 2px;
	margin-right: 2px;
}

.property_image img {
	border: 1px solid #000;
}

#loggedinas {
	text-align: right;
}

hr {
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
}

a, a:link, a:visited {
	color: #BA2425;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

table tr td, table tr th {
	border-color: #000;
}

/* PROPERTY RELATED */
.property_image {
	border: 1px solid #000;
	padding: 2px;
}

.white_linking, .white_linking a, .white_linking a:link .white_linking a:visited { 
	color: #fff;
	text-decoration: none;
}

.white_linking a:hover {
	color: #fff;
	text-decoration: underline;
}

#container {
	width: 900px;
	margin: 0 auto;
	background-color: #fff;

	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	border-left: 1px solid #000;
}

#header {
	height: 89px;
	overflow: hidden;
}

#topnav {
	padding: 10px;
	background-color: #cc0107;
	border-bottom: 2px solid #000;
	
	color: #fff;
	
	font-size: 18px;
}

#topnav a, #topnav a:link, #topnav a:visited {
	color: #fff;
	text-decoration: none;
}

#topnav a:hover {
	color: #fff;
	text-decoration: underline;
}

#sidenav {
	width: 263px;
	background-image: url(/img/sidenav_bg.png);
	background-repeat: repeat-y;
	color: #000;
	
	border-right: 2px solid #000;
	vertical-align: top;
	
	padding-top: 10px;
	padding-bottom: 10px;
}

#sidenav ul {
	margin: 0;
	padding: 0;
	
	margin-left: 35px;
}

#sidenav ul li {
	margin-left: 30px;
	font-weight: bold;
	list-style: none;
}

#sidenav a, #sidenav a:link, #sidenav a:visited {
	color: #fff;
	text-decoration: none;
}

#sidenav a:hover {
	color: #fff;
	text-decoration: underline;
}


#content h1, #content h2, #content h3 {
	margin: 0px;
	color: #ba2425;	
	margin-bottom: 5px;
}
#content h1 {
	font-size: 16px;
}
#content h2 {
	font-size: 14px;
}
#content h3 {
	font-size: 12px;
}

#content p {
	margin: 0;
	padding: 0;
	margin-bottom: 0.8em;
	/*text-align: left;*/
}

.content_padding {
	padding: 10px;
}

#content {
	width: 615px;
}

#footer {
	width: 880px;
	margin: 0 auto;
	
	text-align: center;
	padding: 10px;
}

.linkbox_red {
	float: right;
	padding: 5px;
	border: 1px solid #000;
	background-color: #CC0107;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 3px;
	clear: right;
}

.linkbox_red a, .linkbox_red a:link, .linkbox_red a:visited {
	color: #fff;
	text-decoration: none;
}

.linkbox_red a:hover {
	text-decoration: underline;
}

/* MESSAGE RELATED */
.msg_textfield {
	width: 100%;
}

.msg_select {
	width: 100%;
}

.msg_file {

}

.msg_textarea {
	width: 100%;
	height: 400px;
	white-space: normal;
}

.msg_table tr th {
	background-color: #553dc7;
	padding: 3px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	border-bottom: 2px solid #000;
}

.msg_table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.msg_table tr td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.msg_table tr.highlight {
	background-color: #FFFF99;
	font-weight: bold;
}

.msg_table tr.highlight2 {
	background-color: #CCCCCC;
	font-weight: bold;
}

.required {
	color: #FF0000;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}