/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11pt Arial;
color:#47711D;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
border : 2px solid #E3E3E3;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;

}

.shadetabs li a:visited{
color: #2d2b2b;

}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;

}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;

}

.tabcontent{
display:none;
border:solid 1px #E3E3E3;

margin-right:1px;  text-align:right ;

/*border-top:0;*/
}

@media print {
.tabcontent {
display:block !important;
}
}


/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */
.indentmenu{
font: bold 11pt Arial;
color:#47711D;

height: 31px;
margin-right:10px
}
.indentmenu ul{
margin: 0;
padding: 0;
float: right;
/* width: 80%; width of menu*/
/*border-top: 1px solid green; /*navy border*/
/*background: black url(indentbg2.gif) center center repeat-x;*/
width: 100%;
height: 31px; 

}

.indentmenu ul li{
display: inline;

}

.indentmenu ul li a{
float: right;
color:#3b5998; /*text color*/
padding: 7px 25px;
text-decoration: none;
 font-size:11pt; 
border-bottom:0; background-color:#f2f2f2; height:18px; width:80px; text-align:center ;
/*border-right: 1px solid black; /*navy divider between menu items border:solid 1px #E3E3E3;*/
}
.indentmenu ul li a:visited{
color: black;
}
.indentmenu ul li a.selected{
color: gray !important;
padding-top: 7px; /*shift text down 1px*/
padding-bottom: 7px;
/*background: black url(indentbg.gif) center center repeat-x;*/
border:solid 1px #d0d0d0;
height:19px;
border-bottom:0;  background-color:#fff; 
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #d0d0d0;
width: 100%;
margin-bottom: 1em;
padding: 10px;
}

/* ######### indentmenu2 ######### */


.indentmenu2{
font: bold 11pt Arial;
color:#47711D;

height: 90px;
margin-right:10px
}
.indentmenu2 ul{
margin: 0;
padding: 0;
float: right;
/* width: 80%; width of menu*/
/*border-top: 1px solid green; /*navy border*/
/*background: black url(indentbg2.gif) center center repeat-x;*/
width: 100%;
height: 90px; 

}

.indentmenu2 ul li{
display: inline;

}

.indentmenu2 ul li a{
float: right;
color:#3b5998; /*text color*/
padding:0;
text-decoration: none;
 font-size:11pt; 
border-bottom:0; background-color:#f2f2f2; height:90px; width:150px; text-align:center ;
z-index:1000; 
opacity:.40;
filter:alpha(opacity=40)
/*border-right: 1px solid black; /*navy divider between menu items border:solid 1px #E3E3E3;*/
}
.indentmenu2 ul li a:hover
{
    z-index:1000; 
opacity:100;
filter:alpha(opacity=100);
    }
.indentmenu2 ul li a:visited{
color: black;
}
.indentmenu2 ul li a.selected{
color: gray !important;

/*background: black url(indentbg.gif) center center repeat-x;*/

z-index:1000; 
opacity:100;
filter:alpha(opacity=100);
border-bottom:0;  background-color:#fff; 
}


