.menubarColor, .MENUBARCOLOR
{
	background-color: #336699;
	/*Added*/
	color: #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:10pt;
	font-weight: bold;
}
/* SETTINGS FOR THE SERVICES TD SECTION. */
.servicesconfig, .SERVICESCONFIG
{
	background-color: white;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 0;
	padding-top: 5px;
	padding-bottom: 0;
	width: 100%;
	height: 100%;
}
/* SETTING FOR THE TOP CONFIGURABLE TD SECTION */
.topconfig, .TOPCONFIG
{
	/*Removed height */
	background-color: white;
	text-align: left;
	vertical-align: top;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;	
}
/* SETTING FOR THE LEFT CONFIGURABLE TD SECTION */
.leftconfig, .LEFTCONFIG
{
	/*Removed width */
	background-color: #336699;
	text-align: left;
	vertical-align: top;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	width:170px;
}
/* SETTING FOR THE RIGHT CONFIGURABLE TD SECTION */
.rightconfig, .RIGHTCONFIG
{
	/*Removed width */
	background-color: white;
	text-align: left;
	vertical-align: top;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
/* SETTING FOR THE BOTTOM CONFIGURABLE TD SECTION */
.bottomconfig, .BOTTOMCONFIG
{
	/*Removed height */
	background-color: white;
	text-align: left;
	vertical-align: top;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.pagebackground, .PAGEBACKGROUND
{
	background-color: White;
}
/* SETTING FOR LABELS SUCH AS TEXT BOX, DROP DOWNS, INPUT FIELD LABELS */
.fieldlabel, .FIELDLABEL
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : black;
}
/* SETTINGS FOR ALL REGULAR TEXT ON PAGES INCLUDE INPUT FILED TEXT, DROP DOWN */
/* AND LIST BOXES */
.bodytext, .BODYTEXT
{ 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : black;
}
/* SETTINGS FOR ALL BOLD REGULAR TEXT ON PAGES */
.bodyemptext, .BODYEMPTEXT
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : black;
}
/* SETTINGS FOR ANY TEXT ON PAGES THAT NEEDS TO BE SMALLER THAN BODYTEXT SIZE */
.bodysmall, .BODYSMALL
{ 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : black;
}
/* SETTINGS FOR ANY TEXT ON PAGES THAT NEEDS TO BE SMALLER THAN BODYTEXT SIZE */
.bodyempsmall, .BODYEMPSMALL
{ 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : black;
}
/* SETTINGS FOR ALL ERROR MESSAGES THAT DISPLAY ON PAGES. */
.error, .ERROR
{ 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : red;
}
/* SETTINGS FOR ALL MAIN HEADINGS ON PAGES */
.h1, .H1
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color : #003366;
	/*Added */
	letter-spacing: .14em;
}
/* SETTINGS FOR ALL SECONDARY HEADINGS ON PAGES */
.h2, .H2
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : #CC0033;
}
/* SETTINGS FOR MINOR HEADINGS ON PAGES. */
.h3, .H3
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-weight : bold;
	color : #336699;
}
/* SETTINGS FOR HORIZONTAL LINES ON PAGES */
.hr, .HR
{
	height: 1px;
	width:590px;
	color : #003366;
	/* background-color sets vertical line color only */
	background-color:#003366;
}
/*Added LF 7/17/2008 for vertical lines*/
.vr
{
	border-right:1px solid #003366;
	border-bottom:1px solid #003366;
}
/* SETTINGS FOR LINKS ON PAGES. */
.link, .LINK
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color: #003366;
}
.link:visited
{ 	color: #003366;
}
.link:active
{ 	color: #003366; 
}
.link:hover
{ 	color: #003366; 
}
/* SETTINGS FOR FIRST LINE OF RESULTS TABLES */
/* USED TO ACCOMPLISH ALTERNATE SHADED RESULT LINES */
.resultsbackground1, .RESULTSBACKGROUND1
{
	background : #e3f1f9;
}
/* SETTINGS FOR FIRST LINE OF RESULTS TABLES */
/* USED TO ACCOMPLISH ALTERNATE SHADED RESULT LINES */
.resultsbackground2, .RESULTSBACKGROUND2
{
	background : white;
}

