/* Menu link text properties */
.A2           { }

/* Link hover style - used when mouse is over a link */
.A2:hover     	{ color: red }
.A2:link		{ color: blue }
.A2:visited		{ color: blue }
.A2:active		{ color: green }

/* New chain classes */
.chiSaved    {  color: black; font-weight: bold }
.chiAmount   {  color: red; font-weight: bold }

/* Input form classes */

/* Form Text input box style */
.frmInput    {
	font-size: 0.85em;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
}

/* Form Option (drop-down list) style */
.frmOption   { 	font-size: 0.85em;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
}

/* Form Check box style */
.frmCheck    {  }

/* Form Button style */
.frmButton   {
	cursor: pointer;
	/* font-size: 1em; */
}

/* Table classes */

/* Table standard header row style */
.TblHdr      {
	color: white;
	background-color: #000066;
	font-size: 0.8em;
}

/* Table standard header text style */
.TblHdrText  {
	color: white;
	font-size: 0.8em;
}

/* Item display classes */

/* Table outer item enclose style (puts border around item group) */
.TblItem {
	background-color: #F7F7F7;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}

/* Table Item header row style - used for item headers only */
.TblItemHdr  {
	color: white;
	background-color: #5C8383;
	font-size: 0.8em;
}

/* Table Substitute item header row style - used for substitute items only */
.TblSubHdr   {
	color: black;
	background-color: yellow;
	font-size: 0.8em;
}

/* Stock Inquiry Table Header Row Only Style */
.InqTbl      {
	color: white;
	background-color: blue;
	font-size: 0.8em;
}

/* Stock Inquiry Table Text Style for Detail Cells */
.InqTblText  {
	color: blue;
	font-size: 0.8em;
}

/* Item page navigation current page indicator - Shown on item page navigation bars */
.itmPageCur {
	color: red;
	font-weight: bold;
}

/* General and special text classes */

/* Normal text font style */
.NormalText  {
}

/* Small text font style */
.SmallText   {
	font-size: 0.7em;
}

/* Bold, standout, text style */
.BoldText    {
	font-weight: bold;
}

/* Error, notification, message text style */
.errText     { font-weight: bold; color: red }

/* Input prompt text style - shown in front of form input boxes */
.InputPrompt {
	font-weight: bold;
	font-size: 0.85em;
}

/* Page header, title, horizontal line classes */


/* Standard horizontal line style */
.StdLine     { color: navy }
#CategoryTable {
	font-size: 0.85em;
}
.PageTitle {
	font-weight: bold;
	color: #990000;
}
