﻿/* The class for "forms" that can be filled out */
.formDiv
{
	background-color: #f5f5f5;
	padding: 5px;
	border: solid 1px #e7e7e7;
}

.grid
{
	border: solid 1px #e5e5e5;
}

.gridHeader
{
	font-weight: bold;
	color: #41546A;
	background-color: #f5f5f5;
	border-bottom: solid 1px #e5e5e5;
}

.gridItem
{
	background-color: #ffffff;
	border: none;
}

.gridAlternatingItem
{
	background-color: #fafafa;
}