﻿.gvSegundoNivel
{
    margin-left: 15px;
    /*text-align: justify;*/
    width: auto;
    margin-top: 2px;
    margin-bottom: 2px;
}

.tituloConteudo
{
    font-family: Trebuchet MS;
    color: #0b79bf;
    font-size: 14pt;
    margin-left:0px;
}

.conteudo
{
    font-family: Verdana;
    text-align: left;
    color: #636563;
    font-size: 8pt;
    width: 100%;
}

/*a:link
{
    text-decoration: none;
}*/

/*a:visited
{
    text-decoration: none;
    color: #0066CC;
}

a:vlink
{
    color:#0066CC;
}*/

/*a:hover
{
    text-decoration: underline;
}*/

/*a:active
{
    text-decoration: none;
}*/

/*INÍCIO ToolTip*/
.tooltip
{
    position: absolute;
    z-index: 3000;
    color: #0b79bf;
    font-family: Trebuchet MS;
    font-size: 12pt; /*    border: 1px solid #111;     background-color: #eee;*/
    padding: 5px;
    opacity: 0.85;
}

.tooltip h3, .tooltip div
{
    margin: 0;
}

/*FIM ToolTip*/

/*Glossário*/
.labelCampos
{
    font-family: Trebuchet MS;
    font-size: 9pt;
    color: #707070;
}

.buttonGlossario
{
    font-family: Trebuchet MS;
    font-size: 12pt;
    color: #0B7ABD;
    width: 17px;
    height: 22px;
    cursor: pointer;
	padding-left:4px;
	padding-top:0px;
}

.divGlossario
{
    margin-left:0px;
}

/*Glossário*/

/*Duvidas Frequentes*/

.duvidaAssunto
{
    font-family: Verdana;
    color: #6b8793;
    font-size: 11pt;
}

.duvidaPergunta
{
    font-family: Verdana;
    color: #636563;
    font-size: 9pt;
}

.duvidaResposta
{
    font-family: Verdana;
    color: Black;
    font-size: 8pt;
}

.gvDuvidasFreq
{
    margin-left: 13px;
}
/*Duvidas Frequentes*/

/*Início Rating*/
.ratingStar
{
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
}
.filledRatingStar
{
    background-image: url(~/Imagens/estrela_amarela.gif);
}
.emptyRatingStar
{
    background-image: url(~/Imagens/ico_estrela_vazia.gif);
}
.savedRatingStar
{
    background-image: url(~/Imagens/estrela_amarela.gif);
}

.pnlBoxesPrincipal
{
    width: 800px;
    border: solid 1px red;
    float: left;
}

.box_botao
{
    padding: 5px 5px 0px 0px;
    text-align: right;
    float: left;
    width: 100%;
}

.imgButtonLeft
{
    float: left;
    padding-left: 20px;
}
.divAddItemButtonAddBorder
{
    border-bottom: 1px #E5E5E5 solid;
    border-top: 1px #E5E5E5 solid;
    float: left;
    text-align: center;
    height: 20px;
}
.submit
{
    font-family: Trebuchet MS;
    font-size: 8pt;
    color: #0b7abd;
    background: white;
    cursor: pointer;
    border-style: none;
}
/*BOX*/

.cross_head_cent
{
    height: 31px;
    background-image: url(../../App_Themes/Padrao/Imagens/header_ranking_center.gif);
    background-repeat: repeat-x;
    word-wrap: break-word;
    text-align: center;
    font-family: Trebuchet MS;
    color: #0b79bf;
    font-size: 11pt;
    font-weight:bold;    
}
.cross_head_esq
{
    width: 12px;
    height: 31px;
    background-image: url(../../App_Themes/Padrao/Imagens/header_ranking_esq.gif);
    background-repeat: no-repeat;
}
.cross_head_dir
{
    width: 12px;
    height: 31px;
    background-image: url(../../App_Themes/Padrao/Imagens/header_ranking_dir.gif);
    background-repeat: no-repeat;
}
.cross_footer_cent
{
    border-bottom: solid 1px #e5e5e5;
    height: 12px;
}
.cross_footer_esq
{
    width: 10px;
    background-image: url(../../App_Themes/Padrao/Imagens/borda_inferior_esquerda.png);
    background-repeat: no-repeat;
}
.cross_footer_dir
{
    width: 10px;
    background-image: url(../../App_Themes/Padrao/Imagens/borda_inferior_direita.png);
    background-repeat: no-repeat;
}


