@import url("layout.css");
@import url("menu.css");
@import url("breadcrumbs.css");
@import url("sidebar.css");
@import url("content.css");

body {
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	/*background: rgb(132,170,255) url('/resources/images/backgroundTheme.gif') repeat-x;*/
	/*background-color: #485b61;*/
	background-color: #94B7DC;
}

/*
 * Anchors
 */
a:link {
	color: blue;
}
a:visited {
	color: blue;
}
a:hover {
	
}
a:active {
	
}

/*
 * Defaults
 */
img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}

div.clear {
	clear: both;
}

hr {
	border: none 0;
	height: 1px;
	border-bottom: 1px dashed #666;
	width: 90%;
	margin: .5em auto;
}

/*
 * Site styles
 */
.minor {
	color: #303030;
	font-family: "Verdana" , "Arial" , "Helvetica" , "sans-serif";
	font-size: 10px;
}

.smallprint {
	font-size: 7pt;
}

.row {
	
}

.alt_row {
	background-color: #eee;
}

.propertyImage img, img.propertyImage {
	border: solid 1px #555;
	padding: 2px;
}

.border img, img.border {
	border: solid 1px #666;
}

/*
 * Titles
 */
h2.hs_title, h1.hs_title {
	margin: 0 0 .5em 0;
}

.hs_title {
	font-family: 'Times New Roman' , serif;
	font-size: 14pt;
	font-weight: normal;
	border-bottom: 1px solid #0099FF;
	background-color: #CFE7FF;
	padding-left: 0.25em;
	margin-bottom: 0.25em;
	line-height: normal;
}

h3 {
	font-family: 'Times New Roman', Serif;
	font-size: 13pt;	
}

/*
 * Feedback
 */
.errorSummary {
	display: block;
	font-weight: bold;
	color: black !important;
	border-top: 1px solid #eded61;
	border-bottom: 1px solid #eded61;
	background: #ffff99 url(/resources/images/error_house.gif) no-repeat;
	padding: 6px 4px 6px 40px;
	margin: 5px 0px 5px 0px;
}
.errorSummary ul {
	margin: 0 0 0 35px;
}
.error
{
	color: #cc0000 !important;
}

.message
{
	display: block;
	font-weight: bold;
	color: black !important;
	border-top: 1px solid #0000cc;
	border-bottom: 1px solid #0000cc;
	background: #eeeeff url(/resources/images/message_house.gif) no-repeat;
	padding: 6px 4px 6px 40px;
	margin: 5px 0px 5px 0px;
}

.attention {
	font-weight: bold;
	color: black !important;
	border: 1px solid #cc0000;
	background: #ffeeee;
	padding: 1px 1px 1px 3px;
	margin: 2px 0px 2px 0px;
}

.attention2 {
	font-family: "Verdana" , "Arial" , "Helvetica" , "sans-serif";
	color: black !important;
	background: #ffff99;
	padding: 3px 3px 3px 6px;
	margin: 2px 2px 2px 2px;
}

.attention3 {
	font-family: "Arial" , "Verdana" , "Helvetica" , "sans-serif";
	font-weight: bold;
	color: black !important;
	border: 1px solid #cc0000;
	background: #ffeeee;
	padding: 1px 1px 1px 1px;
	margin: 2px 0px 2px 0px;
}

/*
 * Forms
 */
.formLabel {
	font-weight: bold;
}
.required {
	font-weight: bold;
	color: red;
}