html {
	overflow-y: scroll;
}


.body {
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    background-color: #f1f1f1;
}

a img {
	border: none;
}

h1 {
	font-size: 1.6em;
	margin-top: 0;
}

input[type=submit], input[type=button] {
	font-size: 11px;
	margin: 5px 5px 5px 0;
	cursor: pointer;
}

input[type="text"]:not([class*="rich-combobox-button"]), input[type="password"], textarea{
    border-color:#FFFFFF #FFFFFF #CCCCCC;
    border-style:solid;
    border-width:1px;
    height:18px;
    margin:0 0 2px;
    padding:0;
    font-size: 13px;
}

input[type=text], input[type=password], textarea {
	font-size: 12px;
	padding-left: 1px;
}

select {
	font-size: 13px;
	height: 19px;
}

.tableControl, .actionButtons {
	width: 100%;
}

.tableControl a {
	padding-left: 10px;
}

.tableControl {
	text-align: right;
}

.footer {
    text-align: center;
    font-size: 11px;
    background-image: url(../img/rodape_bg.png);
    font-weight: bold;
    background-repeat: repeat-x;
    background-position: center top;
    margin-bottom: 0px; 
}

.rich-table {
	width: 100%;
}

.name {
	vertical-align: top;
	font-weight: bold;
	width: 115px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
}

.value {
	float: left;
	padding: 5px;
}

.error {
	float: left;
	padding: 5px;
}

.errors {
	color: #FF0000;
	vertical-align: middle;
}

img.errors {
	padding-right: 5px;
}

.errors input, .errors textarea, .errors select {
	border: 1px solid red !important;
}

.required {
	color: #FF0000;
	padding-left: 2px;
}

.rich-stglpanel-body {
	overflow: auto;
} 

/* the specificity here is necessary to override the defaults */
/*
.rich-panel .rich-panel-header,
.rich-stglpanel .rich-stglpanel-header {
	padding: 2px 3px;
}*/

.rich-panel input[type=submit], .rich-panel input[type=button],
.rich-tabpanel input[type=submit], .rich-tabpanel input[type=button] {
	margin-bottom: 0;
}

.tableControl input[type=submit], .tableControl input[type=button], .tableControl select {
	margin: 5px 0 5px 5px;
}

/* I don't know why this is necessary, but the select is off by a pixel on the top and is padding too much on the left */
.tableControl select {
	margin-left: 2px;
	position: relative;
	top: 1px;
}

.actionButtons {
	padding-left: 1px;
}

.actionButtons select {
	margin: 5px 5px 5px 0;
	vertical-align: bottom;
}

.rich-toolbar-item a {
	text-decoration: none;
}

.rich-toolbar-item a:hover, .rich-ddmenu-label-select {
	text-decoration: underline;
}

.rich-toolbar-item .rich-menu-item a:hover {
	text-decoration: none;
}

.rich-datalist {
	list-style: square;
	margin: 6px 0 1px 0;
	padding-left: 18px;
}

.rich-list-item {
	padding-bottom: 4px;
}

div.info {
	font-size: 1.2em;
}

ul.bullets {
	list-style: square;
}

ul.bullets li {
	padding-bottom: 2px;
}

td.action {
	text-align: center;
	width: 8em;
	white-space: nowrap;
}

td.action a {
	padding-left: 1px;
	padding-right: 1px;
}

table.radio {
   border: 0;
}

table.radio td {
   padding: 0 2px;
}

table.radio input[type=radio] {
   vertical-align: bottom;
}

.painelLog {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    width: 350px;
    text-align: center;;
}

.painelLoginHeader {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: medium none;
    color: #000000;
    font-size: 14pt;
    font-weight: bold;
}

.btnFavoritosCinza{
	height:24px; 
	width:166px; 
	background-image: url(../img/fundo_cinza.png);
	background-repeat: repeat-x;
	border: 2px solid;
	border-color:  #dcdcdc #C4C0C9 #C4C0C9 #dcdcdc ;
	vertical-align: top;
}

.btnFavoritosCinza:hover{
	border-color:  #C4C0C9 #dcdcdc #dcdcdc #C4C0C9 ;
}

.divFavoritosCinza{
	cursor:pointer;
	font-size:14px; 
	font-weight: bold; 
	float: left; 
	padding-top:3px; 
	padding-left:3px; 
	width:80%;
	height: 90%;
	color: #616161;
}
.divFavoritosCinza:hover{
	color: #8f918f;
}


div.topoCentro {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F9F9F9;
    border-color: #C4C0C9 #C4C0C9 #C4C0C9;
    border-image: none;
    border-radius: 7px 7px 7px 7px;
    border-right: 1px solid #C4C0C9;
    border-style: solid;
    border-width: 1px 1px 1px;

}

