/* =============================================================
    CSS STYLES FOR i2bPortal 
    v1.0, 01/2003
   =============================================================
*/ 

/* Flatten Default Styles - remove all default margins & padding from all elements on the page. */
*
{
   margin: 0;
   padding: 0;
   font-weight: normal;
}

/* Default colour for the HTML BODY Portion*/
Body
{
    background-color: White;
    text-align: center; /* Workaround for IE 7 and earlier */
   	width:100%;
    margin-top: 0px;
}


P{
   margin-bottom: 10px;
}


/* Product Styles for use with AddToCart.ascx (Product Details) module */

.prodDetailsHead-s    
{
	background-color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  8pt;
    font-weight:    Bold;
    color: Black;
    text-align: left;
}

.prodDetailsData-s    {background-color: White; /*#dadada;*/
             font-family: Arial, Helvetica, sans-serif;
             font-size:  8pt;
             font-weight:    normal;
             color: Black;
              text-align:left;
           }


/* Styles used for Image Viewer/Enlarger for product images */

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid #333414;
background-color: White;
z-index: 10;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #333414;
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
color: #FED500;
}


/* Product Styles for use with ProductListing.ascx module 
   when used on inside pages on a White Background */

img.shoppingCartProductPic{
	  border: Solid 1px #BEBD89;
}

img.contentPaneProductPic{
	  border: Solid 1px #BEBD89;
      }


.contentPaneProductTitle{
      font-family: Arial, Helvetica, sans-serif;
      font-size: 10pt;
      text-align: center;
      font-weight: Bold;
      color: #BEBD89;
      padding-bottom: 5pt;
      padding-top: 10pt;
      }

.contentPaneProductHeader{
	background-color: #BEBD89;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11pt;
    font-weight:    Bold;
    color: White;
    text-align:center;
    }

.contentPaneProductCode{
      font-family: Arial, Helvetica, sans-serif;
      font-size: 8pt;
      text-align: center;
      font-weight: Bold;
      color: #BEBD89;
      }


img.contentPaneProductThumbPic{
	  
      }

.contentPaneProductThumbTitle{
      font-family: Arial, Helvetica, sans-serif;
      font-size: 10pt;
      text-align: center;
      font-weight: Bold;
      color: Black;
      padding-bottom: 5pt;
      padding-top: 8pt;
      }

.contentPaneProductThumbPrice  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 8pt;
    font-weight: Bold;
    color: Black;
}

.contentPaneProductThumbOrigPrice  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 8pt;
    font-weight: Bold;
    color: Black;
    text-decoration: line-through;
}

.contentPaneProductThumbSalePrice  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 8pt;
    font-weight: Bold;
    color: Blue;
}

A.contentPaneProductThumbTitle:link		{ color: Black; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal; line-height: normal;}
A.contentPaneProductThumbTitle:visited	{ color: Black; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal; line-height: normal;}
A.contentPaneProductThumbTitle:active	{ color: #BEBD89; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal; line-height: normal;}
A.contentPaneProductThumbTitle:hover	{ color: #BEBD89; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal; line-height: normal;}


/* Product Styles for use with ProductListing.ascx module 
   when used on the RED Background on the left or right panes with RED */

.sidePaneProductTitle{
      font-family: Arial, Helvetica, sans-serif;
      font-size: 10pt;
      text-align: center;
      font-weight: Bold;
      color: White;
      padding-bottom: 5pt;
      padding-top: 10pt;
      }

.sidePaneProductHeader{
	background-color: Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  9pt;
    font-weight:    Bold;
    color: White;
    text-align:center;
    }

.sidePaneProductCode{
      font-family: Arial, Helvetica, sans-serif;
      font-size: 8pt;
      text-align: center;
      font-weight: Bold;
      color: White;
      }


img.sidePaneProductThumbPic{
	  
      }

.sidePaneProductThumbTitle{
      font-family: Arial, Helvetica, sans-serif;
      font-size: 10pt;
      text-align: center;
      font-weight: Bold;
      color: White;
      padding-bottom: 5pt;
      padding-top: 8pt;
      }

.sidePaneProductThumbPrice  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 8pt;
    font-weight: Bold;
    color: White;
}

.sidetPaneProductThumbOrigPrice  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 8pt;
    font-weight: Bold;
    color: White;
    text-decoration: line-through;
}

