﻿table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0 none;
}

ol, ul {
    list-style: none outside none;
}

caption, th {
    text-align: left;
}

h1 {
    font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-stretch: normal;
    font-weight: bold;
    font-size: 14pt;
    color: #CC292C;
}

h2 {
    font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 400;
    font-stretch: normal;
    font-size: 12pt;
    font-weight: bold;
    color: #CC292C;
}

h3 {
    font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 400;
    font-stretch: normal;
    font-weight: bold;
    font-size: 12pt;
    color: #686868;
}

q:before, q:after {
    content: "";
}

abbr, acronym {
    border: 0 none;
}

header, nav, section, article, aside, footer {
    display: block;
}

body {
    font: 12px/18px;
    height: 100%;
    width: 100%;
    font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 400;
    font-stretch: normal;
    color: #686868;
}

a {
    color: blue;
    outline: medium none;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

p {
    font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 400;
    font-stretch: normal;
    font-size: small;
    color: #686868;
}

img {
    border: medium none;
}

input {
    vertical-align: middle;
}

#wrapper {
    height: auto !important;
    margin: 0 auto;
    min-height: 100%;
    width: 1000px;
}

#header {
    height: 170px;
}

#logo {
    position: relative;
    top: 15px;
}

#pesquisaControl {
    float: right;
}

#logoBtns {
    float: right;
    display: inline-block;
    padding-right: 20px;
}

    #logoBtns > a {
        padding: 0px;
    }

    #logoBtns a img {
        padding: 3px 5px 0 0;
        width: 20px;
    }

.pesquisaTextBox {
    border: 1px solid grey;
    border-radius: 10px 10px 10px 10px;
    height: 20px;
    padding: 0 5px;
    width: 180px;
}

.pesquisaButton {
    width: 25px;
}

#middle {
    height: 1%;
    padding: 0 0 20px;
    position: relative;
    width: 100%;
}

    #middle:after {
        clear: both;
        content: "";
        display: table;
    }

#container {
    float: left;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#sideRight {
    background: none repeat scroll 0 0 #FF0000;
    float: right;
    height: 100%;
    margin: 10px -3px 0 -200px;
    overflow: auto;
    position: relative;
    width: 200px;
}

    #sideRight > img {
        margin: 10px;
        width: 150px;
    }

.smallWdgtdestaquesBlock {
    color: white;
    margin: 10px;
}

.smallWdgtdestaquesTitulo > a {
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

    .smallWdgtdestaquesTitulo > a:hover {
        text-decoration: underline;
    }

.smallWdgtdestaquesText {
    margin-top: 5px;
    font-size: 11px;
}

.smallWdgtdestaquesLink {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
}

    .smallWdgtdestaquesLink > a {
        color: #000000;
        text-decoration: none;
    }

.destaquesTitulo > a {
    color: #CC292C;
    font-size: 12pt;
    text-decoration: none;
}

    .destaquesTitulo > a:hover {
        text-decoration: underline;
    }

.destaquesMeta {
    font-style: italic;
    font-weight: bold;
}

.destaquesText {
    text-align: justify;
}

    .destaquesText strong.sublinhaPalavrasChave {
        font-weight: bolder;
    }

#footer {
    background: none repeat scroll 0 0 transparent;
    height: 25px;
    margin: -25px auto 0;
    padding: 5px 0 0;
    position: relative;
    text-align: right;
    width: 1000px;
    font-size: 12px;
}

#guestbookTable {
    width: 100%;
    background-image: url(Images/guestbookBackground.png);
}

    #guestbookTable td {
        vertical-align: bottom;
        width: 50%;
        padding: 5px;
    }

.gb_text-box {
    border: 1px solid grey;
    border-radius: 5px 5px 5px 5px;
}

#MyGuestBookMensagemText.gb_text-box {
    height: 150px;
    width: 490px;
}

#guestbookTable tbody tr td div.editor-field input {
    width: 470px;
}

#gbtbDiv1 {
    position: relative;
    top: -55px;
}

.BackGallery {
    color: #CC292C;
    font-size: small;
    text-decoration: none;
}

    .BackGallery:hover {
        background: #808080;
    }
