/* Minification failed. Returning unminified contents.
(1520,63): run-time error CSS1034: Expected closing parenthesis, found '*'
(1520,63): run-time error CSS1045: Expected term, found *
(1520,63): run-time error CSS1019: Unexpected token, found '*'
(1520,63): run-time error CSS1062: Expected semicolon or closing curly-brace, found '*'
(1521,67): run-time error CSS1034: Expected closing parenthesis, found '*'
(1521,67): run-time error CSS1045: Expected term, found *
(1521,67): run-time error CSS1019: Unexpected token, found '*'
(1521,67): run-time error CSS1062: Expected semicolon or closing curly-brace, found '*'
(1555,63): run-time error CSS1034: Expected closing parenthesis, found '*'
(1555,63): run-time error CSS1045: Expected term, found *
(1555,63): run-time error CSS1019: Unexpected token, found '*'
(1555,63): run-time error CSS1062: Expected semicolon or closing curly-brace, found '*'
(1556,67): run-time error CSS1034: Expected closing parenthesis, found '*'
(1556,67): run-time error CSS1045: Expected term, found *
(1556,67): run-time error CSS1019: Unexpected token, found '*'
(1556,67): run-time error CSS1062: Expected semicolon or closing curly-brace, found '*'
 */
/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming
 */
@import "jquery.ui.base.css";
@import "jquery.ui.theme.css";