/* SETTINGS FOR THE CALENDER BORDER */
.calendarBorder, .CALENDARBORDER
{
    BACKGROUND-COLOR: #ffffff;
	border: thin solid black;
}
/* SETTING FOR THE HEADER THAT CONTAINS THE MONTH NAME */
.calendarHeader, .CALENDARHEADER
{
    	BACKGROUND-COLOR: #caebfc;

}
/* SETTING FOR THE DAYS OF THE WEEK SECTION */
.calendarWeek, .CALENDARWEEK
{
	BACKGROUND-COLOR: #003366;
	COLOR : white;
	/*Added */
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 7pt;
}
/* SETTING FOR THE DAYS OF THE MONTH */
.calendarDay, .CALENDARDAY
{
	COLOR: black;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
   	FONT-SIZE: 8pt;
}
/* SETTINGS FOR THE HEADER OF CUSTOM MENUES */
.menuheading, .MENUHEADING
{
	/*Removed width */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : #ffffff;
	text-align: left;
	vertical-align: inherit;
	background-color : #003366;
	padding-left: 5;
}

/* SETTINGS FOR THE BODY OF CUSTOM MENUS */
.menubody, .MENUBODY
{
	font-size : 10pt;
	font-weight : bold;
	color: black;
	text-align: left;
	vertical-align: top;
	background-color: #336699;
	padding-left: 3;
	padding-right: 0;
	padding-top: 3;
	padding-bottom: 0;
	border: none;

}
.menulink, .MENULINK
{
	font-size : 9pt;
	font-weight : bold;
	color: #e3f1f9;
	/* Added*/
	font-family : Arial, Helvetica, sans-serif; 
}
.menulink:active
{ 	
	color: #ffffff; 
}
.menulink:hover
{ 	
	color: #caebfc; 
}
.menulink:visited
{ 	
	color: #e3f1f9; 
}
/* RESERVED FOR FUTURE USE */
.pagebody, .PAGEBODY
{
	background-color: #336699;
	color: white;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:10pt;
	font-weight: bold;
}

/*BELOW WERE ADDED FOR QUICKFINDER*/
/* SETTING FOR LABELS SUCH AS TEXT BOX, DROP DOWNS, INPUT FIELD LABELS THAT NEED TO BE SMALLER THAN FIELDLABEL SIZE*/
.fieldlabelsmall, .FIELDLABELSMALL
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : black;
}
/* SETTINGS FOR LINKS ON PAGES THAT NEED TO BE SMALLER THAN LINK SIZE . */
.linksmall, .LINKSMALL
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color: black;
}
.linksmall:hover
{ 	
	color: black;
}
.linksmall:active
{ 	
	color: black;
}
.linksmall:visited
{ 	
	color: black;
}
/*END QUICKFINDER STYLES*/
/************************************************************************/
/* ENTRIES BELOW ARE INCLUDED FOR BACKWARD COMPATIBILITY		*/
/* DO NOT MODIFY OR USE ANY OF THESE ENTRIES AS THEY WILL BE REMOVED    */
/* IN A FUTURE RELEASE							*/
/************************************************************************/
.display
{
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal
}
.innerLeftMargin
{
    MARGIN-LEFT: 19px
}
/*******************************************************************************************/
/*BELOW STYLE CLASSES ARE NEW ADDITIONS FOR ENHANCED SITE LOOK */
/******************************************************************************************/
/*LINK STYLE FOR UPPER RIGHT HEADER LINKS*/
.headerlink, .HEADERLINK
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	color:#336699;
	font-weight:bold;
	text-decoration:none;
}
.headerlink:hover
{
	color:#336699;
	text-decoration:underline;
}
.headerlink:active
{
	color:#336699;
	text-decoration:none;
}
.headerlink:visited
{
	color:#336699;
	text-decoration:none;
}
/*LINK STYLE FOR DROP DOWN MENU HEADER LINKS*/
.headermenu, .HEADERMENU
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	margin : 3px 2px 3px 2px;
}
.headermenu:hover
{
	color:#ffffff;
	text-decoration:underline;
}
.headermenu:active
{
	color:#ffffff;
	text-decoration:underline;
}
.headermenu:visited
{
	color:#ffffff;
	text-decoration:underline;
}
/*WAS FOR SETTINGS FOR BREADCRUMB TRAIL SECTION
SECTION IS NO LONGER BEING USED*/
.breadcrumb,.BREADCRUMB
{
	background: #caebfc;
	color: #336699;
	font-family:Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	font-size:8pt;
	text-align:left;
	border-bottom : 1px solid #336699;
	border-right: 1px solid #336699;
}
/*WAS LINK STYLE FOR BREADCRUMB TRAIL SECTION
SECTION IS NO LONGER BEING USED*/
.breadcrumblink, .BREADCRUMBLINK
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	color:#336699;
	font-weight:bold;
	text-decoration:none;
}
.breadcrumblink:hover
{
	color:#336699;
	text-decoration:underline;
}
.breadcrumblink:active
{
	color:#336699;
	text-decoration:none;
}
.breadcrumblink:visited
{
	color:#336699;
	text-decoration:none;
}
/*BACKGROUND COLOR, WIDTH & SETTINGS FOR DROPDOWN MENU */
.dropdown, .DROPDOWN
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;; 
	color: #000000; 
	background-color: #82B1DF; 
	border-style: outset;
	border-width:1px;
	padding: 3px 3px 3px 3px;
	width:150px;
}
/* HOVER COLOR/SETTINGS FOR DROPDOWN MENU */
.dropdownhover, .DROPDOWNHOVER
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;; 
	color: #000000; 
	border-style: outset;
	border-width:1px;
	padding: 3px 3px 3px 3px;
	width:150px;
	background-color:#e3f1f9;
}
/*LINK STYLE FOR DROPDOWN MENU*/
.dropdownlink, .DROPDOWNLINK
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color: black;
	text-decoration:none;
}
.dropdownlink:hover
{
	color: black;
	text-decoration:none;
}
.dropdownlink:active
{
	color: black;
	text-decoration:none;
}
.dropdownlink:visited
{
	color: black;
	text-decoration:none;
}
/*FOR SMALL MENULINKS, CUSTOM MENUS*/
.menulinksmall, .MENULINKSMALL
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color: #e3f1f9;
	text-decoration:underline;
}
.menulinksmall:hover
{
	color: #caebfc;
}
.menulinksmall:active
{
	color: white;
}
.menulinksmall:visited
{
	color: #caebfc;
}
/*DEFAULT SETTINGS FOR THE HTML BODY TAG*/
body	
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	font-family:  Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	background-color:  white;
}
/* SETTINGS FOR TABLE BORDERS */
table.aaaborder, .TABLE.AAABORDER
{
	border-collapse: collapse;
	border-top: 1px outset gray;
	border-right: 1px outset gray;
	border-bottom: 1px outset gray;
	border-left: 1px outset gray;
}
td.aaaborder, TD.AAABORDER
{
	border-top: 1px outset gray;
	border-right: 1px outset gray;
	border-bottom: 1px outset gray;
	border-left: 1px outset gray;
}

