﻿/* ================================
    CSS STYLES FOR HELP Financial Web Contracts
   ================================
*/   
.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: 5px 5px 5px #888888;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
 .button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   cursor: pointer;
   }
 .button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   box-shadow: 0px 0px 0px #888888;
   border: none;
   }
.hidden {
    display: none;
}

.tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	font-weight: normal;
	font-size: small;
	color: #556292;
	font-family: Verdana, Helvetica, sans-serif;
	
}
.tooltip h3, .tooltip div { margin: 0; }
.SurveyBanner {
    	background-color:  #FFFFFF;
	background-image: url('../images/wfqlogo_2.png');
	background-repeat: no-repeat;
	height: 125px;
	width: 100%;

}
.SurveySubTitle {
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
}
.LoginBanner
{
	background-color:  #FFFFFF;
	background-image: url('../images/wfqLogo.png');
	background-repeat: no-repeat;
	height: 125px;
	width: 100%;
	
	
}

#invalid
{
	background:red;
	color: white;
    font-weight:bolder;
}

/* Keeps the header as the top most item. Important for top left item*/
th.locked
{
	z-index: 99;
}
.ServerControlGroupHeaderBlue
{
	background-color:#CECECE;
	color:#0000AA;
	font-family:Tahoma;
	font-size:10pt;
	font-weight:Bold;
}
.ServerControlGroupHeader
{
	background-color:#CECECE;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:10pt;
	font-weight:Bold;
}
.ServerControlGroupHeaderOpen
{
	font-weight: bold;
	font-size: 12pt;
	color: #ffffff;
	font-family: Tahoma;
	background-color: #639CCE;
}
.tt {
	visibility:hidden;
	position:absolute;
	color:#333;
	background-color:#FDFFB4;
	font-family:arial,helvetica,verdana,sans-serif;
	padding:2px;
	border:1px solid #FCC90D;
	font:100% sans-serif;
	width:auto;
}
.boxA {
  background-color: #d2b48c;
  border: 2px solid #0000ff;
  padding: 8px;
  position: relative;
  left: 0px;
  top: 0px;
  width: 20em;
  font-size: 15pt;
  font-family :universal;
  cursor: move;
  z-index: 200;
  zOrder: 200;
  
}
.boxB {
  background-color: #d2b48c;
  border: 2px solid #0000ff;
  padding: 8px;
  position: relative;
  left: 0px;
  top: 0px;
  width: 40em;
  font-size: 15pt;
  font-family :universal;
  cursor: move;
  z-index: 1;
  zOrder: 1;
  
}
.TableHeader
{
    font-family: Sans-Serif;
    background-color: #4863A0;
    background-image:none;
    color: White;
    font-size: 10pt;
}
.TableHeaderLarge
{
    font-family: Sans-Serif;
    background-color: #4863A0;
    background-image:none;
    color: White;
    font-size: 14pt;
}
.TableRow
{
    background-image: none;
    color: black;
    font-family: Sans-Serif;
    background-color: #e6e6fa;
}
.TableAltRow
{
    font-family: Sans-Serif;
    color: black;
    background-color: white;
    background-image:none;
}


.TableAltRow:hover
 {
    	font-family: Sans-Serif;
		color: #804000;
 }
.TableCellCurrency
{
		text-align:right
}

A.TableCell:link
{        
    
    font-family: Sans-Serif;
    color:Black;
    background: white, none;
    
}
A.TableCell:active
{         
    font-family: Sans-Serif;
    color: steelblue;
    background-color: white;
    background-image:none;
    }
A.TableCell:visited
{         
    font-family: Sans-Serif;
    color: Black;
    background-image:none;
}

A.TableCell:link
{        
    
    font-family: Verdana, Sans-Serif;
    color: Black;
    font-size: 9pt;
    font-weight: bold;
    background: white, none;
    
    }
A.TableCell:active
{         
    font-weight: bold;
    font-family: Verdana, Sans-Serif;
    color: #4682B4;
    background-color: white;
    background-image:none;
    }
A.TableCell:visited
{         
    font-weight: bold;
   	font-family: Verdana, Sans-Serif;
	color: Black;
	background-image:none;
 }
 A.TableCell:hover
 {
   	font-family: Verdana, Sans-Serif;
    font-weight: bold;
    font-size: 9pt;
    text-decoration: underline;
    color: red;
    background: white, none;

    

 }

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: #003366;
}
.txtHeadline
{
	font-weight: bold;
	font-size: 30px;
	color: white;
	line-height: normal;
	font-family: Verdana, Serif;
	letter-spacing: normal;
	text-align: left;
}
.txtCaption
{
	text-align:left;
	font-size: 12pt;
	font-family: Verdana, Sans-Serif;
}
.txtCaptionRightJustify
{
	text-align:right;
	font-size: 12pt;
	font-family: Verdana, Sans-Serif;
}
.txtCaptionCenterJustify
{
	text-align:center;
	font-size: 12pt;
	font-family: Verdana, Sans-Serif;
}

.txtEntryRightJustify
{
	text-align:right;	
	font-weight: normal;
	font-size: 10pt;
	vertical-align: baseline;
	color: black;
	line-height: normal;
	font-family: Verdana, Sans-Serif;
	letter-spacing: normal;
	background-color: white;	
	background-image:none;
	
}
.txtEntryLeftJustify
{
	text-align:left;	
	font-weight: normal;
	font-size: 10pt;
	vertical-align: baseline;
	color: black;
	line-height: normal;
	font-family: Verdana, Sans-Serif;
	letter-spacing: normal;
	background-color: white;	
	background-image:none;
	
}
.txtEntryCenterBold
{
	text-align: center;	
	font-weight: Bold;
	font-size: 10pt;
	vertical-align: baseline;
	color: black;
	line-height: normal;
	font-family: Verdana, Sans-Serif;
	letter-spacing: normal;
	background-color: white;	
	background-image:none;
	
}

.txtLink
{
	font-size: 10pt;
	left: 10px;
	vertical-align: baseline;
	width: 90px;
	cursor: hand;
	color: white;
	font-family: Sans-Serif;
	height: 15px;
	background: silver;
	text-align: center;
}
.txtLink:hover
{
    font-size: 10pt;
    color: White;
    text-decoration: underline;
    font-family: Sans-Serif;
}

.txtLinkBlue
{
	font-size: 10pt;
	left: 10px;
	vertical-align: baseline;
	width: 90px;
	cursor: hand;
	color: white;
	font-family: Sans-Serif;
	height: 15px;
	background: Blue;
	text-align: center;
}
.txtLinkBlue:hover
{
    font-size: 10pt;
    color: White;
    text-decoration: underline;
    font-family: Sans-Serif;
}
.BillDetail
{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #B0E0E6;
    background-image:none;
    color: Black;
    font-size: 11pt;
    font-weight: bold;

}
.BillDetailAlt
{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    background-image:none;
    color: Black;
    font-size: 11pt;
    font-weight: bold;

}

.ReportHeader
{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: White;
    background-image:none;
    color: Black;
    font-size: 16pt;
    font-weight: bold;

}
.ReportSubHeader
{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: White;
    background-image:none;
    color: Black;
    font-size: 11pt;
    font-weight: normal;
    text-decoration: underline;
}
.PageBreak
{
	font-size: 10pt;
    page-break-before: always;
}
.ReportTable
{
	border-style: groove;
	border-width: thin;
	border-collapse:  separate;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 10pt;

}
.ReportTablePB
{
	border-style: groove;
	border-width: thin;
	border-collapse:  separate;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 10pt;
}

