/**
* @version $Id: template_css.css,v 1.5 2005/01/06 01:13:26 eddieajau Exp $
* @package Mambo
* @copyright (C) 2000 - 2005 Miro International Pty Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* Mambo is Free Software
*/

/** Stylesheet for the home page of Spitogatos*/
/** Created 19-02-06 */

#wrapper {
        border: 0px;
        margin: 0px;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
}

#header {
        background-color: #FFF;
        background-position: right top;
        border-bottom: 4px solid #80B5D7;
}

#mambo {
        position: relative;
        width: 100%;
        background: url(../images/header_blue.jpg) #30569D no-repeat;
        background-position: top right;
        margin: 0px;
        padding: 0px;
}

#wrapper1 div {
    border: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 5px 0px 5px;
    display: inline;
}

BODY {
	margin: 0px 0px 0px 0px;
	color : #333;
	background-color: #E7EDE8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a {
	color: #969696;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;

}
a:hover {
	color : #000000;
	text-decoration : none;
}
a:active {
	color : #FF9900;
	text-decoration : none;
}

a.head {
	color : #A38A76;
	text-decoration : none;
	font-weight : bold;
	font-size: 14;
	margin-bottom: 10;
	
}

a.head:hover {
	color : #F39205;
	font-weight : bold;
	text-decoration : none;
	text-align: right;
}
a.head:active {
	color : #A38A76;
}

a.toolbar {
	color : #808080;
	text-decoration : none;
	font-weight : bold;
	
}
a.toolbar:hover {
	color : #F39205;
	font-weight : bold;
	text-decoration : none;
}
a.toolbar:active {
	color : #FF9900;
}
.pagenav {
	font-size : 10px;
}
a.pagenav {
	color : #808080;
	font-size : 10px;
	text-decoration : underline;
}
a.pagenav:hover {
	color : #969696;
	font-size : 10px;
}
a.pagenav:active {
	color : #969696;
	font-size : 10px;
}
.button {
	border: 0px solid #000000;
	background: #776149;
	color : #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	width: 80px;
	height: 23px;
}
.inputbox {
        color: #000000;
        background: #FFFFFF;
        font-family: Arial, Helvetica, sans-serif;
        z-index: -3;
        font-size: 11px;
		width: 110px;
		border: 1px solid #000000;
}

.inputbox2 {
        color: #000000;
        background: #FFFFFF;
        font-family: Arial, Helvetica, sans-serif;
        z-index: -3;
        font-size: 11px;
		width: 285px;
		height: 75px;
		border: 1px solid #000000;
}

.text_area {
        border : 1px solid #999;
        color: blue;
        background: #E9EFF5;
        font-family: Courier, Helvetica, sans-serif;
        z-index: -3;
        font-size: 11px
}
INPUT, TEXTAREA, SELECT {
	color : blue;
	z-index : -3;
	font-size: 11px;
}
.small {
	color : #FF9900;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
}
.smallgrey {
	color : #999;
	font-size : 10px;
}
.error {
	color : #C40000;
	font-size : 11px;
	font-weight : bold;
}
table.content {
	width: 100%;
	background-color: #FFFFFF; 
}

table.content td.leftpanel {
	border-top: 20px solid #FFF;
	border-bottom: 20px solid #FFF;	
}
table.content td.Head {
	border-top: 20px solid #FFF;
	text-align: left;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #AF9B87;	
}
table.content td.contentfooter {
	border-top: 2px solid #FFF;
	padding-left: 10px;
	font-size: 12px;
	border-top: 1px solid #000000;	
}

table.menubar {
	width: 100%;
	hight: 80%;
	
}

.informations {
	color : #F39205;
	text-align: right;
	height: 40px;
	font-weight: bold;
}

td {
	font-size: 11px;
}

/* header block */



/* standard list style table */
table.adminlist {
	background-color: #FFFFFF;
	margin: 10px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
}

