﻿body
{
   background-color: #E7EAD6;
   text-align: center;
   font-family:Verdana;
   font-size:11px;
   margin:0;

}

.pageDiv
{
   width:900px;
   text-align:left;
   margin: 0px auto;
}

.pageContent
{
   background-color:#FFFFFF;
   text-align:left;
   vertical-align:top;
}

.contentBox
{
   background-color:White;
}

.headerLinkSeperator
{
   color: #4E971C;
   font-weight: bold;
   font-size: 30px;
}

.headerLinks
{
   font-family: Verdana;
   font-size: 9pt;
   color: Black;
   text-decoration: none;
}

.headerLinks:hover
{
   font-family: Verdana;
   font-size: 9pt;
   color: Black;
   text-decoration: underline;
}

.normalText
{
   font-family:Verdana;
   font-size:10pt;
   font-weight:bold;
   color:Black;
}

.text
{
   font-family:Verdana;
   font-weight:bold;
   color:Black;
}


.largeText
{
   font-family:Verdana;
   font-size:14px;

}

.largeTextBold
{
   font-family:Verdana;
   font-size:14px;
   font-weight:bold;

}


.normalLightText
{
   font-family:Verdana;
   font-size:10pt;

   color:Black;
}

.menuRed
{
   background-color: #d2541c;
   color: #FFFFFF;
   font-weight: bold;
   font-family: Verdana;
   height: 30px;
   text-align: center;
   font-size: 9pt;
   cursor:pointer;
   padding-left:8px;
   padding-right:8px;
   border:0;
}

.menuRed:hover
{
   background-color: #e8794a;
}

.menuBlue
{
   background-color: #00A1B2;
   color: #FFFFFF;
   font-weight: bold;
   font-family: Verdana;
   height: 30px;
   text-align: center;
   font-size: 9pt;
   cursor: pointer;
   padding-left:8px;
   padding-right:8px;
   border:0;
   text-decoration:none;
}

.subMenuBlue
{
   background-color: #00A1B2;
   color: #FFFFFF;
   font-weight: bold;
   font-family: Verdana;
   height: 30px;
   text-align: center;
   font-size: 9pt;
   cursor: pointer;
   padding-left:2px;
   padding-right:2px;
   border:0;

}

.subMenuBlue:hover
{
   background-color: #00D0E8;
}

.menuBlue:hover
{
   background-color: #00D0E8;
}

.menuGreen
{
   background-color: #4E971C;
   color: #FFFFFF;
   font-weight: bold;
   font-family: Verdana;
   height: 30px;
   text-align: center;
   font-size: 9pt;
   cursor: pointer;
   padding-left:8px;
   padding-right:8px;
}

.subMenuGreen
{
   background-color: #4E971C;
   color: #FFFFFF;
   font-weight: bold;
   font-family: Verdana;
   height: 30px;
   text-align: center;
   font-size: 9pt;
   cursor: pointer;
   padding-left:0px;
   padding-right:0px;
   border:0;
}

.subMenuGreen:hover
{
   background-color: #5EB722;
}

.menuGreen:hover
{
   background-color: #5EB722;
}


.menuOrange
{
   background-color: #DF8000;
   color: #FFFFFF;
   font-weight: bold;
   font-family: Verdana;
   height: 30px;
   text-align: center;
   font-size: 9pt;
   cursor: pointer;
   padding-left:8px;
   padding-right:8px;
}

.SubMenuOrange
{
   background-color: #DF8000;
   color: #FFFFFF;
   font-weight: bold;
   font-family: Verdana;
   height: 30px;
   text-align: center;
   font-size: 9pt;
   cursor: pointer;
   padding-left:0px;
   padding-right:0px;
   margin-bottom:0px;
   margin-top:0px;
   margin-right:0px;
   margin-left:0px;
   border:0;
}

.SubMenuOrange:hover
{
   background-color: #FF9E1C;
}

.menuOrange:hover
{
   background-color: #FF9E1C;
}

.menuLightOrange
{
   background-color: #FFB100;
   color: #FFFFFF;
   font-weight: bold;
   font-family: Verdana;
   height: 30px;
   text-align: center;
   font-size: 9pt;
   cursor: pointer;
   padding-left:8px;
   padding-right:8px;
}

.menuLightOrange:hover
{
   background-color: #FFC640;
}


.menuSpacer
{
   width: 4px;

}



.menuItemStyle
{
   font-size: large;
   border-right: white 1px ridge;
   border-top: white 1px ridge;
   border-left: white 1px ridge;
   background-color: #15122d;
   width: 100px;
   text-align: center;
   color: #ffffff;
}

.menuItemHoverStyle
{
   font-size: larger;
   border-right: white 1px ridge;
   border-top: white 1px ridge;
   border-left: white 1px ridge;
   background-color: #3d3755;
   width: 100px;
   text-align: center;
   color: #ffffff;
}

.centerText
{
   font-family: Verdana;
   text-align: center;
   font-size: 7pt;
}

.buttonRed
{
   background-color: #d2541c;
   color: #FFFFFF;
   font-family: Verdana;
   text-align: center;
   font-size: 9pt;
   cursor:pointer;
   font-weight:bold;


}

