/*----  css Site Express  ----*/
/*----  css alteraveis  ----*/



/*------------- CONFIGURACAO BASE --------------------------------------------------------------------*/

body, td
{
	font-family: Arial, Helvetica, sans-serif;
	
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*
	font-family: Verdana, Geneva, sans-serif;				---> outras fontes possiveis 
	font-family: Tahoma, Geneva, sans-serif;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family: "Times New Roman", Times, serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	*/
	
	color: /*#333*/#333;	/* cor do texto geral */

	
}

body
{		
	background: /*#ccc*/#255fdd;	/* cor de fundo */
}


/* cor dos links */

a:link, a:active, a:visited		
{
	color: /*#666*/#255fdd;
}

a:hover
{
	color: /*#999*/#2D4007;
}


/*-------------------- BOX LINGUAS ---------------------------------------------------------------------*/

.boxLang a:link, .boxLang a:active, .boxLang a:visited
{
	background: /*#999*/#679a01;
	color: /*#fff*/#fff;
}

.boxLang a:hover
{
	background: /*#666*/#666;
	color: /*#fff;*/#fff;
}


/*--------------------- SLOGAN EMPRESA ------------------------------------------------------------------*/

.boxFrase
{
	font-size: 15px;
	color: ;
}


/*--------------------- CAIXAS -------------------------------------------------------------------------*/

/* titulos das caixas */

.boxLaterais h3, .boxCentrais h2, .boxDownloads h3, .boxComentarios h3
{
	color: /*#999*/#000000;
}


/* fundo e outline das caixas */

.lateraisContent, .centraisContent, .downloadsContent, .comentariosContent
{
	background-color: #fff;
	border: 1px /*solid*/solid /*#ccc*/#ccc;
}


/* inputs das caixas */

.lateraisContentInput input
{
	background: /*#E1E1E1*/#679a01;
	color: /*#666*/#000000;
}


/*-------------------- BOTOES -----------------------------------------------------------------------*/


.btns input, .formItemButtons input,
.btns a:link, .btns a:active, .btns a:visited,
.formItemButtons a:link, .formItemButtons a:active, .formItemButtons a:visited
{
	color: /*#666*/#666;
}


/* icones dos botoes do topo */
.boxBotoes img
{
	visibility: /*visible*/visible;
}

/*-------------------- MENU -------------------------------------------------------------------------*/

/* cor de fundo */

.boxMenu
{
	background: /*#999*/#679a01;
}

.boxMenu li
{
	width: 200px;
	background: /*#999*/#679a01;
	
	/*-moz-opacity:.70;
	opacity:0.7;
	filter:alpha(opacity=70);*/
}

/* items do menu */

.boxMenu li a:link, .boxMenu li a:visited, .boxMenu li a:active
{
	color: /*#fff*/#000000;
	font-size: /*14px*/14px;
	border-bottom: 1px /*solid*/solid /*#fff*/#fff;
}

.boxMenu li a:hover
{
	background: /*#666*/#2D4007;
	color: /*#ccc*/#fff;
}



/* --------------- DESTAQUES E NOTICIAS -------------------------------------------------------------*/

/* titulos */

.destaquesItem h4 a:link, .destaquesItem h4 a:visited, .destaquesItem h4 a:active,
.noticiasItem h4 a:link, .noticiasItem h4 a:visited, .noticiasItem h4 a:active
{
	color: /*#333*/#333;
}

.destaquesItem h4 a:hover,
.noticiasItem h4 a:hover
{
	color: /*#666*/#666;
}

/* linha ver todos */

.verTodos
{
	border-top: 1px /*solid*/solid /*#ccc*/#ccc;
}


/*----------------- ARTIGOS -----------------------------------------------------------------------*/

/* titulo principal */

.boxContent h1
{
	color: /*#666*/#000000;
	border-bottom: 1px /*solid*/solid /*#ccc*/#ccc;
}

/* titulos secundarios */

.contentTexto h2
{
	color: /*#333*/#333;
}

.contentTexto h3
{
	color: /*#666*/#666;
}

.contentTexto h4, .contentTexto h5, .contentTexto h6
{
	color: /*#888*/#888;
}

/* downloads hover */

.downloadsContent li a:hover
{
	color: /*#999*/#2D4007;
}


/*------------------- PRODUTOS ---------------------------------------------------------------*/

/* btn pedir info */

.info
{
	background: /*#ccc*/#ccc;
}

.info a:link, .info a:visited, .info a:active
{
	color: /*#333*/#333;
}

.info a:hover
{
	color: /*#666*/#666;
}

/*-------------------- GALERIA ------------------------------------------------------------------*/


.galeriaItem
{
	border: 1px /*solid*/solid /*#ccc*/#ccc;
}


/*-------------------- FOOTER -------------------------------------------------------------------*/


.boxFooter,
.boxFooter .footerLeft a:link, .boxFooter .footerLeft a:visited, .boxFooter .footerLeft a:active,
.boxFooter .footerRight a:link, .boxFooter .footerRight a:visited, .boxFooter .footerRight a:active
{
	color: /*#fff*/#fff;
}

.boxFooter .footerLeft a:hover,
.boxFooter .footerRight a:hover
{
	color: /*#999*/#999;
}

/*----------------- FORMULARIO DINAMICO -------------------------------------------------------*/

.moduloFormulario, .moduloFormulario .formItemInput .formTextArea textarea
{
	font-family: /*Arial, Helvetica, sans-serif*/Arial, Helvetica, sans-serif;
}

.moduloFormulario .formItemName
{
	color: /*#333*/#333;
}


/*- titulos -*/

.moduloFormulario .formItemTitle
{
	color: /*#333*/#333;
}



/*------------------ CALENDARIO HOME -----------------------------------------------------------*/

/* dia actual */

/*.calendarWrapper_Default .TableLayout_Default td.dayToday
{
	background: #666 !important;
}*/


/* cor do dia depois de seleccionar*/

/*.calendarWrapper_Default td.radCalSelect_Default
{
	background: #939393;		
}*/


/* cor do mouse hover */

/*.calendarWrapper_Default .radCalHover_Default, 
.calendarWrapper_Default .radCalWeekendHover_Default
{
	background: #bbb;
}*/


/* cor do dia de um evento */

.calendarWrapper_Default .TableLayout_Default td.dayFuture 
{ 
	background:/*#f90*/#dd00fe !important;
}