body {
	font-family: Verdana, Arial, sans-serif;
	
	margin: 0px;
	padding: 0px 20px;
	min-width: 30em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h2, h3, h4, h5, h6 {
	font-family: Optima, Verdana, sans-serif;
	margin: 1em -10px 0.5em -10px;
}

h2 {
	margin-top: 1.5em;
}

h1 {
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px 10px 5px 10px;
	color: #fff;
	text-shadow: #8760c1 0px 0px 5px;
}

.breadcrumb {
	list-style-type: none;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	margin-bottom: 10px;
	border-style: solid;
	border-color: #8760c1;
	border-width: 1px 0px;
	height: 19px;
}

	.breadcrumb li.first {
		border-left: 1px solid #8760c1;
	}

	.breadcrumb li {
		float: left;
		border-right: 1px solid #8760c1;
		padding: 3px 10px;
	}

		.breadcrumb li a {
			display: block;
			text-decoration: none;
		}

			.breadcrumb li a:hover {
				text-decoration: underline;
			}

h1, .breadcrumb {
	font-family: Skia;
	background-color: #ccaaff;
	margin-left: -20px;
	margin-right: -20px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

p {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

li p {
	margin-bottom: 0.75em;
}

br.clear {
	clear: both;
	margin: 0px;
}

.sidebar {
	margin: 0px 10px 30px 30px;
	clear: right;
	float: right;
	width: 134px;
	border: 1px solid #8760c1;
	background-color: #ccaaff;
	padding: 5px;
	font-size: 11px;
	font-family: 'Lucida Grande', Geneva, Verdana, Helvetica, Arial, sans-serif;
	-moz-border-radius: 0px 10px 0px 10px;
	border-radius: 0px 10px 0px 10px;
}

	.sidebar, .sidebar p, .sidebar li {
		text-align: left;
	}

		.sidebar ul {
			margin: 0px;
			margin-left: 1.5em;
			padding: 0px;
			list-style-type: circle;
		}

td.caption {
	font-size: 12px;
	text-align: center;
}

#copyright {
	margin-bottom: 1em;
	text-align: center;
	font-size: 11px;
}

blockquote {
	font-size: 13px;
	font-style: italic;
}

	blockquote .attribution {
		font-weight: normal;
		font-style: normal;
		text-align: right;
	}

a {
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}

	a:active {
		background-color: #ffd700;
	}


/*tree list */
.tree {
	min-height: 20px;
	margin-bottom: 20px;
}

	.tree li {
		list-style-type: none;
		margin: 0;
		padding: 10px 5px 0 5px;
		position: relative;
	}

		.tree li::before, .tree li::after {
			content: '';
			left: -20px;
			position: absolute;
			right: auto;
		}

		.tree li::before {
			border-left: 1px solid #999;
			bottom: 50px;
			height: 100%;
			top: 0;
			width: 1px;
		}

		.tree li::after {
			border-top: 1px solid #999;
			height: 20px;
			top: 25px;
			width: 25px;
		}

		.tree li span {
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border: 1px solid #999;
			border-radius: 5px;
			display: inline-block;
			padding: 3px 8px;
			text-decoration: none;
			background-color: #ECFCDB;
		}

		.tree li.parent_li > span {
			cursor: pointer;
		}

	.tree > ul > li::before, .tree > ul > li::after {
		border: 0;
	}

	.tree li:last-child::before {
		height: 30px;
	}

	.tree li.parent_li > span:hover, .tree li.parent_li > span:hover + ul li span {
		background: #C7D6BA;
		border: 1px solid #94a0b4;
		color: #000;
	}

	.tree .sincronizar {
		display: inline-block;
		height: 22px;
		width: 22px;
		position: relative;
		top: 5px;
		cursor: pointer;
		background-image: url("../Imgs/Ico/22/AtualizarArquivo22.png");
	}
/*fim tree list */


body {
	font-family: Verdana, Tahoma, Arial;
	font-size: 9pt;
	margin: 0;
	padding: 0;
	position: absolute;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.ASPxButtonAdicionar {
	float: left;
	margin: 0 5px 0px 0;
}

.ASPxButtonAvancar {
	float: left;
	margin: 5px 10px 10px 0;
}

.ASPxButtonBuscar {
	float: left;
	margin: 5px 10px 10px 0;
}

.ASPxButtonLimparFiltro {
    float: left;
    margin: 5px 10px 10px 0;
}

.ASPxButtonCancelar {
	float: left;
	margin: 5px 0 10px 0;
}

.ASPxButtonCustomizar {
	float: left;
	margin: 0 5px 0px 0;
}

.ASPxButtonDefault {
	visibility: hidden;
	margin: 0 0 0 0;
}

.ASPxButtonEnviarEmail {
	float: left;
	margin: 5px 0 10px 0;
}

.ASPxButtonEnviarMensagem {
	float: left;
	margin: 5px 10px 10px 0;
}

.ASPxButtonExportar {
	float: left;
	margin: 0px 5px 0px 0;
}

.ASPxButtonEsvaziarLixeira {
	float: left;
	margin: 0px 5px 0px 0;
}

.ASPxButtonInformacaoSecao {
	float: left;
	margin: 0 5px 0px 0;
}

.ASPxButtonPadrao {
	margin: 0px 0px 5px 0px;
}

.ASPxButtonRemoverAgrupamento {
	float: left;
	margin: 0px 5px 0px 0;
}

.ASPxButtonSalvar {
	float: left;
	margin: 5px 10px 10px 0;
}

.ASPxButtonVoltar {
	float: left;
	margin: 5px 10px 10px 0;
}

.ASPxHyperLinkAlertaDownload {
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	margin-bottom: 5px;
}

.ASPxLabelDescricaoCaracterRestante {
	font-size: 8pt;
	color: #666666;
}
/*
.ASPxLabelDestinatário
{
	float:left;		
	width:88%;	
}
.ASPxHyperLinkDetalheDestinatario
{		
	float:right;
	width:17px;
	clear:both;
	vertical-align:middle;
}*/
.ASPxHyperLinkImagem {
	float: right;
}

.ASPxPanelFotosCarregadas {
	border: solid 1px #758D5E;
	margin: 10px 0 0 0;
	float: left;
	display: block;
}

.ASPxRoundPanelLogin {
	margin: 10px auto 0 auto;
}

.BotaoDetalhe {
	float: left;
	margin: 0 3px 0 0;
	padding: 5px 10px 8px 10px;
	border: solid 1px #608058;
}

	.BotaoDetalhe a {
		text-decoration: none;
		color: #384B34;
	}

		.BotaoDetalhe a:hover {
			text-decoration: underline;
			color: #384B34;
			cursor: pointer;
		}

.BotoesDetalheGrid {
	float: left;
	display: block;
	margin: 0 0 20px 62px;
}

.CxMenu {
	margin-bottom: 6px;
}

.DescricaoPagina {
	*padding-bottom: 10px;
}

.Destaque {
	color: #993300;
	font-style: italic;
}

.Discreto {
	color: #666666;
}

.DiscretoPequeno {
	font-size: 8pt;
	color: #666666;
}

.DivDadosPrincipaisUsuarioSite {
	overflow: auto;
}

.FieldHeaderStyle {
	color: #666666;
	font-weight: bold;
	text-align: right;
	width: 20%;
}

.FieldHeaderStyle2 {
	text-align: right;
	width: 20%;
}

.FloatLeft {
	float: left;
	padding-right: 2px;
}

.InformacaoSecao p {
	font-style: italic;
	font-size: 8pt;
	padding: 0 12px 0 12px;
	*padding: 0 12px 12px 0;
}

.LabelResultadoOpcao {
	display: block;
	width: 100%;
	margin: 8px 0 4px 0;
}

.LabelResultadoVotos {
	background: #669966 url('../Imgs/Outros/BarraResultado.gif');
	border: 1px solid #999966;
	color: White;
	display: block;
	height: 16px;
	margin-right: 2px;
}

#mainDiv {
	padding: 5px;
	height: 99%;
	position: absolute;
	width: 99%;
	overflow: hidden;
	margin: auto 0 auto 0;
}

.MensagemIco {
	float: left;
	margin-top: 6px;
}

.MensagemTexto {
	float: right;
	margin-left: 6px;
	width: 400px;
}

.PanelDownload-Message{
    display: inline-block;
    width: 320px;
    margin-right: -5px;
}

.PanelDownload {
	margin-right: 5px;
}

.PanelUpload {
	margin-left: 100px;
	display: block;
}

.PanelValores {
	font-size: 8pt;
	margin: 5px 5px 5px 5px;
}

.Rodape {
	width: 99%;
	_width: 100%;
	background-color: #F0F0F0;
	position: absolute;
	bottom: 10px;
}

.RodapeTable {
	background: url(../Imgs/DevExpress/mItemBack.gif) repeat-y left top #F2F0E4;
	border: solid 1px #758D5E;
}

table {
	font-size: 9pt;
}

.table-align-center {
    padding-left: 25%;
}

.Thumb32 {
	display: block;
	border: solid 1px #a4b26d;
	margin: 0 auto 0 auto;
	overflow: hidden;
	height: 32px;
	width: 32px;
}

	.Thumb32 a {
		display: block;
		float: left;
	}

.Thumb64 {
	display: block;
	border: none !important;
	margin: 0 auto 0 auto;
	overflow: hidden;
	width: 64px;
}

	.Thumb64 a {
		display: block;
		float: left;
	}

.Thumb125 {
	display: block;
	border: none !important;
	margin: 0 2px 3px auto;
	overflow: hidden;
	height: 125px;
	width: 125px;
	float: left;
}

	.Thumb125 a {
		display: block;
		float: left;
	}

.usuarios-actionbar {
	*width: 650px;
}

#BotoesFotoImovel {
	position: absolute;
	height: 26px;
	width: 100%;
}

.Thumb125 #BotoesFotoImovel {
	display: none;
}

