.shadetabs {
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

li {
display: inline;
margin: 0;
}

li a {
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white;
}

li a:visited {
color: #2d2b2b;
}

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

li.selected {
font: bold 12px Verdana;
position: relative;
}

li.selected a { /*selected main tab style */
border-bottom-color: white;
}

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

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

.tabcontent {
display:none;
}

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

#green a {
color: green;
}

#green a:visited {
color: green;
}

#green a:hover {
text-decoration: underline;
color: green;
}

#orange a {
color: orange;
}

#orange a:visited {
color: orange;
}

#orange a:hover {
text-decoration: underline;
color: orange;
}

#gray a {
color: gray;
}

#gray a:visited {
color: gray;
}

#gray a:hover {
text-decoration: underline;
color: gray;
}

#red a {
color: red;
}

#red a:visited {
color: red;
}

#red a:hover {
text-decoration: underline;
color: red;
}
