/* CSS Document */

/* FORMULARIOS */
.objetos {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 11px;
	background-color: #F8F8F8;
	border: 1px solid #666666;
}

/* FORMULARIOS ERROS */
.objetosred {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	background-color: #FFE1E1;
	border: 1px solid #FF0000;
}

/* Títulos DAS CATEGORIAS E DA HOME */
.titulo-mega {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 18px;
	color: #D6D6D6;
	height:20px;
	text-decoration: none;
	font-weight: bold;
	margin-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3DFD1;
	text-align:right;
}

/* Títulos */
.titulo-top {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	text-indent: 15px;
}

/* TEXTOS CLICKS E VIEWS */
.titulo-botton {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	text-indent: 15px;
}

/* MENU DOS BOTOES */
span.menu {
	margin-left:100px;
	}

/* BORDA DE DIVISAO */
.hr {
	margin-top:15px;
	border-bottom-color: #E3DFD1;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin-bottom:15px;
}

/* DATAS */
div#data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	width:100px;
	height: 40px;
	text-decoration: none;
	font-weight: bold;
	border-right-color:#D1D1D1;
	border-right-style:solid;
	border-right-width:1px;
	float:left;
	vertical-align:middle;
	display: table-cell;
	line-height:40px;
}

/* CORPO DO SITE */
body,td,th {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top:0px;
	margin-bottom:0;
	margin-left:0;
}

/* NEM PRECISO DESCREVER */
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}

/* BORDA */
.borda {
	border-right-color:#CCCCCC;
	border-right-width:1px;
	border-right-style:solid;	
}

/* TOPO OPCAO DO MENU */
.menu-link {
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-indent: 15px;
	height: 10px;
	width: 200px;
	background: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3DFD1;
	font-weight: bold;
}

/* LINKS DO MENU */
.menu-link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
	text-indent: 15px;
	width: 200px;
	background: #FFFFFF; /*F8F8F8 F6F5F1*/
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	cursor: pointer;
}

/* INDENT DO CONTEUDO INTENO */
.into {
	padding-top: 5px;
}

/* CSS PARA APARECER A MAO NAS IMAGENS */
.imglink {
	cursor: pointer;
	}

/* COLOCANDO UM GIF DENTRO DO TEXTFIELD */	
.searchBox{
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 11px;
	background-color: #F8F8F8;
	border: 1px solid #666666;
	background-image:url('images/magnifying-glass.gif');
	background-repeat:no-repeat;
	padding-left:20px;
}	