.Thumb125:hover #BotoesFotoImovel {
	display: block;
	z-index: 999;
	width: 100%;
}

.BotaoFotoImovel {
	float: left;
}

/* Drag and drop fotos imóveis */
#sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

	#sortable li {
		float: left;
		display: block;
		margin: 0 5px 5px 0;
		width: 129px;
		border: solid 2px #a4b26d;
		padding: 10px;
		background-color: #E9ECDD;
		height: 208px;
	}

		#sortable li img {
			border: solid 2px #a4b26d;
		}

#CamposEdicao {
	float: left;
	display: block;
}

.FotografiaImovel {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	width: 129px;
	border: solid 2px #a4b26d;
	padding: 10px;
	background-color: #E9ECDD;
	height: 208px;
}

.ASPxPanelFotosCarregadas .FotografiaImovel {
	display: block;
	float: left;
	margin: 5px 0 5px 5px;
	width: 129px;
	border: solid 2px #a4b26d;
	padding: 10px;
	background-color: #E9ECDD;
	height: 155px;
}

#CamposVisualizacao {
	display: block;
	padding-top: 8px;
	float: left;
	text-align: center;
	width: 129px;
}

.ASPxPanelFloat {
	float: left;
	display: block;
	margin-top: 5px;
}

.border-botton-tabela tr td {
	border-bottom: solid 1px #000;
}

.quadro-avisos {
	position: absolute;
	bottom: 10%;
}

.ButtonAutoCompleteEnderecoImovel{
    margin-left:15px!important;
}

.hide {
    display: none;
}
/* Editors INICIO */
.dxeLoadingDiv {
	background-color: Gray;
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=5);
	cursor: wait;
}

.dxeEditArea {
	border: solid 1px #608058;
}

.dxeButtonEditButton, .dxeCalendarButton, .dxeSpinIncButton, .dxeSpinDecButton, .dxeSpinLargeIncButton, .dxeSpinLargeDecButton {
	vertical-align: middle;
	border: solid 1px #608058;
	cursor: pointer;
}

.dxeButtonEditButton {
	padding: 0px 1px;
	background: url(../Imgs/DevExpress/edtButtonBack.gif) repeat-x center bottom #d8e3b6;
}

.dxeSpinIncButton, .dxeSpinDecButton {
	border-style: none;
	padding: 0px;
}

.dxeSpinLargeIncButton, .dxeSpinLargeDecButton {
	border: Solid 1px #608058;
	padding: 0px;
}

.dxeButtonEditButton table.dxbebt {
	width: 14px;
}

.dxeSpinLargeIncButton {
	padding-left: 1px;
}

.dxeSpinIncButton {
	background: url('../Imgs/DevExpress/edtSpinIncBtnBack.gif') no-repeat top left #9abbea;
	border-bottom: Solid 1px #FFFFFF;
}

.dxeSpinDecButton {
	background: url('../Imgs/DevExpress/edtSpinDecBtnBack.gif') no-repeat top left #a2c1ec;
	border-bottom-style: none;
}

.dxeSpinLargeIncButton, .dxeSpinLargeDecButton {
	background: url('../Imgs/DevExpress/edtSpinLargeIncBtnBack.gif') repeat-x top left #c1cf9e;
}

.dxeCalendarButton {
	background: url(../Imgs/DevExpress/edtButtonBack.gif) repeat-x center bottom #d8e3b6;
	padding: 4px 11px;
	padding-top: 2px;
	width: 32px;
}

.dxeSpinIncButton table.dxbebt, .dxeSpinDecButton table.dxbebt {
	width: 15px;
}

.dxeSpinLargeDecButton table.dxbebt {
	width: 13px;
}

.dxeSpinLargeIncButton table.dxbebt {
	width: 12px;
}

.dxeCalendarButtonPressed, .dxeButtonEditButtonPressed {
	border: solid 1px #608058;
	background: url(../Imgs/DevExpress/edtButtonBackPressed.gif) repeat-x center top #ffcf8b;
}

.dxeSpinIncButtonPressed, .dxeSpinDecButtonPressed {
	border-style: none;
}