.RptTableHeader
{
	border-style: groove;
	border-width: thin;
	border-collapse:  separate;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 10pt;
 	font-weight: bold;
 	text-decoration: underline;
 	background-color: gainsboro;
}
.RptTableRow
{
	border-style: groove;
	border-width: thin;
	border-bottom: grove thin silver;
	
}
.RptTableAltRow
{
	border-style: groove;
	border-width: thin;
	border-bottom: grove thin silver;
	background-color: whitesmoke;
	
}
.RptFooterRow
{
	border-style: groove;
	border-width: thin;
	border-collapse:  separate;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 10pt;
 	font-weight: bold;
 	text-decoration:  none; 
 	background-color: gainsboro;
 	text-align: center;
}

.reportbody
{
    
    vertical-align: baseline;
    color: black;
    line-height: normal;
    font-family: Sans-Serif;
    letter-spacing: normal;
    background-color: white;
    text-align: left;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

/* background color for the content part of the pages */
.LeftPaneBackground
{
	background-color: white;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx

/* style for the text of the site title */

/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
}   
.SiteTitle
{
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	font-family: Tahoma, Verdana, 'Verdana Bold' , Helvetica, sans-serif;
}

.TabBg
{
	font-size: 9pt;
	font-family: Verdana;
	background-color:  #483D8B;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: Verdana;
	background-color: #003333;
}
/* text style for the selected tab */
.TermsTab
{
	border-right:  #BB0000 thin solid;
	border-top:  #BB0000 thin solid;
	font-weight: bold;
	font-size: 9pt;
	border-left:  #BB0000 thin solid;
	color: #BB0000;
	border-bottom:  #BB0000 thin solid;
	font-family: Verdana, Helvetica, sans-serif;
	background-color:  #FFFFFF;
}
/* text style for the selected tab */
.SelectedTab
{
	border-right:  #483D8B thin solid;
	border-top:  #483D8B thin solid;
	font-weight: bold;
	font-size: 9pt;
	border-left:  #483D8B thin solid;
	color: white;
	border-bottom:  #483D8B thin solid;
	font-family: Verdana, Helvetica, sans-serif;
	background-color:  #483D8B;
}

.WebLinks 
{
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #8B0000;
	font-weight: bold;
	background-color:Silver;
}

/* text style for the unselected tabs */
.OtherTabs
{
	border-right: #003333 thin solid;
	border-top: #003333 thin solid;
	font-weight: bold;
	font-size: 9pt;
	border-left: #003333 thin solid;
	color: white;
	border-bottom: #003333 thin solid;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
	color: white;
	text-decoration: none;
}

A.OtherTabs:visited
{
	color: white;
	text-decoration: none;
}

A.OtherTabs:active
{
	color: white;
	text-decoration: none;
}

A.OtherTabs:hover
{
	color: #B0E0E6;
}
    

/* hyperlink style for the site links */
A.SiteLink:link
{
	font-size: 11px;
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
}

A.SiteLink:visited
{
	color: #000000;
	text-decoration: none;
}

A.SiteLink:active
{
	color: #000000;
	text-decoration: none;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
	font-weight: bold;
	color: black;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   
/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #8B0000;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}
.PrintAlert
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
  	color: black;
	font-weight: Bold;
	background-color: #d2b48c
}   
.Alert
{
	font-family: Verdana, Helvetica, sans-serif;
    	font-size: 16px;
  	color: black;
	font-weight: Bold;
	background-color: #d2b48c
}   
.AlertButtonLink
{
	background: #7994CB none;
	color: #ffe763;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:center;
    	border:solid 1px #7994CB;
    	border-bottom-style:outset;
    	border-top-color:navy;
    	border-left-color:navy;
    	border-right-color:navy;
	cursor:pointer;
    	height: 35px;
    	width: 90px;
}

/* style of item titles on edit and admin pages */
.RequiredField
{
	font-weight: bold;
	font-size: 11px;
	color: red;
	font-family: Verdana, Helvetica, sans-serif;
}

.SubHead
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}

.SubHeadSmall
{
	font-weight: bold;
	font-size: 8px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}

.SubHeadLarge
{
	font-weight: bold;
	font-size: 13px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}
.SubHeadLarger
{
	font-weight: bold;
	font-size: 16px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}
.SubHeadRight
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
}
.txtEntryError
{
	font-weight: normal;
	font-size: 10pt;
	vertical-align: baseline;
	color: black;
	line-height: normal;
	font-family: Verdand, Sans-Serif;
	letter-spacing: normal;
	background-color: yellow;
	background-image:none;
	text-align: left;
}

.txtError1
{
	font-size: 20pt;
	background-image: none;
	vertical-align: baseline;
	color: red;
	line-height: normal;
	
	font-family: Verdana, Sans-Serif;
	letter-spacing: normal;
	background-color: transparent;
	background-image:none;
	text-align: left;
	font-variant: normal;
}
.txtError
{
	font-size: 16pt;
	background-image: none;
	vertical-align: baseline;
	color: red;
	line-height: normal;
	
	font-family: Verdana, Sans-Serif;
	letter-spacing: normal;
	background-color: transparent;
	background-image:none;
	text-align: left;
	font-variant: normal;
}
.txtErrorSmall
{
	font-size: 12pt;
	background-image: none;
	vertical-align: baseline;
	color: red;
	line-height: normal;
	
	font-family: Verdana, Sans-Serif;
	letter-spacing: normal;
	background-color: transparent;
	background-image:none;
	text-align: left;
	font-variant: normal;
}

.txtErrorLink
{
	font-size: 16pt;
	left: 10px;
	vertical-align: baseline;
	width: 90px;
	cursor: hand;
	color: white;
	font-family: Sans-Serif;
	height: 15px;
	text-align: center;
}
.txtErrorLink:hover
{
    font-size: 16pt;
    color: White;
    text-decoration: underline;
    font-family: Sans-Serif;
    background-color:#483D8B;

}

.BlueSheetGridHeader
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: Gray;
}

