﻿/* Box Style */
.txtBoxStyle1 {
    /*background-image: url(../cliente/layout/corners.gif);*/
    background: transparent;
    background-color: #FFFFFF;
    border: 1px solid #b3b3b3;
    color: #666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    padding-left: 4px;
}

.txtBoxStyle2 {
    /*background-image: url(../cliente/layout/grid.gif);*/
    background: transparent;
    border: 1px solid #fff;
    color: #666;
    /*background-color: #FFFFFF;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    padding-left: 4px;
}

.txtBoxStylePesquisa {
    background: transparent;
    border: 0px;
    color: #666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    /*background-image: url(../cliente/layout/corners2.gif);*/
    height: 16px;
    padding-left: 8px;
}

.txtBoxStyleNewsletter {
    background: transparent;
    border: 1px solid #b3b3b3;
    color: #666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    /*background-image: url(../cliente/layout/corners2.gif);*/
    height: 16px;
    padding-left: 3px;
}

.txtBoxStyleLogin {
    background: transparent;
    border: 0px;
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    height: 14px;
}

.txtBoxStyleQtd {
    background: transparent;
    background-color: #FFFFFF;
    border: 1px solid #b3b3b3;
    color: #666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 14px;
    text-align: center;
}


/* Tabelas */

.tabelaLinhaImpar {
    background-color: #EEEEEE;
    color: #000000;
    font-family: Trebuchet MS;
    font-size: 12px;
}

.tabelaLinhaPar {
    background-color: #DCDCDC;
    color: #000000;
    font-family: Trebuchet MS;
    font-size: 12px;
}

.tabelaHeader {
    background-color: #666666;
    border: 0px;
    color: #FFFFFF;
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: bold;
}

/* Popups */

.bodyPopup { }

.tituloPopup {
    background-color: #4D4D4D;
    padding: 5px;
    text-align: center;
}


.txtTituloPopup {
    color: #ffffff;
    font-family: Verdana;
    font-size: 13px;
    font-weight: normal;
    padding-top: 1px;
    text-decoration: none;
}

.txtPopup {
    color: #666;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
}

/* Carrinho */

.txtCarrinho {
    color: #000000;
    font-family: Trebuchet MS;
    font-size: 12px;
    text-decoration: none;
}

.txtCarrinhoTopo {
    color: #4d4d4d;
    font-family: Verdana;
    font-size: 10px;
    height: 18px;
    line-height: 18px;
    text-decoration: none;
    vertical-align: middle;
}