table.aaaborderbottom, TABLE.AAABORDERBOTTOM
{
	border-bottom: 1px outset gray;
}
.resultsbackground3,.RESULTSBACKGROUND3
{
    BACKGROUND: #B2D0EC; 
}
/*  SHOPPING CART COLORS  */
.scmenubarcolor {background-color:#336699;}
.scbuttoncolor {background-color:#003366;}
.scheadercolor {color:#fff;}
.sctitlecolor {color:#336699;}

.activeInput {
    color: black;
}
.inactiveInput {
    color: #888888;
}  
/*Added WMS 10/4/2007 in preparation for site width change*/
/*Used as container for the content of the sections*/
.widthfullpage
{
	width:800px;
}
.widthleftnav
{
	width:170px;
}
.widthcenter
{
	width:630px;
}
/*Added WMS 7/14/2008 - styles for formatting left navigation, text and bullet divs, clear div*/
.leftNavBullet
{
	width:20px;
	float: left;
	margin-top:2px;
	margin-bottom:2px;
}
.leftNavOption
{
	width:145px;
	float:left;
	margin-top:2px;
	margin-bottom:2px;
}
.leftNavHeading
{
	font-size:14pt;
	font-weight:bold;
	letter-spacing:.14em;
	padding-top:5px;
	padding-bottom:10px;
}
.clear
{
	clear:both;
}
/*Applied to a block level element, this class provides a line break*/
.break
{
	height:1px;
	font-size:0pt;
}
.left
{
	float:left;
}

/*Added WMS 7/23/2008 DHTML Popup Box styles*/
.popupBox 
{
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  padding: 0px;
  position: absolute;
  display:none;
  z-index:10000;
  /*IE only filter style for shadow*/
  filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#000000,strength=12);
}

.popupBar 
{
  background-color: #336699;
  color: #ffffff;
  cursor: move;
  font-weight: bold;
  padding: 2px 0px 2px 0px;
  border-bottom:1px solid #CCCCCC;
  border-top:1px solid #CCCCCC;
  z-index:10001;
}

.popupContent 
{
  padding: 5px;
  vertical-align:top;
  clear:left;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10pt;
  z-index:10002;
}
.popupClose
{
	height:16px;
	width:16px;
	margin:2px;
	cursor:pointer;
	float:right;
	z-index:10003;
}
.popupTitle
{
	width:350px;
	float:left;
	overflow:visible;
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	padding-top:2px;
	z-index:10004;
}
.mts .menubody, .MTS .MENUBODY { 
background-color: transparent; !IMPORTANT 
}