* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 90%;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}


h1 {
	margin: 0 0 0.5em;
}

a {
	color: #1B1F47;
}

* {
	outline: none;
}

table {
	border-collapse: collapse;
}

input[type=text],
input[type=password],
textarea {
	background-color: #fff;
	border: 0.2em solid #81bdd1;
	border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    -khtml-border-radius: 0.4em;
    -opera-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
	font-size: 1em;
	padding: 0.2em;
}

input[type=text].small {
	font-size: 0.8em;
}

#wrapper {
	width: 70em;
	margin: 1em 0 0;
	overflow: hidden;
}

	#wrapper #menu {
		float: left;
		width: 18em;
		margin-bottom: 10em;
	}
	
		#wrapper #menu #categories {
			border-top-right-radius: 0.5em;
			-moz-border-radius-topright: 0.5em;
			-webkit-border-top-right-radius: 0.5em;
			padding: 1em 0 1em 1em;
			text-align: left;
		}
		
			#wrapper #menu #categories a {
				color: #fff;
			}
		
			#wrapper #menu #categories #region_text {
				font-size: 1.3em;
				font-family: Arial;
				text-decoration: none;
				white-space: nowrap;
			}
			
			#wrapper #menu #categories #logo_text {
				font-size: 1.8em;
				font-family: Arial;
				text-decoration: none;
				text-transform: uppercase;
			}
			
			#wrapper #menu #categories #sponsor {
				font-size: 0.8em;
				color: #fff;
			}
			
			#wrapper #menu #categories ul {
				font-size: 1em;
				margin: 1em 0;
				padding: 0;
				list-style: none;
				text-align: left;
			}
			
			#wrapper #menu #categories ul li {
				font-size: 0.95em;
				line-height: 1.3em;
				display: block;
			}
			
			#wrapper #menu #categories ul li small {
				font-style: italic;
			}
			
	#wrapper #content {
		margin-left: 18.5em;
		padding-left: 1em;
	}


.tree_0 {
	color: #fff;
	font-weight: bold;
	margin-top: 1em;
}

.tree_1 {
	color: #fff;
	padding-left: 1em;
	font-size: 0.93em !important;
}

.blue {
	background-color: #81bdd1;
}

.green {
	background-color: #96d182;
	color: #fff;
}

.light_red {
	background-color: #A64432;
	color: #fff;
}

.red {
	background-color: #DE3F3F;
	color: #fff;
}

.padding_big {
	padding: 1em;
}

.error {
	background-color: #DE3F3F;
	color: #fff;
	padding: 0 0.2em;
}

.hide {
	display: none;
}

.support {
	display: block;
	padding: 1em;
	color: #777;
}

.smaller {
	font-size: 0.9em;
	font-weight: normal;
}

.lh_bigger {
	line-height: 1.5em;
}

h2.cost {
	display: inline-block;
	color: #fff;
	background-color: #DE3F3F;
	padding: 0 0.3em;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	margin-bottom: 1em;
}

table.realties {
	margin-top: 1em;
	width: 100%;
	border-collapse: collapse;
}
	table.realties thead tr {
		background-color: #81bdd1;
	}
	
		table.realties thead tr th {
			color: #fff;
			font-weight: bold;
			font-size: 0.9em;
			line-height: 1.2em;
			padding: 0.5em 0;
		}
	
	table.realties tbody tr.even {
		background-color: #f3f3f3;
	}
	
	table.realties tbody tr {
		text-align: center;
	}
	
		table.realties tbody tr td {
			padding: 0.5em 0;
			font-size: 0.85em;
		}
			table.realties tbody tr td.type {
				padding-left: 0.5em;
				width: 5.5em;
			}
		
			table.realties tbody tr td.address {
				text-align: left;
				padding-left: 0.5em;
				padding-right: 0.5em;
			}
			
			table.realties tbody tr td.address div {
				padding: 0 0 0.2em;
			}
				
				table.realties tbody tr td.address span {
					display: block;
					line-height: 1.2em;
				}
				
					table.realties tbody tr td.address span a {
						font-size: 0.9em;
						color: #DE3F3F;
					}
			
			table.realties tbody tr td.actions a {
				font-size: 0.9em;
				color: #DE3F3F;
			}
			
			table.realties tbody tr td.cost {
				text-align: center;
				padding: 0.1em 0;
			}
			
				table.realties tbody tr td.cost span {
					display: inline-block;
					color: #fff;
					background-color: #DE3F3F;
					padding: 0 0.3em;
					text-align: center;
					font-size: 1em;
					font-weight: bold;
					white-space: nowrap;
				}
			
			table.realties tbody tr td.more {
				width: 7em;
				font-size: 0.7em;
				text-align: right;
				padding-right: 0.8em;
			}
			
			table.realties tbody tr td.info {
				text-align: left;
				padding: 0 0 0.5em 0.5em;
				vertical-align: top;
			}
			
			table.realties tbody tr td.info td {
				text-align: left;
				font-size: 1em;
				padding: 0 0 0.2em;
			}

