﻿body {
	text-align: center;
}
.adminarea {
	text-align: center;
}
.footermenu {
	font-size: 11px;
	color: Blue;
}
.adminpagetitle {
	font-size: 22px;
	color: Maroon;
}
.aligncenter
{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 35px;
}
.gridviewheader
{
	font-size: 1.0em;
	font-weight: bold;
	color: white;
	background-color: #425A7B;
	text-align: left;
}
.gridviewrow
{
	font-size: .9em;
	font-weight: bold;
	text-align: left;
	color: #006699;
	background-color: #DDFFFF;
}
.gridviewaltrow
{
	font-size: .9em;
	font-weight: bold;
	color: blue;
	background-color: #5ADEFF;
	text-align: left;
}

