﻿.table
{
    border-right: #e6e2d8 1px solid;
    padding-right: 4px;
    border-top: #e6e2d8 1px solid;
    padding-left: 4px;
    padding-bottom: 4px;
    border-left: #e6e2d8 1px solid;
    padding-top: 4px;
    border-bottom: #e6e2d8 1px solid;
    font-family: Verdana;
    background-color: #f7f6f3;
    font-size: 10px;
}

.header
{
    background-color: #a9a9a9;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: White;
    height: 20px;
}

.table_header
{
    background-color: #afccff;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: White;
}

.button
{
    background-color: #FFFBFF;
    border-color: #CCCCCC;
    border-style: Solid;
    border-width: 2px;
    font-family: Verdana;
    font-size: 10px;
    color: Gray;
    cursor: hand;
    font-weight: bold;
}

.dropdownlist
{
    background-color: #FFFBFF;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    font-family: Verdana;
    font-size: 10px;
    color: #284775;
}

.grid
{
    color: #333333;
    font-family: Verdana;
    font-size: 10px;
}

.grid_FooterStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
    font-family: Verdana;
    font-size: 10px;
}

.grid_RowStyle
{
    background-color: #F7F6F3;
    color: #333333;
    font-family: Verdana;
    font-size: 10px;
}

.grid_PagerStyle
{
    background-color: #afccff;
    color: White;
    font-family: Verdana;
    font-size: 10px;
}

.grid_SelectedRowStyle
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
    font-family: Verdana;
    font-size: 10px;
}

.grid_HeaderStyle
{
    background-color: #afccff;
    font-weight: bold;
    color: White;
    font-family: Verdana;
    font-size: 11px;
}

.grid_EditRowStyle
{
    background-color: #999999;
    font-family: Verdana;
    font-size: 10px;
}

.grid_AlternatingRowStyle
{
    background-color: White;
    color: #284775;
    font-family: Verdana;
    font-size: 10px;
}

.popupMenu_
{
    position: absolute;
    visibility: hidden;
    border-right: #e6e2d8 1px solid;
    padding-right: 4px;
    border-top: #e6e2d8 1px solid;
    padding-left: 4px;
    padding-bottom: 4px;
    border-left: #e6e2d8 1px solid;
    padding-top: 4px;
    border-bottom: #e6e2d8 1px solid;
    font-family: Verdana;
    background-color: #f7f6f3;
    font-size: 10px;
}

.popupHover_
{
    background-position: left top;
    background-color: #F5F7F8;
}

.popupMenu
{
    position: absolute;
    visibility: hidden;
    background-color: #f7f6f3;
    font-size: 10px;
    font-family: Verdana;
    border-right: #e6e2d8 2px solid;
    border-top: #e6e2d8 2px solid;
    border-left: #e6e2d8 2px solid;
    border-bottom: #e6e2d8 2px solid;
    text-align: justify;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
}

.popupHover
{
    background-image: url(imagens/header-opened.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #F5F7F8;
}

.padding
{
    padding-right: 6px;
    padding-left: 4px;
}

.div_pagina
{
    background-color: #f9f9f9;
    background-position: center;
}

.table_aviso
{
    border-right: #e6e2d8 1px solid;
    padding-right: 4px;
    border-top: #e6e2d8 1px solid;
    padding-left: 4px;
    padding-bottom: 4px;
    border-left: #e6e2d8 1px solid;
    padding-top: 4px;
    border-bottom: #e6e2d8 1px solid;
    font-family: Verdana;
    background-color: #cc0000;
    font-size: 10px;
}

.table_header_aviso
{
    background-color: #5D7B9D;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: White;
}

a.link:link 
{
    text-decoration: none
}

a.link:visited 
{
    text-decoration: none
}

a.link:active
{
    text-decoration: none
}

a.link:hover
{
    text-decoration: underline;
    color: red;
}