.BlueSheetHeader
{
	background-color: #0099DD;
	font-size: 14pt;
	font-family: Bookman Old Style, serif;
	text-align:center;
	color: white;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.NormalA:link
{
	font-weight: bold;
	font-size: 11px;
	color: blue;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.NormalA:visited
{
	color: blue;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.NormalA:active
{
	color: blue;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.NormalA:hover
{
	color: red;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}
.NormalB:link
{
	font-weight: bold;
	font-size: 12px;
	color: blue;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.NormalB:visited
{
	color: blue;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.NormalB:active
{
	color: blue;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.NormalB:hover
{
	color: red;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	border-style: inset;
    border-color: inherit;
    border-width: thin;
    font-weight: normal;
	font-size: 9pt;
	font-family: Verdana, Helvetica, sans-serif;
    margin-bottom: 0px;
}
.NormalTextBoxCenter
{
	border-right: thin inset;
	border-top: thin inset;
	font-weight: normal;
	font-size: 9pt;
	border-left: thin inset;
	border-bottom: thin inset;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
}
.NormalLabelWBorders
{
	border-right: thin inset;
	padding-right: 1px;
	border-top: thin inset;
	padding-left: 1px;
	font-weight: normal;
	font-size: 9pt;
	padding-bottom: 2px;
	border-left: thin inset;
	padding-top: 2px;
	border-bottom: thin inset;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: white;
}

.NormalNumberTextBox
{
	border-right: thin inset;
	border-top: thin inset;
	font-weight: normal;
	font-size: 9pt;
	border-left: thin inset;
	border-bottom: thin inset;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
}

.NormalNumberTextBoxDisabled
{
	border-right: thin inset;
	border-top: thin inset;
	font-weight: normal;
	font-size: 9pt;
	color: maroon;
	border-left: thin inset;
	border-bottom: thin inset;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
	background-color: #E6E6FA;
}

.NormalNumberLabel
{
	font-weight: bold;
	font-size: 9pt;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
}

.NormalCheckBox
{
	font-weight: normal;
	font-size: 9pt;
	font-family: Verdana, Helvetica, sans-serif;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBoxDisabled
{
	font-weight: bold;
	font-size: 9pt;
	color: #003366;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #C0C0C0;
}
.NormalTextBoxDisabledRight
{
	font-weight: normal;
	font-size: 9pt;
	color: maroon;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #E6E6FA;
	text-align: right;
}
.ProcessContract 
{
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: Red;
	font-weight: bold;
	text-align: center;
}
.ErrorMessages 
{
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: Red;
	font-weight: bold;
}
.Discrepancies
{
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: Yellow;
	font-weight: bold;
    background-color: #639CCE;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red 
}

.QuoteTotal
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #00FF7F;
	text-align: right;
}

.QuoteCostM
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: yellow;
	text-align: center;
}
.QuoteCostG
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #66FF33;
	text-align: center;
}
.GridCost
{
	font-size: 9pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #ffffcc;
	text-align: right;
}
.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
.WarningText {
	color: red !important;
	font-weight: bold;
}
table.PortalBanner.non-production {
	background-color: yellow !important;
}

.BannerAddress
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #EEEEEE;
}

/* text style for buttons and link buttons used in the Karmasoft Panel headers */

.CommandButtonWhite     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: White;
}

A.CommandButtonWhite:link
{
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

A.CommandButtonWhite:visited
{
	font-weight: bold;
	color: white;
    text-decoration:    underline;
}

A.CommandButtonWhite:active
{
	font-weight: bold;
	color: yellow;
    text-decoration:    underline;
}

A.CommandButtonWhite:hover    {
    text-decoration:    underline;
    color: red;
}
   
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	font-weight: bold;
	font-size: inherit;
	color: blue;
	text-decoration: underline;
}

A.CommandButton:visited
{
	font-weight: bold;
	font-size: inherit;
	color: blue;
    text-decoration:    underline;
}

A.CommandButton:active
{
	font-weight: bold;
	font-size: inherit;
	color: blue;
    text-decoration:    underline;
}

A.CommandButton:hover    {
    
    background-color:#483D8B;
    font-size: inherit;
    color: white;
    cursor:hand;
    
}

/* text style for buttons and link buttons used in the portal admin pages */
.EmailLabel     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.EmailLabel:link
{
	color: blue;
	text-decoration: underline;
	font-family: Verdana, Helvetica, sans-serif;
	 font-size: 12pt;
}

A.EmailLabel:visited
{
	color: blue;
    text-decoration:    underline;
}

A.EmailLabel:active
{
	color: blue;
    text-decoration:    underline;
}

A.EmailLabel:hover    {
    text-decoration:    underline;
    background-color: transparent;
    color: green;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12pt;
  cursor:hand;
}

.tracker-label
{
     position: absolute;
     top: 66px; 
     font-size: 7pt; 
     font-weight: bold; 
     color: #0482FC; 
     font-family: Verdana, Helvetica, sans-serif;
	 text-align: right;
}

.tracker-text
{
    background-color: #CCCCCA;
    color: gray;
	font-weight: normal;
	font-size: 11pt;
	font-family: Verdana, Helvetica, sans-serif;
	background-image: url(http://localhost/contracts/images/texttodo.png)
}
.tracker-textlive
{
    background-color: #F4CA04;
    color: black;
	font-weight: normal;
	font-size: 11pt;
	font-family: Verdana, Helvetica, sans-serif;
	background-image: url(http://localhost/contracts/images/textlive.png)
}
.tracker-textdone
{
    background-color: #EEE6CF;
    color: black;
	font-weight: normal;
	font-size: 11pt;
	font-family: Verdana, Helvetica, sans-serif;
	background-image: url(http://localhost/contracts/images/checkdone2.png)
}
.standard-text
{
	font-weight: normal;
	font-size: 11pt;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
}
.standard-textRightJustify
{
	text-align:right;
	font-weight: normal;
	font-size: 11pt;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
}
.standard-textLeftJustify
{
	text-align:left;
	font-weight: Normal;
	font-size: 14px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	
}
/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: blue;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: blue;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: blue;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  9pt;
    font-weight:    bold;
    color: blue;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: blue;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
}




SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #696969;
    height:1pt;
    text-align:left
}
.C1GridHeader
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: maroon;
	
}
.GridHeader
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: Navy;
}
.GridHeader A:active
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: Navy;
}
.GridHeader A:link
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: Navy;
}
.GridHeader A:visited
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: Navy;
}
.GridHeader A:hover
{
	font-weight: bold;
	font-size: 9pt;
	color: #66CDAA;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: maroon;
	text-decoration: underline;
}
.grid-pager
{
	font-weight: bold;
	font-size: 9pt;
	color: #87CEFA;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #336699;
	text-decoration: none;
}
.grid-pager a:active
{
	font-weight: bold;
	font-size: 9pt;
	color: navy;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #336699;
	text-decoration: none;
}
.grid-pager a:link
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #336699;
	text-decoration: none;
}
.grid-pager a:visited
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #336699;
	text-decoration: none;
}
.grid-pager a:hover
{
	font-weight: bold;
	font-size: 9pt;
	color: silver;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #336699;
	text-decoration: underline;
}
.GridFooter
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: silver;
}
.GridFooterPublic
{
	font-weight: bold;
	font-size: 9pt;
	color: teal;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: white;
}
.GridItems
{
	font-weight: normal;
	font-size: 10pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: white;
}
.GridItemsBig
{
	font-weight: normal;
	font-size: 90%;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: white;
}

.GridItemsRed
{
	font-weight: normal;
	font-size: 10pt;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: red;
}
.GridItemsGreen
{
	font-weight: normal;
	font-size: 10pt;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: green;
}
.GridItemsPurple
{
	font-weight: normal;
	font-size: 10pt;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: purple;
}
.GridItemsTransparent
{
	font-weight: normal;
	font-size: 10pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: transparent;
}
.AltGridItems
{
	font-weight: normal;
	font-size: 10pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #EEEEEE;
}
.AltGridItemsBig
{
	font-weight: normal;
	font-size: 90%;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #EEEEEE;
}

.AltGridItemsRed
{
	font-weight: normal;
	font-size: 10pt;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: red;
}
.AltGridItemsGreen
{
	font-weight: normal;
	font-size: 10pt;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: green;
}
.AltGridItemsPurple
{
	font-weight: normal;
	font-size: 10pt;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: purple;
}
.FooterBg
{
	background-color: #003333;
}
.WhiteUserWindow
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #FFFAFA;
}
.UserWindow
{
	border-right: #336699 1px solid;
	border-top: #336699 1px solid;
	border-left: #336699 1px solid;
	border-bottom: #336699 1px solid;
	color: black;
	font-weight: bold;
	font-size: 9pt;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #DCDCDC;
}
.UserWindowTopRow
{
	border-right: #336699 1px solid;
	border-top: #336699 1px solid;
	font-weight: bold;
	font-size: 9pt;
	border-left: #336699 1px solid;
	color: black;
	border-bottom: #336699 1px solid;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #EEEEEE;
}
.UserWindowLeft
{
	font-weight: bold;
	font-size: 9pt;
	border-left: #336699 1px solid;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #DCDCDC;
}
.UserWindowRight
{
	border-right: #336699 1px solid;
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #DCDCDC;
}
.UserWindowTitle
{
	font-weight: bold;
	font-size: 9pt;
	background-image: url(../images/WindowTitle.gif);
	color: white;
	background-repeat: repeat;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: transparent;
}
.HelpWindowTitle
{
	font-weight: bold;
	font-size: 25px;
	background-image: url(../images/WindowTitle.gif);
	color: white;
	background-repeat: repeat;
	font-family: Verdana, Serif;
	background-color: transparent;

}
.HELPCaption
{
	font-weight: bold;
	font-size: 18px;
	color: white;
	font-family:Tahoma;
	background-color: transparent;
}

