﻿.gridviewFooter 
{	
	height: 50px;
	vertical-align: bottom;
	background-color: #ffffff;	
}

.gridviewFooterTooltip
{
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: Gray; 
    position: relative; 
    top: -40px;	
    width: 100%;    
}

.gridViewEmpty 
{
	height: 100px;
	font-style:italic;
}

.gridView
{
    width:100%;    
}
.gridViewHeader
{
    border-bottom: dotted 1px #798B13;
    height: 25px;
    color: #444444;
    background-color:#ffffff;    
}
.gridViewHeader th a
{
    color: #798B13;
    text-decoration:none;
}
.gridViewHeader th
{
    text-align:left;
    padding: 6px;
}
.gridViewRowAlt
{
    background-color:#F7F6F3;
    color:#284775;
    border-top: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    height: 42px;
}
.gridViewRowAlt td
{
    padding: 5px;
    vertical-align: top;
}
.gridViewRow 
{
	background-color:White;
	height: 42px;
}
.gridViewRowAlt:hover .gridViewRowMenu,
.gridViewRow:hover .gridViewRowMenu
{
	visibility:visible;		 
}
.gridViewRow td
{
    padding: 5px;  
    vertical-align: top;
}
.gridViewRowSelected
{
	background-color:#ffe0ae;
	height:42px;
}
.gridViewRowMenu 
{
	visibility: hidden;
	position: absolute;
	padding-top: 3px;			
}
.colMenu
{
    text-align:right;
    width: 30px;
}

.gridPager table
{    
    margin-top:15px; 
    margin-left:20px;
}
.gridPager table td
{
    padding: 5px;
}
.gridPager a
{
    background-color: #EB951F;
    padding: 5px;
    text-decoration:none;
    color: #ffffff;
}
.gridPager a:hover
{
    background-color: #798B13;
    padding: 5px;
    text-decoration:none;
    color: #000000;
}

.labelHelp
{
	background-color:#F7F6F3; 	
	padding:10px; 	
	font-style:italic; margin-bottom:20px;
}
