﻿.FieldHeader
{	
	background-color: #F0F0F0;
	font-weight: bold;			
	color: #000000;
}

.EditRow
{
	color: #000000;	
}

.EditRow input
{
	width: 200px;
}

.Pager table
{	
	text-align: center;
	margin:0px auto; 		
}

.Pager span
{
	display:inline; /* msie float margin bug fix */
	float:left;
	border: solid 1px #0059C6;
	background-color: #bfcde3;
	padding: 3px 5px 3px 5px;
	color: #0059C6;
}
.Pager a
{
	display:inline; /* msie float margin bug fix */
	float:left;
	border: solid 1px #bfcde3;
	background-color: #FFFFFF;
	padding: 3px 5px 3px 5px;
	color: #bfcde3;
	text-decoration: none;	
}
.Pager a:hover
{
	border: solid 1px #0059C6;
	background-color: #bfcde3;
	padding: 3px 5px 3px 5px;
	color: #0059C6;	
	text-decoration: none;
}

.SmallAdminGridview
{
	margin-bottom: 5px;
	font-weight: bold;
	color: #646464;
}

.UpperCase
{
	text-transform: uppercase;
}