﻿/*GridViewCSS Soft Grey Style*/
.GridViewStyle_Azul
{
    font-family: 'Trebuchet MS';
    font-size: 12px;
    table-layout: auto;
    border-collapse: collapse;
    border: #91a7b4 1px solid;
}
/*Header and Pager styles*/
.HeaderStyle_Azul, .PagerStyle_Azul
{
	background-image: url(Imagens/mainbk.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #C0C0C0;
}
.HeaderStyle_Azul th
{
    padding: 5px;
    color: #16387c;
}
.HeaderStyle_Azul a
{
    text-decoration:none;
    color:#16387c;
    display:block;
    text-align:left;
    font-weight:normal;
}
.PagerStyle_Azul table
{
    text-align:center;
    margin:auto;
}
.PagerStyle_Azul table td
{
    border:0px;
    padding:5px;
}
.PagerStyle_Azul td
{
    border-top: #91a7b4 1px solid;
}
.PagerStyle_Azul a
{
    color:#16387c;
    text-decoration:none;
    padding:2px 10px 2px 10px;
    border-top:solid 1px #fff;
    border-right:solid 1px #91a7b4;
    border-bottom:solid 1px #91a7b4;
    border-left:solid 1px #fff;
}
.PagerStyle_Azul span
{
    font-weight:bold;
    color:#16387c;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle_Azul td, .AltRowStyle_Azul td, .SelectedRowStyle_Azul td, .EditRowStyle_Azul td /*Common Styles*/
{
    padding: 5px;
    border-right: solid 1px #91a7b4;
}
.RowStyle_Azul td
{
    font-family: 'Trebuchet MS';
    font-size: 12px;
	background-color: #F8F8F8;
}
.AltRowStyle_Azul td
{
    font-family: 'Trebuchet MS';
    font-size: 12px;
	background-color: #EFEFEF;
	background-image: url(Imagens/mainbk.png);
	background-position: 0 -100px;
	background-repeat: repeat-x;
}
.SelectedRowStyle_Azul td
{
    font-family: 'Trebuchet MS';
    font-size: 12px;
    background-color: #fcb814;
	background-image: url(Imagens/mainbk.png);
    background-position:center;
    background-repeat:repeat-x;
}

.EmptyRowStyle_Azul

{
    font-family: 'Trebuchet MS';
    font-size: 12px;
	padding: 5px;
    border-right: solid 1px #91a7b4;
    background-color: #f1f5f6;
}