.sidePaneProductThumbSalePrice  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 8pt;
    font-weight: Bold;
    color: Blue;
}

A.sidePaneProductThumbTitle:link	{ color: White; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal; line-height: normal;}
A.sidePaneProductThumbTitle:visited	{ color: White; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal; line-height: normal;}
A.sidePaneProductThumbTitle:active	{ color: White; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal; line-height: normal;}
A.sidePaneProductThumbTitle:hover	{ color: White; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal; line-height: normal;}




/* Product Styles for use with ProductListing.ascx module 
   when used on the home page with the Black (White) Background */

.HomePageModuleTitle{
	font-family: Arial, Helvetica, sans-serif;
    font-size:  12pt;
    font-weight:    Bold;
    color: #BEBD89;
    text-align:center;
}

.HomePageModuleText  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 8pt;
	line-height: 10pt;
    font-weight: normal;
    color: Black;
}

img.HomePageProductThumbPic{
		Border: none;
      }

.HomePageProductThumbTitle{
      font-family: Arial, Helvetica, sans-serif;
      font-size: 10pt;
      text-align: center;
      font-weight: Normal;
      color: Black;
      padding-bottom: 5pt;
      padding-top: 8pt;
      }

.HomePageProductThumbPrice  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 8pt;
    font-weight: Bold;
    color: Black;
}

.HomePageProductThumbOrigPrice  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 8pt;
    font-weight: Normal;
    color: Black;
    text-decoration: line-through;
}

.HomePageProductThumbSalePrice  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 8pt;
    font-weight: Bold;
    color: Blue;
}

