.shadetabs{
padding: 3px 0;
margin-left: 35;
margin-top: 20px;
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*/
}

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

.shadetabs li a{
text-decoration: none;
padding: 3px 4px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

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

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

.shadetabs li.selected{
position: relative;
top: 1px;
}

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

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

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

.tabcontent{
display:none;
}

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

a.page:link { color: #61182F; text-decoration: none }
a.page:active { color: #F08231; text-decoration: none }
a.page:visited { color: #808080; text-decoration: none }
a.page:hover { color: #B6CB8C; text-decoration: underline }

a.btm:link { color: #61182f; text-decoration: none }
a.btm:active { color: #B4CB8B; text-decoration: none }
a.btm:visited { color: #61182f; text-decoration: none }
a.btm:hover { color: #808080; text-decoration: underline }

.head { font-family: arial, helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #61182F;}

.main { font-family: arial, helvetica, sans-serif; font-size: 12px; color: #808080; line-height: 16px;}

.highlight { background: #FFFF40; }
.searchheading { font-family: arial, helvetica, sans-serif; font-size: 12px; font-weight: bold; };
.summary { font-family: arial, helvetica, sans-serif; font-size: 12px; font-style: italic; } 
.results { font-family: arial, helvetica, sans-serif; font-size: 12px; }
.category { color: #999999; }
.description { font-family: arial, helvetica, sans-serif; font-size: 12px; color: #008000; }
.context { font-size: 12px; }
.infoline { font-size: 11px; font-style: normal; color: #808080;}
.sorting { text-align: right; }
.result_title { font-family: arial, helvetica, sans-serif; font-size: 12px; }

.zoom_searchform { font-family: arial, helvetica, sans-serif; font-size: 12px; }
.zoom_options { font-size: 12px; }
input.zoom_button {  }
input.zoom_searchbox {  }