/* 
    Document   : gerais
    Created on : 18/Jun/2012, 11:07:16
    Author     : Ricardo Ferreira
    Description:
        Purpose of the stylesheet follows.
*/

@font-face {
    font-family: OceaniaRegular;
    src: url(../fontes/Oceania-Regular.eot);
}
@font-face {
    font-family: OceaniaRegular;
    src: url(../fontes/Oceania-Regular.ttf);
}

@font-face {
    font-family: OceaniaLight;
    src: url(../fontes/Oceania-Light.eot);
}
@font-face {
    font-family: OceaniaLight;
    src: url(../fontes/Oceania-Light.ttf);
}

@font-face {
    font-family: OceaniaBold;
    src: url(../fontes/Oceania-Bold.eot);
}
@font-face {
    font-family: OceaniaBold;
    src: url(../fontes/Oceania-Bold.ttf);
}


root { 
    display: block;
}

html body {
    margin: 0px;
    background: white;
}

a{
    text-decoration: none;
    color: black;
}

.tabBackground{
    width: 100%;
    height: 100%;

    position: absolute;
    top:0;
    left:0;
    z-index:1;
}

.tdTop{
    width: 100%;
    height: 139px;
}

.tdContent{
    width: 100%;
    height: 100%;
}
.tdFooter{
    width: 100%;
    height: 60px;
    background: transparent;
}

.optionMenuTop{
    float: left;
    margin-top: 10px;
}

.optionMenuTop a{
    color: #2A2A29 !important;
    font-family: arial;
    font-size: 13px;
    text-decoration: none;
    letter-spacing: 0px;
}
.optionMenuTop a:hover{
    color: #59A938 !important;
}

.optionSeparatorMenuTop{
    float:left;
    width: 15px;
    height: 1px;
}

.listaMenu{
    display: none;
    margin-top: 35px;
    z-index: 99;
    position: absolute;
}

.opcaoListaMenu{
    width: 100%;
    height: 15px;
    margin-bottom: 2px;
    margin-left: 2px;
    font-size: 12px;
    font-family: arial;
    color:#727271;
    z-index: 99;
    cursor:pointer;
}

.inputNewsletter{
    width: 146px;
    height: 17px;
    float: left;
    margin-right: 0px;
    font-family: calibry;
    font-size: 13px;
    border: 0px;
    padding: 0px;  
    background: #cccccc;
}

.imgNewsletter{
    width: 20px;
    height: 17px;
    float:left;
    margin-left: 7px;
    margin-top: -9px;
    padding:0px;
    cursor: pointer;
    border: 0px;
}

intro_oc{
    font-size: 16px;
    font-family: OceaniaRegular;
}

intro_sans{
    font-size: 16px;
    font-family: sans;
}
.paginacao{
    font-size:20px;
    font-family: OceaniaLight;
    float:left;
    cursor: pointer;
    color: #5B5B5A;
    font-weight: normal;

    float:left;
}

.contactoInput{
    clear: both;
    width: 300px;
    height: 20px;
    /*margin-bottom: 15px;*/
    background: #CBD4D7;
    border: 0px;
    font-family: Calibri;
    font-size: 14px;
}


.contactoTextArea{
    float: left;
    width: 300px;
    height: 156px;
    background: #CBD4D7;
    border: 0px;
    font-family: Calibri;
    font-size: 14px;
}

.lable{
    font-size:15px;
    font-family: Arial;
    color: #767679;
    margin: 0px;
}

.link{
    font-size:17px;
    font-family: Arial;
    color: #767679;
    cursor: pointer;
    font-weight: bold;
}

/*
-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background: blue;
}
 
-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
-webkit-scrollbar-thumb {
    background: #ff0000;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

*/