#footer {
	margin: 1em 0;
	text-align: center;
	font-size: 1em;
	color: #666;
}
	#footer a {
		display: inline-block;
		margin: 0;
		padding: 0;
		vertical-align: middle;
	}
	
	#footer img {
		line-height: 0;
	}
	

div.pages {
	margin: 1em 0;
	padding: 1em 0;
	border-top: 1px solid #aaa;
	font-size: 1.5em;
	text-align: center;
}

	div.pages a {
		color: #3F626E;
	}

	
ul.news {
	list-style: none;
	overflow: hidden;
}

	ul.news li {
		display: block;
		margin: 0 0 1em;
	}
	
		ul.news li div.newsDate {
			width: 5em;
			float: left;
			color: #fff;
			background-color: #DE3F3F;
			padding: 0.1em;
			text-align: center;
		}
		
		ul.news li div.newsDate span {
			font-size: 0.8em;
			font-weight: bold;
		}
		
		ul.news li div.newsText {
			margin-left: 6em;
		}
	
form.login {
	color: #fff;
	margin: 1em 0 0;
	display: block;
}
	
	form.login div#caption {
		font-size: 1.3em;
		white-space: nowrap;
	}
	
		form.login div#caption span {
			font-size: 1.2em;
			text-transform: uppercase;
			display: block;
		}
	
	form.login table {
		margin-top: 1em;
	}

	form.login table tr td {
		padding: 0 0.5em 0.2em 0;
	}

div.button {
	background-color: #DE3F3F;
	display: inline-block;
	color: #fff;
	padding: 0.3em;
}

	div.button a {
		color: #fff;
	}
	

div#user_panel {
	color: #fff;
	padding: 0.2em 0 1em 1em;
	border-bottom-right-radius: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	-webkit-border-bottom-right-radius: 0.5em;
}

	div#user_panel a {
		color: #fff;
	}
	
	div#user_panel input[type=text],
	div#user_panel input[type=password] {
		border-color: #DE3F3F;
		width: 90%;
	}
	
	div#user_panel div#user_name {
		font-size: 1.3em;
	}
	
	div#user_panel ul {
		list-style: none;
		overflow: hidden;
	}
		div#user_panel ul li {
			display: block;
			padding: 0.2em 0;
		}
	
	div#user_panel div.button {
		margin: 1em 0;
	}
	
	div#user_panel input#login_submit {
		margin: 1em 1em 0 0;
	}


ul.files_list {
	list-style: none;
}

	ul.files_list li {
		margin: 0 0 0.5em;
	}



table.realty {
	font-size: 0.9em;
}
	
	table.realty tr td {
		padding: 0 1em 1em 0;
		vertical-align: middle;
	}
	
		table.realty tr td small {
			color: #555;
			display: block;
			padding: 0.3em;
		}
	
	table.realty tr td.label {
		font-family: Tahoma;
		font-size: 1.1em;
		vertical-align: top;
	}
	
	table.realty tr td.group {
		padding: 0px;
	}
	
	table.realty tr td.middlize {
		padding: 0.2em 0.3em 0 0;
	}
	
	table.realty tr.last td {
		padding: 0 1em 0 0;
	}

table.filter {
	font-size: 0.9em;
	width: 100%;
	margin: 0 0 0.3em;
}
	
	table.filter tr td.key  {
		font-size: 1.1em;
		padding: 0 0.5em 0 0;
		line-height: 25px;
		width: 1%;
		white-space: nowrap;
	}
	
	table.filter tr td.value {
		padding: 0 0.5em 0 0;
		line-height: 25px;
		width: 1%;
		white-space: nowrap;
	}
	
	table.filter tr td.submit {
		text-align: right;
		line-height: 25px;
	}