﻿.ProductDataGrid
{
	border: 1;
	border-color: Black;
	width: 600px;
}
.ProductGVNoWidth
{
	border: solid 1px black;
}
.ProductItem
{
	background-color: White;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	color: #000000;
	text-align: left;
	vertical-align:baseline;
}
.ProductItemTitle
{
	background-color: #F5F2EF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	color: #000000;
	text-align: left;
	vertical-align:baseline;
}
.ProductAlternatingItem
{
	background-color: #E0E0E0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	color: #000000;
	text-align: left;
	vertical-align:baseline;
}
.ToolTip
{
	Background-Color: #5ec97a; 
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 8.5pt; 
	text-align: left;
	BORDER: #336699 1px solid; 
	POSITION: absolute;
	padding: 5px;
}
.SectionTitle
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	font-weight:bold;
	color: #000000;
	text-align: left;
	vertical-align:baseline;
}
.POTitle
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: Gray;
	text-align: right;
	vertical-align: baseline;
}
.POBoldText
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: Black;
	text-align: left;
	vertical-align: baseline;
}
.POBodyText
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: Black;
	text-align: left;
	vertical-align: baseline;
}
.POSubTitle
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	font-variant:small-caps;
	color: Black;
	text-align: center;
	vertical-align: baseline;
}

.PasswordError
{
	color: Red;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.PasswordSuccess
{
	color: green;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.textboxReadOnly
{
	background: #EBEBE4;
	border: 1px solid #808080;
	width: inherit;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	height: inherit;
	vertical-align: middle;
}

.StdTable
{
	border: solid 1px black;
}
.StdTableHeader1
{
	background-color: #d1dab1;
	color: Black;
	font-weight: bold;
}
.StdTableHeader2
{
	background-color: #f5f2ef;
	color: Black;
	font-weight: bold;
}
.StdTableHeaderText
{
	text-align: center;
}
.StdTableRow
{
	background-color: White;
}
.StdTableAlternatingRow
{
	background-color: #e0e0e0;
}
.StdTableNoMatchingItems
{
	font-style: italic;
}
.Highlight
{
	background-color: #fefeb7;
}
.Accent
{
	background-color: #ede7e4;
}
.Required
{
	color: Red;
	background-color: #c7cba8;
}
.Error
{
	color: Red;
	background-color: #d3d6ff;
}