.panelConsultaTopo {
	border: 1px solid #ddd;
	border-top: 3px solid #ccc;
	padding-left: 3px;
	padding-top: 2px;
	padding-right: 3px;
	margin-right: 10px;
	float: left;
	min-height: 23px;
    -moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;	
    background-color: #FFFFFF;

}

.textBox1{
	border-color:#CCCCCC!important;
	height:16px!important;
	margin:2px!important;
	vertical-align: bottom!important;
}


.maisInfo{
	cursor: pointer;
    padding: 0px;
    
}

.maisInfoDetalhes{
	cursor: pointer;
    padding: 0px;
    text-align:left;
}

.rich-tree-node-selected{
    background-color: #dde1e1;    
}

.rich-tree-node-selected:hover{
    color: #a4a4a4;  
}
.rich-tree-node-text  a:active, a:link, a:visited{
	font-weight: bold;
	font-size: 13px ;	 
}
.rich-tree-node-over{
    font-style: normal;     
}

.rich-table-row-mouse-over{
    background-color: #e4f6e6;    
}

.rich-table-row-mouse-out{
    font-style: normal;     
}

.btnFavoritos, .btnFavoritosLupa, .btnFavoritosMais{
    background-image:url("../img/trt_btn_favoritos_p.png");
    background-repeat: no-repeat; 
    padding-left: 27px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height:25px;
    overflow: hidden;
    width: 140px;
    height: 20px;
    font-weight: bold;
	display: inline;
}
.btnFavoritosLupa{
    background-image:url("../img/trt_btn_favoritos_lupa.png");
}
.btnFavoritosMais{
    background-image:url("../img/trt_btn_favoritos_mais.png");
}
.btnFavoritos a:active, a:link, a:visited, 
.btnFavoritosLupa a:active, a:link, a:visited,
.btnFavoritosMais a:active, a:link, a:visited{ 
    font-size: 13px;
    text-decoration:none; 
}

.fonteProc{
	font-size: 13px!important;
	padding:1px!important;
}
.fonteProcLink{
	font-weight: bold;
	font-size: 14px!important;
	padding:1px!important;
    color: #4162db!important;
}
.estiloDivFilho{
	border-bottom: 2px solid #C4C0C9; 
	border-left: 2px solid #C4C0C9;
	float: left; 
	width: 15px; 
	height: 15px;
	margin-left: 12px;
	border-radius: 0px 0px 0px 6px;	
}

.tooltip2 {
    background-color: #ebebeb;
    border-width:1px;
    padding:10px;
    border-color: gray;
    color: black;
}

#toTop {
	width:40px;
	z-index: 10;
	border: 0px solid #333;
	text-align:center;
	padding:0px;
	position:fixed;
	bottom:0px;
	right:0px;
	cursor:pointer;
	display:none;
	color:#fff;
	text-transform: lowercase;
	font-size: 0.9em;
}

div.bannerFundo{
    background-position: right top;
    background-repeat: repeat-y;
	background-size: 135px auto;
}

.loginInfo{
	font-size: 12px;
    color: #606060;
    background-color: #F6F6F6;
    border-top: 1px solid #A5A5A5;
    border-left: 1px solid #A5A5A5;
    border-bottom: 1px solid #A5A5A5;
    border-right: 1px solid #A5A5A5;
    padding-bottom: 4px;
    width: 580px;
    height: 40px;
}

.imagemTopo{
	opacity: 0.4;
	width: 22px;
	padding-left: 2px;
}
.imagemTopo:hover{
	opacity: 1;
}

.rich-pmenu-item {
	background-color: #f7f7f7;
}

.rich-pmenu-item:hover {
    background-color: #FFEBDA;
}

.divSelect {
	cursor: default;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(155, 155, 155, 0.57);
    -moz-border-radius: 1px;
	-webkit-border-radius: 1px;
    border-radius: 1px;
    font-size: 1px;
    height: 11px;
    outline: 0 none;
    vertical-align: text-bottom;
    width: 11px;
    
	display: inline-block;
    position: relative;    
}

.divSelect:hover {
	border: 1px solid #0066CC;
}

.divSelectCheck {
 	background: url("../img/checkmark.png") no-repeat scroll -5px -3px transparent;
 	height: 15px;
    left: 0;
    outline: 0 none;
    position: relative;
    top: -3px;
    width: 15px;
    text-align: left;
}

/* gradient  */
.gradient h1 {
	font: bold 130%/70% "Lucida Grande", Arial, sans-serif;
	position: relative;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 1px;
	margin-top: 1px;
	border-bottom: 2px solid ;
}
.gradient h1 span {
	background: url("../img/gradient-gray.png") repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 18px;
	
}