/* Default CSS Stylesheet for a new Web Application project */

body
{
    FONT-FAMILY: Arial;
}

td
{
	FONT-SIZE: 12px;
}

.ThinBorder
{
	border-collapse: collapse;
	border: solid 1px black;
}

.BoxHeader
{
	background-color: #4E75AB;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: solid 1px black;
}

.BoxMain
{
	background-color: #E8E8E8;
}

.ErrorMessage
{
	color: Red;
}

.NormalBold
{
	font-weight: bold;
}

.GridHeader
{
	background-color: #CFCFCF;
	font-weight: bold;
}

.Title
{
	font-size: 18px;
	font-weight: bold;
}

.Instructions
{
	font-size: 12px;
}

.SmallInstructions
{
	font-size: 11px;
}

.GridItems
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
}

.AltGridItems
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: honeydew;
}

.DivLink
{
	cursor: hand;
	font-weight: bold;
	text-decoration: underline;
	color: blue;
}
