/* Define styles for the controls */

.TableStyle
{
	color: #005825;
	font-family: Arial, Tahoma;
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 4;
}
.TitleStyle
{
	color: #003366;
	font-family: Tahoma, Arial;
	font-size: 14pt;
	font-weight: bold;
}
.NormalStyle
{
	color: #005825;
	font-family: Tahoma, Arial;
	font-size: 8.25pt;
	border-width: 1px;
	border-style: solid;
	border-color: Green;
	padding-right: auto;
	padding-left: auto;
}
.DataListStyle
{
	color: #005825;
	font-family: Tahoma, Arial;
	font-size: 8.25pt;
	border-width: 0px;
	padding-right: auto;
	padding-left: auto;
}
.ErrorStyle
{
	color: #005825;
	font-family: Tahoma, Arial;
	font-size: 8.25pt;
	border-width: 1px;
	border-style: solid;
	border-color: Red;
	padding-right: auto;
	padding-left: auto;
	margin-top: 6px;
}
.LinkStyle
{
	color: Blue;
	font-family: Arial, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
}
.ButtonStyle
{
	color: White;
	font-family: Arial, Tahome;
	font-size: 10pt;
	font-weight: bold;
	background: #003663;
	border-color: #003663;
	border: 1px;
	padding: 1px;	
}
.TextBoxStyle
{
	border-style: solid;
	border-color: Gray;
	border-width: 1px;
	font-family: Arial, Tahoma;
	font-size: 10pt;
	padding: 2px;
}
.ComboBoxStyle
{
	border-style: solid;
	border-color: Gray;
	border-width: 1px;
	font-family: Arial, Tahoma;
	font-size: 10pt;
}
.NormalText
{
	font-family: Arial, Trebuchet MS;
	font-size: 10pt;
	color: Black;
}
.SettingText
{
	font-family: Arial, Trebuchet MS;
	font-size: 10pt;
	color: Black;
}
.ErrorText
{
	font-family: Tahoma, Arial;
	font-size: 8.25pt;
	color: Red;
}
.LabelText
{
	font-family: Arial, Trebuchet MS;
	font-size: 10pt;
	font-weight: bold;
	padding-right: 6px;
}
.SpecialText
{
	color: #003663;
	font-family: Arial, Trebuchet MS;
	font-size: 10pt;
	padding-right: 6px;
	font-weight: bold;
}

/*************************************/
/* Style for display in dataGrid
/*************************************/

.GridStyle
{
	border: solid 1 #555555;
	font-family: Arial, Trebuchet MS;
	font-size: 10pt;
}
.HeaderStyle
{
	color: White;
	font-family: Tahoma, Arial;
	font-size: 8.25pt;
	font-weight: bold;
	border: solid 1 #555555;
	background-color: #589C58;
}
.AlterStyle
{
	font-family: Tahoma;
	font-size: 8.25pt;
	background-color: #e1f1f8;
}
.RowItemStyle
{
	font-family: Tahoma;
	font-size: 8.25pt;	
	background-color: #ffffff;
}
.ItemStyle
{
	font-family: Tahoma;
	font-size: 8.25pt;	
	border: solid 1 #555555;
}
.SelectedRows
{
	font-family: Arial, Trebuchet MS;
	font-size: 10pt;
	background-color: #f9b368;
}