input, textarea { 
    border: 1px solid #FF9900;
    padding: 1px;
}

p.marginbottom {
	margin-bottom:10px;
}

select { 
    border: 1px solid #FF9900;
}

option.area_opt_filho {
    padding-left: 20px;
    font-style: normal; 
    font-weight: normal;
}

optgroup.area_opt_pai {  
    font-weight: bold;
}

option.opt_filho {
    padding-left: 20px;
    font-style: normal; 
    font-weight: normal;
}

optgroup.opt_pai {  
    font-weight: bold;
}


form li { 
    padding: 2px 0 2px 0;
    clear: both;
}

form li.botao { 
    text-align: center;
    padding-top: 10px;
}

form ul.list li {
	padding: 5px;
}

span.fieldright { 
	padding: 1px 0 1px 0;
	float: right; 
}

span.fieldleft { 
	padding: 1px 0 1px 0;
	float: left;
}

fieldset {
	border: 1px solid #666;
	padding: 4px;
}

fieldset.container {
	border: 0;
	padding: 0;
}

legend { 
    font-weight: bold;
    color: #333;
}

label {
	font-weight: bold;
	text-align: right;
	margin: 1px 3px 0 0;
}

label.radio, form label.check {
	font-weight: normal;
}

input.botao {
	background: #FFE;
	border: 2px outset #FC0;
	padding: 2px 8px 2px 8px;
}

label.lableft {
	float: left;
}

label.labbr {
	display:block; 
	text-align:left;
}

form ul.morepad li {
	padding: 5px;
}

input.required, 
select.required,
textarea.required {
	background:#FFE8E8;
}

form#form_param, form#form_param fieldset {
	background: transparent;
	padding: 0;
	border: 0;
	margin: 0;
}

table.cc_table, table.cc_table td{
	background:#FFF;
	border:1px solid #FC6;
	border-collapse:collapse;
	margin: 0 auto;
}

table.cc_table thead td{
	background:#FFC;
	font-weight:bold;
}

table.cc_table_gray, table.cc_table_gray td{
	border:1px solid #999;
	background:#FFF;
	border-collapse:collapse;
	margin: 0 auto;
}

table.cc_table_gray thead td{
	background:#CCC;
	font-weight:bold;
}

ul.cc_navlinks {
    margin-bottom: 10px;
}

ul.cc_navlinks li {
    display: inline;
    margin: 0 5px;
}

#conteudo_short { padding: 16px; text-align: center; }
#conteudo_short h3{ font-size: 14px; }
#conteudo_short h4{ font-size: 12px; margin-bottom: 16px }
#conteudo_short p.fechar{ margin-top: 16px; }

