﻿.EditorControl
{
    background-color: White;
    color: #222222; 
    border: solid 1px #ABC1DE;    
}


.BLabelErro
{
    color: Red;
    font-weight: bolder;
    font-size: 10px;
    width: 100%;
    text-align: center;
}

/*DropDownList*/
.BDropDownList
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #595959;
    border: solid 1px #C8C79B;
    background-color: #F4F6EB;
}

/*Botoes*/
.Botao
{
    text-align: center;
    background-image: url(images/button.png);
    background-repeat: repeat-x;
    background-position: center;
    border: solid 0px White;
    height: 20px;
    font-size: 10px;
    color: White;
    font-weight: bolder;
    cursor: pointer;
}

/*Grelha*/
.GridView
{
}

.GridViewHeader
{
    background-color: #5D7B9D;
    font-weight: bold;
    height: 22px;
    background-image: url(images/grid_header.jpg);
    background-repeat: repeat-x;
}

.GridViewRow
{
    background-color: #F7F6F3;
    color: #333333;
    height: 20px;
}

.GridViewAlternatingRow
{
    background-color: White;
    color: #284775;
    height: 20px;
}

.GridViewFooter
{
    background-color: #5D7B9D;
    font-weight: bolder;
    color: White;
}

.GridViewEditRow
{
    background-color: #999999;
}

.GridViewSelectedRow
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.GridViewPager
{
    background-color: #5D7B9D;
    color: White;
    text-align: Center;
}


