﻿.grid
{
	border: 0;
	width:100%;
}

.grid-margin-top
{
    margin-top: 15px;
}

.grid tr
{
	border-bottom: 1px solid #444;
	border-left: 2px solid white;
	border-right: 2px solid white;
	padding:10px;
}

.grid td, .grid th
{
	border: 0;
	padding: 4px;
}

.gridHeaderStyle
{
    background-color: #333;
    color: white;
    text-align: center;
    font-weight: bold;
}

.gridPagingStyle
{
    background-color: #0B756A;
    color: white;
    font-weight: bold;
}

.gridEmptyDataRowStyle
{
}

.gridRowStyle
{
	background-color: #D1D1D1;
    color: #333;
	padding: 4px;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
	text-align: center;
	height: 20px;
}

.gridRowStyle:hover
{
    background-color: #A1A1A1;
}

.gridAlternatingRowStyle
{
	background-color: White;
    color: #333;
	padding-left: 4px;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
	text-align: center;
	height: 20px;
}
.gridAlternatingRowStyle:hover
{
    background-color: #A1A1A1;
}

.gridButtonImg
{
    background: url('../images/consulte2.png') no-repeat center center transparent;
    width:16px;
    height:16px;
    border: 0px;
    cursor: pointer;
}

.grid-adesao th
{
	font-weight: bold;
    font-family: Arial, Tahoma, Verdana, Sans-Serif;
    font-size: 16px;
    color: rgb(0,61,126);
}
