/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 5px;
margin-top: 1px;
margin-bottom: 0;
font: normal 11px arial, 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;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 2px;
border: 1px solid #E1E1E1;
color: #2d2b2b;
background: #F7F7FF;
font: bold 11px arial, Verdana;
}

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

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

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background:#FFF;
border-right:2px solid #E1E1E1;
border-bottom-color: #FFF;
font: bold 12px arial, Verdana;

}

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

.tabcontent{
display:none;
}

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

////////////////////////////





.shadetabs2{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: normal 11px arial, Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.shadetabs2 li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 2px;
border: 1px solid #E1E1E1;
color: #397099;
background: #DBE1E6 url(http://www.onepakistan.com/images/ttb2.png);
font: bold 11px arial, Verdana;
}

.shadetabs2 li a:visited{
color: #397099;
}

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

.shadetabs2 li a.selected{ /*selected main tab style */
position: relative;
top: 2px;
}

.shadetabs2 li a.selected{ /*selected main tab style */
background:#FFF url(hhttp://www.onepakistan.com/images/ttb1.png);
border-right:2px solid #E1E1E1;
border-bottom-color: #FFF;
font: bold 12px arial, Verdana;
color:#666;
}

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

