/* 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*/
font-weight:bold;
}

.shadetabs1 li{
display: inline;
margin:0;height:34px; width:200px;
}

.shadetabs1 li a{

text-decoration: none;
padding: 3px 0px;
margin-right: 1px;
border: 0px solid #778;
color:#000000;
/*background:#FF9900  url(shade.gif) top left repeat-x; */
background:url(../images/oto/bac.gif) no-repeat; height:34px; width:200px;
/*background-color:#CCCCCC;*/
}

.shadetabs1 li a:visited{
color: #FFCC00;
}

.shadetabs1 li a:hover{
text-decoration:none;
color: #2d2b2b;
}

.shadetabs1 li.selected{
position: relative;

top: 1px;
}

.shadetabs1 li.selected a{ /*selected main tab style */
background-color:#FF9900;

border-bottom-color: white;
color:#FFFFFF;
}

.shadetabs1 li.selected a:hover{ /*selected main tab style */
text-decoration: none;
background-color:#FF9900;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #858688;
border-top:1px solid #858688;
margin-bottom: 1em;

width:760px;

}

.tabcontent1{
display:none;
}

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