﻿
/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu
{
font: 12px Arial;
float:right;
text-align:left;
width: 70px; /*leave this value as is in most cases*/


}

.indentmenu 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 ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 6px;
text-decoration: none;
background: url(/zeesports/css/white.gif) right center no-repeat;
/*border-right: 1px solid navy; navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: yellow !important;
padding: 5px 6px;
 /*shift text down 1px*/
font-weight:bold;
background: url(/zeesports/css/yellow.gif) center center no-repeat;
}


.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;
}
}

/*lead Area*/
.pg-pic-area{
width:444px; height:377px; position:relative; text-align:left;
}
.pg-pic{
width:444px; height:5px; position:absolute; top:0px; margin-top:0px;
}
.pg-pic-bor{
border:0px solid #424242;
}
.pg-caption{
width:444px; 
height:auto; 
background-color:#000000; 
text-align:left; color:#cecece;
line-height:16px; padding:1px; 
position:absolute; 
bottom:0px; left:0px; /* for vertical and horizontel position use top, bottom, right, left */
	/* for IE */
filter:alpha(opacity=80);
  /* CSS3 standard */
opacity:0.8;
}
.pg-link{
color:#d79100; line-height:18px; text-decoration:none; font-weight:bold; text-align:right;
}
.pg-name{
width:300px; height:104px; text-align:left; position:absolute; top:3px; left:2px;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 300px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}
.a
{
text-decoration:none;
}