﻿body {
}
.PlainTextStyle
{
	font-size: 10pt;
	font-family: Arial;
}
	
.MenuStyle
{
 background-color: navy; 
 width: 200px;
 height: 25px;
}
.TabStyle
{
	font-size: 10pt;
	color: white;
	font-family: Arial;
	background-color: navy;
	text-align: center;
	width: 100px;
	height: 25px;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
}

.TabSelectedStyle
{
	font-size: 10pt;
	color: white;
	font-family: Arial;
	background-color: #0000cd;
	text-align: center;
	width: 100px;
	height: 25px;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
}
.TabHoverStyle
{
	font-size: 10pt;
	color: #e0ffff;
	font-family: Arial;
	text-align: center;
	width: 100px;
	height: 25px;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
}
.GridHeaderStyle
{
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	background-color: White;
}
.GridRowStyle
{
	font-size: 10px;
	font-family: Arial;
	background-color: White;
}
.GridAltRowStyle
{
	font-size: 10px;
	font-family: Arial;
	background-color: #e0ffff;
}
.GridSelectRowStyle
{
	font-size: 10px;
	font-family: Arial;
	background-color: #ff8680;
}
.GridNameColumn
{
	width: 100px;
	text-align: left;	
}
.GridUsernameColumn
{
	width: 100px;
	text-align: left;	
}
.GridCheckBoxColumn
{
	width: 60px;
	text-align: center;	
}
.GridDateColumn
{
	width: 125px;
	text-align: left;	
}