.FAQLink
{
	font-weight: bold;
	font-style: italic;
	font-size: 28px;
	color: white;

}
.HELPImg
{
	  cursor:hand;

}
	
.FrameWindow
{
	border-right: teal 1px solid;
	border-top: teal 1px solid;
	font-weight: bold;
	font-size: 9pt;
	border-left: teal 1px solid;
	color: black;
	border-bottom: teal 1px solid;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #DCDCDC;
}
.FrameWindowLeft
{
	font-weight: bold;
	font-size: 9pt;
	border-left: teal 1px solid;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #DCDCDC;
}
.FrameWindowRight
{
	border-right: teal 1px solid;
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #DCDCDC;
}
.FrameWindowTitle
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	background-repeat: repeat;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: teal;
}
.MyCommandButton:link
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Verdana;
	text-decoration: underline;
}

.MyCommandButton:visited
{
	font-weight: bold;
	font-size: 11px;
	color:  Navy;
	font-family: Verdana;
	text-decoration: underline;
}

.MyCommandButton:active
{
	font-weight: bold;
	font-size: 11px;
	color: Navy;
	font-family: Verdana;
	text-decoration: underline;
}

.MyCommandButton:hover
{
	font-weight: bold;
	font-size: 11px;
	color: yellow;
	font-family: Verdana;
	text-decoration: underline;
}
.MyCommandButtonBlue:link
{
	font-weight: bold;
	font-size: 12px;
	color: blue;
	font-family: Verdana, Arial;
	text-decoration: underline;
}

.MyCommandButtonBlue:visited
{
	font-weight: bold;
	font-size: 12px;
	color: blue;
	font-family: Verdana, Arial;
	text-decoration: underline;
}

.MyCommandButtonBlue:active
{
	font-weight: bold;
	font-size: 12px;
	color: blue;
	font-family: Verdana, Arial;
	text-decoration: underline;
}

.MyCommandButtonBlue:hover
{
	font-weight: bold;
	font-size: 12px;
	color: Navy;
	font-family: Verdana, Arial;
	text-decoration: underline;
	background-color: Transparent;

}

/* XML Menu Style */

.TopMenuGroup
{
  border:1px;
  border-style:outset;
  border-color:Gray;
  background-image:url(images/topGroupBg.gif); 
}

.MenuGroup
{
	border-right: #336699 thin solid;
	border-top: #336699 thin solid;
	border-left: #336699 thin solid;
	border-bottom: #336699 thin solid;
	background-color: #dcdcdc;
	color: Black;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='dimgray', Direction=135, Strength=3); 
}

.WindowMenuGroup
{
	border-right: #336699 1px solid;
	border-top: #336699 1px solid;
	border-left: #336699 1px solid;
	border-bottom: #336699 1px solid;
	background-color: #dcdcdc;
}

.XPTopGroup
{
  background-color:#D9D9E6; 
  border-width:1px; 
  border-color:gray; 
  border-style:solid;
  cursor:default; 
}

.XPMenuGroup
{
  background-image:url(../images/XPMenu/group_background.gif);
  border-width:1px; 
  border-color:#7E7E81; 
  border-style:solid;
  cursor:default; 
  filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=2); 
}

.XPTopMenuItem
{
  background-color:#D9D9E6; 
  color:black; 
  font-family:MS Sans Serif; 
  font-size:12px; 
  border-width:1px; 
  border-color:#D9D9E6; 
  border-style:solid;
  padding:2px;
  padding-left:10px;
  padding-right:10px;
  cursor:default; 
}

.XPTopMenuItemOver 
{
  background-image:url(../images/XPMenu/top_group_background.gif);
  background-color:#E5E6EF; 
  color:black; 
  font-family:MS Sans Serif; 
  font-size:12px; 
  border-width:1px; 
  border-color:#7C7C94; 
  border-style:solid;
  border-bottom-color:#BAB9CD; 
  padding:2px;
  padding-left:10px;
  padding-right:10px;
  cursor:default; 
}

.XPMenuItem
{
  color:black; 
  font-family:MS Sans Serif; 
  font-size:9px; 
  padding:5px;
  padding-left:10px;
  padding-right:10px;
  cursor:default; 
}

.XPMenuItemOver 
{
  background-color:#FFEEC2; 
  color:black; 
  font-family:MS Sans Serif; 
  font-size:9px; 
  border-width:1px; 
  border-color:#4B4B6F; 
  border-style:solid;
  padding:4px;
  padding-left:9px;
  padding-right:9px;
  cursor:default; 
}

.XPMenuBreak
{
  margin-left:30px; 
}

/* Date Package */

.CSCCalendar
{
   border-right: lightgrey ridge;
   border-top: lightgrey ridge;
   font-size: 9pt;
   filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color= 'gray' , Positive= 'true' ) progid:DXImageTransform.Microsoft.Alpha( Opacity=100, FinishOpacity=20, Style=1, StartX=96, FinishX=100, StartY=0, FinishY=0) progid:DXImageTransform.Microsoft.Alpha( Opacity=100, FinishOpacity=20, Style=1, StartX=0, FinishX=0, StartY=97, FinishY=100);
   border-left: lightgrey ridge;
   border-bottom: lightgrey ridge;
   font-family: Verdana;
   background-color: white;
}

.CSCCalendar TABLE
{
   font-size: 9pt;
   font-family: Verdana;
   background-color: white;
}

.CSCCalendarNoFilter
{
   border-right: lightgrey ridge;
   border-top: lightgrey ridge;
   font-size: 9pt;
   border-left: lightgrey ridge;
   border-bottom: lightgrey ridge;
   font-family: Verdana;
   background-color: white;
   }
.CSCCalendarNoFilter TABLE
{
   font-size: 9pt;
   font-family: Verdana;
   background-color: white;
}


.CSCWeekRowsTable
{
   border-right: black 1px solid;
   border-top: black 1px solid;
   font-size: 9pt;
   border-left: black 1px solid;
   border-bottom: black 1px solid;
   font-family: Verdana;
   background-color: white;
}

.CSCDay
{
   cursor: pointer;  /* W3C approved hand. See http://www.xs4all.nl/~ppk/css2tests/default.html */
   cursor: hand;
}

.CSCSelectedDay
{
   background-color: #FFD700;
   cursor: pointer;
   cursor: hand;
}
.CSCSelectedToday
{
   font-weight: bold;
   background-color: #FFD700;
   cursor: pointer;
   cursor: hand;
}
.CSCToday
{
   font-weight: bold;
   cursor: pointer;
   cursor: hand;
}
.CSCSpecialDay
{
   cursor: pointer;
   cursor: hand;
   background-color: #FFFACD;
}

.CSCOtherMonthDays
{
   cursor: default;
   color: gray;
}

.CSCWeekNumberColumn
{
   border-right: blue 1px solid;
   background-color: #ADD8E6;
}

.CSCDayHeader
{
   border-bottom: blue 1px solid;
}

