﻿input[type=submit]
{
	width: 75px;
}
body
{
	font-family: 'Trebuchet MS';
	font-size: 13px;
}
form
{
	height: 100%;
}
h1, h2, h3, h4
{
	color: #660000;
}
.GridViewHeader
{
	background-color: #660000;
	color: White;
	font-weight: bold;
	height: 27px;
	text-align:center;
}
.GridViewRow
{
	background-color: #FFEEBB;
	color: black;
	cursor: default;
	height: 27px;
}
.GridViewAlternatingRow
{
	background-color: white;
	color: Black;
	cursor: default;
	height: 27px;
}
.GridViewRow:hover, .GridViewAlternatingRow:hover
{
	background-color: #FF8800;
}
input[type=text]:focus
{
	background-color:#ffffc0;
}