﻿/*TAGS HTML*/
a {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #666666;
}
body {
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	text-align: center;
}
div#menu-vertical div {
	overflow: hidden;
	width: 230px;
}
div#menu-vertical div.collapsed {
	height: 25px;
}
div#menu-vertical div span {
	display: block;
	font-weight: bold;
	color: white;
	padding-top: 3px;
	background-image: url(../imagens/fundo-tabela2.png);
	background-repeat: repeat-x;
	cursor: default;
	border-bottom: 1px solid #ddd;
	height: 25px;
	cursor: pointer;
}
div#menu-vertical div.collapsed span {
	background-image: url(../imagens/fundo-tabela2.png);
	height: 25px;
	cursor: pointer;
}
div#menu-vertical div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #4E4E4E;
}
div#menu-vertical div a.current {
	background : #ccc;
}
div#menu-vertical div a:hover {
	background: #4E4E4E;
	color: #fff;
	text-decoration: none;
}
html {
	background: #f1f2f2;
	background-image: url("../imagens/topo.jpg");
	background-repeat: repeat-x;
	text-align: center;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #333333;
}
hr {
	border: none;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin-bottom: 25px;
}
img {
	border: none;
}
td {
	font-size: 13px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/*DIVS*/
#corpo {
	text-align: center;
	width: 790px;
	position: relative;
	float: none;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
}
#conteudo a{
	text-decoration:underline;
}
#logotipo {
	left: 10px;
	position: absolute;
	z-index: 99;
}
#produtos {
	left: 10px;
	position: absolute;
	z-index: 99;
	top: 0px;
}
#rodape {
	text-align: center;
	height: 120px;
	padding: 0px 0px 0px 0px;
	background-image: url("../imagens/rodape.jpg");
	background-repeat: repeat-x;
	position: relative;
	width: 100%;
	z-index: 1;
	font-size: 11px;
	color: #ffffff;
}
#rodape a {
	font-size: 11px;
	color: #DDDDDD;
}
#rodape a:hover {
	color: #595959;
}
#topo {
	top: 0px;
	left: 0px;
	text-align: right;
	width: 790px;
	height: 100px;
	margin: 0px;
	color: white;
	padding: 0px;
}
#topo a {
	color: #ffffff;
	font-variant:small-caps;
	font-size:10px;
}
#topo a:hover {
	color: #595959;
}
#tudo {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: relative;
}
/*ESTILOS*/
.botao {
	color: white;
	background-color: #595959;
	background-image: url(../imagens/botoes/botao.jpg);
	background-repeat: repeat-x;
	border: 0px;
	text-decoration: none;
	margin: 0px;
	padding: 1px 8px 1px 8px;
	font-weight: bold;
	font-size: 12px;
	font-variant: small-caps ;
}
.fundoLoginTabela {
	background-color: #CCCCCC;
	padding-left: 50px;
	padding-right: 50px;
}
.menuTabelaTitulo {
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 13px;
	width: 540px;
	background-image: url(../imagens/fundo-tabela2.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 25px;
}
.menuVerticalTabela {
	text-align: center;
	width: 110px;
	font-size: 12px;
	font-weight: bold;
}
.menuVerticalTabelaTitulo {
	text-align: center;
	background-color: #333333;
	color: white;
	font-weight: bold;
	font-size: 13px;
	background-image: url(../imagens/fundo-tabela.png);
	background-repeat: repeat-x;
}
.mudarAlt {
	display: block;
	background-image: url(../imagens/botoes/alterar.png);
	height: 15px;
	width: 90px;
	background-repeat: no-repeat;
	background-position: center;
}
.mudarExc {
	display: block;
	background-image: url(../imagens/botoes/excluir.png);
	height: 15px;
	width: 90px;
	background-repeat: no-repeat;
	background-position: center;
}
.tabela {
	background-color: #F4F4F4;
	font-weight: bold;
	font-size: 12px;
}
.tabela2 {
	background-color: #EEEEEE;
	font-weight: bold;
	font-size: 12px;
}
.texto {
	color: #333333;
	font-weight: bold;
}
.texto-menor {
	color: #333333;
	font-weight: bold;
	font-size: 11px;
}
.titulo {
	text-align: center;
	font-weight: bold;
	color: #000066;
}
.tituloGrande {
	font-size: 20px;
	color: #000000;
}
.titulo-tabela {
	font-weight: bold;
	background-color: #6A6A6A;
	color: white;
	margin: 0;
	padding: 0px 5px 0px 5px;
	font-size: 14px;
	background-image: url(../imagens/fundo-tabela.png);
	background-repeat: repeat-x;
}