.CSCDayHeader TR
{
   font-size: 7pt;
   background-color: #ADD8E6;
}

.CSCDayHeaderCell
{
   font-size: 7pt;
}

.CSCHeaderTable
{
   font-size: 9pt;
   border-bottom: blue 1px solid;
   font-family: Verdana;
}

.CSCHeaderRows
{
   font-size: 9pt;
   font-family: Verdana;
   cursor: default;
}

/*.CSCHeaderRows TR
{
   background-color: inherit;
}
*/
.CSCIncrementalButtons
{
   cursor: pointer;
   cursor: hand;
   color: #191970;
}

.CSCIncrementalButtonsPressed
{
   cursor: pointer;
   cursor: hand;
   color: #00008B;
}

.CSCJumpButtons
{
   color: #191970;
   cursor: pointer;
   cursor: hand;
}

.CSCJumpButtonsPressed
{
   color: #00008B;
   cursor: pointer;
   cursor: hand;
}

.CSCCloseButton
{
   cursor: default;
}

.CSCCloseButtonPressed
{
   cursor: default;
}
.CSCHelpButton
{
   cursor: default;
}

.CSCHelpButtonPressed
{
   cursor: default;
}

.CSCFooterTable
{
}

.CSCFooterTable TABLE
{
}

.CSCFooterButton
{
   border-right: lightgrey thin outset;
   border-top: lightgrey thin outset;
   border-left: lightgrey thin outset;
   color: black;
   border-bottom: lightgrey thin outset;
   background-color: #ADD8E6;
   font-size: 9pt;
   font-family: Verdana;
   cursor: pointer;
   cursor: hand;
}

.CSCFooterButtonPressed
{
   border-right: lightgrey thin inset;
   border-top: lightgrey thin inset;
   border-left: lightgrey thin inset;
   border-bottom: lightgrey thin inset;
   background-color: #ADD8E6;
   color: black;
   font-size: 9pt;
   font-family: Verdana;
   cursor: pointer;
   cursor: hand;
}

.CSCFooterCurrentDate
{
}

.SD_Selectable1
{
   background-color: #FFE4E1;
   cursor: pointer;
   cursor: hand;
}
.SD_SelectableOM1
{
   background-color: #B0E0E6;
   cursor: pointer;
   cursor: hand;
}
.SD_Selectable2
{
   background-color: #EEE8AA;
   cursor: pointer;
   cursor: hand;
}
.SD_SelectableOM2
{
   background-color: #DCDCDC;
   cursor: pointer;
   cursor: hand;
}
.SD_Unselectable1
{
   color: gray;
   background-color: #FFE4E1;
}
.SD_UnselectableOM1
{
   color: gray;
   background-color: #B0E0E6;
}
.SD_Unselectable2
{
   color: gray;
   background-color: #EEE8AA;
}
.SD_UnselectableOM2
{
   color: gray;
   background-color: #DCDCDC;
}

.DTBToggleCalendar
{
}

.DTBToggleCalendarPressed
{
}

.DTBHelpButton
{
}

.DTBHelpButtonPressed
{
}

.MYPMonthYearPicker
{
   border-right: gray 1px solid;
   border-top: gray 1px solid;
   font-size: 9pt;
   border-left: gray 1px solid;
   border-bottom: gray 1px solid;
   font-family: Verdana;
   background-color: white;
}

.MYPMonthYearPicker TABLE
{
   font-size: 9pt;
   font-family: Verdana;
   background-color: white;
}

.MYPMonthTable
{
}

.MYPYearTable
{
}

.MYPMonthCell
{
   cursor: pointer;
   cursor: hand;
}

.MYPSelectedMonthCell
{
   background-color: #FFD700;
   cursor: pointer;
   cursor: hand;
}


.MYPYearCell
{
   cursor: pointer;
   cursor: hand;
}
.MYPSelectedYearCell
{
   cursor: pointer;
   cursor: hand;
   background-color: #FFD700;
}

.MYPOutOfRangeCell
{
   color: gray;
}

.MYPMoveYearsButtons
{
}

.MYPMoveYearsButtonsPressed
{
}

.MYPTogglePicker
{
}

.MYPTogglePickerPressed
{
}


.PDPContextMenu
{
   border-right: lightgrey 1px solid;
   border-top: lightgrey 1px solid;
   font-size: 9pt;
   border-left: lightgrey 1px solid;
   border-bottom: lightgrey 1px solid;
   font-family: Verdana;
   background-color: white;
}

.PDPContextMenu TABLE
{
	font-size: 9pt;
	font-family: Verdana;
	background-color: #FFFACD;
}

.admin-tab-active
{
	border-right: navy 1px solid;
	padding-right: 18px;
	border-top: navy 1px solid;
	padding-left: 18px;
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 3px;
	border-left: navy 1px solid;
	color: navy;
	padding-top: 3px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #ffffcc;
	text-align: center;
}
.admin-tab-inactive
{
	border-right: navy 1px solid;
	padding-right: 18px;
	border-top: navy 1px solid;
	padding-left: 18px;
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 3px;
	border-left: navy 1px solid;
	color: #ffffff;
	padding-top: 3px;
	border-bottom: navy 1px solid;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #ccccff;
	text-align: center;
}
.admin-tab-right
{
	border-bottom: 1px solid navy;
}
.admin-tan-border
{
	border-right: navy 1px solid;
	border-top: #ffffcc 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
	background-color: #ffffcc;
}
.contracts-borderFull
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
	background-color: #FFFFCC;
	color: White;
}

.contracts-border
{
	border-right: navy 1px solid;
	border-top: #FFFFCC 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
	background-color: #FFFFCC;
	color: White;
}
.admin-tab-inactive A:link
{
	font-weight: bold;
	font-size: 9pt;
	color: navy;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.admin-tab-inactive A:visited
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: navy;
	text-decoration: none;
}
.admin-tab-inactive A:active
{
	font-weight: bold;
	font-size: 9pt;
	color: navy;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.admin-tab-inactive A:hover
{
	color: red;
	text-decoration: none;
	border-right: 0px;
	padding-right: 0px;
	border-top: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 3px;
	border-left: 0px;
	padding-top: 0px;
	border-bottom: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #ccccff;
	text-align: center;
	text-decoration: underline;
}
.TabWindow
{
	border-right: #336699 1px solid;
	border-top: #336699 1px solid;
	font-weight: bold;
	font-size: 9pt;
	border-left: #336699 1px solid;
	color: black;
	border-bottom: #336699 0px solid;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #EEE8AA;
}
.ValidSummary
{
	border-right: #336699 1px solid;
	border-top: #336699 1px solid;
	font-weight: bold;
	font-size: 9pt;
	border-left: #336699 1px solid;
	color: #B22222;
	border-bottom: #336699 1px solid;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #F5DEB3;
}
.QtyDetail
{
	border-right: navy 1px solid;
	border-top: #ffffcc 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
	background-color: #ffffcc;
}
.QtyDetailAlternate
{
	border-right: navy 1px solid;
	border-top: #ffffcc 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
	background-color: #F0FFF0;
}
.DivBorders
{
	border-right:  #483D8B 1px solid;
	border-top:  #483D8B 1px solid;
	border-left:  #483D8B 1px solid;
	border-bottom:  #483D8B 1px solid;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #F5DEB3;
}
.AutoHelpRed
{
	font-weight: bold;
	font-size: 12pt;
	color: Red;
	font-family: Verdana, Helvetica, sans-serif;
}

.AutoHelpYellow
{
	font-weight: bold;
	font-size: 12pt;
	color: Yellow;
	font-family: Verdana, Helvetica, sans-serif;
}

.AutoHelpBlue
{
	font-weight: bold;
	font-size: 12pt;
	color: blue;
	font-family: Verdana, Helvetica, sans-serif;
}
.AutoHelpClick
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	cursor:hand;
}

