/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
margin-left: 0;
margin-top: 2px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
list-style-position: inside;
padding: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
/*background: url(/images/silver_tabbg.gif) top left repeat-x;*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-bottom: 0;
height: 25px;
border-top: 1px solid #C0C0C0;
border-left: 1px solid #C0C0C0;
border-right: 1px solid #C0C0C0;
color: #265699;
font: bold 12px Verdana;
background: white url(/images/silver_tabbg.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #FFFFFF;
font: bold 12px Verdana;
background-image: url(/images/grey_navbg.jpg);
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(/images/grey_navbg.jpg);
border-bottom-color: white;
color: #FFFFFF;
border-top: 1px solid #C0C0C0;
border-left: 1px solid #C0C0C0;
border-right: 1px solid #C0C0C0;

font: bold 12px Verdana;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


/* ######### CSS for Shade Tabs. Remove if not using ######### */

.grBox337{width:auto; background:#e8ebef; height:auto;zoom: 100%;}
.PA7{padding:7px}
.whtBox_nw{background:#fff; border:#d8dbdf 1px solid; padding:2px; overflow:hidden; zoom: 100%;}

#captionbox { border: 1px dotted grey; width:auto; margin: 2px; }
.caption { position: relative;  width: 200px; height: 125px;}
.caption p { position: absolute; background:#8C1200; left: 0; margin-left:2px; bottom: 0;  width: 200px; padding: 7px; margin: 0; margin-left:1px; margin-right:1px; font-size: 11px; font-family:Arial, Helvetica, sans-serif; color:#fff; -moz-opacity: .5; opacity: .5; filter: alpha(opacity=50);}

.articletabs{
padding: 1px 0;
margin-left: 0;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.articletabs li{
display: inline;
margin: 0;
}

.articletabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 1px 1px;
margin-right: 3px;
}

.articletabs li a:visited{
color: #2d2b2b;
}

.articletabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.articletabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.articletabs li a.selected{ /*selected main tab style */
border-bottom-color: white;
}

.articletabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

/* top navigation tabs*/

.icontabs{
margin-top: 0;
margin-bottom: 0;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.icontabs li{
display: inline;
margin: 0;
padding-right: 10px;
}

.icontabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding-right: 2px;
}

.navtabs{
margin-top: 0;
margin-bottom: 0;
margin-right: 2px;
font: bold 8px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.navtabs li{
display: inline;
margin: 0;
}

.navtabs li a{
text-decoration: none;
position: relative;
z-index: 1;
margin-right: 1px;
border: 1px solid #3B6B9C;
color: #2d2b2b;
background: white url(/images/shade_blue.gif) top left repeat-x;
padding-right: 2px;
}

.navtabs li a:visited{
color: #2d2b2b;
}

.navtabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.navtabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.navtabs li a.selected{ /*selected main tab style */
background-image: url(/images/shadeactive_blue.gif);
border-bottom-color: white;
}

.navtabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

/* ---- Main navigation --- */

.mainNavtabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
/*background: url(/images/grey_navbg.jpg) top left repeat-x;*/
}

.mainNavtabs li{
display: inline;
margin: 0;
}

.mainNavtabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
color: #FFFFFF;
font-weight: bold;
}

.mainNavtabs li a:visited{
color: #FFFFFF;
font-weight: bold;
}

.mainNavtabs li a:hover{
text-decoration: none;
color: yellow;
font-weight: bold;
}

.mainNavtabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
font-weight: bold;
}

.mainNavtabs li a.selected{ /*selected main tab style */
background-image: url(/images/shadeactive.gif);
border-bottom-color: white;
font-weight: bold;
}

.mainNavtabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
font-weight: bold;
}

