﻿body
{
    font-family : Verdana, Arial;
    font-size : 11px;
    margin : 0 0 0 0;
    background-color : #EAEAEA;
}
.Ev_Titulo
{
    font-weight : bold;
    font-size : 17px;
    color : #136200;
}
.Ev_Data
{
    font-weight : bold;
    color : Maroon;
}
.Edit
{
    border-width : 1px;
    border-style : solid;
    border-color : #C0C0C0;
    background-color : #FFFFEE;
    font-family : Verdana, Arial;
    font-size : 11px;
}
.Erros
{
    font-weight : bold;
    color : Red;
    font-size : 11px;
}
.Menu
{
    font-weight : bold;
    text-decoration : none;
    color : #FFFFFF;
    font-size : 10px;
}
.Menu:hover 
{
    color : Black;

}
.Botao
{
    border-width : 1px;
    font-family : Verdana, Arial;
    font-size : 11px;
    font-weight : bold;
    cursor : hand;
    height : 30px;
    background-image : url(Img/Objetos/Bg_BotaoDef.jpg);
}
.Grid_Header 
{
    background-image : url(Img/Objetos/Bg_Grid.jpg);
}
.Grid_Alter
{
    background-color : #FFFFEE;
}
.Grid_Row
{
    background-color : #FFFFCC;
}
.Grid_Resumo 
{
    font-family : Arial, Verdana;
    font-size : 9px;
    color : #666666;
}

.link a
{
    text-decoration: none;
    color: Black;
}

.link a:hover
{
    text-decoration: underline;
}

.Btn_Consulta
{
    vertical-align: middle; 
    background: url(Img/Objetos/Consulta_trabalhos.gif) no-repeat; 
    width: 150px; 
    height: 35px; 
    padding-top: 15px;
    font-weight : bold;
    color : #FFFFFF;
    font-size : 10px;
}

.Btn_Consulta a
{
    text-decoration: none;
    color: White;
}

.Btn_Consulta a:hover
{
    color: Black;
}

.Btn_Download
{
    vertical-align: middle; 
    background: url(Img/Objetos/Bt_Download.jpg) no-repeat; 
    width: 161px; 
    height: 42px; 
    padding-top: 5px;    
    font-weight : bold;
    color : #FFFFFF;
    font-size : 10px;
}

.Btn_Download a
{
    text-decoration: none;
    color: White;
}

.Btn_Download a:hover
{
    color: Black;
}

.ViewTrabVoltar
{
    text-align: center;
}

.ViewTrabVoltar a
{
    text-decoration: none;
    color: Black;
}
.ViewTrabVoltar a:hover
{
    color: Blue;
    text-decoration: underline;
}        

.tpConteudo
{
    padding: 10px;
}

.link
{
    text-decoration: none;
}
