/* Menu link text properties */
.A2           {  font-size: 0.8em; }

/* 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    {  font-size: 1.2em; color: black; font-weight: bold }
.chiAmount   {  font-size: 1.2em; color: red; font-weight: bold }

/* Input form classes */

/* Form Text input box style */
.frmInput    {
	color: #0066FF;
}

.frmInput:focus {
	background-color: #D9E6F1;
}

/* Form Option (drop-down list) style */
.frmOption   {
	color: #0066FF;
}

/* Form Check box style */
.frmCheck    {  }

/* Form Button style */
.frmButton   { cursor: pointer; font-size: 1em; }


/* Table classes */

/* Table standard header row style */
.TblHdr      {  font-size: 0.8em; color: white; background-color: #003376}

/* Table standard header text style */
.TblHdrText  {  font-size: 0.8em; color: white }

/* Item display classes */

/* Table outer item enclose style (puts border around item group) */
.TBlItem {
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

/* Table Item header row style - used for item headers only */
.TblItemHdr  {  font-size: 0.75em; color: white; background-color: #006699 }

/* Table Substitute item header row style - used for substitute items only */
.TblSubHdr   {  font-size: 0.8em; color: black; background-color: yellow }

/* Stock Inquiry Table Header Row Only Style */
.InqTbl      {  font-size: 0.8em; color: white; background-color: blue }

/* Stock Inquiry Table Text Style for Detail Cells */
.InqTblText  {   color: blue }

/* 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  { } 
td { font-size: 0.95em; }


/* Small text font style */
.SmallText   {  font-size: 0.75em; }

/* 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 {   }

/* Page title text style - Shown in top middle of page */
.PageTitle   {  font-size: 1.2em; font-weight: bold }

/* Standard horizontal line style */
.StdLine     { color: navy }
#divWrapperforLeftColBG #divContent #diveServContent #divFavoritesMenu {
	background-color: #D9E6F1;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 0.8em;
	color: #333333;
}
#divWrapperforLeftColBG #divContent #diveServContent #divFavoritesMenu a {
	padding-right: 15px;
	padding-left: 15px;
}