.dxeSpinIncButtonPressed {
	background: url('../Imgs/DevExpress/edtSpinIncBtnPBack.gif') no-repeat top left #ffbc78;
	border-bottom: Solid 1px #FFFFFF;
}

.dxeSpinDecButtonPressed {
	background: url('../Imgs/DevExpress/edtSpinIncBtnPBack.gif') no-repeat top left #ffbc78;
	border-bottom-style: none;
}

.dxeSpinLargeIncButtonPressed, .dxeSpinLargeDecButtonPressed {
	background: url('../Imgs/DevExpress/edtSpinLargeIncBtnPBack.gif') repeat-x top left #ffc17c;
}

.dxeCalendarButtonHover, .dxeButtonEditButtonHover {
	border: solid 1px #608058;
	background: url(../Imgs/DevExpress/edtButtonBackHover.gif) repeat-x center bottom #fff2c8;
}

.dxeSpinIncButtonHover, .dxeSpinDecButtonHover {
	border-style: none;
}

.dxeSpinIncButtonHover {
	background: url('../Imgs/DevExpress/edtSpinIncBtnHBack.gif') no-repeat top left #ffdda6;
	border-bottom: Solid 1px #ffffff;
}

.dxeSpinDecButtonHover {
	background: url('../Imgs/DevExpress/edtSpinIncBtnHBack.gif') no-repeat top left #ffdda6;
	border-bottom-style: none;
}

.dxeSpinLargeIncButtonHover, .dxeSpinLargeDecButtonHover {
	background: url('../Imgs/DevExpress/edtSpinLargeIncBtnHBack.gif') repeat-x top left #ffdaa1;
	border: Solid 1px #000080;
}

.dxeButtonEdit, .dxeTextBox, .dxeMemo, .dxeRadioButtonList {
	border: solid 1px #608058;
}

	.dxeButtonEdit .dxeEditArea, .dxeButtonEdit td.dxic, .dxeTextBox td.dxic, .dxeMemo td {
		width: 100%;
	}

	.dxeButtonEdit td.dxic {
		padding: 0px 2px 0px 1px;
	}

	.dxeTextBox td.dxic {
		padding: 1px 2px;
	}

	.dxeRadioButtonList td.dxe {
		padding: 6px 11px;
		padding-right: 5px;
	}

	.dxeRadioButtonList label {
		margin-right: 6px;
	}

.dxeMemo {
	padding-left: 3px;
}

.dxeHyperlink {
	text-decoration: underline;
}

.dxeListBox {
	border: solid 1px #608058;
}

.dxeListBoxItemHover {
	background-color: #e3f0bb;
}

.dxeListBoxItemSelected {
	background-color: #ffc076;
}

.dxeListBox td.dxeI, .dxeListBox td.dxeIM, .dxeListBox .dxeHIC {
	border-right-width: 0px !important;
}

.dxeListBox td.dxeIM {
	width: 0;
}

.dxeListBox td.dxeT {
	width: 100%;
	border-left-width: 0px !important;
	padding-left: 0px !important;
}

.dxeListBox td.dxeFTM, .dxeListBox td.dxeTM, .dxeListBox td.dxeLTM, .dxeListBox .dxeHFC, .dxeListBox .dxeHC, .dxeListBox .dxeHLC {
	overflow: hidden;
}

.dxeListBox td.dxeFTM, .dxeListBox td.dxeTM {
	border-right-width: 0px !important;
}

.dxeListBox td.dxeFTM, .dxeListBox td.dxeTM, .dxeListBox .dxeHFC, .dxeListBox .dxeHC {
	padding-right: 6px !important;
}

.dxeListBox td.dxeLTM, .dxeListBox td.dxeTM, .dxeListBox .dxeHC, .dxeListBox .dxeHLC {
	padding-left: 6px !important;
}

.dxeListBox td.dxeLTM, .dxeListBox td.dxeTM {
	border-left: 1px solid #CDD6A7 !important;
}

.dxeListBox td.dxeIM, .dxeListBox td.dxeFTM, .dxeListBox td.dxeTM, .dxeListBox td.dxeLTM {
	border-bottom: solid 1px #CDD6A7;
}

.dxeListBox .dxeHD {
	background-color: #B8C692;
	background-image: url(../Imgs/DevExpress/lbHeaderBackground.gif);
	background-position: center top;
	background-repeat: repeat-x;
	border-bottom: solid 1px #608058;
}

.dxeListBox .dxeHFC, .dxeListBox .dxeHIC, .dxeListBox .dxeHC, .dxeListBox .dxeHLC {
	border-bottom-width: 0px;
	padding-top: 4px;
	padding-bottom: 5px;
}

.dxeListBox .dxeHC, .dxeListBox .dxeHLC {
	border-left: solid 1px #608058;
}

.dxeListBox .dxeHIC, .dxeListBox .dxeHFC {
	border-left: 1px solid #B8C692;
}

.dxeListBox .dxeHFC, .dxeListBox .dxeHC {
	border-right-width: 0;
}

.dxeListBox .dxeHLC {
	border-right: solid 1px #608058;
}

.dxeCalendar {
	border: solid 1px #608058;
}

.dxeCalendarDayHeader {
	border-bottom: solid 1px #d5e1b1;
}

