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

#MainRegion .shadetabs{
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*/
}

#MainRegion .shadetabs li{
display: inline;
margin: 0;
}

#MainRegion .shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #CCCCCC;
color: #486A00;
background: white url(/_layout/shade.gif) top left repeat-x;
}

#MainRegion .shadetabs li a:visited{
color: #486A00;
}

#MainRegion .shadetabs li a:hover{
text-decoration: underline;
color: #486A00;
}

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

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

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

#MainRegion .tabcontent{
display:none;
font-size:90%;
}

#MainRegion .tabcontent H2 {
font-family: Verdana, sans-serif;
font-size:100%;
font-weight:bold;

}

#MainRegion .tabcontent a {
font-family: Verdana, sans-serif;
font-weight:normal;
color:#333333;
text-decoration:none;
}
#MainRegion .tabcontent a:hover{
font-family: Verdana, sans-serif;
font-weight:normal;
color:#333333;
text-decoration:underline;
}
#MainRegion .tabcontent ul{ margin:0px 0px 0px 20px; padding:0px 0px 0px 0px; }
#MainRegion .tabcontent li{ color:#333333; margin:0px 0px 0px 0px; padding:0px 0px 5px 0px; }

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



#MainRegion .indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

#MainRegion .indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid navy; /*navy border*/
background: black url(indentbg.gif) center center repeat-x;
}

#MainRegion .indentmenu ul li{
display: inline;
}

#MainRegion .indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid navy; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

#MainRegion .indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(indentbg2.gif) center center repeat-x;
}

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

#MainRegion .tabcontent{
display:none;
}

#MainRegion .tabcontent H2 {

display:none;
}

}