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

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

.shadetabs li a { color: #00a0d0 !important; text-decoration: none !important; padding: 3px 10px; background-color: #f3f0eb; }

.shadetabs li a:visited{ color: #00a0d0 !important; }

.shadetabs li a:hover{
text-decoration: underline !important;
}

.shadetabs li.selected { color: #666 !important; background-color: white; position: relative; top: 1px; }

.shadetabs li.selected a { /*selected main tab style */
color: #666 !important; font-weight: bold; background-color: white; text-decoration: none; border-top: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4; border-left: 1px solid #e4e4e4; border-bottom-color: white; }

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

.tabcontentstyle { /*style of tab content oontainer*/
border: solid 1px #e4e4e4; width: 400px; margin-bottom: 1em; padding: 15px 15px 10px; }
	.tabcontentstyle p { font-size: 100%; margin-bottom: 1em; }
	.tabcontentstyle ul { color: #4c4d4f; margin-top: 10px; margin-left: 20px; }
	.tabcontentstyle li { font-size: 90%; margin-bottom: 1em; }
.tabcontent{
display:none;
}

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