/*
Geral
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #696969;
}

.header {
	background-color: #FFFFFF;
}

.headerBar {
	background-color: #cacaca;
}

.menu {
	background-color: #553C28;
}

.content {
	background-color: #EAEAEA;
}

.footer {
	background-color: #553C28;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*
Menu
*/
.menuSetor {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
a.menuSetor:hover {
	text-decoration: underline;
}

.menuCategoria {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a.menuCategoria:hover {
	text-decoration: underline;
}

.menuGrupo {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
}
a.menuGrupo:hover {
	text-decoration: underline;
}

.menuGrupoSelected {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	background-color: #553C28;
}
a.menuGrupoSelected:hover {
	text-decoration: underline;
}

.menuMenu {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	padding-left: 10px;
}
a.menuMenu:hover {
	text-decoration: underline;
}

/*
Textos
*/
.tituloHeader {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
.textoHeader {
	color: #553C28;
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
a.textoHeader:hover {
	text-decoration: underline;
}
.tituloPadrao {
	color: #553C28;
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
a.tituloPadrao:hover {
	text-decoration: underline;
}

.subTitulo {
	color: #000000;
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
a.subTitulo {
	color: #553C28;
}
a.subTitulo:hover {
	text-decoration: underline;
}

.menuSuperior {
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
}
a.menuSuperior:hover {
	text-decoration: underline;
}

.textoPadrao {
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
}
a.textoPadrao {
	color: #553C28;
}
a.textoPadrao:hover {
	text-decoration: underline;
}

.textoPadraoBold {
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
a.textoPadraoBold {
	color: #553C28;
}
a.textoPadraoBold:hover {
	text-decoration: underline;
}

.tituloLista {
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
a.tituloLista:hover {
	text-decoration: underline;
}

.textoLista {
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
}
a.textoLista:hover {
	text-decoration: underline;
}

.textoListaBold {
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
a.textoListaBold:hover {
	text-decoration: underline;
}

.textoFooter {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
}
a.textoFooter {
	color: #FFFFFF;
	text-decoration: underline;
}
a.textoFooter:hover {
	color: #A6A6A6;
}

/*
Tabelas
*/
.listTable {
	border: 1px solid #757575;
	border-collapse: collapse;
}

.listTable tr td {
	border: 1px solid #757575;
	border-collapse: collapse;
}

/*
Abas
*/
#abas ul {
	margin: 0;
	padding: 0;
	height: 1%;
	display: table;
	list-style: none;
}
#abas ul li {
	margin: 0;
	padding: 0;
	float: left;
	margin: 0 4px;
}
#abas ul li.primeira {
	margin-left: 0;
}
#abas ul li a {
	font-family: Tahoma;
	font-size: 12px;
	display: block;
	float: left;
	padding: 5px 12px;
	background-color: #553C28;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid Black;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
}
#abas ul li span {
	font-family: Tahoma;
	font-size: 12px;
	display: block;
	float: left;
	padding: 5px 12px;
	background-color: #553C28;
	color: #553C28;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid Black;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
}
#abas ul li a:hover {
	background-color: #FFFFFF;
	color: #553C28;
	text-decoration: none;
}
#abas ul li a.abaSelected {
	background-color: #FFFFFF;
	color: #553C28;
	text-decoration: none;
}
#abas ul li span.abaInactive {
	background-color: #FFFFFF;
	color: #A6A6A6;
	text-decoration: none;
}

/*
Menu superior - Opções
*/
#opcoes ul {
	margin: 0;
	padding: 0;
	height: 1%;
	display: inline;
	list-style: none;
	width: auto;
	float: right;
}
#opcoes ul li {
	margin: 0;
	padding: 0;
	float: left;
	margin: 0 4px;
	display: block;
	width: auto;
}
#opcoes ul li a {
	font-family: Tahoma;
	font-size: 12px;
	display: block;
	float: left;
	padding: 5px 12px;
	background-color: #553C28;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid Black;
}
#opcoes ul li a:hover {
	background-color: #FFFFFF;
	color: #553C28;
	text-decoration: none;
}