a:link { text-decoration: underline; color: #00F; }
a:visited { text-decoration: underline; color: #00F; }
a:hover { text-decoration: underline; color: #66F; }
a:active { text-decoration: underline; color: #66F; }

a.nostyle:link { text-decoration: none; color: #000; }
a.nostyle:visited { text-decoration: none; color: #000; }
a.nostyle:hover { text-decoration: none; color: #000; }
a.nostyle:active { text-decoration: none; color: #000; }

a.redbold:link { text-decoration: none; color: #F00; font-weight: bold; }
a.redbold:visited { text-decoration: none; color: #F00; font-weight: bold; }
a.redbold:hover { text-decoration: none; color: #F00; font-weight: bold; }
a.redbold:active { text-decoration: none; color: #F00; font-weight: bold; }

.floatleft {float: left; }
.floatright {float: right;}
.alignleft {text-align: left;}
.alignright {text-align: right;}
.aligncenter {text-align: center;}
.esconde { display: none; }
.clearboth { clear: both; }
.noborder {	border: 0; }
.textdisabled { color: #666 }
.quebra_pagina { 
	page-break-before: always; 
	display: block; 
}
.white { color: #FFF; }
.red { color: red; }

.msg_aviso { 
	font-size: 18px; 
	font-weight: bold;
	color: #FF0000;
	background-color: #FFC;
	padding: 2px;
	display: block;
}

.msg_caixa {
	color: #FF0000;
	padding: 5px;
	background-color: #FFFFDD;
	border-style: solid; 
	border-color: #FF6666;
	border-width: 1px;
	display: block;
}

.msg_aux { 
	font-size: 9px; 
	color: #666;
	font-weight: normal;
}

table.tbborder, table.tbborder td { 
	border-collapse: collapse;
	border: 1px solid #666;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

table.tabela_cartao td{
	padding: 2px;
	width:12px;
	text-align:center;
}

.selecionado {
	background-color: #000;
}

.nao_selecionado {
	background-color: #FFFFFF;
	border: solid 1px #ff9000;
}

.numero_questao {
	background-color: #ff9000;
	text-align:center;
	color:#FFFFFF;
	font-weight: bold;
}

#cartao a:link { text-decoration: none; color: #ff9000; font-weight: bold;}
#cartao a:visited { text-decoration: none; color: #ff9000; font-weight: bold;}
#cartao a:hover { text-decoration: none; color: #ff9000; font-weight: bold;}
#cartao a:active { text-decoration: none; color: #ff9000; font-weight: bold;}

#cartao{
	width: 290px;
}

h3.titulo_cartao{
	margin:5px 0 8px 0; 
	color:#ff9000;
	font-size: 14px;
}


#cartao_coluna_esquerda{
	float: left;
	width: 145px;
}

#cartao_coluna_direita{
	float: right;
	width: 145px;
}

#cartao_botao_lancamento{
	clear: both;
	padding-top:20px;
	text-align:center;
}


/*estilo para sexy combo */

/*wrapper of all elements*/
div.combo {
    position:relative;
    left: 0px;
    top: 0px;
}


/*text input*/
.combo input {
    position: absolute;
}


/*icon*/
.combo div.icon {
    position:absolute;
}


/*list wrapper*/
.combo div.list-wrapper {
    position: absolute;
    overflow: hidden;
    /*we should set height and max-height explicitly*/
    height: 200px; 
    max-height: 200px;
    /*should be always at the top*/
    z-index: 99999;

}

/*"drop-up" list wrapper*/
.combo div.list-wrapper-up {}

/*dropdown list*/
.combo ul {}

/*dropdown list item*/
.combo  li {
    height: 20px;
}

/*active (hovered) list item*/
.combo li.active {}


.combo .visible {
    display: block;
}

.combo .invisible {
    display: none;
}

/*used when emptyText config opt is set. Applied to text input*/
.combo input.empty {}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 2px solid #eee;
	background-color: #eee;
	padding: 5px;
}
#tooltip h3, #tooltip div { margin: 0; }


/**
* específicos para relatório
*/
.destaque_tipo_rel {
	font-weight: bold;
}

.tabela_total_rel {
	margin-top: 20px;
}

.desc_primeiro_agrupamento_rel {
	font-size: 16px; 
	margin: 20px 0 8px 0;
}

.desc_segundo_agrupamento_rel {
	font-size: 14px; 
	margin: 10px 0 20px 0;
}

.desc_terceiro_agrupamento_rel {
	font-size: 13px; 
	margin: 5px 0 10px 0;
}

/**
* fim específicos para relatório
*/

.esconde_texto_white {
	color: #fff;
}

ul.checkboxTree {
    font-family:verdana,arial;
	padding-left: 20px;
}

ul.checkboxTree li {
	list-style-type: none;
    position: relative;
	/* início alteração específica para Uniasselvi */
	margin: 2px 0 0 10px;
	padding: 2px 0 0 10px;
	/* fim alteração específica para Uniasselvi */
}

ul.checkboxTree li span {
    cursor: default;
    position: absolute;
    top: 2px;
    left: -16px;
}

a.checkboxTree.all {
    width: 160px;
    padding: 4px;
    text-decoration: none;
    display: block;
    color: #224059;
    background-color: #b5c9e2;
    border-top: 2px #cce3ff solid;
    border-left: 2px #cce3ff solid;
    border-bottom: 2px #31557f solid;
    border-right: 2px #31557f solid;
}