﻿body {
    background: url('Img/Fundo.jpg') repeat-x;
    font-family: Tahoma, Verdana;
}

a:link {
    color: #666666;
    text-decoration: none;
}

a:visited {
    color: #666666;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}


.Titulo1 {
    font-family: Tahoma, Verdana;
    font-size: 18pt;
}

.Titulo2 {
    font-family: Tahoma, Verdana;
    font-size: 14pt;
    padding-bottom: 20px;
}

.Botao, .BotaoSalvar {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 0.9em;
    height: 28px;
}

.BotaoSalvar {
    width: 108px;
}

.MenuGrid {
    height: 30px;
}

.MenuGrid2 {
    height: 30px;
    border-bottom: solid 1px #CCCCCC;
    margin-bottom: 10px;
}


/* Configurações do menu */

.Menu {
    font-family: Verdana;
    font-size: 10pt;
    color: #000000;
    cursor: pointer;
}

    .Menu a:link, .Menu a:visited {
        color: #000000;
        text-decoration: none;
    }

    .Menu a:hover {
        color: #000000;
        text-decoration: underline;
    }

.MenuCorpo {
    border: #CCCCCC 1px solid;
    z-index: 1000;
    cursor: pointer;
    background-color: #ffffff;
}


.MenuItem, .MenuItem a:link, .MenuItem a:visited {
    padding: 3px;
    border: white 1px solid;
    font-size: 10pt;
    cursor: pointer;
    color: #000000;
    font-family: Arial, Helvetica;
}

.MenuItemHover {
    padding: 3px;
    border: #CCCCCC 1px solid;
    font-size: 10pt;
    cursor: pointer;
    color: #000000;
    font-family: Arial, Helvetica;
}


/* */


.ModalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.MenuCadastro {
    width: 150px;
    padding: 10px;
}


/* GridView */
.GridViewHeaderCenter th {
    text-align: center;
}

.GridViewHeaderLeft th {
    text-align: left;
}


/* TextAlign */

.TextAlignLeft {
    text-align: left;
}

.TextAlignCenter {
    text-align: center;
}

.TextAlignRight {
    text-align: right;
}

/*  */


/* Bloco de conteúdo - visível e invisível */

.BlocoConteudoTitulo {
    cursor: pointer;
}

.BlocoConteudoInvisivel {
    display: none;
}

.BlocoConteudoVisivel {
}

.BlocoConteudoInvisivelImg {
    background-image: url(Img/ico_bloco_conteudo_expandir.png);
    width: 21px;
    height: 21px;
}

.BlocoConteudoVisivelImg {
    background-image: url(Img/ico_bloco_conteudo_retrair.png);
    width: 21px;
    height: 21px;
}

/* */

.BuscaAutoComplete {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    border: solid 1px #006699;
    line-height: 20px;
    padding: 10px;
    background-color: White;
    margin-left: -150px;
}

#BuscaAutoCompleteLista {
    width: 250px !important;
}

    #BuscaAutoCompleteLista div {
        width: 250px !important;
    }
	
	
.PessoaSelecionarAutoComplete{
	
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    border: solid 1px #006699;
    line-height: 20px;
    padding: 10px;
    background-color: White;
}

	

.PrincipalCaixa {
    border: solid 1px #666666;
}

.PrincipalCaixaTitulo {
    font-family: Tahoma, Verdana;
    font-size: 14pt;
    padding: 6px;
    background-color: #F4F4F4;
    color: #000000;
    border-bottom: solid 1px #CCCCCC;
}

.PrincipalCaixaConteudo {
    padding: 10px;
}



.AvisosItem {
    font-size: 10pt;
    padding: 8px;
}
