.option_icon {
	background-image: url("../ext/resources/images/default/tree/drop-add.gif");
	width: 18px;
	height: 18px;
	background-attachment: scroll;
	background-repeat: no-repeat;	
}
.icon_condominos {
	background-image: url("../image/icon/condominos.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;	
}
.panel_icon {
	background: transparent;	
}
.lbllink {
	color: blue;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;	
}
.image_login {
	background-image: url("../image/icon/login.png");
	width: 50;
	height: 50;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
}
/* Estilos página de direitos */
.ux-ok {
	background-image: url("../image/option/ok.png") !important;
}
            
.ux-no {
	background-image: url("../image/option/close.png") !important; 
}

/*Estilos para formatar Grid (Ativo) (Desativos) */
.rowRed{
	color: #ff0000 !important;	
}

/* Estilos campo spinner */
.x-form-spinner-proxy{
	/*background-color:#ff00cc;*/
}
.x-form-field-wrap .x-form-spinner-trigger {
    background:transparent url("../image/option/spinner.gif") no-repeat 0 0;
}

.x-form-field-wrap .x-form-spinner-overup{
    background-position:-17px 0;
}
.x-form-field-wrap .x-form-spinner-clickup{
    background-position:-34px 0;
}
.x-form-field-wrap .x-form-spinner-overdown{
    background-position:-51px 0;
}
.x-form-field-wrap .x-form-spinner-clickdown{
    background-position:-68px 0;
}

.x-trigger-wrap-focus .x-form-spinner-trigger{
    background-position:-85px 0;
}
.x-trigger-wrap-focus .x-form-spinner-overup{
    background-position:-102px 0;
}
.x-trigger-wrap-focus .x-form-spinner-clickup{
    background-position:-119px 0;
}
.x-trigger-wrap-focus .x-form-spinner-overdown{
    background-position:-136px 0;
}
.x-trigger-wrap-focus .x-form-spinner-clickdown{
    background-position:-153px 0;
}
.x-trigger-wrap-focus .x-form-trigger{
    border-bottom: 1px solid #7eadd9;
}

.x-form-field-wrap .x-form-spinner-splitter {
	line-height:1px;
	font-size:1px;
    background: transparent url("../image/option/spinner-split.gif");
	position:absolute;
	cursor: n-resize;
}
.x-trigger-wrap-focus .x-form-spinner-splitter{
    background-position:-14px 0;
}
/* Estilo da página Sobre */
#text-sobre-title {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;	
}
#text-sobre-text{
	padding-top: 20px;
	font-size: 8pt;
	font-weight: 200;	
}


#list_images {
	width: 780x;
	max-width: 780px;
	min-height: 400px;
	height: auto;	
	margin-left: 10px;
}
.thumb-wrap{
	list-style: inline;	
	background-color: transparent;	
	color:#069;
	float: left;
}
.thumb {
	width: 120x;
	height: 120px;
}
.thumb img{
	width: 110px;
	height: 110px;	
	padding: 10px 10px;
}
.thumb a:hover img{
	background: #eff5fb url(../image/image_css/selected.gif) no-repeat right bottom;
	border:1px solid #99bbe8;
	margin-top: 0px;
	padding: 8px 8px;	
}

/*!
 * Ext JS Library 3.4.0
 * Copyright(c) 2006-2011 Sencha Inc.
 * licensing@sencha.com
 * http://www.sencha.com/license
 */
/*
 * FileUploadField component styles
 */
.x-form-file-wrap {
    position: relative;
    height: 22px;
}
.x-form-file-wrap .x-form-file {
	position: absolute;
	right: 0;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
    height: 22px;
}
.x-form-file-wrap .x-form-file-btn {
	position: absolute;
	right: 0;
	z-index: 1;
}
.x-form-file-wrap .x-form-file-text {
    position: absolute;
    left: 0;
    z-index: 3;
    color: #777;
}
x.item.disabled{
	color: blue;	
}

body #image{
	margin-left: 460px;
	margin-top: 5%;
	border: 1px solid #000;
	width: 800px;
	height: 500px; 
}


