/*!
 * Ext JS Library 3.2.1
 * Copyright(c) 2006-2010 Ext JS, Inc.
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
html, body {
    font:normal 12px verdana;
    margin:0;
    padding:0;
    border:0 none;
    overflow:hidden;
    height:100%;
}

.x-panel-body p {
    margin:5px;
}
    
.settings {
    background-image:url( ../../img/folder_wrench.png ) !important;
}
.nav {
    background-image:url( ../../img/folder_go.png ) !important;
}


.footer0 {
    /*width: 100%;*/
    color: #445566;
    font-size: 9px;
    /*margin-left: auto;*/
    right: 50px;
    bottom: 0px;
    position: absolute;
    /*border-top-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-style: solid;
	border-color: #1b354c;*/
}

.footer1 {
    /*width: 100%;*/
    color: #445566;
    font-size: 9px;
    /*margin-left: auto;*/
    left: 10px;
    bottom: 0px;
    position: absolute;
    /*border-top-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-style: solid;
	border-color: #1b354c;*/
}

#panel0 {
	height: 200px;
	overflow-y:scroll;
	overflow-x:hidden;
}

#localizar_morada_subdiv
{
	position:absolute;
	z-index:10;
	/*padding:10px;*/
	width: 93%;
	height: 85%;
	left: 0px;
	overflow-y: auto;
}

#localizar_rustico_subdiv {
	position:absolute;
	z-index:10;
	left: 0px;
	width: 93%;
	height: 85%;
	/*padding:10px;*/
	overflow-y: auto;
}


/*geoquiz*/
/* Help div */
#helpDiv {
-moz-border-radius: 6px 6px 6px 6px;
background-color: #7f7676;
padding: 10px;
position: absolute;
left: 500px;
top: 5px;
width: 250px;
height: 60px;
z-index: 9002;
}

#helpTextDiv {
background-color: #ddeef6;
color: #445566;
position: relative;
top: 0;
left: 0;
width: 100%;
height: 60px;
font-family: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: justify;
}

#popup_loading_div{
   position:absolute;
   left:50%;
   top:50%;
   padding:2px;
   width:250px;
   text-align:center;
   z-index:20001;
}

#loading .loading-indicator{
   font-size:8pt;
   background-image:url(../ext/resources/images/default/grid/loading.gif);
   background-repeat:no-repeat;
   background-position:top left;
   padding:10px;
   padding-left:20px;
   height:18px;
   width:250px;
   text-align:left;
   border:1px solid #a3bad9;
   background:white;
   color:#003366;
   font:bold 13px tahoma,arial,helvetica;
   margin:0;
}