.PublicQuoteTitles
{
	font-weight: bold;
	font-size: 9pt;
	background-image: none;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #336699;
}
.LabelCategoryGroup
{
	border-right: #336699 1px solid;
	border-top: #336699 1px solid;
	border-left: #336699 1px solid;
	border-bottom: #336699 1px solid;
	background-color: white;
}
.Bullet
{
	border-top-width: thin;
	font-weight: normal;
	border-left-width: thin;
	font-size: 9pt;
	border-bottom-width: thin;
	font-family: Verdana, Helvetica, sans-serif;
	list-style-type: square;
	border-right-width: thin;
}
.PublicQuoteTitleFont
{
	font-weight: bold;
	font-size: 12pt;
	color: #336699;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: white;
}
.PublicQuoteTitleRed
{
	font-weight: bold;
	font-size: 12pt;
	color: red;
	font-family: Verdana, Helvetica, sans-serif;
}
.PublicQuoteTitleBlack
{
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}
.PublicQuoteTitleBlue
{
	font-weight: bold;
	font-size: 11pt;
	color: blue;
	font-family: Verdana, Helvetica, sans-serif;
}
.PPrintButton
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
}   

A.PPrintButton:link
{
	font-weight: bold;
    font-size: 10pt;
	color: white;
	text-decoration: underline;
}

A.PPrintButton:visited
{
	font-weight: bold;
    font-size: 10pt;
	color: white;
    text-decoration:    underline;
}

A.PPrintButton:active
{
	font-weight: bold;
    font-size: 10pt;
	color: white;
    text-decoration:    underline;
}

A.PPrintButton:hover    {
	background-color:#483D8B;
	color: red;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
	border:0px;
	border-top-color:#B8B8B9;
	border-left-color:#B8B8B9;
	border-right-color:black;
	border-bottom-color:black;
	border-style:solid;
	cursor:hand;

}

.PCommandButton
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: normal;
}
A.PCommandButton:link
{
	font-weight: bold;
	color: blue;
	text-decoration: underline;
}

A.PCommandButton:visited
{
	font-weight: bold;
	color: blue;
    text-decoration:    underline;
}

A.PCommandButton:active
{
	font-weight: bold;
	color: blue;
    text-decoration:    underline;
}

A.PCommandButton:hover    {
  background-color:#483D8B;
  color: white;
  font-family: Verdana, Helvetica, sans-serif;
  font-size:16px;
  border:0px;
  border-top-color:#B8B8B9;
  border-left-color:#B8B8B9;
  border-right-color:black;
  border-bottom-color:black;
  border-style:solid;
  cursor:hand;

}

.PCommandButtonMedium
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
}
    
A.PCommandButtonMedium:link
{
	font-weight: bold;
	color: blue;
	text-decoration: underline;
}

A.PCommandButtonMedium:visited
{
	font-weight: bold;
	color: blue;
    text-decoration:    underline;
}

A.PCommandButtonMedium:active
{
	font-weight: bold;
	color: blue;
    text-decoration:    underline;
}

A.PCommandButtonMedium:hover    {
    text-decoration:    underline;
    color: red;
}
.PCommandButtonSmall
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
}
    
A.PCommandButtonSmall:link
{
	font-weight: bold;
	color: blue;
	text-decoration: underline;
}

A.PCommandButtonSmall:visited
{
	font-weight: bold;
	color: blue;
    text-decoration:    underline;
}

A.PCommandButtonSmall:active
{
	font-weight: bold;
	color: blue;
    text-decoration:    underline;
}

A.PCommandButtonSmall:hover    {
    text-decoration:    underline;
    color: red;
}
.ClickHereTitleFont
{
	font-weight: bold;
	font-size: 12pt;
	color: #336699;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: white;
}
.ClickHereFont
{
	font-weight: normal;
	font-size: 9pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: white;
}
.ClickHereDetail
{
	border-top: white 1px solid;
	border-bottom: navy 1px solid;
	background-color: white;
}
.ClickHereDetailAlternate
{
	border-top: #ffffcc 1px solid;
	border-bottom: navy 1px solid;
	background-color: #F0FFF0;
}
.clickhere-tab-border
{
	border-right: navy 1px solid;
	border-top: white 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
	background-color: white;
}
.clickhere-tab-active
{
	border-right: navy 1px solid;
	padding-right: 18px;
	border-top: navy 1px solid;
	padding-left: 18px;
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 3px;
	border-left: navy 1px solid;
	color: navy;
	padding-top: 3px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: white;
	text-align: center;
}
.grid-hyperlink a:active
{
	font-weight: bold;
	font-size: 9pt;
	color: blue;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.grid-hyperlink a:link
{
	font-weight: bold;
	font-size: 9pt;
	color: blue;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.grid-hyperlink a:visited
{
	font-weight: bold;
	font-size: 9pt;
	color: blue;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.grid-hyperlink a:hover
{
	font-weight: bold;
	font-size: 9pt;
	color: red;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
}
.SpecialNotes
{
	font-weight: bold;
	font-size: 9pt;
	color: #DC143C;
	font-family: Verdana, Helvetica, sans-serif;
}
.SpecialNotesSmall
{
	font-weight: bold;
	font-size: 9pt;
	color: #DC143C;
	font-family: Verdana, Helvetica, sans-serif;
}
.SpecialNotesSmallVerdana
{
	font-weight: bold;
	font-size: 9pt;
	color: #DC143C;
	font-family: Verdana, Helvetica, sans-serif;
}
.SpecialNotesRedItalics
{
	font-weight: bold;
	font-size: 12pt;
	color: #DC143C;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
}
.SpecialNotesBigRed
{
	font-weight: bold;
	font-size: 12pt;
	color: #DC143C;
	font-family: Verdana, Helvetica, sans-serif;
}
.SpecialNotesLarge
{
	font-weight: bold;
	font-size: 14pt;
	color: #DC143C;
	font-family: Verdana, Helvetica, sans-serif;
}
.SpecialNotesNormal
{
	font-weight: bold;
	font-size: 12pt;
	color: #DC143C;
	font-family: Verdana, Helvetica, sans-serif;
}
.SpecialNotesBlackLarge
{
	font-weight: bold;
	font-size: 14pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}
.SpecialNotesItalics
{
	font-weight: bold;
	font-size: 9pt;
	color: teal;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
}
.SpecialNotesTeal
{
	font-weight: bold;
	font-size: 9pt;
	color: teal;
	font-family: Verdana, Helvetica, sans-serif;
}
.SpecialNotesTealVerdana
{
	font-weight: bold;
	font-size: 9pt;
	color: teal;
	font-family: Verdana, Helvetica, sans-serif;
}
.SpecialNotesTealSmall
{
	font-weight: bold;
	font-size: 9pt;
	color: teal;
	font-family: Verdana, Helvetica, sans-serif;
}
.SpecialNotesTealBig
{
	font-weight: bold;
	font-size: 12pt;
	color: teal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
}
.SpecialNotesTealLarge
{
	font-weight: bold;
	font-size: 14pt;
	color: teal;
	font-family: Verdana, Helvetica, sans-serif;
}
.SpecialNotesBlue
{
	font-weight: bold;
	font-size: 9pt;
	color: blue;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
}

.SpecialNotesBlueNoUL
{
	font-weight: bold;
	font-size: 9pt;
	color: blue;
	font-family: Helvetica, sans-serif;
}

.QuoteSummary
{
	font-weight: bold;
	font-size: 9pt;
	color: #336699;
	font-family: Verdana, Helvetica, sans-serif;
}
.OverrideFlags
{
    font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: yellow;
}
.StandardPageFont
{
	font-weight: normal;
	font-size: 9pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}
.StandardPageFontBold
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}
.StandardPageFontBoldWhiteBG
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: white;
}
.TableBackGround
{
	border: #336699 1px solid;
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #DCDCDC;
}
.TableBackGroundNoBorders
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #DCDCDC;
}
.TableBackGroundFirst
{
	border-right: #336699 1px solid;
	border-left: #336699 1px solid;
	border-top: #336699 1px solid;
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #DCDCDC;
}
.TableBackGroundLast
{
	border-right: #336699 1px solid;
	border-left: #336699 1px solid;
	border-bottom: #336699 1px solid;
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #DCDCDC;
}
.WizardTableBackGround
{
	border-bottom: #336699 1px solid;
	border-right: #336699 1px solid;
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #DCDCDC;
}
.WizardTableBackGroundBottom
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #DCDCDC;
}
.WizardTableBackGroundLast
{
	border-right: #336699 1px solid;
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #DCDCDC;
}
.WizardTableBackGroundRight
{
	border-bottom: #336699 1px solid;
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #DCDCDC;
}

.HeaderRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #DC143C 
}

.ShipDate
{
	border-right: thin inset;
	border-top: thin inset;
	font-weight: normal;
	font-size: 9pt;
	border-left: thin inset;
	color: white;
	border-bottom: thin inset;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #B22222;
}
.UserWindowLight
{
	border-right: #336699 1px solid;
	border-top: #336699 1px solid;
	font-weight: bold;
	font-size: 9pt;
	border-left: #336699 1px solid;
	color: black;
	border-bottom: #336699 1px solid;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #E6E6FA;
}
.EmailLabelSmall     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
}
A.EmailLabelSmall:link
{
	color: blue;
	text-decoration: underline;
	font-size: 9pt;
}

A.EmailLabelSmall:visited
{
	color: blue;
    text-decoration:    underline;
    font-size: 9pt;
}

A.EmailLabelSmall:active
{
	color: blue;
    text-decoration:    underline;
    font-size: 9pt;
}

A.EmailLabelSmall:hover    {
    text-decoration:    underline;
	font-size: 9pt;
}
.UserNameTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  9pt;
    font-weight:    bold;
    color: #8B0000;
}
.MasterMaterialTitle
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	background-repeat: repeat;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #0066cc;
}
.MasterPlatesTitle
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	background-repeat: repeat;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #6633ff;
}
.MasterOperations
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	background-repeat: repeat;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #996600;
}
.RowColSelectorHdr
{
	font-weight: bold;
	font-size: 9pt;
	background-image: none;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #336699;
}
.FrameWindow2
{
	border-right: darkgreen 1px solid;
	border-top: darkgreen 1px solid;
	font-weight: bold;
	font-size: 9pt;
	border-left: darkgreen 1px solid;
	color: black;
	border-bottom: darkgreen 1px solid;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #DCDCDC;
}
.FrameWindowLeft2
{
	font-weight: bold;
	font-size: 9pt;
	border-left: darkgreen 1px solid;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #DCDCDC;
}
.FrameWindowRight2
{
	border-right: darkgreen 1px solid;
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #DCDCDC;
}
.FrameWindowTitle2
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	background-repeat: repeat;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #006400;
}
.PanelBackground
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #DCDCDC;
}
.NormalGridTextBox
{
	border-top-width: 0px;
	font-weight: normal;
	border-left-width: 0px;
	font-size: 9pt;
	border-bottom-width: 0px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: transparent;
	text-align: center;
	border-right-width: 0px;
}
.NormalGridTextBoxWhiteForeground
{
	border-top-width: 0px;
	font-weight: normal;
	border-left-width: 0px;
	font-size: 9pt;
	border-bottom-width: 0px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: transparent;
	text-align: center;
	border-right-width: 0px;
}
.DfltBackGround
{
	background-image: url(../images/testbkgd.jpg);
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
}
.MenuItemTab1Level 
{
  background-color:#EEFFDD; 
  font-family:verdana; 
  font-size:11px; 
  border:1px;
  border-style:solid;
  border-color:#336644;
  padding:5px;
  padding-left:20px;
  padding-right:20px;
  cursor:hand;
}

.MenuItemOverTab1Level
{
  background-color:#EEFFDD; 
  font-family:verdana; 
  font-size:11px; 
  border:1px;
  border-style:solid;
  border-color:#336644;
  padding:5px;
  padding-left:20px;
  padding-right:20px;
  text-decoration:underline; 
  cursor:hand;
}


.SelectedMenuItemTab1Level
{
  color:white;
  background-color:#77AA88; 
  font-family:verdana; 
  font-size:11px; 
  border:1px;
  border-style:solid;
  border-color:#336644;
  padding:5px;
  padding-left:20px;
  padding-right:20px;
  cursor:default;
}

.SelectedMenuItemOverTab1Level
{
  color:white;
  background-color:#77AA88; 
  font-family:verdana; 
  font-size:11px; 
  border:1px;
  border-style:solid;
  border-color:#336644;
  padding:5px;
  padding-left:20px;
  padding-right:20px;
  cursor:default;
}
/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster_maize 
{
	width: 100%;
	background-color: #FDFFB4;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 

}
.UOFM_blue
{
    background-color: #0D3182;
}


.containermaster_red
{
	border-right: #7994cb 1px solid;
	border-top: #7994cb 1px solid;
	border-left: #7994cb 1px solid;
	width: 100%;
	border-bottom: #7994cb 1px solid;
	background-color: #ffcccc;
}
.containermaster_green
{
	border-right: #7994cb 1px solid;
	border-top: #7994cb 1px solid;
	border-left: #7994cb 1px solid;
	width: 100%;
	border-bottom: #7994cb 1px solid;
	background-color: #98FB98;
}
.containermaster_yellow
{
	border-right: #7994cb 1px solid;
	border-top: #7994cb 1px solid;
	border-left: #7994cb 1px solid;
	width: 100%;
	border-bottom: #7994cb 1px solid;
	background-color: #EEE8AA;
}
.containerrow1_blue
{
	background-image: url(images/gradient_LtGray.jpg);
}
.containerrow2_blue {
	background-color: #FFFFFF
}


/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
	font-weight: bold;
	font-size: 11px;
	color:  #483D8B;
	font-family: Tahoma, Helvetica;
	height: 18px;
	background-color: #9ebff6;
	vertical-align: middle;
}

.FileManager_Header A:active
{
	font-weight: bold;
	font-size: 11px;
	color:  #483D8B;
	font-family: Tahoma, Helvetica;
	height: 18px;
	background-color: #9ebff6;
	vertical-align: middle;
}
.FileManager_Header A:link
{
	font-weight: bold;
	font-size: 11px;
	color:  #483D8B;
	font-family: Tahoma, Helvetica;
	height: 18px;
	background-color: #9ebff6;
	vertical-align: middle;
}
.FileManager_Header A:visited
{
	font-weight: bold;
	font-size: 11px;
	color:  #483D8B;
	font-family: Tahoma, Helvetica;
	height: 18px;
	background-color: #9ebff6;
	vertical-align: middle;	
}
.FileManager_Header A:hover
{
	font-weight: bold;
	font-size: 11px;
	color: red;
	font-family: Tahoma, Helvetica;
	height: 18px;
	background-color: #9ebff6;
	vertical-align: middle;	
}