table.adminlist th {
	margin: 0px;
	padding: 6px 4px 2px 4px;
	height: 25px;
	background: url(../images/background.gif);
	background-repeat: repeat;
	font-size: 11px;
	color: #ffffff;
}
table.adminlist th.title {
	text-align: left;
}

table.adminlist th a {
	color: #ff9900;
}

table.adminlist tr.row0 {
	background-color: #F5F5F5;
}
table.adminlist tr.row1 {
	background-color: #FFF;
}
table.adminlist td {
	border-bottom: 1px solid #e5e5e5;
	padding: 4px;
}
table.adminlist tr.row0:hover {
	background-color: #f1f1f1;
}
table.adminlist tr.row1:hover {
	background-color: #f1f1f1;
}
table.adminlist td.options {
	background-color: #ffffff;
	font-size: 8px;
}
select.options, input.options {
	font-size: 8px;
	font-weight: normal;
	border: 1px solid #999999;
}
/* standard form style table */
table.header {
	width: 100%;
}

table.footer {
	width: 100%;
}

table.DetailSearch {
	width: 80%;
	border: 0px;
}
table.DetailSearch td.SearchHeader {
	background-color: #9B8269;
	font-size: 12px;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 7px;
	text-align: center;
}

table.DetailSearch td {
	background-color: #E4D8C2;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	font-size: 11px;
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
}

table.DetailSearch td.HeadFiltering {
	text-align: left;
	background-color: #E4D8C2;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
	color: #9B8269;
}

table.DetailSearch td.submit {
	background-color: #E4D8C2;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 10px;
	font-size: 11px;
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
}

table.PropertyList {
	width: 500px;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #B2B2B2;

}

table.PropertyList td {
	text-align: justify;
	background-color: #F8F8F8;
	border: 1px;
	border-color: #000000
	/*padding: 8px,8px,10px,10px;*/
}

table.PropertyList td.propertyhead {
	font-size: 12px;
	color: #B2B2B2;
	background-color: #EAEAEA;
	padding: 8px,8px,10px,10px;
}

form {
	margin: 0px 0px 0px 0px;
}

table.footer {
	width: 100%;
	height: 75px;
	border-collapse: collapse;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}
.introHead {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 2px;
	margin-left: 4px;	
}

.introText {
	font-size: 9px;
	color: #ffffff;
	font-weight: normal;
	text-align: justify;
	margin: 8px, 4px, 4px, 4px;
}
.PropertyCharacteristics {
	font-size: 11px;
	line-height: 1.5;
	font-family : Arial, Helvetica, sans-serif;
	padding-left: 5px;	

}

.leftbackgr {
	background: #E2B374;
	border-bottom: 10px solid #FFF;
	/*border-right: 10px solid #FFF;*/ 
	height: 110px;
	width: 20%;
	
}

.adminheader {
	color : #FF9900;
	font-size : 24px;
}

.propertyheader1 {
	color : #FFFFFF;
	font-size : 16px;
	font-weight: bold;
	background-color: #DCC5A6;
	padding-left: 5px;
}

.propertyheader2 {
	color : #FFFFFF;
	text-align: right;
	font-size : 16px;
	font-weight: bold;
	background-color: #DCC5A6;
}

.AdditionalActions {
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	border-left: 7px solid #FFF;
	border-bottom: 7px solid #E2B374;
}

.Municipality {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

.SelectDropDown {
    color: black;
    background: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
	width: 90px;
	border: 1px solid #000000;
}

.SelectDropDown2 {
    color: black;
    background: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
	width: 144px;
	border: 1px solid #000000;
}
.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #FF9900;
	text-align: center;
}
.main {
	border: 1px solid #d5d5d5;
	width: 98%;
}
.quote {
	margin: 4px;
	border: 1px solid #cccccc;
	background-color: #E9ECEF;
	padding: 10px;
	font-size: 12px;
	color: #254D78;
}

.footer {
	height: 75px;
	background-color: #F0EBE5;
	text-align: center;
}

  
table.PropertyInfo {
	margin-right: 5px
	width: 460px;
	margin-top: 3px;
	margin-left: 5px;
}

