.shadetabs{
padding: 5px 0;
margin-left: 0;
margin-top: 20px;
margin-bottom: 0;
font: bold 90% "Lucida Grande", verdana, arial, helvetica, sans-serif;
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: 5px 7px;
margin-right: 3px;
border: 1px solid #cccccc;
color: #007399;
background: #ffffff url(/oldlutheran/images/tabfade.png) top left repeat-x;
}

.shadetabs li a:visited{
color: #cb2417;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #33ccff;
}

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

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(/oldlutheran/images/tabfade2_a.png);
border-bottom-color: #ffffff;
color: #000;

}

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

.tabcontentstyle { /*style of tab content oontainer*/
border: 1px solid #cccccc;
background: #ffffff;
width: 695px;
margin-bottom: 1em;
padding: 10px;
font: 90% "Lucida Grande", verdana, arial, helvetica, sans-serif;
line-height: 1.1em;

}




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