.dxeCalendarWeekNumber {
	padding-top: 6px;
	color: #b7c691;
}

.dxeCalendarWeekend {
	color: #c00000;
}

.dxeCalendarOtherMonth {
	color: #888;
}

.dxeCalendarOutOfRange {
	color: #d0d0d0;
}

.dxeCalendarToday {
	border: solid 1px #c00000;
}

.dxeCalendarSelected {
	color: black;
	background-color: #ffc076;
}

.dxeCalendarHeader {
	background: url(../Imgs/DevExpress/edtCalendarHeadBack.gif) repeat-x center bottom #f4f7de;
	border: solid 1px #d4e5a9;
}

.dxeCalendarFooter {
	background-color: #e3ebc5;
	border-top: solid 1px #d4e5a9;
}

.dxeCalendarFastNav {
	border: solid 1px #608058;
	border-bottom: 0px;
}

.dxeCalendarFastNavFooter {
	background-color: #e3ebc5;
	border: solid 1px #608058;
	border-top: solid 1px #d4e5a9;
}

.dxeCalendarFastNavMonthSelected, .dxeCalendarFastNavYearSelected {
	border: solid 1px #608058;
	background: url(../Imgs/DevExpress/edtButtonBackPressed.gif) repeat-x center top #ffcf8b;
	padding: 2px 4px;
}

.dxeCalendarFastNavMonthSelected {
	padding: 5px;
}

.dxeCalendarFastNavMonthHover, .dxeCalendarFastNavYearHover {
	background: #e3ebc5;
	border: solid 1px #608058;
}

.dxeDisabled, .dxeDisabled td.dxe {
	color: #aaaaaa;
	cursor: default;
}

.dxeDisabled {
	color: #000000;
}

.dxeButtonDisabled, .dxeButtonDisabled td.dxe {
	border-color: #bfbfbf;
	background: #cccccc url(../Imgs/DevExpress/edtButtonBackDis.gif) repeat-x top;
	color: #aaaaaa;
	cursor: default;
}

.dxbButton {
	vertical-align: middle;
	border: solid 1px #608058;
	background: url(../Imgs/DevExpress/edtButtonBack.gif) repeat-x center bottom #d8e3b6;
	cursor: pointer;
}

.dxbButtonHover {
	border: solid 1px #608058;
	background: url(../Imgs/DevExpress/edtButtonBackHover.gif) repeat-x center bottom #fff2c8;
}

.dxbButtonChecked {
	border: solid 1px #608058;
	background: url(../Imgs/DevExpress/edtButtonBackPressed.gif) repeat-x center top #ffcf8b;
}

.dxbButtonPressed {
	border: solid 1px #608058;
	background: url(../Imgs/DevExpress/edtButtonBackPressed.gif) repeat-x center top #ffcf8b;
}

.dxbButton div.dxb {
	border: 0px;
}

.dxbButton div.dxbf {
	border: dotted 1px black;
}

.dxbButton div.dxb td.dxb {
	background-color: transparent !important;
	background-image: url('') !important;
	border-width: 0px !important;
	padding: 0px !important;
}

.dxbDisabled {
	background: #cecece url(../Imgs/DevExpress/edtButtonBackDis.gif) repeat-x top;
	border-color: #BFBFBF;
	color: #808080;
	cursor: default;
}

	.dxbDisabled td.dxb {
		color: #808080;
	}

.dxfcLoadingPanel {
	border: solid 1px #a4b26d;
	background-color: white;
}

.dxfcLoadingDiv {
	background-color: Gray;
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=5);
	cursor: wait;
}

.dxeMaskHint {
	background: #ffffe1;
	border: solid 1px black;
	padding: 2px 5px 3px;
}

.dxeProgressBar {
	border: Solid 1px #758d5e;
	background-color: #e2e8c9;
	padding: 1px;
}

.dxeProgressBarIndicator {
	background-color: #b5c48f;
}
/* Editors FIM */

/* GridView INICIO */
.dxgvControl, .dxgvDisabled, .dxgvLoadingPanel {
	border: solid 1px #a4b26d;
}

.dxgvLoadingPanelStatusBar {
	background-color: transparent;
}

.dxgvFilterRow {
	background: #cfd9a3;
}

.dxgvEditForm, .dxgvEditFormDisplayRow td.dxgv {
	background-color: #e1e9be;
}

	.dxgvEditForm td.dxgv {
		border-bottom: solid 1px #a4b26d;
	}

	.dxgvEditForm td.dxgvIndentCell {
		background: none;
		*background-color: rgb(225, 233, 190) !important;
	}

.dxgvSelectedRow {
	background: #ffc076;
}

.dxgvFocusedRow {
	color: Black;
	background: url(../Imgs/DevExpress/gvFocusedBack.gif) repeat-x center bottom #fff2c8;
}

.dxgvDetailCell, .dxgvPreviewRow td.dxgv, .dxgvEmptyDataRow td.dxgv {
	padding: 10px;
	border-bottom: solid 1px #cdd6a7;
}

.dxgvDetailRow {
	background-color: #E2E8C9;
}

	.dxgvDetailRow td.dxgvIndentCell {
		border-bottom: solid 1px #cdd6a7;
	}

