﻿html, form
{
    height: 100%;
}

body
{
    text-align: center;
    min-width: 850px;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px; 
    background-color: #829a9a;
    font-family: Verdana;
    font-size: 12px;
}

#wrapper
{
    margin: 0 auto;
    width: 850px;
    text-align: left;
    height: 100%;
    display: block;
}

#footer
{
    height: 30px;
    text-align: left;
}

#main
{
   
    text-align: left;
    padding: 10px 10px 10px 10px;
    background-color: #e1e6e6;
}

#header
{
    height: 100px;
    width: 830px;
    background-image: url(  "../img/header.gif" );
    background-repeat: no-repeat;
    text-align: left; 
}

.left_shadow
{
    width: 10px;
    background-image: url(  "../img/sombra.gif" );
    background-repeat: repeat-y;
    background-position: left;
}

.right_shadow
{
    width: 10px;
    background-image: url(  "../img/sombra_dir.gif" );
    background-repeat: repeat-y;
}

table.outerTable
{
    float: left;
    border-collapse: collapse;
    background-color: #e1e6e6;
    padding: 0px 0px 0px 0px;
    height: 100%;
}

table.outerTable td
{
    vertical-align: top;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

table.mainTable
{
    float: left;
    border-collapse: collapse;
}

table.mainTable td
{
    padding: 0px 0px 0px 0px;
    border-collapse: collapse;
    margin: 0px 0px 0px 0px;
}

div.frame
{
    border: solid 2px #480808;
    padding: 5px 5px 5px 5px;
    background-color: #c9d3d3;
    color: #480808;
}

/************* MENU **********************/
a.selectedMenuItem:hover
{
    color: Maroon !important;
    text-decoration: none;
}
.selectedMenuItem, .selectedMenuItem a:link
{
    color: Maroon;
    font-weight: normal;
    display: inline-block;
    float: left;
    width: 90px;
    height: 22px;
    line-height: 20px;
    background-color: #e1e6e6;
    text-align: center;
}

a.menuItem:hover
{
    color: Maroon !important;
    text-decoration: none;
}
.menuItem, .menuItem a:link, .menuItem a:visited
{
    color: #e1e6e6 !important;
    font-weight: normal;
    display: inline-block;
    float: left;
    width: 90px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    border-right: solid 2px #e1e6e6;
}

a.menuItemLast:hover
{
    color: Maroon !important;
    text-decoration: none;
}
.menuItemLast, .menuItemLast a:link, .menuItemLast a:visited
{
    color: #e1e6e6 !important;
    font-weight: normal;
    display: inline-block;
    float: left;
    width: 90px;
    height: 22px;
    line-height: 20px;
    text-align: center;
}
#menu
{
    padding-top: 0px;
    padding-left: 13px;
    height: 22px; 
    text-align: left;
    color: Maroon;
    background-color: #829a9a;
    font-family: Georgia;
    font-size: 18px;
}

/************* DETAILS PAGE **********************/

.titulo_artigo
{
    color: #480808;
    font-family: Georgia;
    font-size: 16px;
    line-height: 22px;
}

.autores_artigo
{
    font-size: 12px;
    line-height: 8px;
    color: #829a9a;
    margin-left: -6px;
    font-family: Georgia;
    width: 300px;
}

.pdf
{
    display: block;
    height: 23px;
    line-height: 23px;
    font-size: 11px;
}

.autores_box
{
    border-bottom: dotted 1px #829a9a;
    padding-bottom: 0px;
}

.btnAbstract img
{
    cursor: pointer;
    margin-top: -4px;
    margin-bottom: -2px;
    padding-left: 4px;
}

table.edicao_list_autores
{
    width: 100%;
    border-collapse: collapse;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: 12px;
}

table.edicao_list_autores td
{
    border-collapse: collapse;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.texto_artigo
{
    color: #666666;
    font-weight: normal;
    line-height: 20px;
    display: none;
    font-size: 11px;
}

.titulo
{
    color: #536464;
    font-size: 22px;
    margin-top: 0px;
    font-family: Georgia;
}

.ano
{
    color: #480808;
    font-size: 12px;
    margin-bottom: -4px;
    font-family: Georgia;
}

#risca
{
    display: block;
    width: 135px;
    height: 2px;
    background-color: Maroon;
    margin-top: 8px;
}
/************* ARQUIVO **********************/


a.titulo_edicao_pesquisa:link, a.titulo_edicao_pesquisa:visited
{
    color: #425d5d;
    font-family: Georgia;
    font-size: 18px;
}

.ano_edicao_pesquisa
{
    color: #481c1c;
    font-size: 12px;
    height: 20px;
    display: block;
    margin-bottom: -6px;
    font-family: Georgia;
}
.titulo_small
{
    color: #480808;
    font-family: Georgia;
    font-size: 13px;
}

.autor_arquivo
{
    color: #829a9a;
    font-family: Georgia;
    font-size: 11px;
}
.itemArquivo
{
    display: block;
    margin-bottom: 6px;
    margin-top: 6px;
    width: 790px;
    margin-left: 4px;
}

.itemArquivo_header
{
    height: 40px;
    display: block;
    width: 100%;
    border-bottom: dotted 1px #481c1c;
}


/************* Pessoas **********************/

.tituloPessoas
{
    color: #8d2f2f;
    font-size: 11px;
    line-height: 16px;
    font-family: Georgia;
}

.nonePessoas
{
    color: #323232;
    font-size: 12px;
    line-height: 18px;
    font-family: Georgia;
    margin-bottom: 12px;
}

.universidade
{
    color: #676767;
    font-size: 10px;
}





/************* GRID VIEW **********************/

.grvStyle
{
    border: solid 2px #480808;
    padding: 5px 5px 5px 5px;
    background-color: #c9d3d3;
    margin-bottom: 10px;
    color: #480808;
}

.grvStyle td
{
    height: 20px;
    border-bottom: solid 1px #829a9a;
    padding-left: 2px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-right: 2px !important;
    border-left: solid 1px #829a9a;
}

.grvHeader td
{
    border: solid 2px #000;
    background-color: Aqua;
}
.grvHeader, .grvHeader a:link
{
    background-color: #829a9a;
    color: White;
    font-weight: normal;
    padding-left: 2px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-right: 2px !important;
    height: 22px;
}

.erro
{
    font-size: 11px;
    color: Red;
}

.about_title
{
    font-size: 18px;
    color: #829a9a;
    margin-bottom: 10px;
    margin-top: 15px;
}

.about_p
{
    font-family: Georgia;
    font-size: 12px;
    line-height: 19px;
    color: #494949;
    border-bottom: dotted 1px #829a9a;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.about_p_last
{
    font-family: Georgia;
    font-size: 12px;
    line-height: 19px;
    color: #494949;
    padding-bottom: 8px;
    
}
.container
{
    border: solid 2px #480808;
    background-color: #c9d3d3;
    color: #480808;
    padding: 10px 10px 10px 10px;
}

table.form td
{
    font-family: Georgia;
    height: 25px;
}

a:link, a:visited
{
    color: Maroon;
    text-decoration: none;
}

a:hover
{
    color: Maroon;
    text-decoration: underline;
}

.titulo2
{
    font-weight: bold;
    color: #425d5d;
    font-family: Georgia;
}

a.link:link, a.link:visited
{
    color: #480808;
    text-decoration: none;
    font-weight: bold;
    font-family: Verdana;
}
a.link:hover
{
    color: #480808;
    text-decoration: underline;
    font-weight: bold;
}


table.tbContents
{
    margin: 0px 0px 0px 0px;
}

table.tbContents td
{
    padding: 5px 5px 5px 5px;
}


.textbox
{
    border: solid 1px #480808;
}

/**************************************************************/
/* Button classes */
.btn
{
    height: 20px;
    width: 80px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-top: solid 1px #FFA243;
    border-right: solid 1px #FFA243;
    border-bottom: solid 1px #FFA243;
    border-left: solid 1px #FFA243;
    background-color: #FFFFFF;
    color: #626469;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.btnCancel
{
    height: 20px;
    width: 80px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 6px;
    border-top: solid 1px #480808;
    border-right: solid 1px #480808;
    border-bottom: solid 1px #480808;
    border-left: solid 1px #480808;
    background-color: #e1e6e6;
    background-image: url(../icons/16-em-cross.png);
    background-position: left;
    background-repeat: no-repeat;
    color: #626469;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.btnNew
{
    height: 20px;
    width: 80px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 6px;
    border-top: solid 1px #480808;
    border-right: solid 1px #480808;
    border-bottom: solid 1px #480808;
    border-left: solid 1px #480808;
    background-color: #e1e6e6;
    background-image: url(../icons/16-em-plus.png);
    background-position: left;
    background-repeat: no-repeat;
    color: #626469;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.btnDelete
{
    height: 20px;
    width: 80px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 6px;
    border-top: solid 1px #480808;
    border-right: solid 1px #480808;
    border-bottom: solid 1px #480808;
    border-left: solid 1px #480808;
    background-color: #e1e6e6;
    background-image: url(../icons/16-em-cross.png);
    background-position: left;
    background-repeat: no-repeat;
    color: #626469;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.btnLogin
{
    height: 20px;
    width: 80px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 6px;
    border-top: solid 1px #480808;
    border-right: solid 1px #480808;
    border-bottom: solid 1px #480808;
    border-left: solid 1px #480808;
    background-color: #e1e6e6;
    background-image: url(../icons/16-security-key.png);
    background-position: left;
    background-repeat: no-repeat;
    color: #626469;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.btnNext
{
    height: 20px;
    width: 80px;
    margin: 0px 0px 0px 0px;
    padding: 0px 16px 0px 0px;
    border-top: solid 1px #FFA243;
    border-right: solid 1px #FFA243;
    border-bottom: solid 1px #FFA243;
    border-left: solid 1px #FFA243;
    background-color: #FFFFFF;
    background-image: url(../icons/darkArrowRight.gif);
    background-position: right;
    background-repeat: no-repeat;
    color: #626469;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.btnOk
{
    height: 20px;
    width: 80px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 6px;
    border-top: solid 1px #480808;
    border-right: solid 1px #480808;
    border-bottom: solid 1px #480808;
    border-left: solid 1px #480808;
    background-color: #e1e6e6;
    background-image: url(../icons/16-em-check.png);
    background-position: left;
    background-repeat: no-repeat;
    color: #626469;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.btnPrevious
{
    height: 20px;
    width: 80px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 16px;
    border-top: solid 1px #FFA243;
    border-right: solid 1px #FFA243;
    border-bottom: solid 1px #FFA243;
    border-left: solid 1px #FFA243;
    background-color: #FFFFFF;
    background-image: url(../icons/darkArrowLeft.gif);
    background-position: left;
    background-repeat: no-repeat;
    color: #626469;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.btnSave
{
    height: 20px;
    width: 80px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 6px;
    border-top: solid 1px #480808;
    border-right: solid 1px #480808;
    border-bottom: solid 1px #480808;
    border-left: solid 1px #480808;
    background-color: #e1e6e6;
    background-image: url(../icons/16-em-check.png);
    background-position: left;
    background-repeat: no-repeat;
    color: #626469;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.btnFilter
{
    height: 20px;
    width: 80px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 16px;
    border-top: solid 1px #FFA243;
    border-right: solid 1px #FFA243;
    border-bottom: solid 1px #FFA243;
    border-left: solid 1px #FFA243;
    background-color: #FFFFFF;
    background-image: url(../icons/applyFilter.gif);
    background-position: left;
    background-repeat: no-repeat;
    color: #626469;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.btnClearFilter
{
    height: 20px;
    width: 80px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 16px;
    border-top: solid 1px #FFA243;
    border-right: solid 1px #FFA243;
    border-bottom: solid 1px #FFA243;
    border-left: solid 1px #FFA243;
    background-color: #FFFFFF;
    background-image: url(../icons/removeFilter.gif);
    background-position: left;
    background-repeat: no-repeat;
    color: #626469;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