.buttonRed:hover
{
   background-color: #E28967;
}

.buttonGo
{
   border: 0px;
   background-color: #d2541c;
   color: #000000;
   font-family: Verdana;
   text-align: center;
   font-size: 9pt;
   cursor: pointer;
   font-weight: bold;
}

.productViewerHeader
{
   font-size: medium;
   color: #c25a17;
   font-family: Verdana;
   font-size: 7pt;
   font-weight:bold;
   cursor:pointer;
}

.productViewerHeader:hover
{
	text-decoration: underline;
}

.productViewerValue
{
   font-size: medium;
   color: #000000;
   font-family: Verdana;
   font-size: 7pt;
   font-weight:bold;
   cursor:pointer;
}

.productViewerValue:hover
{
	text-decoration: underline;
}

.productViewerContainer
{
   cursor:pointer;

}

.productViewerContainer:hover
{

   text-decoration: underline;

}


.buttonGo:hover
{
   background-color: #DA633A;
}

.buttonWhite
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Verdana;
   text-align: center;
   font-size: 9pt;
   cursor: pointer;
   font-weight:bold;
}

.buttonWhite:hover
{
   background-color: #F7F7F7;
}


.pageTitle
{
   font-size: large;
   color: #d2541c;
   font-family: Verdana;
   font-size: 10pt;
   font-weight:bold;
}



.viewByButtonSelected
{
   background-color: #d2541c;
   color: White;
   cursor:default;
}

.viewByButtonNotSelected
{
   background-color: White;
   color: Black;
   cursor:pointer;
}

.siteMapBlue
{
   color: #948b7c;
}

.siteMapBlue:hover
{
   color: #00A1B2;
}

.siteMapRed
{
   color: #948b7c;
}

.siteMapRed:hover
{
   color: #948b7c;
}

.siteMapGreen
{
   color: #948b7c;
}

.siteMapGreen:hover
{
   color: #4E971C;
}

.siteMapOrange
{
   color: #948b7c;
}

.siteMapOrange:hover
{
   color: #948b7c;
}

.siteMapLightOrange
{
   color: #948b7c;
}

.siteMapLightOrange:hover
{
   color: #FFC640;
}


.newsEventsViewerTitle
{
   font-size: medium;
   color: #DF8000;
   font-family: Verdana;
   font-size: 8pt;
   font-weight:bold;
}

.newsEventsViewerDate
{
   font-size: medium;
   color: #DF8000;
   font-family: Verdana;
   font-size: 8pt;
   font-weight:bold;
}


.newsEventsViewerText
{
   font-size: medium;
   color: #000000;
   font-family: Verdana;
   font-size: 8pt;
   line-height: 22px;
}

.newsEventSiteMap
{
   color: #948b7c;
}

.newsEventSiteMap:hover
{
   color: #df8000;
}

.modalBackground {
   background-color:Gray;
   filter:alpha(opacity=70);
   opacity:0.7;
}

.modalPopup {
   border-width:3px;
   border-style:solid;
   border-color:Gray;
}

.popupPanel
{

	margin-left: 10px;

	margin-bottom: 20px;
	background-color: White;
}

.accordionHeader
{
   color: Black;
   cursor: pointer;
}

.accordionHeader:hover
{
   color: #00A1B2;
}

.selectedPane
{
   color: #00A1B2;
   cursor: pointer;
}

.theraputicAccordionHeader
{
   color: Black;
   cursor: pointer;
   line-height: 22px;
   font-family: Verdana;
}

.theraputicAccordionHeader: hover
{
   color: #d2541c;
}

.theraputicSelectedPane
{
   color: #d2541c;
   cursor: pointer;
}

.titleBlue
{
   color: #00A1B2;
   font-size: large;
   font-family: Verdana;
   font-size: 10pt;
   font-weight:bold;
}

.productDetailsTable
{

	background-color: White;
	width: 530px;
	text-align: left;
}

.productName
{
   font-size: 15px;
   color: #d25428;
   font-family: Verdana;
   font-weight:900;
}

.productInfo
{
   font-size: 12px;
   color: #d25428;
   font-family: Verdana;
   font-weight:	bold;

}

.magazineLabel
{
   line-height: 25px;
}

.errortext
{

    color: red;
    font-family: Verdana, Arial;
    font-size: 11px;

}

.marketPath
{
   color: #948b7c;
   font-size: 10px;
   font-family: Verdana;
   font-weight: bold
}


.countryName
{
   color: Black;
   font-size: 14px;
   font-family: Verdana;
   cursor:pointer;
}
.countryName:hover
{
   color: #4E971C;
}

.pageTitleGreen
{
   font-size: large;
   color: #4E971C;
   font-family: Verdana;
   font-size: 10pt;
   font-weight:bold;
}

.marketAccordionHeader
{
   color: Black;
   cursor: pointer;
   line-height: 24px;
   font-family: Verdana;
   font-weight:bold;
   font-size: 14px;
}

.countryNameGreen
{
   font-size: 15px;
   color: #4E971C;
   font-family: Verdana;
   font-weight:900;
}
.marketGreen
{
   font-size: 12px;
   color: #4E971C;
   font-family: Verdana;
   font-weight:900;
}
