﻿@charset "utf-8";
/* CSS Document */
/*=======================
	Projeto: Interface Padrão
	Versao: beta
	Autor: e.Mix
	Data: 19/11/2010
=========================*/
a { color: #00329a; text-decoration: none; }

/******************************************
	CLASSES GENÉRICAS
******************************************/
.cor1{ background-color:#00329a; /*Cor Escura*/ }
.cor2{ background-color:#00a3ec; /*Cor Clara*/ }

/******************************************
	ESTRUTURA PRINCIPAL
******************************************/
#rodape {background-color:#00329a; background-image:url(../../img/rodape-default.png); }
#barra-titulo { background-color:#00a3ec; }
#acoes li { background-color:#00a3ec; }
/******************************************
	MENUS
******************************************/
#menus .wrap{ background-color:#00329a; }
/******************************************
	ALÇAS
******************************************/
#alca-topo{ background-color:#00329a; }
/******************************************
	ABAS
******************************************/
.btn-home .box, .aba-fechada .box{background-color:#00a3ec; }
.tb-abas .secao{ color:#00329a; }
.tb-abas .subsecao a:hover{ color:#00329a; text-decoration:none; }
.aba-fechada .secao{ color:#00329a !important; }
/******************************************
	BOXES
******************************************/
.frm-grupo{ border:1px solid #00a3ec; }
.frm-grupo .barra-titulo{ color:#00329a; }
/******************************************
	GRID
******************************************/
.tr-head, .gt-hd-row td, .gt-head-div, .gt-panel-head, .dhx_toolbar_base_dhx_skyblue, .toolbars{ background-color:#00329a !important; }
.gt-toolbar-box{ background-color:#00a3ec; }
.tb-grid .zebra, .gt-row-even{ background-color:#00a3ec; }

.hdr td{ background-color:#00329a !important; }
div.gridbox_dhx_skyblue .odd_dhx_skyblue{ background-color:#00a3ec; }
.nao-lido{ color: #00329a; font-weight:bold; }
/******************************************
	inettuts
******************************************/
.widget-placeholder{ margin: 30px 20px 0 20px; background-color:#d1f1ff; border:2px dashed #00a3ec; }
/******************************************
	twitter
******************************************/
.tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even { color: #00329a; }
/******************************************
	GUIA RÁPIDO
******************************************/
#divGuia{ color:#00329a; }
/******************************************
	Jquery UI
******************************************/
.ui-widget-content{ border-color:#00a3ec; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border-color:#00a3ec; background-color:#00a3ec; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { background-color:#00a3ec; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background-color:#fff; border:1px solid #00a3ec; color: #00329a; }
.ui-widget-header { border-color:#00a3ec; background-color:#00a3ec; }
.radioSet .ui-state-hover, .checksSet .ui-state-hover{ color:#00329a !important; }
.radioSet .ui-state-active, .checksSet .ui-state-active{ background-color:#00a3ec !important; background-image:none !important }
/******************************************
	BANDEJA DE FILTROS DAS COLUNAS DOS GRIDS
******************************************/
.xGrid-filtros{ border-color:#00a3ec; }
/******************************************
	TELA DE BOAS-VINDAS
******************************************/
#tela-boas-vindas{ background-color:#00329a; background-image:url(../../img/boas-vindas-default.jpg); }