A.HomePageProductThumbTitle:link	{ color: Black; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal; line-height: normal;}
A.HomePageProductThumbTitle:visited	{ color: Black; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal; line-height: normal;}
A.HomePageProductThumbTitle:active	{ color: #BEBD89; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal; line-height: normal;}
A.HomePageProductThumbTitle:hover	{ color: #BEBD89; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal; line-height: normal;}


/* Category List Control Styles  -0 = Not Selected -1 = Selected*/
A.CategoryItem-L0:link		{ color: Black;  font-size: 8pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L0:visited	{ color: Black;  font-size: 8pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L0:active	{ color: Black;  font-size: 8pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L0:hover		{ color: Black;  font-size: 8pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L0-0:link	{ color: Black;  font-size: 8pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L0-0:visited	{ color: Black;  font-size: 8pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L0-0:active	{ color: Black;  font-size: 8pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L0-0:hover	{ color: Black;  font-size: 8pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.CategoryItem-L0-1:link	{ color: Black;  font-size: 8pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #FFCC33;}
A.CategoryItem-L0-1:visited	{ color: Black;  font-size: 8pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #FFCC33;}
A.CategoryItem-L0-1:active	{ color: Black;  font-size: 8pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #FFCC33;}
A.CategoryItem-L0-1:hover	{ color: Black;  font-size: 8pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #FFCC33;}

A.CategoryItem-L1:link		{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L1:visited	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L1:active	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L1:hover		{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L1-0:link	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L1-0:visited	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L1-0:active	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L1-0:hover	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.CategoryItem-L1-1:link	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #FFCC33;}
A.CategoryItem-L1-1:visited	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #FFCC33;}
A.CategoryItem-L1-1:active	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #FFCC33;}
A.CategoryItem-L1-1:hover	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #FFCC33;}

A.CategoryItem-L2:link		{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L2:visited	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L2:active	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L2:hover		{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L2-0:link	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L2-0:visited	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L2-0:active	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L2-0:hover	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.CategoryItem-L2-1:link	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #FFCC33;}
A.CategoryItem-L2-1:visited	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #FFCC33;}
A.CategoryItem-L2-1:active	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #FFCC33;}
A.CategoryItem-L2-1:hover	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #FFCC33;}

A.CategoryItem-L3:link		{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L3:visited	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L3:active	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L3:hover		{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L3-0:link	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L3-0:visited	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L3-0:active	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L3-0:hover	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.CategoryItem-L3-1:link	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #FFCC33;}
A.CategoryItem-L3-1:visited	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #FFCC33;}
A.CategoryItem-L3-1:active	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #FFCC33;}
A.CategoryItem-L3-1:hover	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #FFCC33;}

A.CategoryItem-L4:link		{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L4:visited	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L4:active	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L4:hover		{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L4-0:link	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L4-0:visited	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L4-0:active	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L4-0:hover	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.CategoryItem-L4-1:link	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #FFCC33;}
A.CategoryItem-L4-1:visited	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #FFCC33;}
A.CategoryItem-L4-1:active	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #FFCC33;}
A.CategoryItem-L4-1:hover	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #FFCC33;}

A.CategoryItem-L5:link		{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L5:visited	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L5:active	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L5:hover		{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L5-0:link	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L5-0:visited	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L5-0:active	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L5-0:hover	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.CategoryItem-L5-1:link	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #FFCC33;}
A.CategoryItem-L5-1:visited	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #FFCC33;}
A.CategoryItem-L5-1:active	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #FFCC33;}
A.CategoryItem-L5-1:hover	{ color: Black;  font-size: 8pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #FFCC33;}


A.CategoryChildrenLeaf:link		{ color: Black;  font-size: 10pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CategoryChildrenLeaf:visited	{ color: Black;  font-size: 10pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CategoryChildrenLeaf:active	{ color: Black;  font-size: 10pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CategoryChildrenLeaf:hover	{ color: Black;  font-size: 10pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}


/* Style for Web Site footer section at bottom of every page */
.Footer  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: Bold;
	color: White;
}

.Footer-s  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: Bold;
	color: White;
}

A.Footer:link		{ color: White;  font-size: 10pt; font-family: Verdana, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.Footer:visited	{ color: White;  font-size: 10pt; font-family: Verdana, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.Footer:active		{ color: White;  font-size: 10pt; font-family: Verdana, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.Footer:hover		{ color: #FBCF3C;  font-size: 10pt; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

.SiteFooterText  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: Normal;
	color: Black;
}

A.SiteFooterLink:link		{ color: Black;  font-size: 8pt; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.SiteFooterLink:visited	{ color: Black;  font-size: 8pt; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.SiteFooterLink:active		{ color: Black;  font-size: 8pt; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.SiteFooterLink:hover		{ color: Black;  font-size: 8pt; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}


TD.SiteFooterMast
{
	background-image: url(../images/cwhm-KA.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align:  right;
	background-color: #BCBDBD;
	vertical-align: top;
}

TABLE.E-xactCTRReceipt
{
	border: Solid 1px Black;
}

.E-xactCTRReceipt
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    color: black;
}

.promoDetails 
{
	border:  Solid 1px Silver; /* dashed 1px #018633; */
    text-align: center;
}

.promoName {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12pt;
    line-height: 16pt;
    font-weight: Bold;
    color: Black;
    vertical-align: middle;
}
.promoDescription {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10pt;
    font-weight:    Bold;
    color: Red;  /*#348759*/
    text-align: center;
}

/* PAGE TITLE/HEADINGS ---------------------------------------------*/
.PageTitleContainer{
	background-image: url(../images/ModuleTitleBackground.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align:  center;
	height: 51px;
	padding-bottom: 5px;
}

.PageTitle{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-size: 14pt;
	text-align:  center;
	vertical-align: bottom;
	color: Black;
	padding-top: 30px;
    font-variant: small-caps;
}


/* PANEL BACKGROUNDS ----------------------------------------------*/
/* Sets a background image or background color for the masthead at the top of the page*/
.MastBg {
    background-color: #BEBD89;
}
.HeadBg {
    background-color: Black;
}

A.MastLink:link		{ color: White;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.MastLink:visited	{ color: White;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.MastLink:active	{ color: Yellow;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.MastLink:hover	{ color: Yellow;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

.MastSearchBox{
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 8pt;
    font-weight: normal;
    color: Black;
    background: White;
}



/*Sets a background image or background colour of the Portal Panes themselves */
.leftPaneBg {
    background-color: #FFFFCB;
    vertical-align: top;
    text-align: left;
}
.contentPaneBg {
    background-color: White;
    vertical-align: top;
    text-align: left;
}
.rightPaneBg {
    background-color: #FFFFCB;
    vertical-align: top;
    text-align: left;
}

/* MODULE BACKGROUNDS -------------------------------------------------*/
.leftPaneModuleTitleContainer{
    text-align: left;
    background-color: #FFFFCB;
}

.leftPaneModuleTitle {
    font-family: Helvetica, sans-serif;
    font-size:  10pt;
    font-weight:    Bold;
    color: Black;
}


.leftPaneModuleBg {
	/*Sets a background image or background colour of the entire Module (including Module Title)  */
	/*When using module title images, this colour is usually overridden by the */
	/*xxxxxPaneModuleContentContainer style below */
	/*
    background-color: #FFFFCB;
    text-align: left;
    width: 100%;   
    */
	
    background-color: #FFFFCB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: Black;
	width: 100%;

}

.leftPaneModuleContentContainer  
{
	/*Sets a background image or background colour of the Module Content (excluding Module Title)  */
	/*NOTE: We are supplying the background image in this style instead of*/
	/*      the leftPaneModuleBG style, because this site does not want to*/
	/*      have a background image behind the Module titles */

    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
	font-weight: Normal;
	color: Black;
	width: 100%;
}


.contentPaneModuleTitle{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-size: 12pt;
	text-align: left;
	text-transform: none;
	color: #555500;
    font-variant: small-caps;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-left: 10px;
}

.contentPaneModuleSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-size: 11pt;
	text-align: left;
	text-transform: none;
	color: Black;
}

.contentPaneModuleTitleContainer{
	width: 100%;   
}



.contentPaneModuleBg {
	/*Sets a background image or background colour of the entire Module (including Module Title)  */
	/*When using module title images, this colour is usually overridden by the */
	/*xxxxxPaneModuleContentContainer style below */
    background-color: White;
    text-align: center;
    width: 100%;    
}

.contentPaneModuleContentContainer  
{
	/*Sets a background image or background colour of the Module Content (excluding Module Title)  */
	/*NOTE: We are supplying the background image in this style instead of*/
	/*      the contentPaneModuleBG style, because this site does not want to*/
	/*      have a background image behind the Module titles */
	background-color: White;
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
	font-weight: normal;
	color: Black;
	width: 96%;
	padding-left: 10px;
	
}

.rightPaneModuleTitleContainer{
    text-align: left;
    background-color: #FFFFCB;
}

.rightPaneModuleTitle {
    font-family: Helvetica, sans-serif;
    font-size:  10pt;
    font-weight:    Bold;
    color: Black;
}

.rightPaneModuleBg {
	/*Sets a background image or background colour of the entire Module (including Module Title)  */
	/*When using module title images, this colour is usually overridden by the */
	/*xxxxxPaneModuleContentContainer style below */
	/*
    background-color: #FFFFCB;
    text-align: left;
    width: 100%;   
    */
	
    background-color: #FFFFCB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: Black;
	width: 100%;
}

.rightPaneModuleContentContainer  
{
	/*Sets a background image or background colour of the Module Content (excluding Module Title)  */
	/*NOTE: We are supplying the background image in this style instead of*/
	/*      the rightPaneModuleBG style, because this site does not want to*/
	/*      have a background image behind the Module titles */
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
	font-weight: Normal;
	color: #FFFFCB;
	width: 100%;
}

/* MODULE Text and Link styles ---------------------------------------------*/
.leftPaneModuleText  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
	font-size: 9pt;
    font-weight: Bold;
	color: Black;
}
.leftPaneModuleTextHeader  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: Bold;
	color: Black;
}

A.leftPaneModuleLink:link		{ color: Black;  font-size: 9pt; line-height:110%; padding-left:4px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.leftPaneModuleLink:visited	{ color: Black;  font-size: 9pt; line-height:110%; padding-left:4px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.leftPaneModuleLink:active		{ color: Black;  font-size: 9pt; line-height:110%; padding-left:4px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.leftPaneModuleLink:hover		{ color: Black;  font-size: 9pt; line-height:110%; padding-left:4px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

A.leftPaneModuleLinkEmphasized:link		{ color: #C60E0A;  font-size: 9pt; line-height:110%; padding-left:4px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.leftPaneModuleLinkEmphasized:visited	{ color: #C60E0A;  font-size: 9pt; line-height:110%; padding-left:4px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.leftPaneModuleLinkEmphasized:active	{ color: #C60E0A;  font-size: 9pt; line-height:110%; padding-left:4px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.leftPaneModuleLinkEmphasized:hover	{ color: #C60E0A;  font-size: 9pt; line-height:110%; padding-left:4px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}


.leftPaneModuleForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
	background-color: White;
}

.contentPaneModuleText  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 9pt;
    font-weight: normal;
    color: Black;
}

.contentPaneModuleText-B  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 9pt;
    font-weight: Bold;
    color: Black;
}

.TextKeyLine  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 8pt;
    font-weight: Bold;
    color: Black;
    border: Solid 1px Silver;
}

.contentPaneModuleText-s  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 8pt;
    font-weight: normal;
    color: Black;
}

.contentPaneModuleText-L  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 10pt;
    font-weight: normal;
    color: Black;
}


.contentPaneModuleTextHeader  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: Bold;
	color: Black;
}

.contentPaneModuleTextEmphasized  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: Bold;
	color: #555500;
}

.contentPaneModuleTextEmphasized2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: Bold;
	color: #555500;
}

.contentPaneModuleTextStylized{
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-weight: Bold;
	font-size: 12pt;
    font-variant: small-caps;
	text-align: left;
	color: #9F39A3;
	background-color: White;
	letter-spacing: 3px;
}

TABLE.contentPane    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  8pt;
    color: Black;
	background-color: #EFEFEF;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
}

TH.contentPane    {
    background-color: #BEBD89;
    color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    line-height: 10pt;
    padding-left: 5px;
}

TD.contentPane    {
    background-color: White;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
    padding-left: 5px;
}

TD.contentPaneFooter    {
    background-color: #BEBD89;
    color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    line-height: 10pt;
    padding-left: 5px;
}

A.contentPaneModuleLink:link	{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink:visited	{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink:active	{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink:hover	{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

A.contentPaneModuleLink-L:link		{ color: Black;  font-size: 10pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink-L:visited	{ color: Black;  font-size: 10pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink-L:active	{ color: Black;  font-size: 10pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink-L:hover		{ color: Black;  font-size: 10pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

A.contentPaneModuleLinkEmphasized:link		{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLinkEmphasized:visited	{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLinkEmphasized:active	{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLinkEmphasized:hover		{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

A.contentPaneModuleLinkSpecial:link		{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.contentPaneModuleLinkSpecial:visited	{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.contentPaneModuleLinkSpecial:active	{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLinkSpecial:hover	{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

A.contentPaneModuleLink-s:link		{ color: Black;  font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLink-s:visited	{ color: Black;  font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLink-s:active	{ color: Black;  font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLink-s:hover		{ color: Black;  font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

.contentPaneModuleForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
	background-color: White;
}
.contentPaneModuleForm-s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	background-color: White;
}

.contentPaneModuleFormBgBorder {
    background-color: Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

.contentPaneModuleFormBgForm {
    background-color: White;
}

.contentPaneModuleFormHeading {
	background-color: #BEBD89;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10pt;
    font-weight:    bold;
    color:	    Black;
    text-align:	center;
}


.rightPaneModuleText  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
	font-size: 9pt;
    font-weight: normal;
	color: Black;
}
.rightPaneModuleTextHeader  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: Bold;
	color: Black;
}

A.rightPaneModuleLink:link		{ color: Black;  font-size: 9pt; line-height:110%; padding-left:4px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.rightPaneModuleLink:visited	{ color: Black;  font-size: 9pt; line-height:110%; padding-left:4px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.rightPaneModuleLink:active	{ color: Black;  font-size: 9pt; line-height:110%; padding-left:4px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.rightPaneModuleLink:hover		{ color: Black;  font-size: 9pt; line-height:110%; padding-left:4px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

.rightPaneModuleForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
	background-color: Black;
}



/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    background-color: #eeeeee;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  9pt;
    font-weight:    bold;
    color: #393063;
}


/* PAGE BANNER ----------------------------------------------------*/
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: 900;
    color:#BEBD89;
}


.siteFooter  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 8pt;
    font-weight: normal;
    color: Black;
    text-align:center;
}


/* PORTAL NAVIGATION ----------------------------------------------*/

input.Tabs { border: none;} /*Style for the Tab's input image button */


/* background/border colors for the selected tab white (images) or deepskyBlack (text) */
.TabBg {
    border: none;
    background-color:  #FFFFCB;
}

/* background/border colors for the unselected tabs white (images) or indigo (text) */
.OtherTabsBg {
    border: none;
    background-color:  #FFFFCB;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    text-decoration:none;
    background-color:  #FFFFCB;
    color: White;
}
/* hyperlink styles of the unselected tabs */
A.SelectedTab:link    {
    text-decoration: none;
    font-size: 9pt;
    color: Black;
}

A.SelectedTab:visited {
    text-decoration: none;
    font-size: 9pt;
    color: Black;
}

A.SelectedTab:active  {
    text-decoration: none;
    font-size: 9pt;
    color: White;
}

A.SelectedTab:hover   {
    text-decoration: none;
    font-size: 9pt;
    color: White;
}


/* text style for the unselected tabs */
.OtherTabs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: Bold;
    text-decoration: none;
    color: Black;
    background-color: #FFFFCB;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration: none;
    font-size: 9pt;
    color: Black;
}

A.OtherTabs:visited {
    text-decoration: none;
    font-size: 9pt;
    color: Black;
}

A.OtherTabs:active  {
    text-decoration: none;
    font-size: 9pt;
    color: Black;
}

A.OtherTabs:hover   {
    text-decoration: none;
    font-size: 9pt;
    color: White;
}
    
/* text style for the unselected 'Featured' tabs */
.FeaturedTabs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    background-color: #FFFFCB;
}

/* hyperlink styles of the unselected 'Featured' tabs */
A.FeaturedTabs:link    {
    text-decoration: none;
    font-size: 9pt;
    font-weight: bold;
    color: #C60E0A;
}

A.FeaturedTabs:visited {
    text-decoration: none;
    font-size: 9pt;
    color: #C60E0A;    
}

A.FeaturedTabs:active  {
    text-decoration: none;
    font-size: 9pt;
    color: #C60E0A;
}

A.FeaturedTabs:hover   {
    text-decoration: none;
    font-size: 9pt;
    color: White;
}

.SubNavigation
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: Normal;
    color: #5D964C;
    text-align: right;
}
 
A.SubNavigation:link	{ color: #5D964C;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.SubNavigation:visited	{ color: #5D964C;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.SubNavigation:active	{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.SubNavigation:hover	{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}


.10ptButton, .10ptFormButton
{
	border: outset;
	border-width: thin;
	font-size: 8pt;
	font-weight: Normal;
	font-family: Arial, Helvetica, sans-serif;
	color:  Black;
	background: Silver;
	height: 17px;
	line-height: 8pt;
}

.10ptButton-Hover, .10ptFormButton-Hover
{
	border: inset;
	border-width: thin;
	font-size: 8pt;
	font-weight: Normal;
	font-family: Arial, Helvetica, sans-serif;
	color:  Black;
	background: Silver;
	height: 17px;
	line-height: 8pt;
}


.StandardButton, .FormButton
{
	border: outset;
	border-width: 12pt;
	font-size: 9pt;
	font-weight: Normal;
	font-family: Arial, Helvetica, sans-serif;
	color:  Black;
	background: Gainsboro;
	height: 22px;
	line-height: 9pt;
}

.StandardButton-Hover, .FormButton-Hover
{
	border: inset;
	border-width: 12pt;
	font-size: 9pt;
	font-weight: Normal;
	font-family: Arial, Helvetica, sans-serif;
	color:  Black;
	background: Gainsboro;
	height: 22px;
	line-height: 9pt;
}

.EmphasizedButton, .EmphasizedFormButton
{
	border: outset;
	border-width: 12pt;
	font-size: 11pt;
	font-weight: Bold;
	font-family: Arial, Helvetica, sans-serif;
	color:  #008934;
	background: #E2F397;
	height: 28px;
	line-height: 10pt;
}

.EmphasizedButton-Hover, .EmphasizedFormButton-Hover
{
	border: inset;
	border-width: 12pt;
	font-size: 11pt;
	font-weight: Bold;
	font-family: Arial, Helvetica, sans-serif;
	color:  #008934;
	background: #E2F397;
	height: 28px;
	line-height: 10pt;
}

/* style for separator between site links */
.Accent
{
    color: Black;
    font-weight:    bold;
}

.SearchBoxContainer
{
     border-top: Solid 2px #E1F1A3; /*Note: Border on top is actually 2pixels, however we set the table background with a a matching background colour to correct space above text box */
     border-left: Solid 1px #E1F1A3;
     border-right: Solid 1px #F3FAB9;
     border-bottom: none;
     vertical-align: top; 
     height: 22px; 
     width: 97px;
}

.SearchBox
{
     height: 29px; 
     width: 96px;
     border:Solid 1px #E1F18D;
     border-top:Solid 2px #E1F18D;
     vertical-align:top; 
     font-family: Helvetica, sans-serif;
	 font-size: 8pt;
}




.FieldHead	{
			font-family:		Arial, Helvetica, sans-serif;
			font-size: 			9pt;
			font-weight:		Bold;
			color:				Black;
			}

.FieldData, OptionalFieldData	{
			font-family:		Arial, Helvetica, sans-serif;
			font-size: 			9pt;
			font-weight:		Normal;
			color:				Black;
			text-align:			left;
			}

.RequiredFieldData	{
			font-family:		Arial, Helvetica, sans-serif;
			font-size: 			9pt;
			font-weight:		Normal;
			color:				Black;
			background-color:	#E1F296;
			}

select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: solid 1px;
	border-color: black;
}

.FieldError    {
             font-family:	Arial, Helvetica, sans-serif;
             font-size:		8pt;
             font-weight:    Bold;
             color:			Red;
           }

.RequiredFieldInd    {
             font-family:	Arial, Helvetica, sans-serif;
             font-size:		10pt;
             font-weight:    Bold;
             color:			Red;
           }



/* GENERAL------------------------------------------------------- */
/* style for module titles (text)*/
.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11pt;
    font-weight:    Bold;
    color: Black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  8pt;
    font-weight:    bold;
    color: Black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  7pt;
    font-weight:    bold;
    color: Black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: black;
}

.Normal-B
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: black;
}

.Normal-s
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7.5pt;
    font-weight: normal;
    color: black;
}

.Normal-L
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: Bold;
    color: black;
}

.Normal-XL
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: Bold;
    color: black;
}

.Normal-XXL
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: normal;
    color: black;
}

.Normal-XXXL
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: black;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: red;
}



A.Normal:link		{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal:visited	{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal:active		{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal:hover		{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

A.Normal-s:link		{ color: Black;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal-s:visited	{ color: Black;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal-s:active		{ color: Black;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal-s:hover		{ color: Black;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

.LeftMenu
{
    BACKGROUND-COLOR: transparent;
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 7pt;
}
.LeftMenu:hover
{
    COLOR: Black;
}
TD.PageTitle
{
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 8pt;
}
    
  

/* Text Styles for the Web Site Help */
.HelpText, LI.HelpText, UL.HelpText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: Black;
}

/* Text Styles for the Web Site Help */
.HelpText-B
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: Bold;
    color: Black;
}

.HelpSectHead
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: Bold;
    color: White;
}

A.Help:link		{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Help:visited	{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Help:active	{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Help:hover	{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}


/* GENERIC ------------------------------------------------------*/


H2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  9pt;
    font-weight:    Bold;
    color: Black;
    margin-bottom: 1px;
}

H3  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  8pt;
    font-weight:    bold;
    color: Black;
}

H4  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  7pt;
    font-weight:    bold;
    color: Black;
}

H5, DT  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  7pt;
    font-weight:    bold;
    color: Black;
}

H6  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  7pt;
    font-weight:    bold;
    color: Black;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  7pt;
    color: Black;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  7pt;
    font-weight:    bold;
    color: Black;
}


A:link		{ color: Black;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A:visited	{ color: Black;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A:active	{ color: Black;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A:hover		{ color: Black;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}


9pt   {
    font-size:  7pt;
}

BIG {
    font-size:  9pt;
}

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: #666666;
    height:1pt;
    text-align:left;    
}


UL.navMenu LI.navMenu   {
    list-style-type:none;
	margin: 0;
	padding: 0;
}



/* Site Admin Styles (duplicated from portalAdmin.css)-----------------------------------*/

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link	{ color: darkred;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CommandButton:visited	{ color: darkred;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CommandButton:active	{ color: darkred;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CommandButton:hover	{ color: red;	 font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
  
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
}



/* ================================
    CSS STYLES FOR Checkout Panels 
   ================================
*/   

.SectionHeading
{
    background-color: #BEBD89;
    color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    line-height: 20pt;
    padding-left: 5px;
}


.SectionHeading-s
{
    background-color: #BEBD89;
    color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    line-height: 12pt;
    padding-left: 5px;
}



/* ================================
    CSS STYLES FOR Shopping Cart 
   ================================
*/   


.HomeHead
{
    color: #555500;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    HEIGHT: 35px
}

/* */
.ContentHead
{
    background-color: #9CCFCE;
    color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 15px
}

/* */
.SubContentHead
{
    background-color: #555500;
    color: dimgray;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 20px
}

/* */
.UnitCost
{
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20pt
}

/* */
.ModelNumber
{
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 20pt
}

/* */
.ErrorText
{
    color: #555500;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    line-height: 20pt
}
.MostPopularHead
{
    background-color: darkred;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold
}

A.MostPopularItemText, A.MostPopularItemText:link, A.MostPopularItemText:visited
{
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-decoration: none
}

A.MostPopularItemText:hover
{
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-decoration: underline
}

.ProductListHead
{
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    line-height: 10pt;
    text-decoration: underline;
}
.ProductListItem
{
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
}

.CartListHead
{
    background-color: #BEBD89;
    color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    padding-left: 5px;
}

.CartListItem
{
    background-color: White;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
    padding-left: 5px;
}

.CartListItemAlt
{
    background-color: White;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
    padding-left: 5px;
}

.CartListFooter
{
    background-color: #BEBD89;
    line-height: 10pt;
}

.cartbutton
{
	border: none;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.OrderTotals
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: Bold;
    line-height: 12px;
    color: Black;
}

TABLE.invoiceItemsTable  
{
	background-color: White;
    text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
	font-weight: normal;
	color: Black;
	border-top: solid 1px Gray;
	border-right: solid 1px Gray;
}
TABLE.invoiceItemsTable TH
{
    background-color: #F0F0F0;
    text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
	font-weight: bold;
	color: Black;
	border-left: solid 1px Gray;
	border-bottom: solid 1px Gray;
}
TABLE.invoiceItemsTable TD 
{
	background-color: White;
    text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
	font-weight: normal;
	color: Black;
	border-left: solid 1px Gray;
	border-bottom: solid 1px Gray;
}

/* Contest Entry Form Styles -----------------------------------------------*/

.contest	{
			font-family:		Arial, Helvetica, Sans-Serif;
			font-size: 			9pt;
			font-weight:		500;
			color:				Black;
			}


.contest-B	{
			font-family:		Arial, Helvetica, Sans-Serif;
			font-size: 			9pt;
			font-weight:		bold;
			color:				Black;
			}


.contest-LB	{
			font-family:		Arial, Helvetica, Sans-Serif;
			font-size: 			10pt;
			font-weight:		bold;
			color:				Black;
			}


.contest-s	{
			font-family:		Arial, Helvetica, Sans-Serif;
			font-size: 			8pt;
			font-weight:		500;
			color:				Black;
			}


.contest-sB	{
			font-family:		Arial, Helvetica, Sans-Serif;
			font-size: 			8pt;
			font-weight:		bold;
			color:				Black;
			}

.contest-Button	{
			font-family:		Arial, Helvetica, Sans-Serif;
			font-size: 			8pt;
			font-weight:		bold;
			color:				Black;
			}


.contest-emphasized	{
			font-family:		Arial, Helvetica, Sans-Serif;
			font-size: 			9pt;
			font-weight:		600;
			font-style:			italic;
			color:				Black;
			}


.contest-legalese	{
			font-family:		Arial, Helvetica, Sans-Serif;
			font-size: 			8pt;
			font-weight:		600;
			color:				Black;
			}

.contestInputField	{
			font-family:		Arial, Helvetica, Sans-Serif;
			font-size: 			8pt;
			color:				Black;
			}


A.contest-s:link		{ color: Blue;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contest-s:visited	{ color: Blue;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contest-s:active	{ color: Blue;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contest-s:hover	{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

.contest-FieldError    {
             font-family:	Arial, Helvetica, sans-serif;
             font-size:		9pt;
             font-weight:   Bold;
             color:			Red;
           }


.seometadata	{
			font-family:		Arial, Helvetica, Sans-Serif;
			font-size: 			6pt;
			color:				Silver;
			list-style-type: none;
			}
			
A.seometadata:link		{ color: Silver;  font-size: 6pt; font-family: Arial; text-decoration: none;}
A.seometadata:visited	{ color: Silver;  font-size: 6pt; font-family: Arial; text-decoration: none;}
A.seometadata:active	{ color: Silver;  font-size: 6pt; font-family: Arial; text-decoration: none;}
A.seometadata:hover		{ color: Silver;  font-size: 6pt; font-family: Arial; text-decoration: none;}

