﻿
/* Hide When Viewing On Screen ***************************/
#divHeaderPrint
{
    display: none;
}


/* General ***************************/
BODY { font-family: Arial; color: #000000; margin-top:0; margin-bottom:0; margin-left:0; margin-right:0;}
a:link { color: #073F2C; text-decoration: none; font-weight: bold; }
a:visited { color: #073F2C; text-decoration: none; font-weight: bold; }
a:hover { color: #073F2C; text-decoration: underline; font-weight: bold; }


/* Search Bar ***************************/
.SearchBar { color: Black; text-decoration: none; font-style: italic; font-size:11px; }
a.SearchBar:link { color: #125B47; text-decoration: none; font-weight: bold; font-style: normal; font-size:small; }
a.SearchBar:visited { color: #125B47; text-decoration: none; font-weight: bold; font-style: normal; font-size: small; }
a.SearchBar:hover { color: #125B47; text-decoration: underline; font-weight: bold; font-style: normal; font-size: small; }
.SearchBarBold { color: Black; text-decoration: none; font-weight:bold; font-style: italic; font-size:11px; }

/* Navigation Menu ***************************/
a.Menu:link { color: #87A533; text-decoration: none; font-weight: bold; font-size:small;  }
a.Menu:visited { color: #87A533; text-decoration: none; font-weight: bold; font-size:small;  }
a.Menu:hover { color: #073F2C; text-decoration: none; font-weight: bold; font-size:small;  }

a.MenuActive:link { color: #073F2C; text-decoration: none; font-weight: bold; font-size:small;  }
a.MenuActive:visited { color: #073F2C; text-decoration: none; font-weight: bold; font-size:small;  }
a.MenuActive:hover { color: #073F2C; text-decoration: none; font-weight: bold; font-size:small;  }


/* Home Page Tab Section ***************************/
.HomePageTabTitle { font-size:13px; text-decoration: none; }
.HomePageTabText { font-size:12px; }


/* Footer Section ***************************/
.FooterRegular { font-size: 12px; color: #FFFFFF; }
a.FooterRegular:link { font-size: 12px; color: #FFFFFF; text-decoration: none; font-weight: normal; }
a.FooterRegular:visited { font-size: 12px; color: #FFFFFF; text-decoration: none; font-weight: normal; }
a.FooterRegular:hover { font-size: 12px; color: #FFFFFF; text-decoration: underline; font-weight: normal; }

.FooterSmall { font-size: 10px; color: #FFFFFF; }
a.FooterSmall:link { font-size: 10px; color: #FFFFFF; text-decoration: underline; font-weight: normal; }
a.FooterSmall:visited { font-size: 10px; color: #FFFFFF; text-decoration: underline; font-weight: normal; }
a.FooterSmall:hover { font-size: 10px; color: #FFFFFF; text-decoration: underline; font-weight: normal; }


/* Page Titles ***************************/
.Header { font-size: 22px; font-weight: bold; line-height: 1.25em; color: #000000; font-family: Arial; }
.SubHeader { font-size: 15px; font-weight: bold; font-style: italic; color: #000000; font-family: Arial; }
.Content { font-size: 13px; font-weight: normal; color: #000000; font-family: Arial; margin-top: 1px; margin-bottom: 1px; }
.SmallContent { font-size: 10px; font-weight: normal; color: #000000; font-family: Arial; font-style: italic; margin-top: 1px; margin-bottom: 1px;}


/* Products Section ***************************/
.Products_Links { font-weight: bold; }
.Products_Links a:link { font-weight: bold; }
.Products_Links a:visited { font-weight: bold; }
.Products_Links a:hover { font-weight: bold; }

.Products_Display_Title { font-size: 24px; }
.Products_Display_Subtitle { color: #97A69B; font-style: italic; font-size: 15px; font-weight: bold; }

.Products_RelatedProducts {margin: 0; padding: 0; width: 65px; height: 55px; float: left; }
.Products_RelatedProducts ul { margin: 0; padding: 0; list-style: none;}
.Products_RelatedProducts ul li { float: left; margin: 1px; padding: 2px; }
.Products_RelatedProducts_Overlay { position: absolute; visibility: hidden; display: inline; margin: -65px 0 0 -60px; border: solid 2px black; background: white; }
.Products_RelatedProducts_Overlay .title { padding: 0px 10px 0px 2px; font-weight: bold; }
.Products_RelatedProducts_Overlay .price { padding: 0px 10px 0px 2px; }

.ProductReviewText { font-size: 12px; }
.ProductReviewTextSmall { font-size: 10px; }


/* NHA Results ***************************/
.NHAResults_Title { font-size: 16pt; font-weight: bold; }
.NHAResults_Address { font-size: 9pt; font-weight: bold; color: gray; }
.NHAResults_Version { font-size: 13pt; font-weight: bold; font-style: italic; }


/* Admin Section ***************************/
.AdminHeader { font-size: 30px; color: Black; text-decoration: none; font-weight: bold; }
.AdminHeader a:link { color: Black; text-decoration: none; font-weight: bold; }
.AdminHeader a:visited { color: Black; text-decoration: none; font-weight: bold; }
.AdminHeader a:hover { color: Black; text-decoration: none; font-weight: bold; }


/* Error Pages ***************************/
.ErrorPageTitle { font-size: 22px; font-weight: bold; color: #FF0000; }
.ErrorPageSubtitle { font-size: 14px; font-weight: bold; color: #97A69B; }
.ErrorPageText { font-size: 12px; }


/* Misc ***************************/
.ShippingText { color: red; font-weight: bold; }
.callout { font-size: 14px; color: #000000; }
.warning { color: red; font-weight: bold; }
.note { font-size: 10px; color: #333333; }
.error { color: #FF00FF; }