/***** GENERAL *****/
/* Body */
body, body table, html {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #5A5A5A;
}
/* Links on all pages - 11px Verdana */
body table a:link, body table a:active, body table a:visited {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #333;
}
body table a:hover { 
	color: #B1040C; 
}

/***** MAIN *****/
div#container-main {
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	position: relative;
	background-color: #09F;
	width: 900px;
	height: 95%;
}
div#container-background {
	background-color:#FFF;
}
/***** HEADER *****/
div#container-header {
	height: 217px;
	background-color: #333;
	background-image: url(../images/header.png)
}
/***** MENU *****/
div#container-locator {
	border-bottom: 1px solid #666;
	height: 22px;
	background-color: #B1040C;
	background-image: url(../images/menu_background.png);
	background-repeat:repeat-x;
}
div#container-locator ul {
	padding-left: 10px;
	padding-top: 5px;
	margin: 0px;
}
div#container-locator li {
	float: left;
	display: inline;
	list-style-type: none;
}
div#container-locator li a, div#container-locator li a:link, div#container-locator li a:visited {
	padding: 1px 15px 0px 0px;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold; 
	color: #FFFFFF;
}
div#container-locator li a:hover {
	/*background-image: url(../images/bg_menu_hover.gif);*/
}
/***** SUBMENU BEHEER *****/
div#container-sublocator {
	height: 22px;
	background-color: #CCC;
}
div#container-sublocator ul {
	padding-left: 10px;
	padding-top: 5px;
	margin: 0px;
}
div#container-sublocator li {
	float: left;
	display: inline;
	list-style-type: none;
}
div#container-sublocator li a, div#container-sublocator li a:link, div#container-sublocator li a:visited {
	padding: 1px 15px 0px 0px;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold; 
	color: #333;
}
div#container-sublocator li a:hover {
	/*background-image: url(../images/bg_menu_hover.gif);*/
}

/***** PAGETITLE *****/
div#container-pagetitle {
	height: 18px;
	padding-left: 10px;
	margin: 0px;
}
/***** CONTENT *****/
div#container-content {
	padding: 10px 10px 10px 10px;
}
div#container-panel {

	padding: 0px 10px 0px 10px;
}
/***** RECENT HOUSE PANEL *****/
div#container-recenthouse-item {
	border: 1px solid #666;
	margin-bottom: 10px;
}
div#container-recenthouse-item table {
	font-size:10px;
}
/***** FOOTER *****/
div#container-footer {
	height: 15px;
	padding-left: 10px;
	padding-top: 2px;
	margin: 0px;
	background-color: #CCC;
	font-size: 9px;
}
/***** HEADERS *****/
h1 {
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #5A5A5A;
	border-bottom: 1px solid #CCC;
}
h2 {
	margin: 0px 0px 5px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5A5A5A;
}
/***** TABLES *****/
.navigator {
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
}
.navigator-sel-cell {
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	background-color: #DCDCDC;
}
.rowheader {
    background-color: #DCDCDC;
	color:#000;
	font-weight: bold;
}
.rowheader_darkgrey {
    background-color: #888;
	color:#FFF;
	font-weight: bold;
}
.row0 {
    background-color: #ffffff;
}
.row1 {
    background-color: #f0f0f0;
}
tr.row0:hover, tr.row1:hover {
    background-color: #FFEFE7;
}
/***** BUTTONS *****/
.button-grey {
	padding: 2px 20px 2px 20px;
	border:1px solid #666; 
	font-size:10px; 
	background-color:#CCC; 
	font-weight:bold;
}
/***** INPUT *****/
.input {
	font-size:11px;	
	margin: 2px 0px 2px 0px;
}
.select {
	font-size:12px;	
	margin: 2px 0px 2px 0px;
}
.form {
	width: 878px;
	margin: 5px 0px 5px 0px;
	background-color:#DCDCDC; 
	padding:5px 5px 5px 5px; 
	border: 1px solid #666	
}
