html {
	height:100%;
	overflow:hidden;
	cursor:default;
}

.hidden {
	display:none;
}

.show {
	display:block;
}

.left {
	float:left;
}

.right {
	float:right !important;
}

.link {
	font-size:11px;
}

.link a {
}

.link a:hover {
	text-decoration:underline;
}

#__loading__, .__loading__ {
	display:none;
	position:absolute;
	visibility:visible;
	left:100%;
	background:#fff;
	border:1px solid #DFDFDF;
	text-align:center;
	padding:10px;
	font-size: 10px;
        font-weight: bold;
	margin-left: -110px;
	width: 100px;
        height: 13px;
}
#__loading__ img{
	float:left;
}
#__done__{
	display:block;
	position:absolute;
	visibility:visible;
	left:40%;
	top:40%;
	background:#fff;
	border:1px solid #DFDFDF;
	text-align:center;
	padding:5px;
	font-size: 12px;
	width: 150px;
}
#__done__ img{
	float:left;
}
#__done__ span{
	float:left;
	padding-top: 15px;
	padding-left: 10px;
}

body {
	width:100%;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

body:before{
	content: '';
	z-index: -1;
	opacity: 0.1;
	width: 100%;
	height:100%;
	margin: 0;
	top: 0;
	position: absolute;
	background: url('/lib/webdoc/images/bg.jpg') no-repeat center center;
    background-size: cover;
  }

@media print {
	body:before {
		display: none;
	}
}

a {
	color:#456998;
}

a:hover {
	text-decoration:underline;
	color:#456998;
}



/* MENU HORIZONTAL */

.horizontalMenu {
	float: left;
	margin:0;
	padding:0;
}

.ie .horizontalMenu {
	margin-bottom:-2px;
}

.horizontalMenu li {
	float:left;
	display:block;
	list-style:none;
}

.horizontalMenu li span, .horizontalMenu li img {
	float:left;
	cursor:pointer;
}

.horizontalMenu a {
	display:block;
}

.horizontalMenu a:hover {
}

.horizontalMenu .item {
	/*padding-right: 15px;*/
	/*padding-left: 15px;*/
	/*margin-left: 5px;*/
}



/* MENU VERTICAL [UL] */

.verticalMenu {
	margin:0;
	padding:0;
}

.verticalMenu li {
	list-style:none;
}

.verticalMenu li span, .verticalMenu li img {
	float:left;
}

.verticalMenu li img {
	margin-right:5px;
}

.verticalMenu li span {
}

.verticalMenu a {
	text-decoration:none;
	cursor:pointer;
}

.verticalMenu a:hover {
	text-decoration:underline;
}

.verticalMenu .selected {
}

.verticalMenu .selected a {
	color:#fff;
}



/* LISTA FLUTUANTE */

.list {
	margin:0;
	padding:0;
}

.list li {
	list-style:none;
	float:left;
}

.list span, .list img{
	display:block;
}

.list span {
	text-align:center;
}

.list img {
}




/* ------------------------------------ */
/*                                      */
/*              FORMS                   */
/*                                      */
/* ------------------------------------ */


form {
	margin:0;
	padding:0;
}

form .textbox .currency {
	text-align:right;
}

/* The hint to Hide and Show */
form .hint {
	visibility:hidden;
    position:absolute;
    width:auto;
    margin-left:20px;
    margin-top:-4px;
    border:1px solid #c93;
    padding:6px 5px;
    background:#ffc;
}

/* The pointer image is hadded by using another span */
form .hint .hint-pointer {
    position:absolute;
    top:3px;
    width:10px;
    height:19px;
    left:-10px;
    background:url("../ajaxstudio/controls/formvalidate/pointer.gif") left top no-repeat;
}

.ie form .hint .hint-pointer {
	visibility:inherit;
}

.labelbox span{
	height: 25px;
	float: left;
}

.textbox, .selectbox, .combobox, .filebox {
	margin-bottom:2px;
	width:100%;
	clear:both;
}

.textbox label, .selectbox label, .combobox label, .labelbox label, .filebox label, .textarea label {
	width:120px;
	float:left;
	padding:1px;
	padding-right:5px;
	text-align:right;
}

.textbox input, .selectbox select, .filebox input {
	border:1px solid #7498bc;
	padding-left:3px;
	margin-bottom:4px;
}

.radiobox input, .checkbox input {
	margin:0 5px 0 0;
}

.textbox input {
	background:#fff url("../images/input-bg.png") top left repeat-x;
	height:17px;
}

.textbox input:focus, .filebox input:focus, .selectbox select:focus {
	border:1px solid #1874ff;
}

.inline-input, .inline-input-r, .inline-input-r60, .inline-input-r70, .inline-input-r80, .inline-input-r90, .inline-input-r100, .inline-input-r110, .inline-input-r120{
	width:49%;
	float:left;
	clear:none;
}

.inline-input-r label {
	width:auto !important;
}

.inline-input-r10 label {
	width:10px !important;
}

.inline-input-r20 label {
	width:20px !important;
}

.inline-input-r30 label {
	width:30px !important;
}

.inline-input-r40 label {
	width:40px !important;
}

.inline-input-r50 label {
	width:50px !important;
}

.inline-input-r60 label {
	width:60px !important;
}

.inline-input-r70 label {
	width:70px !important;
}

.inline-input-r80 label {
	width:80px !important;
}

.inline-input-r90 label {
	width:90px !important;
}

.inline-input-r100 label {
	width:100px !important;
}

.inline-input-r110 label {
	width:110px !important;
}

.inline-input-r120 label {
	width:120px !important;
}

fieldset {
	margin:0 7px 0 7px;
	border:1px solid #cfcfcf;
	padding:7px 10px 15px 15px;
	*padding-top:15px;
}

fieldset legend {
	padding:0 5px 0 5px;
	margin-left:-5px;
	font-weight:bold;
	font-size:13px;
	color:#345a80;
}

.FieldSetFormLabel-200 label{
	width:200px;
}
.FieldSetFormLabel-150 label{
	width:150px;
}

.clientArea {
	padding:5px;
}

.class_inlineInputs {
}

.class_inlineInputs .buttonbox {
	float:right;
	position:inherit;
}

.class_inlineInputs .textbox, .class_inlineInputs .selectbox {
	float:left;
	margin-right:10px;
	width:auto;
	clear:none;
}

.class_inlineInputs .textbox label, .class_inlineInputs .selectbox label {
	padding-right:5px;
	width:auto;
}

.calendarIcon{
	margin-left:3px;
	margin-bottom:1px;
}


/* WINDOW */

.window {
	width:300px;
}




/* ------------------------------------ */
/*                                      */
/*              LOGIN                   */
/*                                      */
/* ------------------------------------ */


div.loginScreen {
	position:absolute;
	top:50%;
	left:50%;
	width:300px;
	height:160px;
	margin:-80px 0 0 -150px;
}

div.loginLeft {
	float:left;
	width:11px;
	height:160px;
}

div.loginRight {
	float:right;
	width:11px;
	height:160px;
}

div.loginCenter {
	background:#9ab6d2 url("../images/login/loginscreen-bg.png");
	float:left;
	width:278px;
	height:160px;
}

div.loginCenter .formzao {
	position:absolute;
	width:278px;
	height:145px;
	top:20px;
	left:47px;
}

div.loginCenter .formzao .textbox {
	margin-bottom:20px;
}

div.loginCenter .formzao .textbox label {
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#454647;
	margin:0;
	float:none;
	background:none;
	width:100%;
	display:block;
	padding:0;
	text-align:left;
}

div.loginCenter .formzao .textbox input {
	border:1px solid #7498bc;
	width:200px;
}

div.loginCenter .formzao .textbox input:focus {
	border:1px solid #1874ff;
}

div.loginCenter .formzao .link a {
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#052f84;
	text-decoration:none;
}

div.loginCenter .formzao .link a:hover {
	text-decoration:underline;
}

div.loginCenter .formzao .buttonbox input {
	float:none;
	clear:both;
	position:absolute;
	top:100px;
	left:67px;
	width:65px;
}

span.red {
	color:#f00;
}



/* ------------------------------------ */
/*                                      */
/*              SUBMITS                 */
/*                                      */
/* ------------------------------------ */


.x-panel-btns-ct{padding:5px; position:absolute; bottom:10px;}
.x-panel-btns-ct .x-btn{float:right;clear:none;}
.x-panel-btns-ct .x-panel-btns td{border:0;padding:0;}
.x-panel-btns-ct .x-panel-btns-right table{float:right;clear:none;}
.x-panel-btns-ct .x-panel-btns-left table{float:left;clear:none;}
.x-panel-btns-ct .x-panel-btns-center{text-align:center;}
.x-panel-btns-ct .x-panel-btns-center table{margin:0 auto;}
.x-panel-btns-ct table td.x-panel-btn-td{padding:3px;}
.x-panel-btns-ct .x-btn-focus .x-btn-left{background-position:0 -147px;}
.x-panel-btns-ct .x-btn-focus .x-btn-right{background-position:0 -168px;}
.x-panel-btns-ct .x-btn-focus .x-btn-center{background-position:0 -189px;}
.x-panel-btns-ct .x-btn-over .x-btn-left{background-position:0 -63px;}
.x-panel-btns-ct .x-btn-over .x-btn-right{background-position:0 -84px;}
.x-panel-btns-ct .x-btn-over .x-btn-center{background-position:0 -105px;}
.x-panel-btns-ct .x-btn-click .x-btn-center{background-position:0 -126px;}
.x-panel-btns-ct .x-btn-click .x-btn-right{background-position:0 -84px;}
.x-panel-btns-ct .x-btn-click .x-btn-left{background-position:0 -63px;}

.x-btn{font:normal 11px tahoma,verdana,helvetica;cursor:pointer;white-space:nowrap;}
.x-btn button{border:0 none;background:transparent;font:normal 11px tahoma,verdana,helvetica;padding-left:3px;padding-right:3px;cursor:pointer;margin:0;overflow:visible;width:auto;-moz-outline:0 none;outline:0 none;}
* html .ext-ie .x-btn button{width:1px;}
.ext-gecko .x-btn button{padding-left:0;padding-right:0;}
.ext-ie .x-btn button{padding-top:2px;}

.x-btn-left, .x-btn-right{font-size:1px;line-height:1px;}
.x-btn-left{width:3px;height:21px;background:url("../images/btn-sprite.gif") no-repeat 0 0;}
.x-btn-right{width:3px;height:21px;background:url("../images/btn-sprite.gif") no-repeat 0 -21px;}
.x-btn-left i,.x-btn-right i{display:block;width:3px;overflow:hidden;font-size:1px;line-height:1px;}
.x-btn-center{background:url("../images/btn-sprite.gif") repeat-x 0 -42px;vertical-align:middle;text-align:center;padding:0 5px;cursor:pointer;white-space:nowrap;}
.x-btn-over .x-btn-left{background-position:0 -63px;}
.x-btn-over .x-btn-right{background-position:0 -84px;}
.x-btn-over .x-btn-center{background-position:0 -105px;}

.x-btn-icon .x-btn-center{padding:1px;}
.x-btn em{font-style:normal;font-weight:normal;}

.x-btn-pressed .x-btn-left{background:url("../images/btn-sprite.gif") no-repeat 0 -63px;}
.x-btn-pressed .x-btn-right{background:url("../images/btn-sprite.gif") no-repeat 0 -84px;}
.x-btn-pressed .x-btn-center{background:url("../images/btn-sprite.gif") repeat-x 0 -126px;}

.x-hidden, .x-hide-offsets{position:absolute;left:-10000px;top:-10000px;visibility:hidden;}

.x-clear{clear:both;height:0;overflow:hidden;line-height:0;font-size:0;}

.x-dlg-focus{-moz-outline:0 none;outline:0 none;width:0;height:0;overflow:hidden;position:absolute;top:0;left:0;}


/* bot�es soltos */
.unblock-button {
	position:static;
}
.class_inlineInputs .x-panel-btns-ct {
	position:static;
}

.msgbox .x-panel-btns-ct {
	position:static;
}
