/* ######### CSS for Shade Tabs. Remove if not using ######### */

.mordotabs {
padding: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
font-size: 95%;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background-color:#fff;
white-space:nowrap;
}

.mordotabs li{
display: inline;
margin: 0;
}

.mordotabs li a{
position: relative;
z-index: 1;
padding: 3px 10px;
top: -3px;
margin-right: 3px;
color: #000;
background-color:#f4f3eb;
cursor:pointer; cursor: hand;
border: 1px solid #f4f3eb;
-moz-border-radius-topleft: 8px; border-top-left-radius: 8px;
-moz-border-radius-topright: 8px; border-top-right-radius: 8px;
}

.mordotabs li span.current{
position: relative;
z-index: 1;
padding: 9px 10px;
margin-right: 3px;
color: #000;
background-color:#e8e6d4;
border: 1px solid #f4f3eb;
}

.mordotabs li a.selected{ /*selected main tab style */
position: relative;
color:#000;
background-color:#fff;
text-decoration: none;
cursor:default;
border: 1px solid #f4f3eb;
}

.mordotabs li span.current { /*selected main tab style */
position: relative;
color:#000;
background-color:#fff;
text-decoration: none;
cursor:default;
border: 1px solid #f4f3eb;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}



/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs2{
padding: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 32px;
padding-left: 20px;
padding-bottom: 9px;
font-size: 95%;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
white-space:nowrap;
border-bottom: 1px solid #000000;
}

.shadetabs2 li{
display: inline;
margin: 0;
}

.shadetabs2 li a{
position: relative;
z-index: 1;
padding: 9px 10px;
margin-right: 3px;
cursor:pointer; cursor: hand;
}

.shadetabs2 li span.current{
position: relative;
z-index: 1;
padding: 9px 10px;
margin-right: 3px;
color: #fff;
background-color:#7e889c;
}

.shadetabs2 li a.selected{ /*selected main tab style */
position: relative;

color:#000;
text-decoration: none;
cursor:default;
border-top: 1px solid #f3f3f3;
border-left: 1px solid #f3f3f3;
border-right: 1px solid #f3f3f3;
border-bottom: 1px solid #000000;
background-color:#eee;
}

.shadetabs2 li span.current { /*selected main tab style */
position: relative;
top: 1px;
color:#033d75;
background-color:#fff;
text-decoration: none;
cursor:default;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}



