﻿a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:active {
	color: #FFFF00;
}
a:lang {
	color: White;
}
a:hover {
	color: #FFFF00;
}
body
{
	color: #FFFFFF;
	background-color: #313131;
	font-family: Verdana, Arial;
	font-size: 10px;
}
.link {
	font-size: 11px;
	margin-right: 20px;
}
.msg_alerta {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}
/* Não tem como configurar o footer na skin porque ele foi convertido para template */
.titulo_rodape {
	height: 20px;
	background-repeat: repeat-x;
	background-image: url('/imagens/menu_bg.jpg');
	color: White;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.titulo_rodape a {
	color: White;
}
.titulo_rodape a:hover {
	color: #CCCCCC;
}
.rodape {	
	background-color: Black;
}
/************* Menu Estático *************/
.staticMenu {
	height: 40px;
	font-family: Arial;
	font-size: 11px;
	text-align: left;
}
.staticMenu a {
	color: #FFFFFF;
}
.staticMenu a:hover {
	color: #FFFF00;
}
.staticMenu a:active {
	color: #FFFF00;
}
.staticMenu a:selected {
	color: #FFFFFF;
}

/************ Menu Dinâmico ************/
.dynamicMenu {
	border: 1px #FFFFFF ridge;
}
/************* Itens do Menu Dinâmico *************/
.dynamicMenuItem {
	color: #FFFFFF;
	z-index: 1000; /* Fix IE8, IE7, não apareciam os itens do menu */
}
.dynamicMenuItem a a:link {
	color: #FFFFFF;
}
.dynamicMenuItem a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
.dynamicMenuItem a:active {
	color: #FFFF00;
	text-decoration: underline;
}
/********* Top Login **********/
.top_login {
	font-size: 10px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 5px;
	text-align: right;
}
.top_login a {
	top: 0px;
	color: White;
}
.top_login a:hover {
	color: #000000;
}
/****************************/
.bloco_corpo {
	margin-left: 2px;
	margin-right: 2px;
	padding: 0px;
	border: dotted 1px #000000;
	text-align: justify;
	margin-bottom: 5px;
}
.grid, .details, .form, .grid_sem_selecao, .dataList {
	text-align: justify;
	margin: 4px 1px 1px 1px;
}
.dataList {
	width: 890px;
	border: dashed 1px #000000;
}
.grid {
	border: solid 1px #000000;
}
.details, .form 
{
	border: dotted 1px #000000;
}
/* Usado nos grids que proveêm seleção na linha */
.linha_normal, .linha_alternada, .linha_selecionada {
	color: #000000;
	cursor: hand;
}
.linha_normal {
	background-color: #DCDCDC;
}
.linha_alternada {
	background-color: #FFFFFF;
}
.linha_selecionada {
	background-color: #FFFFE1;
}
/* Usado nos grids que não proveêm seleção na linha */
.linha_normal_simples, .linha_alternada_simples, .linha_selecionada_simples {
	color: #000000;
	cursor: default;
}
.linha_normal_simples {
	background-color: #DCDCDC;
}
.linha_alternada_simples {
	background-color: #FFFFFF;
}
.linha_selecionada_simples {
	background-color: #FFFFE1;
}
.controle_entrada {
	border: 1px solid #000000;
	font-family: Verdana;
	font-size: 10px;
	padding: 1px 1px 1px 1px;
}
.controle_entrada:focus {
	border: 1px solid #FFFF00;
}
.botao {
	font-size: 10px;
	font-variant: normal;
	text-transform: none;
	color: white;
	font-style: normal;
	cursor: hand;
	border: 1px solid #000000;
	margin-top: 0px;
	margin-bottom: 3px;
	background-image: url('imagens/botao.jpg');
	background-position: center center;

}
#bloco_controle, .bloco_controle {
	padding: 3px 3px 3px 3px;
	margin: 2px 2px 2px 2px;
	border: dashed 1px #000000;
}