BODY
{
	background-image: url("../Images/cnvbkgnd.jpg");
}

.TitleLabel
{
	color: Black;
	font-family: Arial, Helvetica, SansSerif;
	font-size: 21pt;
	font-weight: bold;
}

.Label
{
	color: Black;
	font-family: Arial, Helvetica, SansSerif;
	font-size: 9.75pt;
	font-weight: normal;
}

.NoteLabel
{
	color: Black;
	font-family: Arial, Helvetica, SansSerif;
	font-size: 6.75pt;
	font-weight: normal;
}

.ErrorLabel
{
	background-color: Red;
	color: Yellow;
	font-family: Arial, Helvetica, SansSerif;
	font-size: 9.75pt;
	font-weight: bold;
}

.HeaderDDL
{ 

	background-color: #E0E0E0;
	font-family:Arial, Helvetica, SansSerif;
	font-size: 9.75pt;
	font-weight:bold;	
}

.GridLabel
{
	color: Black;
	font-family: Arial, Helvetica, SansSerif;
	font-size: 13.5pt;
	font-weight: bold;	
}

.DDL
{	
	font-family: Arial, Helvetica, SansSerif;
	font-size: 9.75pt;

}

.ListBox
{
	font-family: Arial, Helvetica, SansSerif;
	font-size: 9.75pt;
}

.ValidateBox
{ 
	font-family: Arial, Helvetica, SansSerif;
	font-size: 9.75pt;
	width: 100%;
}

.Button
{ 
	font-family: Arial, Helvetica, SansSerif;
}

.RedButton
{
	background-color: Red;
	color: White; 
	font-family: Arial, Helvetica, SansSerif;
	font-weight: bold;
}

.TextBox
{
	font-family: "Lucida Console", Monospace;
	font-size: 13px;
}

.TextBox50
{
	font-family: "Lucida Console", Monospace;
	font-size: 13px;
	width: 50px;
}

.TextBox100
{
	font-family: "Lucida Console", Monospace;
	font-size: 13px;
	width: 100px;
}

.TextBox125
{
	font-family: "Lucida Console", Monospace;
	font-size: 13px;
	width: 125px;
}

.TextBoxMax
{
	font-family: "Lucida Console", Monospace;
	font-size: 13px;
	width: 100%;
}

.TextSmall
{
	font-family: "Lucida Console", Monospace;
	font-size: 11px;
}

.DataGridHeader
{
	background-color: #000084;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
}

.DataGridFooter
{
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
}

.DataGridItem
{
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
}

.DataGridAlternatingItem
{
	background-color: #DCDCDC;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
}

.DataGridSelectedItem
{
	background-color: #FFFFFF;/*#008A8C;*/
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
}

.DataGridPager
{
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
}

.AcceptButtonSmall
{
	background-color: Green;
	color: White;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	width: 50px;
}