.txtCarrinhoBold {
    color: #000000;
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
/* DropDownList */

.txtDropDownList {
    background-color: #fff;
    border: 1px solid #b3b3b3;
    color: #666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration: none;
    vertical-align: middle;
}

/* Validações */

.txtValidacao {
    color: #ff0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration: none;
    vertical-align: middle;
}

/* Formulários */

.txtFormulario {
    color: #666;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

/* Normal */

.txtNormal {
    color: #666;
    font-family: Verdana;
    font-size: 11px;
    line-height: 16px;
    text-decoration: none;
}

.txtNormalBold {
    color: #666;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

a.lnkNormal:link, a.lnkNormal:visited {
    color: #666;
    font-family: Verdana;
    font-size: 11px;
    font-style: normal;
    text-decoration: none;
}

a.lnkNormal:hover {
    color: #BA4414;
    font-family: Verdana;
    font-size: 11px;
    font-style: normal;
    text-decoration: none;
}

.txtPequeno {
    color: #666;
    font-family: Verdana;
    font-size: 9px;
    line-height: 16px;
    text-decoration: none;
}


.txtManutencao {
    color: #000;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.txtUrl {
    color: #000000;
    font-family: Verdana;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}

/* Título Página */

td.tituloPagina {
    background: url('../cliente/layout/fundo_titulo.png');
    background-repeat: repeat-x;
    height: 24px;
    padding-left: 20px;
}

td.tituloPaginaDPN, .tituloPaginaDPN {
    height: 24px;
    line-height: 24px;
    background: url('../cliente/layout/fundo_dpn.png');
    text-align: center;
    padding-left: 5px;
    font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

td.tituloCategoria
{
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: url('../cliente/layout/fundo_catmenu.png');
    padding-left: 5px;
    font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

.dpnInicio {
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    height: 28px;
    text-align: center;
    text-decoration: none;
}

.txtTituloPaginaDPN 
{
    color: #FFF;
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    text-decoration: none;
}

.txtTituloPagina 
{
	font-family: Verdana;
	font-size: 12px;
	color: #4d4d4d;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	
}

a.lnkTituloPagina:link, a.lnkTituloPagina:visited, a.lnkTituloPagina:active  {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
a.lnkTituloPagina:hover {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #910707;
	text-decoration: none;
}

/* Noticias */

a.lnkTituloNoticia:link, a.lnkTituloNoticia:visited, a.lnkTituloNoticia:active {
    color: #B44116;
    font-family: Verdana;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

a.lnkTituloNoticia:hover {
    color: #000;
    font-family: Verdana;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.txtTituloNoticia {
    color: #B44116;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

.txtDataNoticia {
    color: #000;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

a.lnkFonteNoticia:link, a.lnkFonteNoticia:visited, a.lnkFonteNoticia:active {
    color: #000;
    font-family: Verdana;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

a.lnkFonteNoticia:hover {
    color: #000;
    font-family: Verdana;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

/* Moedas */
a.lnkMoeda:link, a.lnkMoeda:visited, a.lnkMoeda:active {
    color: #999;
    font-family: Verdana;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

a.lnkMoeda:hover {
    color: #ff6600;
    font-family: Verdana;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

a.lnkMoedaSel:link, a.lnkMoedaSel:visited, a.lnkMoedaSel:active, a.lnkMoedaSel:hover {
    color: #ff6600;
    font-family: Verdana;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

/* Produtos */

.txtProduto {
    color: #4d4d4d;
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

a.lnkProduto:link, a.lnkProduto:visited, a.lnkProduto:active {
    color: #4d4d4d;
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

a.lnkProduto:hover {
    color: #910707;
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

.txtPreco {
    color: #CE0000;
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.lnkPreco, a.lnkPreco:link, a.lnkPreco:visited, a.lnkPreco:active {
    color: #CE0000;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

a.lnkPreco:hover {
    color: #CE0000;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

.txtPrecoPromocao {
    color: #CE0000;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-decoration: line-through;
}

.txtPrecoPromocaoPeq {
    color: #CE0000;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    text-decoration: line-through;
}

.txtPrecoPeq {
    color: #CE0000;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

a.lnkPrecoPeq:link, a.lnkPrecoPeq:visited, a.lnkPrecoPeq:active {
    color: #CE0000;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

a.lnkPrecoPeq:hover {
    color: #CE0000;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

.txtLabelsProdutos {
    color: #910707;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.borderFoto { border: 1px solid #b3b3b3; }

/* Paginação */

.txtPaginacao {
    color: #ffffff;
    font-family: Trebuchet MS;
    font-size: 12px;
    text-decoration: none;
}

td.botaoPaginacao, .botaoPaginacao a 
{
    background-color: #4E4E4E;
    border-color: #4E4E4E;
    color: #ffffff;
    font-family: Verdana;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-decoration: none;
    display: block;
}

td.botaoPaginacao a:hover {
    background-color: #ffffff;
    border-color: #4E4E4E;
    color: #4E4E4E;
    font-family: Verdana;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-decoration: none;
    display: block;
}

td.botaoPaginacaoSel {
    background-color: #ffffff;
    border-color: #4E4E4E;
    color: #4E4E4E;
    font-family: Verdana;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-decoration: none;
    display: block;
}

/* Login */

.txtLogin {
    color: #fff;
    font-family: Verdana;
    font-size: 10px;
    font-style: normal;
    text-decoration: none;
}

a.lnkLogin:link, a.lnkLogin:visited, a.lnkLogin:active {
    color: #fff;
    font-family: Verdana;
    font-size: 10px;
    font-style: normal;
    text-decoration: none;
}

a.lnkLogin:hover {
    color: #E8C226;
    font-family: Verdana;
    font-size: 10px;
    font-style: normal;
    text-decoration: none;
}

.botaoLogin {
    /*-moz-border-radius: 5px;*/
    /*background: url('../cliente/layout/fundo_botao_login.jpg');*/
    /*border: 1px solid #666;
    border-radius: 5px;*/
    border: 0px;
    background-color: #FFF;
    color: #4d4d4d;
    cursor: pointer;
    font-family: Trebuchet MS;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    height: 24px;
    padding-left: 7px;
    padding-right: 7px;
    text-decoration: none;
}

/* Botões */

.botaoRedondo,
.botaoRedondoPeq, 
.botaoEstadoEncomenda, 
.botaoEstadoEncomendaDis,
.botaoEstadoEncomendaSel,
.botaoRedondoLogin,
.botaoRedondoNewsletter,
.botaoRedondoCarrinho, 
.botaoRedondoCarrinhoFicha,
.botaoRedondoDetalhes
 {	

    -moz-border-radius: 5px;
    background: url('../cliente/layout/fundo_botao_redondo.jpg');
	
    border: 1px solid #666;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font-family: Trebuchet MS;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    padding-bottom: 3px;
	
    padding-left: 8px;
    padding-right: 8px;
    /*line-height: 25px;
	width: 106px;
	height: 25px;*/
    padding-top: 3px;
    text-align: center;
    text-decoration: none;
    /*background: transparent url('../cliente/layout/btt_menu.png') repeat 0% 50%;*/
    vertical-align: middle;
}

.botaoRedondo:hover,
.botaoRedondoPeq:hover {	

    -moz-border-radius: 5px;
    background: url('../cliente/layout/fundo_botao_redondo_on.jpg');
	
    border: 1px solid #666;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font-family: Trebuchet MS;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    padding-bottom: 3px;
	
    padding-left: 8px;
    padding-right: 8px;
    /*line-height: 25px;
	width: 106px;
	height: 25px;*/
    padding-top: 3px;
    text-align: center;
    text-decoration: none;
    /*background: transparent url('../cliente/layout/btt_menu.png') repeat 0% 50%;*/
    vertical-align: middle;
}

.botaoEstadoEncomenda, .botaoEstadoEncomendaDis {	

    background: url('../cliente/layout/fundo_botao_estado_encomenda.jpg');
    border: 1px solid #666;
    color: #666;
}

.botaoEstadoEncomenda:hover {	

    background: url('../cliente/layout/fundo_botao_estado_encomenda_on.jpg');
    color: #000;
}

.botaoRedondoLogin {	

    background: url('../cliente/layout/fundo_botao_login2.jpg');
	
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 13px;
	
    padding-left: 5px;
    padding-right: 5px;
	height: 48px;
}

.botaoRedondoLogin:hover {	
    background: url('../cliente/layout/fundo_botao_login2_on.jpg');
}

.botaoRedondoNewsletter 	
{
    background: transparent;
    background-color: #d9d9d9;
	
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #000;
    font-size: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.botaoRedondoNewsletter:hover {	
    background-color: #ccc;
}

.botaoRedondoCarrinho {	
    background: url('../cliente/layout/fundo_botao_redondo_carrinho.jpg');
    font-size: 10px;
    padding-left: 6px;
    padding-right: 6px;
}

.botaoRedondoCarrinho:hover {	
    background: url('../cliente/layout/fundo_botao_redondo_carrinho_on.jpg');
}

.botaoRedondoCarrinhoFicha {	

    background: url('../cliente/layout/fundo_botao_redondo_carrinho.jpg');
    font-size: 12px;
}

.botaoRedondoCarrinhoFicha:hover {	
    background: url('../cliente/layout/fundo_botao_redondo_carrinho_on.jpg');
}

.botaoRedondoDetalhes {	

    background: url('../cliente/layout/fundo_botao_redondo.jpg');
    font-size: 10px;
    padding-left: 6px;
    padding-right: 6px;
}

.botaoRedondoDetalhes:hover {	
    background: url('../cliente/layout/fundo_botao_redondo_on.jpg');
}

/* Rodapé */

a.lnkRodape:link, a.lnkRodape:visited, a.lnkRodape:active {
    color: #fff;
    font-family: Verdana;
    font-size: 10px;
    font-style: normal;
    text-decoration: none;
}

a.lnkRodape:hover {
    color: #fff;
    font-family: Verdana;
    font-size: 10px;
    font-style: normal;
    text-decoration: underline;
}

.txtRodape {
    color: #fff;
    font-family: Verdana;
    font-size: 10px;
    font-style: normal;
    text-decoration: none;
}

.tdRodape {
    color: #fff;
    font-family: Verdana;
    font-size: 10px;
    font-style: normal;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}

/* Menus */
.txtMenu {
    color: #4d4d4d;
    font-family: Verdana;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

td.botaoMenu a {	

    /*background: transparent url('../cliente/layout/pixel.gif') repeat 0% 50%;*/
	
    clear: both;
    /*background-color: #fff;*/
    color: #fff;
    display: block;
    font-family: Trebuchet MS;
    font-size: 12px;
    line-height: 16px;
	/*width: 110px;*/
	height: 16px;
	
    font-style: normal;
    font-weight: normal;
    /*width: 110px;
    height: 22px;
    line-height: 22px;*/
    text-align: center;
    text-decoration: none;
    vertical-align: middle;    
}

td.botaoMenu a:hover, td.botaoMenuSel a, td.botaoMenuSel a:hover {	

    /*background: transparent url('../cliente/layout/pixel.gif') repeat 0% 50%;*/
	
    clear: both;
    /*background-color: #ffffff;*/
    color: #777;
    display: block;
    font-family: Trebuchet MS;
    font-size: 12px;
	
    font-style: normal;
    font-weight: normal;
    /*width: 180px;
    height: 38px;
    line-height: 37px;*/
    text-align: center;
    text-decoration: none;
    vertical-align: middle;    
}

td.botaoSubMenu a {	

    background-color: #531004;
	color: #FFFFFF;
	border: 1px solid #531004;
    clear: both;
    display: block;
    font-family: Verdana;
    font-size: 11px;
    font-style: normal;

    font-weight: normal;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    vertical-align: middle;
    width: 80px;
}

td.botaoSubMenu a:hover {	

    background-color: #fff;
	color: #531004;
	border: 1px solid #531004;
    clear: both;
    display: block;
    font-family: Verdana;
    font-size: 11px;
    font-style: normal;
	
    font-weight: normal;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    vertical-align: middle;
    width: 80px;
}

td.botaoMenuLat a {	

    -moz-border-radius: 5px;
	
    background: transparent url('../cliente/layout/fundo_caixa.jpg') repeat 0% 50%;
    border: 1px solid #ffffff;
    border-radius: 5px;
    clear: both;
    /*background-color: #000000;*/
    color: #ffffff;
    display: block;
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
	
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    width: 180px;
}

td.botaoMenuLat a:hover {	

    -moz-border-radius: 5px;
	
    background: transparent url('../cliente/layout/fundo_caixa.jpg') repeat 0% 50%;
    border: 1px solid #ffffff;
    border-radius: 5px;
    clear: both;
    /*background-color: #000000;*/
    color: #ffffff;
    display: block;
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
	
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    width: 180px;
}

.botaoCatMenu {	

    background: url('../cliente/layout/fundo_catmenu.jpg');
}

td.botaoCatMenu a {	

    clear: both;
	
    color: #fff;
    display: block;
    font-family: Verdana;
    font-size: 11px;
	
    font-style: normal;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    text-indent: 15px;
}

td.botaoCatMenu a:hover {	

    background: transparent url('../cliente/layout/fundo_catmenu.jpg') repeat 0% 50%;
	
    clear: both;
    color: #F27A23;
    display: block;
    font-family: Verdana;
    font-size: 11px;
	
    font-style: normal;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    text-indent: 15px;
}

td.botaoCatMenuSub a {	

    background: transparent url('../cliente/layout/fundo_catmenu.jpg') repeat 0% 50%;
    clear: both;
	
    color: #fff;
    display: block;
    font-family: Verdana;
    font-size: 11px;
	
    font-style: normal;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
    /*background: transparent url('../cliente/layout/btt_menu.jpg') repeat 0% 50%;*/
    vertical-align: middle;
    width: 180px;
    text-indent: 15px;
}

td.botaoCatMenuSub a:hover {	

    background: transparent url('../cliente/layout/fundo_catmenu.jpg') repeat 0% 50%;
	
    clear: both;
    color: #F27A23;
    display: block;
    font-family: Verdana;
    font-size: 11px;
	
    font-style: normal;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    width: 180px;
    text-indent: 15px;
}

/* fundos */

.body {
    /*background: url('../cliente/layout/fundo.jpg');*/
    background-color: #fff;
    /*background-repeat: repeat-x;*/
    margin: 0px;
}

.miolo  {
    background-color: #ffffff; 
}

/*Modal Popup*/

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #FFFFFF;
    border-color: Black;
    border-style: solid;
    border-width: 3px;
    height: auto;
    padding: 5px;
    width: auto;
}


a.fechaFoto {
    background-color: #000000;
    color: #FFFFFF;
    font-family: Trebuchet MS;
    font-size: 20px;
    font-style: normal;
    text-decoration: none;
}

a.fechaFoto:hover {
    background-color: #000000;
    color: #ff0000;
    font-family: Trebuchet MS;
    font-size: 20px;
    font-style: normal;
    text-decoration: none;
}

.txtTituloModal {
    color: #FFFFFF;
    font-family: Trebuchet MS;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

/* Hrs */

.hrs {
    background-color: #666666;
    color: #666666;
    height: 1px;
}

/* GridView paginação */

.gridviewPaginacao, .gridviewPaginacao td {
    color: #E8C226;
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    vertical-align: top;
}

.gridviewPaginacao a {
    color: #ffffff;
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    vertical-align: bottom;
}

.gridviewPaginacao a:hover {
    color: #E8C226;
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    vertical-align: bottom;
}


/*ROUND ABOUT*/

.roundabout-holder {
    height: 10em;
    list-style: none;
    margin: 1em auto;
    width: 40em;
}

.roundabout-moveable-item {
    cursor: pointer;
    height: 300px;
    width: 400px;
}

.roundabout-moveable-item img { width: 100%; }

.roundabout-in-focus { cursor: auto; }

/*Scroller*/

#container {
    height: 160px;
    overflow: hidden;
    position: relative;
    width: 960px;
}

#scroller { width: 960px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */ }

/* Calendário de Eventos */

.calendarioTitulo {
    background-color: #29166F;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    vertical-align: top;
}

.calendario a {
    font-family: Verdana;
    font-size: 10px;
    text-decoration: none;
}

.calendario a:hover {
    font-family: Verdana;
    font-size: 10px;
    text-decoration: underline;
}

/* Menus */

ul#menu, ul#menu ul {
    font-family: Verdana;
    font-size: 11px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

ul#menu a {
    display: block;
    text-decoration: none;
}

ul#menu li { }

ul#menu li a {
    background: url('../cliente/layout/fundo_catmenu.jpg');
    clear: both;
    /*background-color: #000000;*/
    color: #fff;
    display: block;
    font-family: Trebuchet MS;
    font-size: 11px;
    font-style: normal;
	
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    width: 200px;
    text-indent: 5px;
}

ul#menu li a:hover {
	
    background: url('../cliente/layout/fundo_catmenu.jpg');
    clear: both;
    /*background-color: #000000;*/
    color: #fff;
    display: block;
    font-family: Trebuchet MS;
    font-size: 11px;
    font-style: normal;
	
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    width: 200px;
    text-indent: 5px;
}

ul#menu li ul li a {
    background: none;
    border: 0px;
    border-top: 1px solid #b3b3b3;
    clear: both;
    color: #fff;
    display: block;
    font-family: Verdana;
    font-size: 11px;
	
    font-style: normal;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    width: 200px;
    text-indent: 10px;
}

ul#menu li ul li a:hover {
    background: none;
    border: 0px;
    border-top: 1px solid #b3b3b3;
    clear: both;
    color: #000;
    display: block;
    font-family: Verdana;
    font-size: 11px;
	
    font-style: normal;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    width: 200px;
    text-indent: 10px;
}