.FileManager_Pager
{
    font-family: Tahoma, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    /* border-top: dimgray 1px solid; */
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Tahoma, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Tahoma, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Tahoma, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: Tahoma, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family: Tahoma, Helvetica;
    font-size: 11px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}
.CustomerTitle
{
	font-weight: bold;
	font-size: 20px;
	color: Black;
	font-family: Tahoma, Verdana, 'Verdana Bold' , Helvetica, sans-serif;
}
.HLCustTitle:link
{
	font-weight: bold;
	font-size: 20px;
	color: blue;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.HLCustTitle:visited
{
	color: blue;
	font-weight: bold;
	font-size: 20px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.HLCustTitle:active
{
	color: blue;
	font-weight: bold;
	font-size: 20px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.HLCustTitle:hover
{
	color: red;
	font-weight: bold;
	font-size: 20px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}
.NewGridTextBox
{
	border-top-width: 0px;
	border-left-width: 0px;
    font-family: Tahoma, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
	border-bottom-width: 0px;
	background-color: transparent;
	border-right-width: 0px;
}
.NewGridTextBoxCenter
{
	border-top-width: 0px;
	border-left-width: 0px;
    font-family: Tahoma, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
	border-bottom-width: 0px;
	background-color: transparent;
	border-right-width: 0px;
	text-align: center;
}
.NewGridTextBoxRight
{
	border-top-width: 0px;
	border-left-width: 0px;
    font-family: Tahoma, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
	border-bottom-width: 0px;
	background-color: transparent;
	border-right-width: 0px;
	text-align: right;
}
.StandardButtonLink
{
	background: #7994CB none;
	color: white;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:center;
    border:solid 2px #7994CB;
    border-bottom-style:outset;
    border-top-color:White;
    border-left-color:White;
    cursor:pointer;
    padding-top: 2px;
   
}
.StandardButtonLink:hover
{
	background: #7994CB none;
	color: white;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:center;
    border:solid 2px #7994CB;
    border-bottom-style:outset;
    border-top-color:White;
    border-left-color:White;
    cursor:pointer;
    padding-top: 2px;
   
}
.StandardButtonPH
{
	background: #7994CB none;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
.StandardButton
{
	background: #7994CB none;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;

}
.StandardButton:focus
{
	background: yellow;
	color: black;

}

.StandardButtonBold
{
	background: #7994CB none;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
.body_blue 
{
    font-family: Tahoma, Verdana;
    font-size: 9pt;
	width: 100%;
	background-color: #DFE5F2;
}
/* Styles to reproduct UltimatePanel look */
.UP_Header
{
	font-weight: bold;
	font-size: 9pt;
	color: #ffffff;
	font-family: Tahoma;
	background-color: #639CCE;
}

.UP_HeaderLeft
{
    width: 15px;
    height: 23px;
    background-image:url(../images/blue_left.gif);
    background-repeat:no-repeat;
}
    
.UP_HeaderRight {
    width: 15px;
    height: 23px;
    background-image:url(../images/blue_right.gif);
    background-repeat:no-repeat;
}

.UP_Main
{
	width: 100%;
	border-style:solid;
	border-width:2px;
	border-color:#639CCE;
	background-color:#DFE5F2;
}
.UP_TextBox
{
	border-top-width: 0px;
	border-left-width: 0px;
    font-family: Tahoma, Helvetica;
    font-size: 9pt;
    font-weight: normal;
    color: Black;
	border-bottom-width: 0px;
	background-color: transparent;
	border-right-width: 0px;
}
.BillPayInfo
{
	font-weight: normal;
	font-size: 11pt;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: teal;
}
.ArtistStatusInProgress
{
	font-weight: normal;
	font-size: 10pt;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: green;
}
.ArtistStatusNeedInformation
{
	font-weight: normal;
	font-size: 9pt;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: purple;
}
.ArtistStatusLink:link
{
	font-weight: bold;
	font-size: 11px;
	color: #B0E0E6;
	font-family: Verdana;
	text-decoration: underline;
}

.ArtistStatusLink:visited
{
	font-weight: bold;
	font-size: 11px;
	color: #B0E0E6;
	font-family: Verdana;
	text-decoration: underline;
}

.ArtistStatusLink:active
{
	font-weight: bold;
	font-size: 11px;
	color: #B0E0E6;
	font-family: Verdana;
	text-decoration: underline;
}

.ArtistStatusLink:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #F0F8FF;
	font-family: Verdana;
	text-decoration: underline;
}
.ArtistStatusTransparent
{
	font-weight: normal;
	font-size: 9pt;
	color: #B0E0E6;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: transparent;
}
.ThinBorder
{
	border-collapse: collapse;
	border: solid 1px black;
}

.BoxHeader
{
	background-color: #4E75AB;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: solid 1px black;
}

.BoxMain
{
	background-color: #E8E8E8;
}
.WSButton
{
	background-color: Black;
}

A:link
{
	color: Black;
	text-decoration: none;
}

A:visited
{
	color: Black;
	text-decoration: none;
}

A:active
{
	/*background-color:#8D8F95;*/
	/*color: white;*/
	text-decoration: none;
}

A:hover
{
  /*background-color:#483D8B;*/
  /*color: white;*/
  cursor:hand;
}


.MenuItemHover
{
  background-color:#8D8F95;
  color: white;
  font-family: Verdana, Helvetica, sans-serif;
  font-size:11px;
  border:1px;
  border-top-color:#B8B8B9;
  border-left-color:#B8B8B9;
  border-right-color:black;
  border-bottom-color:black;
  border-style:solid;
  cursor:hand;
}

.MenuItemDown
{
  background-color:#8D8F95;
  color:white;
  font-family: Verdana, Helvetica, sans-serif;
  font-size:11px;
  border:1px;
  border-left-color:black;
  border-top-color:black;
  border-right-color:#B8B8B9;
  border-bottom-color:#B8B8B9;
  border-style:solid;
  cursor:hand;
} 

.MenuItem 
{
  background-color: #dcdcdc; 
  color: Black;
  font-family: Verdana, Helvetica, sans-serif;
  font-size:11px; 
  border:1px;
  border-style:solid;
  border-color: #dcdcdc;
  padding:3px;
  padding-left: 3px;
  padding-right: 3px;
  cursor:hand;
  
}

.MenuItemOver 
{
  background-color: #483D8B; 
  color: White; 
  font-family: Verdana, Helvetica, sans-serif;
  font-size:11px; 
  border:1px;
  border-style:solid;
  border-color: #dcdcdc;
  padding:3px;
  padding-left:3px;
  padding-right:3px;
  cursor:hand;
}

.DisabledMenuItem
{
  color:Gray; 
  background-color:white; 
  font-family: Verdana, Helvetica, sans-serif; 
  font-size:11px; 
  padding:3px;
  padding-left:15px;
  padding-right:10px;
  cursor:default;
}

.DisabledMenuItemOver 
{
  color:Gray; 
  background-color:silver; 
  font-family: Verdana, Helvetica, sans-serif;
  font-size:11px; 
  padding:3px;
  padding-left:15px;
  padding-right:10px;
  cursor:default;
}

.MenuBreak
{
  padding:0px; 
}

.ScrollableDiv {
	min-height: 30px;
	max-height: 500px;
	overflow-y: auto;
	position: relative;
}
.GridHeader {
	position: sticky;
	top: -1px;
	z-index: 1;
}
.StrikeThroughRow {
	background-color: #D3D3D3 !important;
	text-decoration: line-through;
}
