/*Definição do corpo da página*/
html, body {
    margin:0;
    padding:0;
    border:0 none;
    overflow:hidden;
    height:100%;
}

/*  Estilo da abertura da página, com a mensagem 'loading ...' */
#loading{
	position:absolute;
	left:45%;
	top:40%;
	border:1px solid #6593cf;
	padding:2px;
	background:#c3daf9;
	width:150px;
	text-align:center;
	z-index:20001;
}
#loading .loading-indicator{
	border:1px solid #a3bad9;
	background:white url("../images/default/shared/glass-bg.gif") repeat-y;
	color:#003366;
	font:bold 13px tahoma,arial,helvetica;
	padding:10px;
	margin:0;
}
#loading-mask{
	width:100%;
	height:100%;
	background:#c3daf9;
	position:absolute;
	z-index:20000;
	left:0;
	top:0;
}

/* Estilo do menu de opções */
#menuDiv{
	width:100%;
	border:3px solid #c3daf9;
	background:white url("../images/default/grid/grid-hrow.gif") repeat-x;
}

/* Estilo do Tree View */
#treeDiv{
	border:3px solid #B2D0F7;
	background:white url("../images/default/gradient-bg.gif") repeat-x;
	padding: 10px 20px;
	width: auto;
	height: auto;
	min-height: 95%;
	text-align:left;
}

/* Estilo do TabPanel */
#tabDiv{
	top: 35px;
	left: 750px;
	width: 250px;
	height: 215px;
	background:#DFECFB;
	border:3px solid #B2D0F7;
}
#tabDiv .x-tabs-body {
	height:190px; 
	overflow:auto;
	background:#f7efff;
}

/* Estilo dos Botões do tab-Panel */
#divAddGalho, #divAddFolha{
	position: absolute;
	left: 90px;
	top:160px;
}


/* Estilo do input do TabAddGalho */
#txtGalho, #txtFolha, #opImagemNoFolhaTab{	 
	position: absolute;
	left: 7px;	
}

