/******************************************************************************************************************************************************************************************************************
*									CSS HTML PADRÃO
******************************************************************************************************************************************************************************************************************/
body {
	font-family					: Verdana, Arial, Helvetica;
	font-size					: 10px;
	scrollbar-3dlight-color		: #565656;
	scrollbar-highlight-color	: #565656;
	scrollbar-arrow-color		: #CCCCCC;
	scrollbar-base-color		: #252525;
	scrollbar-shadow-color		: #565656;
	scrollbar-darkshadow-color	: #565656; 
	scrollbar-face-color		: #252525;
	background-color			: #DEDCD8;
	background-image			: url(images/bg_site.gif);
	margin						: 0px;
}

a:visited	{ text-decoration: none; color: #333333; }
a:link		{ text-decoration: none; color: #333333; }
a:hover		{ text-decoration: none; color: #D63133;}

.cat:visited	{ text-decoration: none; color: #868686; font-size: 10px; font-weight: bold; }
.cat:hover		{ text-decoration: none; color: #333333; font-size: 10px; font-weight: bold; }
.cat:link		{ text-decoration: none; color: #868686; font-size: 10px; font-weight: bold; }

.lin:visited	{ text-decoration: none; color: #868686; font-size: 10px; font-weight: bold; }
.lin:hover		{ text-decoration: none; color: #333333; font-size: 10px; font-weight: bold; }
.lin:link		{ text-decoration: none; color: #868686; font-size: 10px; font-weight: bold; }

td, p {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 9px;
	color: #525252;
}

#TD_CAT {
	height				: 25px;
	background			: url('images/bg_td_cat.gif') repeat-x;
}

	#TD_CAT, #TD_CAT a {
		font-family			: Verdana, Arial, Helvetica;
		font-size			: 12px;
		font-weight			: bold;
		font-variant		: normal;
		text-transform		: uppercase;
		color				: #293481;
		margin: 0 2px;
	}

	#TD_CAT a:hover {
		color				: #FFF;
	}

#RESULT {
	height				: 25px;
	padding-left		: 5px;
	background			: url('images/bg_td_result.gif') repeat-x;
}

	#RESULT, #RESULT a {
		font-family			: Verdana, Arial, Helvetica;
		font-size			: 10px;
		font-weight			: bold;
		font-variant		: normal;
		text-transform		: uppercase;
		color				: #FFF;
	}

#TRABALHE {
	margin				: 20px 10px;
	padding				: 10px;
	background			: #efefef;
	border				: 1px dotted #CCC;
	font-weight			: bold;
}

.td_PRD_ON {
	background-color	: #C1C1C1;
	border-top-width	: 1px;
	border-top-style	: solid;
	border-top-color	: #B4B4B4;
	
	border-bottom-width	: 1px;
	border-bottom-style	: solid;
	border-bottom-color	: #B4B4B4;
}

.td_PRD_OFF {
	background-color	: #E2E2E2;
	border				: none;
}

/******************************************************************************************************************************************************************************************************************
*									CSS DE TEXTOS E FOTOS
******************************************************************************************************************************************************************************************************************/
.bg_pts {
	background-image			: url(images/pts.gif);
	background-repeat			: repeat-x;
	background-position			: center center;
	height						: 11px;
}
.img {
	border: 1px solid #525252;
}
.titulo_cinza {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
}
.marca_tit {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FF0000;
}
.titulo_pq {
	color: #BC2324;
}
.texto_pq {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #8DA6C2;
}

/******************************************************************************************************************************************************************************************************************
*									CSS DE FORMS
******************************************************************************************************************************************************************************************************************/
.bt_buscar, .bt_entrar {
	background-image			: url(images/bt_buscar.gif);
	background-repeat			: no-repeat;
	background-color			: transparent;
	width						: 58px;
	height						: 22px;
	border						: 0px none;
	cursor						: hand;
}
.bt_entrar {
	background-image			: url(images/bt_entrar.gif);
}

.bt_enviar {
	background-image: url(images/bt_enviar.gif);
	height: 10px;
	background-repeat: no-repeat;
	width: 52px;
	border: none 0px;
	cursor: hand;
	background-color: #FFFFFF;
}
.bt_form {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	background-color: #efefef;
	border: 1px #CCCCCC solid;
	text-transform: lowercase;
}
.bt_ok {
	background-image			: url(images/bt_ok.gif);
	background-repeat			: no-repeat;
	background-color			: transparent;
	width						: 18px;
	height						: 17px;
	border						: 0px none;
	cursor						: hand;
}
.bt_resultados {
	background-image			: url(images/bt_resultados.gif);
	background-repeat			: no-repeat;
	background-color			: transparent;
	width						: 74px;
	height						: 22px;
	border						: 0px none;
	cursor						: hand;
}
.bt_votar {
	background-image			: url(images/bt_votar.gif);
	background-repeat			: no-repeat;
	background-color			: transparent;
	width						: 50px;
	height						: 22px;
	border						: 0px none;
	cursor						: hand;
}

.text {
	font-family					: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size					: 8pt;
	color						: #898989;
	background-color			: #F7F7F7;
	border						: #ACACAC solid 1px;
	padding-left				: 3px;
	background-image			: url(images/bg_campo.gif);
	height						: 17px;
}
.text_Min	{
	font-family					: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size					: 8pt;
	color						: #898989;
	background-color			: #F7F7F7;
	border						: #ACACAC solid 1px;
	padding-left				: 3px;
	background-image			: url(images/bg_campo.gif);
	height						: 17px;
	text-transform				: lowercase;
}
.text_Mai  {
	font-family					: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size					: 8pt;
	color						: #898989;
	background-color			: #F7F7F7;
	border						: #ACACAC solid 1px;
	padding-left				: 3px;
	background-image			: url(images/bg_campo.gif);
	height						: 17px;
	text-transform				: capitalize;

}
.textArea	{
	font-family					: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size					: 8pt;
	color						: #898989;
	background-color			: #FFFFFF;
	border						: #ACACAC solid 1px;
	padding-left				: 3px;
	background-image			: url(images/bg_campo.gif);
	background-repeat			: repeat-x;
	width: 98%
}
/******************************************************************************************************************************************************************************************************************
*									ESPAÇAMENTO E TABELAS
******************************************************************************************************************************************************************************************************************/
.space10por5 {
	padding-top		: 10px;
	padding-right	: 5px;
	padding-bottom	: 10px;
	padding-left	: 5px;
}
.space10 {
	padding: 10px;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #C02021;
}
.pad2px {
	margin-top: 2px;
	margin-bottom: 2px;
}
.space4 {
	padding: 4px;
}
.tdriscpd {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
	padding-left: 4px;
}

#ALERTA {
	display						: block;
	margin						: 20px 0;
	padding						: 20px;
	border						: 2px dashed #BC2324;
	background					: #F7F7F7;
	text-align					: center;
	color						: #BC2324;
	font-weight					: bolder;
}
