﻿/* This style sheet is intended to contain OFTEN CHANGED rules used when the GridView control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

.AspNet-GridView 
{
    
}


.AspNet-GridView div.AspNet-GridView-Pagination,
.AspNet-GridView div.AspNet-GridView-Pagination a,
.AspNet-GridView div.AspNet-GridView-Pagination span
{
    background: #E9F5DA;
    font-weight: normal;
    text-align: center;
    height: 2em;
    margin-bottom: 0.3em;
    padding-top: 0.4em;
}

.AspNet-GridView div.AspNet-GridView-Top
{
}

.AspNet-GridView div.AspNet-GridView-Bottom
{
    margin-top: 0.3em;
}

.AspNet-GridView table
{
	vertical-align: top;
	border-spacing: 0px;
	border: none;
    width: 100%;
    border: 1px solid #b0b0b0;
	
}

.AspNet-GridView table thead tr th
{
    background-color: #CAD9B7;
	font-weight: bold;
	padding: 5px;
	text-align:center;
    
}

.AspNet-GridView table thead tr th a
{
    color: #465239;
}

.AspNet-GridView table tbody tr td
{
    vertical-align: top;
	border-spacing: 0px;
	padding: 4px;
	border: 1px solid #cccccc;
	
}

.AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background:url(bg-fade-light-short.png) repeat-x;
}

.AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
}

.AspNet-GridView table tfoot tr td
{
}


.alignRight
{
	 text-align: right;
	}
	
	
.alignCenter
{
	 text-align: center;
	}
	
