/* 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: #4a9ab9;
	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;
}

#ContentArea
{
	position:relative;	
	height:auto;
	text-align:left;
	margin-left: 3px;
	background-color:#F7F9FB;
	padding: 30px 10px 10px 10px;
	border-right: 1px solid #4D9DBB;
	border-bottom: 1px solid #4D9DBB;
	border-left: 1px solid #4D9DBB;
	border-top-width: 1px;
	border-top-color: #4D9DBB;
	border-top: 1px solid #4D9DBB;
}

#VertSpacer
{
	height:30;
	
}

