﻿body {
    margin: 0;
    /*background-image: url(~/imagens/estrutura/fundogeral.gif);*/
    background-position: top center;
    background-color: #F7F7F7;
    background-repeat: repeat-y;
}

/*
body
{
  background: #b6b7bc;
  font-size: .80em;
  font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
  margin: 0px;
  padding: 0px;
  color: #696969;
}
*/

.LinkLaranja a {
    COLOR: #FFCC00;
}

    .LinkLaranja a:hover {
        COLOR: #000000;
    }

* a {
    COLOR: #006FA4;
}

    * a:hover {
        COLOR: #000000;
    }

* {
    font-size: 11px;
    font-family: "Trebuchet MS", Arial;
    text-decoration: none;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 798px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    padding-bottom: 20px;
}

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 300px;
}

.title {
    text-align: center;
    margin: 0;
    padding: 0;
}

.footer {
    background-color: #F7F7F7;
    margin: 0px auto 0px auto;
    width: 791px;
    text-align: center;
}


/* ************** */

#pop {
    /*display: none;*/
    /*
    position: fixed;
    top: 50%;
    right: 0%;
    margin-left: -150px;
    margin-top: -100px;
    padding: 10px;
    width: 300px;
    height: 100px;
    border: 1px solid #d0d0d0;
    background: rgba(247, 245, 245, 0.74);
    */
    position: fixed;
    width: 343px;
    z-index: 100;
    right: 0pt;
    top: 0pt;
    padding:10px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}


#flutuante {
    float: left;
}

#backlogin{
    background: url(../imagens/css/backautentica.gif);
    background-repeat: no-repeat;
    background-position: top center;
    width: 319px;
    height: 198px;
}

#backjanela {
    background: url(../imagens/css/back_janela.gif);
    background-repeat: no-repeat;
    background-position: top center;
    width: 342px;
    height: 190px;
}

.edit {
    font-family: Trebuchet MS, Arial, Tahoma;
    font-size: 11px;
    color: #000000;
    border: 1px solid #A5D6FE;
    background-color: White;
}

.vermelho {
    color: Red;
}

.camponota {
    text-align: center;
    width: 35px;
}

.campoconceito {
    text-align: center;
    width: 5px;
}

.camposit {
    font-size: 8px;
    text-align: right;
    width: 30px;
}

.campofoto {
    height: 2cm;
    width: 1.5cm;
}

.formlaranja {
    height: 20px;
    BORDER-RIGHT: #FFE066 1px dashed;
    BORDER-TOP: #FFE066 1px dashed;
    BORDER-LEFT: #FFE066 1px solid;
    BORDER-BOTTOM: #FFE066 1px dashed;
    BACKGROUND-COLOR: #FFFAE6;
}

.formcinza {
    BORDER-RIGHT: #CCCCCC 1px dashed;
    BORDER-TOP: #CCCCCC 1px dashed;
    BORDER-LEFT: #CCCCCC 1px solid;
    BORDER-BOTTOM: #CCCCCC 1px dashed;
    BACKGROUND-COLOR: #F5F5F5;
}

.formlinha {
    BORDER-RIGHT: #FFFFFF 1px dashed;
    BORDER-TOP: #FFFFFF 1px dashed;
    BORDER-LEFT: #FFFFFF 1px solid;
    BORDER-BOTTOM: #E2E2E2 1px dashed;
}

.formazul {
    BORDER-RIGHT: #0196EF 1px dashed;
    BORDER-TOP: #FFFFFF 1px dashed;
    BORDER-LEFT: #FFFFFF 1px solid;
    BORDER-BOTTOM: #0196EF 1px dashed;
    BACKGROUND-COLOR: #F0FAFF;
}

.formlinhas {
    BORDER-RIGHT: #A5D6FE 1px dashed;
    BORDER-TOP: #A5D6FE 1px dashed;
    BORDER-LEFT: #A5D6FE 1px dashed;
    BORDER-BOTTOM: #A5D6FE 1px dashed;
}

.formsolinha {
    BORDER-RIGHT: none;
    BORDER-TOP: none;
    BORDER-LEFT: none;
    BORDER-BOTTOM: #CCCCCC 1px dashed;
}
