﻿body {
}
.PageStyle
{
    background-color: #838383;
    line-height: 16px;
    background-image: url(graphics/bg2.png);
    background-repeat:repeat-x;
}
.HeaderMenu
{
    vertical-align: top;
    font-size: 10pt;
    font-family: Verdana, Arial;
    color: #FFFFFF;
    text-decoration: none;
    z-index:100;
}

.BlackLink
{
    vertical-align: top;
    font-size: 10pt;
    font-family: Verdana, Arial;
    color: #000000;
    font-weight:lighter;
    text-decoration: none;
}

a:link{text-decoration:none;color:#FFFFFF;} 
a:visited{text-decoration:none;color:#FFFFFF;} 
a:hover{text-decoration:underline;color:#095c32;} 

.Content
{
    background-color: #ffffff;
    font-size: 9pt;
    font-family: Verdana, Arial;
    color: #000000;
    text-decoration: none;
    z-index:1;
}
.ProductContent
{
    font-size: 9pt;
    font-family: Verdana, Arial;
    color: #666666;
    text-decoration: none;
    background-image: url(graphics/bg_products.png);
    background-repeat: repeat-y;
}

.SmallGreen
{
    font-size: 10pt;
    font-family: Verdana, Arial;
    color: #4BAA46;
    font-weight:normal;
    line-height: 18px;
} 
.LargeGreen
{
    font-size: 11pt;
    font-family: Verdana, Arial;
    color: #4BAA46;
    font-weight: normal;
    line-height: 20px;
}

.MediumLargeGreen
{
    font-size: 14pt;
    font-family: Verdana, Arial;
    color: #4BAA46;
    font-weight: bold;
    line-height: 30px;
}

.VeryLargeGreen
{
    font-size: 17pt;
    font-family: Verdana, Arial;
    color: #4BAA46;
    font-weight: bold;
    line-height: 34px;
    
}

.VeryLargeWhite
{
    font-size: 16pt;
    font-family: Verdana, Arial;
    color: #FFFFFF;
    line-height: 60px;
}
.LargeWhite
{
    font-size: 12pt;
    font-family: Verdana, Arial;
    color: #FFFFFF;
    line-height: 25px;
}

.VeryLargeGrey
{
    font-size: 12pt;
    font-family: Verdana, Arial;
    color: #666666;
    font-weight:normal;
    line-height: 22px;
}
  

.LargeGrey
{
    font-size: 12pt;
    font-family: Verdana, Arial;
    color: #666666;
    font-weight:normal;
    line-height: 20px;
}  

.SmallGrey
{
    font-size: 10pt;
    font-family: Verdana, Arial;
    color: #666666;
    font-weight:normal;
    line-height: 18px;
} 

.VerySmallGrey
{
    font-size: 8pt;
    font-family: Verdana, Arial;
    color: #666666;
    font-weight:normal;
    line-height: 14px;
} 

.LargeBlue
{
    font-size: 12pt;
    font-family: Verdana, Arial;
    color: #0072b7;
    font-weight: normal;
    line-height: 20px;
}  
 
.SmallBlue
{
    font-size: 10pt;
    font-family: Verdana, Arial;
    color: #0072b7;
    font-weight:normal;
    line-height: 18px; 
}     
  
.PageTitle
{
    font-size: 12pt;
    color: #4BAA46;
    font-weight: bold;
}

.Heading
{
    font-size: 11pt;
    font-family: Verdana, Arial;
    color: #666666;
}

.HelpContent
{
    font-size: 8pt;
    font-family: Verdana, Arial;
    color: #666666;
    text-decoration: none;
    background-image: url(graphics/bg_userguide.gif);
    background-repeat: repeat-y;
    line-height: 16px;
}


.Highlight
{
    font-size: 10pt;
    color: #4BAA46;
}

.LargeHighlight
{
    font-size: 12pt;
    color: #4BAA46;
}
.GreyBody
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    color: #666666;
    line-height: 18px;
}
.GreyBodyLarge
{
    font-family: Verdana, Arial;
    font-size: 9pt;
    color: #666666;
}
.LinkText
{
    font-size: 8pt;
    color: #4BAA46;
}

.Footer
{
    text-align: center;
    vertical-align: middle;
    font-size: 8pt;
    font-family: Verdana, Arial;
    color: white;
}


.Line
{
    border: 0;
    background-color:#4BAA46;
    color: #4BAA46;
    height: 1px;
}

.chromestyle{
width: 100%;
font:normal 12px Verdana;
font-weight:normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
/*background: url(graphics/chromebg2.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
z-index:110;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 0px 16px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #00b7e6; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover
{
    color: #666666;
/*background: url(graphics/chromebg2-over.gif) center center repeat-x; THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/* content: " " url(graphics/downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: fixed;
top: 0;
border: 1px solid #6acd8a; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:200;
background-color: white;
width: 200px;
visibility: hidden;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a
{  
width: 100%;
display: block;
text-indent: 6px;
border-bottom: 1px solid #6acd8a; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #444444;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #befad2;
}
