/* Default CSS Stylesheet for a new Web Application project */

.PageHeadNav
{
	font-size: small;
	color: white;
	font-family: Verdana;
	text-decoration: none;
}
.PageHeadText
{
	font-weight: bold;
	font-size: medium;
	color: black;
	font-family: Verdana;
	text-decoration: none;
}
.HomePageHeadText
{
	font-weight: bold;
	font-size: medium;
	color: black;
	font-family: Verdana;
	text-decoration: none;
}
.GroupHeader
{
	font-size: 9pt;
	color: #ffffff;
	font-family: Verdana,Arial;
	background-color: #003676;
}
.MessageText
{
	font-size: x-small;
	font-family: Verdana;
}
.SmallLink
{
	font-size: xx-small;
	font-family: Verdana;	
	font-weight: bold;
}
.MediumLink
{
	font-size: x-small;
	font-family: Verdana;	
	font-weight: bold;
}
.FieldData
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Verdana;
}
.FieldDataLarge
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana;
}
.FieldDataRed
{
	font-weight: bold;
	font-size: 9pt;
	color: red;
	font-family: Verdana;
}
.FieldDataWhite
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: Verdana;
}
.FieldLabel
{
	font-size: 9pt;
	color: black;
	font-family: Verdana;
}
.FieldLabelWhite
{
	font-size: 9pt;
	color: white;
	font-family: Verdana;
}
.FieldLabelSmall
{
	font-size: 8pt;
	font-family: Verdana;
}
.FieldLabelStrikeThrough
{
	font-size: 9pt;
	color: black;
	font-family: Verdana;
	text-decoration: line-through;
}
.Button
{
	font-size: 9pt;
	font-family: Verdana;
}	
.TextBox
{
	font-size: 9pt;
	font-family: Verdana;
}
.DropDown
{
	font-size: 9pt;
	font-family: Verdana;
}
.GridHeader
{
	font-size: 9pt;
	color: #ffffff;
	font-family: Verdana;
	background-color: #003676;
}
.OptionButton
{
	font-size: 9pt;
	font-family: Verdana;
}
.ReqField
{
	font-size: 12pt;
	color: #ff0000;
	font-family: Verdana;
	font-weight: bold;
}	
.ReqFieldNote
{
	font-size: 9pt;
	color: #ff0000;
	font-family: Verdana;
}
.BoldRedLink
{
	font-weight: bold;
	font-size: 12pt;
	color: #ff0000;
	font-family: Verdana;
}
.LogoText
{
	font-weight: bold;
	font-size: 9pt;
	font-family: Verdana;
	color: #101842;
}
.commandButton 
{
	font-weight: bold;
	font-size: 9pt;
	cursor: hand;
	color: white;
	font-family: arial, arial, sans-serif;
	height: 20px;
	background-color: slateblue;
}