.dxgvEditFormDisplayRow td.dxgv, .dxgvDataRow td.dxgv, .dxgvDataRowAlt td.dxgv, .dxgvSelectedRow td.dxgv, .dxgvFocusedRow td.dxgv {
	border-bottom: solid 1px #cdd6a7;
	border-right: solid 1px #cdd6a7;
}

.dxgvSelectedRow td.dxgv {
	border-color: #fe9552;
}

.dxgvEditingErrorRow {
	background-color: #FE9552;
	color: #FFFFFF;
}

	.dxgvEditingErrorRow td.dxgv {
		font-weight: bold;
		border-bottom: solid 1px #a4b26d;
	}

.dxgvFilterRow td.dxgv {
	border-bottom: solid 1px #a4b26d;
	border-right: 1px solid #a4b26d;
}

.dxgvGroupRow {
	background-color: #cfd9a3;
}

.dxgvFocusedGroupRow {
	color: Black;
	background: url(../Imgs/DevExpress/gvFocusedBack.gif) repeat-x center bottom #fff2c8;
}

	.dxgvGroupRow td.dxgv, .dxgvFocusedGroupRow td.dxgv {
		border: none 0;
		border-top: solid 1px white;
		border-bottom: solid 1px #a4b26d;
	}

	.dxgvFocusedRow td.dxgvIndentCell, .dxgvFocusedGroupRow td.dxgvIndentCell, .dxgvSelectedRow td.dxgvIndentCell {
		background-color: #CFD9A3 !important;
		border-right: solid 1px #A4B26D;
		border-top: 0px;
	}

.dxgvHeaderPanel {
	background: url(../Imgs/DevExpress/gvGradient.gif) repeat-x center top #b8c692;
	border-bottom: solid 1px #a4b26d;
}

.dxgvHeader {
	border: solid 1px #a4b26d;
	background: url(../Imgs/DevExpress/gvGradient.gif) repeat-x center top #b8c692;
	overflow: hidden;
	-moz-user-select: none;
}

.dxgvGroupPanel {
	background: #cfd9a3;
	border-bottom: solid 1px #a4b26d;
}

.dxgvFooter, .dxgvGroupFooter {
	background-color: #bdcb85;
}

	.dxgvFooter td.dxgv {
		border-bottom: solid 1px #a4b26d;
		border-right: solid 1px #a4b26d;
	}

	.dxgvGroupFooter td.dxgv {
		border-bottom: solid 1px #cdd6a7;
		border-right: solid 1px #cdd6a7;
	}

	.dxgvDataRow td.dxgvIndentCell, .dxgvGroupRow td.dxgvIndentCell, .dxgvGroupFooter td.dxgvIndentCell {
		background-color: #CFD9A3;
		border-right: Solid 1px #A4B26D;
		border-top: 0px;
	}

.dxgvTable {
	*border-collapse: collapse !important;
}

	.dxgvTitlePanel, .dxgvTable caption {
		border-bottom: solid 1px #a4b26d;
		background: url(../Imgs/DevExpress/gvTitleBack.gif) repeat-x center top #6d834d;
	}

.dxgvLoadingDiv {
	background-color: Gray;
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=5);
	cursor: wait;
}

.dxgvStatusBar {
	background-color: #cfd9a3;
	border-top: none; /*solid 1px #a4b26d;*/
}

.dxgvFilterBar {
	border-top: solid 1px #a4b26d;
	background-color: #cfd9a3;
}

.dxgvFilterBuilderButtonArea {
	background-color: #E2E8C9;
	border-top: solid 1px #C3CF9D;
}
/* GridView FIM */

/* Web INICIO */
.dxcpLoadingPanelWithContent {
	border: solid 1px #A4B26D;
}

.dxcpLoadingDiv {
	background-color: Gray;
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=5);
	cursor: wait;
}

.dxcpDisabled {
	color: #aaaaaa;
	cursor: default;
}

.dxlpLoadingPanel {
	border: solid 1px #A4B26D;
}

.dxlpLoadingDiv {
	background-color: Gray;
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=5);
	cursor: wait;
}

.dxmMenu, .dxmVerticalMenu {
	background: url(../Imgs/DevExpress/mItemBack.gif) repeat-y left top #F2F0E4;
	border: solid 1px #758D5E;
	padding: 3px;
}

.dxmMenuSeparator {
	background: transparent url(../Imgs/DevExpress/mItemSeparatorBack.gif) left top repeat-y;
}

.dxmMenuVerticalSeparator {
	background: transparent url(../Imgs/DevExpress/mItemVerticalSeparatorBack.gif) left top repeat-x;
}

.dxmMenuItemSelected, .dxmMenuItemSelectedWithImage, .dxmMenuItemSelectedWithPopOutImage, .dxmMenuItemSelectedWithImageWithPopOutImage, .dxmVerticalMenuItemSelected, .dxmVerticalMenuItemSelectedWithImage, .dxmVerticalMenuItemSelectedWithPopOutImage, .dxmVerticalMenuItemSelectedWithImageWithPopOutImage, .dxmMenuLargeItemSelected, .dxmMenuLargeItemSelectedWithImage, .dxmMenuLargeItemSelectedWithPopOutImage, .dxmMenuLargeItemSelectedWithImageWithPopOutImage, .dxmVerticalMenuLargeItemSelected, .dxmVerticalMenuLargeItemWithImageSelected, .dxmVerticalMenuLargeItemSelectedWithPopOutImage, .dxmVerticalMenuLargeItemSelectedWithImageWithPopOutImage {
	background: url(../Imgs/DevExpress/mItemSBack.gif) repeat-x center top #FFAD55;
	border: solid 1px #002D96;
}

