/* CSS Document */

.shadetabs1{
padding: 4px 0;
margin-left: 0;

margin-top: 1px;
margin-bottom: 0;
font-size:11px; font-family:Tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
text-transform:uppercase;
}

.shadetabs1 li{
display: inline;
margin:0;
}

.shadetabs1 li a{

text-decoration: none;
padding: 3px 0px;
margin-right: 2px;
border: 0px solid #778;
color: #2d2b2b;
/*background:#FF9900  url(shade.gif) top left repeat-x; */

background:url(../images/bg111.jpg) repeat-x;
}

.shadetabs1 li a:visited{
color: #2d2b2b;
}

.shadetabs1 li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs1 li.selected{
position: relative;

top: 1px;
}

.shadetabs1 li.selected a{ /*selected main tab style */

background:#567596;
border-bottom-color: white;
color:#FFFFFF;
}

.shadetabs1 li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid gray;
border-top:6px solid  #567596;
width: 95%;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent1{
display:none;
}

@media print {
.tabcontent1 {
display:block!important;
}
}