.cross_footer_cent_novo
{
    height: 25px;
    background-image: url(../../App_Themes/Padrao/Imagens/inferior_center.gif);
    background-repeat: repeat-x;
    text-align: center;
    color: #0b79bf;
    width: auto;
}
.cross_footer_esq_novo
{
    width: 12px;
    height: 25px;
    background-image: url(../../App_Themes/Padrao/Imagens/borda_inferior_esquerda.png);
    background-repeat: no-repeat;
}
.cross_footer_dir_novo
{
    width: 12px;
    height: 25px;
    background-image: url(../../App_Themes/Padrao/Imagens/borda_inferior_direita.png);
    background-repeat: no-repeat;
}


.cross_Bordas
{
    border-color: #e9e9e9;
    border-width: 1px;
    border-bottom-style: none;
    border-top-style: none;
    border-right-style: solid;
    border-left-style: solid;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
    overflow: hidden;
    text-align: left;
}
.cross_Conteudo
{
    width: 184px;
    height: 230px;
    overflow: hidden;
    padding-top:5px;
    color: #0b79bf;
}
.cross_Conteudo_titulo
{
    overflow: hidden;
}
.cross_Botao
{
    border-color: #e9e9e9;
    border-width: 1px;
    border-bottom-style: none;
    border-top-style: none;
    border-right-style: solid;
    border-left-style: solid;
    padding-left: 5px;
    padding-right: 5px;
}
.cross
{
    width: 210px;
    float: left;
    margin: 0 5px 0 4px;
}
.tableBox
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
    border-width: 0px;
}
.cross_subtitulo
{
	color: #0B79BF;
    font-family: Trebuchet MS;
    font-size: 10pt;
    font-weight: bold;
    /*padding: 5px;*/
    /*color: Gray;*/
}
/*BOX*/.gridBoxes tr td, .gridBoxes tr th
{
    border-right: solid 1px #E5E5E5;
}
.RotuloPesquisa
{
    font-family: Trebuchet MS;
    color: #737573;
    font-size: 15px;
    padding-right: 10px;
}
.TextBoxPesquisa
{
    font-size: 14px;
}
.TituloResultadoBusca
{
    font-family: Trebuchet MS;
    font-size: 20px;
    color: #0b79bf;
}

/* AUTO-COMPLETE */
.ui-autocomplete
{
    position: absolute;
    cursor: pointer;
    max-height: 400px;
    overflow: hidden;
}
* html .ui-autocomplete
{
    width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
.ui-menu
{
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
    margin-top: -3px;
}
.ui-menu .ui-menu-item
{
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
    zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active
{
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
}
.ui-widget-overlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-widget
{
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
{
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em;
}
.ui-widget-content
{
    border: 1px solid #dddddd;
    background-color: White;
    color: #333333;
}
.ui-widget-content a
{
    color: #333333;
}
/* FIM AUTO-COMPLETE */

.BotaoComBordas
{
    font-family: Trebuchet MS;
    font-size: 10pt;
    color: #0b7abd;
    background-color: White;
    border-style: none;
    cursor: pointer;
    text-transform: uppercase;
    border-top: solid 1px #E5E5E5;
    border-bottom: solid 1px #E5E5E5;
    height: 20px;
    vertical-align: middle;
}
.Paginador
{
    font-family: Trebuchet MS;
    font-size: 10pt;
    font-weight: bold;
    color: #0b7abd;
    width: 500px;
    background-color: #F5F5F5;
}