.dxmMenuItemChecked, .dxmMenuItemCheckedWithImage, .dxmMenuItemCheckedWithPopOutImage, .dxmMenuItemCheckedWithImageWithPopOutImage, .dxmVerticalMenuItemChecked, .dxmVerticalMenuItemCheckedWithImage, .dxmVerticalMenuItemCheckedWithPopOutImage, .dxmVerticalMenuItemCheckedWithImageWithPopOutImage, .dxmMenuLargeItemChecked, .dxmMenuLargeItemCheckedWithImage, .dxmMenuLargeItemCheckedWithPopOutImage, .dxmMenuLargeItemCheckedWithImageWithPopOutImage, .dxmVerticalMenuLargeItemChecked, .dxmVerticalMenuLargeItemWithImageChecked, .dxmVerticalMenuLargeItemCheckedWithPopOutImage, .dxmVerticalMenuLargeItemCheckedWithImageWithPopOutImage {
	background: url(../Imgs/DevExpress/mItemSBack.gif) repeat-x center top #FFAD55;
	border: solid 1px #002D96;
}

.dxmMenuItemHover, .dxmMenuItemHoverWithImage, .dxmMenuItemHoverWithPopOutImage, .dxmMenuItemHoverWithImageWithPopOutImage, .dxmVerticalMenuItemHover, .dxmVerticalMenuItemHoverWithImage, .dxmVerticalMenuItemHoverWithPopOutImage, .dxmVerticalMenuItemHoverWithImageWithPopOutImage, .dxmMenuLargeItemHover, .dxmMenuLargeItemHoverWithImage, .dxmMenuLargeItemHoverWithPopOutImage, .dxmMenuLargeItemHoverWithImageWithPopOutImage, .dxmVerticalMenuLargeItemHover, .dxmVerticalMenuLargeItemHoverWithImage, .dxmVerticalMenuLargeItemHoverWithPopOutImage, .dxmVerticalMenuLargeItemHoverWithImageWithPopOutImage {
	background: url(../Imgs/DevExpress/mItemHBack.gif) repeat-x center top #FFD69A;
	border: solid 1px #3F5D38;
}

.dxmSubMenu {
	background-color: #F4F4EE;
	border: solid 1px #758D5E;
	padding: 1px;
}

.dxmSubMenuGutter {
	background: url(../Imgs/DevExpress/mPopupBack.gif) repeat-y left top;
}

.dxmSubMenuSeparator {
	background-color: #608058;
}

.dxmSubMenuItemSelected, .dxmSubMenuItemSelectedWithImage, .dxmSubMenuItemSelectedWithPopOutImage, .dxmSubMenuItemSelectedWithImageWithPopOutImage {
	background: url(../Imgs/DevExpress/mItemSBack.gif) repeat-x center top #FFAD55;
	border: solid 1px #002D96;
}

.dxmSubMenuItemHover, .dxmSubMenuItemHoverWithImage, .dxmSubMenuItemHoverWithPopOutImage, .dxmSubMenuItemHoverWithImageWithPopOutImage {
	background: url(../Imgs/DevExpress/mPopupHBack.gif) repeat-x center top #FFEEC2;
	border: solid 1px #002D96;
}

.dxmSubMenuBorderCorrector {
	position: absolute;
	border: 0px;
	padding: 0px;
}

.dxmDisabled {
	color: #aaaaaa;
	cursor: default;
}

.dxpCurrentPageNumber {
	background: #cacfb4;
}

.dxpSeparator {
	background-color: #cacfb4;
}

.dxpDisabled {
	color: #aaaaaa;
	border-color: #808080;
	cursor: default;
}

.dxpcControl {
	border: solid 1px #758D5E;
}

.dxpcCloseButton {
	padding: 1px 1px 1px 2px;
}

.dxpcContent {
	padding: 0 6px 0 6px;
}

.dxpcFooter {
	color: #9EA87E;
	background-color: #E2E8C9;
	border-top: solid 1px #C3CF9D;
}

	.dxpcFooter td.dxpc {
		color: #9EA87E;
	}

.dxpcHeader {
	background: url(../Imgs/DevExpress/pcHeaderBack.gif) repeat-x #BECB9A;
	border-bottom: solid 1px #758D5E;
	padding: 6px 6px 6px 12px;
}

	.dxpcHeader td.dxpc {
		padding-top: 4px;
		padding-bottom: 5px;
	}

.dxpcDisabled {
	color: #808080;
	cursor: default;
}

.dxtcActiveTab, .dxtcActiveTabWithTabPositionBottom, .dxtcActiveTabWithTabPositionLeft, .dxtcActiveTabWithTabPositionRight {
	border: solid 1px #758D5E;
	background: url(../Imgs/DevExpress/tcTabABack.gif) repeat-x center bottom #E2E8C9;
}

