.shadetabs{
padding: 5px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Geneva;
color:#000000
font-weight:bold;
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 #CDDCDC;
color: #2D91E3;
font-weight:bold;
background: white url(images/bg_table.png) top left repeat-x;
}

.shadetabs li a:visited{
color: #2D91E3;
font-weight:normal;
}

.shadetabs li a:hover{
text-decoration: none;
color:#2D91E3

}

.shadetabs li.selected{
position: relative;
color: #2D91E3;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(images/urundetay_ara2.gif);
border-bottom-color: white;
color: #cc0000;
font-weight:bold;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #CDDCDC;
width: 538px;
margin-bottom: 1em;
padding: 10px;

}

.tabcontent{
display:none;
}

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