/* COMMON */

html {
    margin: 0px;
    padding: 0px;
    
    width: 100%;
    height: 100%;
}

body {
    margin: 0px;
	padding: 0px;
	
    width: 100%;
    height: 100%;
	background-color: #FFFFFF;
}

form {
    padding: 0px;
    margin: 0px;
}

table {
	margin: 0px;
	padding: 0px;
    /*border: 0px;*/
}

img {
    border: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;

	text-align: left;
	vertical-align: top;
}

input, button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

button {
	font-size: 9px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	color: #72B400
}

.justify {
	text-align: justify;
}

.debug {
	font-family: Arial;
	font-size: 12px;	
}

.hint {
	color: #999;	
}

.small {
	font-size: 0.9em;
}

.link-main-menu {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 10px;
	white-space: nowrap;
}
.link-main-menu a{
	color: #FFFFFF;
	text-decoration: none;
}
.link-main-menu a:hover{
	text-decoration: underline;
}

.link-main-submenu {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #4D85DA;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 10px;
	white-space: nowrap;
}
.link-main-submenu a {
	color: #FFFFFF;
	text-decoration: none;
}
.link-main-submenu a:hover {
	text-decoration: underline;
}


.link-secondary-menu {
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}
	
.link-secondary-menu a{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.link-secondary-menu a:hover{
	text-decoration: none;
}	


.page-header {
	padding: 20px;
}

.favorites-list {
	color: #4D85DA;
	width: 160px;
	text-align: left;
	padding-left: 20px;
}

.favorites-list ul{
	padding-left: 0px;
}
.news-column-header {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CBCBCB;
	height: 20px;
	padding-top: 5px;
	text-align: left;
	padding-left: 25px;
	/*background-image: url(../images/common-page/bg-grey.gif);
	font-weight: bold;*/
}

.news-column-body {
	font-size: 10px;
	width: 180px;
	color: #666666;
	text-align: left;
}



.td-main-menu {
	background-color: #4D85DA;
	width: 565px;
}

.td-top-panel {
	height: 90px;
}

.td-outzone {
	background-color: #E1E1E1;
}

.td-face {
	width: 565px;
	/*height: 127px;
	height: auto;*/
	padding-top: 86px;
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	text-align: right;	
}

.td-admin-menu {
	text-align: center;
	font-size: 12px;
	color: #B3260D;
	width: 180px;
}
.td-admin-menu a{
	text-decoration: underline;
	color: #4D85DA;
	font-weight: bold;
}
.td-admin-menu a:hover{
	text-decoration: none;
}	

.td-secondary-menu {
	height: 50px;
	width: 565px;
	background-color: #4D85DA;
	background-image: url(../images/common-page/bg-blue.gif);
}

.td-region {
	background-color: #CCCCCC;
	/*background-image: url(../images/common-page/bg-region.gif);*/
	background-image: url(../images/common-page/bg-grey.gif);
	width: 180px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}

.preloader {
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	font-weight: bold;
	cursor: wait;
	background-image: url("../images/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.preloader span {
	color: #333333;
	text-transform: uppercase;
	vertical-align: middle;
	text-align: center
}

.table-td-icon-item {
	width: 18px;
	height:16px;
	text-align: right;
}

.table-view-margin {
	margin: 0px 15px 20px 20px;
}

.table-td-view-aditional {
	color: #4889e0;
	background-color:#f2f2f2;
}

.table-tr-view-price {
	color: orange;
	font-size: 12px;
	font-weight: bold;
}

.table-td-red {
	width: 10px;
	color: red;
}


/* MAIN PAGE */

.partHeader {
	color: #4D85DA;
	font-weight: bold;
}


.news-item {
	padding: 10px;
	text-align: left;
}
.news-item a {
	font-size: 10px;
	color: #666666 !important;
	text-decoration: none !important;
	font-weight: normal !important;
}

.panels-cell{
	width: 180px;
	background-color: #f7f7f7;
}

.featured-photos-panel {
	margin-bottom: 5px;
}

.featured-photos-panel a img{
	border: 5px solid white;
}

.featured-photos-panel a:hover img{
	border: 5px solid #FFFFD9;
}

.favorites-panel{
	padding: 10px;
}

.featured-panel{
	margin-bottom: 10px;
	padding: 2px;
}

.featured-panel table{
	width: 100%;
}

.main-content-div{
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: auto
}

.list-filter-div{
	background-color: #FFFFFF;
}

.list-filter-div td{
	font-size: 10px;
}

.list-filter-div input{
	font-size: 10px;
}

.list-filter-div select{
	font-size: 10px;
}

.list-filter-div option{
	font-size: 10px;
}

a.sort-item {
	color: #4889E0;
	margin-left: 10px;
	margin-right: 10px;
}

a.sort-item span.sort-arrow{
	font-size: 14px;
	text-decoration: none;
}

form.search-google-form input {
	width: 130px;
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #666666;
}

/* utilities */

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left !important;
}

.red {
	color: #FF0000 !important;
}

.grey {
	background-color: #eee;
}

.big {
	font-size: 1.25em;
}

input.location-button {
	padding: 0;
}

td.controls {
	white-space: nowrap;
	text-align: right;	
}

/* Warning messages for user in buyappartment-editor.xsl */
.warning-messages {
	border: 1px dashed #d24a43;
	background-color: #ffffe0;
	padding: 15px;
	text-align:justify;
}
.warning-messages b {
	color: #d24a43;
	font-weight:bold;
}