.dxtcActiveTabHover {
	background: url(../Imgs/DevExpress/tcTabAHBack.gif) repeat-x center bottom #E2E8C9;
}

.dxtcTab, .dxtcTabWithTabPositionLeft, .dxtcTabWithTabPositionBottom, .dxtcTabWithTabPositionRight {
	background: url(../Imgs/DevExpress/tcTabBack.gif) repeat-x center bottom #FFD091;
	border: solid 1px #758D5E;
}

.dxtcTabHover, .dxtcTabHoverWithTabPositionBottom, .dxtcTabHoverWithTabPositionLeft, .dxtcTabHoverWithTabPositionRight {
	background: url(../Imgs/DevExpress/tcTabHBack.gif) repeat-x center top #FFD091;
}

.dxtcPageContent, .dxtcPageContentWithTabPositionBottom, .dxtcPageContentWithTabPositionLeft, .dxtcPageContentWithTabPositionRight, .dxtcPageContentWithoutTabs {
	background-color: #E2E8C9;
}

.dxtcDisabled, .dxtcDisabled table.dxtc {
	color: #aaaaaa;
	cursor: default;
}

.dxucErrorCell {
	color: Red;
	text-align: left;
}

.dxucButton, .dxucButton a {
	color: #394ea2;
	cursor: pointer;
	white-space: nowrap;
}

.dxucProgressBar {
	border: Solid 1px #758d5e;
	background-color: #e2e8c9;
	padding: 1px;
}

.dxucProgressBarIndicator {
	background-color: #b5c48f;
}
/* Web FIM */

/* Treelist INICIO */
.dxtlControl_1 {
	background-color: #FFFFFF;
	border: solid 1px #a4b26d;
}
/* Headers */
.dxtlHeader_1 {
	background: url(../Imgs/DevExpress/gvGradient.gif) repeat-x center top #b8c692;
	padding: 4px 6px 5px;
	font-weight: normal;
}
/* Treelist FIM */



/* HtmlEditor */
.dxtcControl {
	background-color: #E2E8C9;
}

.dxheControl {
	background-color: #E2E8C9;
}

.dxheStatusBarActiveTab {
	background-color: #ffffff;
}

.dxmLite {
	background-color: #B5C48F;
	border-bottom: none;
}

.dxtc .dxheStatusBarActiveTab {
	background-color: Transparent;
}

.dxmtb ul {
	background-color: #E8E8CD;
	border: none;
}

.dxtbSpacing {
	background-color: #B5C48F;
}

.dxm-separator {
	background-color: #E2E8C9;
	display: none;
}

.dxtcTabsCell {
	background-color: Transparent;
}
.jGrowl {
  z-index: 9999;
  color: #fff;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: fixed;
}
.jGrowl.top-left {
  left: 0px;
  top: 0px;
}
.jGrowl.top-right {
  right: 0px;
  top: 0px;
}
.jGrowl.bottom-left {
  left: 0px;
  bottom: 0px;
}
.jGrowl.bottom-right {
  right: 0px;
  bottom: 0px;
}
.jGrowl.center {
  top: 0px;
  width: 50%;
  left: 25%;
}
.jGrowl.center .jGrowl-notification,
.jGrowl.center .jGrowl-closer {
  margin-left: auto;
  margin-right: auto;
}
.jGrowl-notification {
  background-color: #000;
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  zoom: 1;
  width: 250px;
  padding: 10px;
  margin: 10px;
  text-align: left;
  display: none;
  border-radius: 5px;
  min-height: 40px;
}
.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
.jGrowl-notification .jGrowl-header {
  font-weight: bold;
  font-size: .85em;
}
.jGrowl-notification .jGrowl-close {
  background-color: transparent;
  color: inherit;
  border: none;
  z-index: 99;
  float: right;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
}
.jGrowl-closer {
  background-color: #000;
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  zoom: 1;
  width: 250px;
  padding: 10px;
  margin: 10px;
  text-align: left;
  display: none;
  border-radius: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  font-size: .9em;
  font-weight: bold;
  text-align: center;
}
.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
/** Hide jGrowl when printing **/
@media print {
  .jGrowl {
    display: none;
  }
}

.slideshow {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.slide div.thumb {
	background: #fff;
	width: 170px;
	height: 120px;
	border: 1px solid #000;
	font-size: 5px;
	font-family: "Times New Roman", serif;
	overflow: hidden;
}

.slide .view {
	padding: 2px 2px;
	margin: 2px 0px;
	cursor: text;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	background-color: #eee;
	height: 1em;
}

.view:hover {
	background-color: #ffffcc;
}
.view, .inplace, #list5 input {
	font-size: 14px;
	font-family: sans-serif;
}
ul.sortable li {
	position: relative;
}

ul.boxy {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 10em;
	font-size: 13px;
	font-family: Arial, sans-serif;
}
ul.boxy li {
	cursor:move;
	padding: 2px 2px;
	border: 1px solid #ccc;
	background-color: #eee;
}
.clickable a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
.clickable li:hover {
	background-color: #f6f6f6;
}

