﻿/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu-k
{
font: 12px Arial;
float:left;
text-align:left;
width: 81px; /*leave this value as is in most cases*/


}

.indentmenu-k ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
/*border-top: 1px solid navy; navy border*/
/*background: url(white.gif) right center no-repeat;*/
}

.indentmenu-k ul li{
display: inline;
}

.indentmenu-k ul li a{
float: left;
padding: 5px 1px;
background: url(http://znc.india.com/zn/hindi/olympic2012/images/grey-dot.jpg) right center no-repeat;
/*border-right: 1px solid navy; navy divider between menu items*/
height:11px;
width:11px;

}

.indentmenu-k ul li a:visited{
color: white;
}

.indentmenu-k ul li a.selected{
float: left;
padding: 5px 1px;
 /*shift text down 1px*/
background: url(http://znc.india.com/zn/hindi/olympic2012/images/blue-dot.jpg) right center no-repeat;
height:11px;
width:11px;

}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}



.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 300px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}
.a
{
text-decoration:none;
}

