/* inboxtabs for club performence page, creat inside content box */
 
 body {
	margin:0;
	padding:0;
	font: 12px Verdana,Arial,Helvetica,SimSun,NSimSun,sans-serif;
}
 
#inboxtabs{
	margin:10px auto;
	margin-left: 15px;
	width: 720px;
	height: 50px; 
	
}

#inboxtabstop{
	margin:0;
	width: 720px;
	height: 25px; 
	border-bottom: 1px solid #E1E6EF/*9dbee6*/;
}

#inboxtabsbott{
	margin:0;
	width: 718;
	height: 22px; 
	border-left: 1px solid #E1E6EF;
	border-right: 1px solid #E1E6EF;
	border-bottom: 1px solid #E1E6EF;
}

.inboxtabs {
float: left;
width: 720px;
padding: 3px 0;
margin:0;
font:12px Verdana,Arial,Helvetica,SimSun,NSimSun,sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.inboxtabs li{
display: inline;
}

.inboxtabs li a{
float: left;
text-decoration: none;
margin-right:8px;
margin-bottom:1px;
border: 1px solid #E1E6EF/*9dbee6*/;
color: #03a5d2;
background: white url('../../../Themes/GoldenBlue/images/shade-lblue.gif') repeat-x top left;
padding:3px 12px; 
}

.inboxtabs li a:visited{
color: #03A5D2;
text-decoration: none;
}

.inboxtabs li a:hover{
text-decoration: underline;
color: #F99921;
}

.inboxtabs li.selected{
position: relative;
/*top: 1px;*/
}

.inboxtabs li.selected a{ /*selected main tab style */
background-image: url('../../../Themes/GoldenBlue/images/shadeactive-lblue.gif');
margin-left: 1px;
margin-bottom: 1px;
color: #F99921;
border: 1px solid #E1E6EF;
border-bottom: white solid 2px;
}

.inboxtabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.inboxtabssub{
/*width: 708px;*/
padding: 2px 0 2px 30px;
margin: 0;
font: 12px Verdana,Arial,Helvetica,SimSun,NSimSun,sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.inboxtabssub li{
display: inline;
margin: 0;
}

.inboxtabssub li a{
text-decoration: underline;
padding: 2px 8px;
margin: 0;
color: #03a5d2;
}

.inboxtabssub li a:visited{
color: #03a5d2;
}

.inboxtabssub li a:hover{
text-decoration: underline;
color: #F99921;
}

.inboxtabssub li.selected{
position: relative;
}

.inboxtabssub li.selected a{ /*selected main tab style */
background: #fff;
text-decoration: underline;
color: #F99921;
}

.inboxtabssub li.selected a:hover{ /*selected sub tab style */
text-decoration: underline;
}

/*table for Club Perfprmance */

	.performance caption
	{
		text-align: center;
		margin: 0 0 1em 0;
 		font-family: Verdana,Arial,Helvetica,SimSun, nsimsun,sans-serif; 
   		 font-size: 16px;
		font-weight: bold;
		color: #15ADC8;
	}
	
	table.performance { 
		margin:10px auto;
		border-collapse: collapse;
		border: 2px solid #B3D3FF;
		width:720px;
		font-family: Verdana,Arial,Helvetica,SimSun, nsimsun,sans-serif; 
   		 font-size: 13px;
   		font-weight: normal;
	 }
	
	.performance tr th, .performance tr td
	{
		border-right: 1px solid #C6DEFF;
		border-bottom: 1px solid #C6DEFF;
		text-align:center;
		padding: 4px 0;
	}
	
	.performance tbody tr { background: #F9FBFF; }
	
	.performance tbody tr.alternate { background: #FFFFBF; }
	
	.performance tbody tr.tfooter { background: #B3CBFF; }
	
	.performance thead tr th
	{
		background: #0050f4;
		color: #fff;
		text-align:center;
		font-weight: normal;
	}
	
	.performance thead tr
	{
		background: #0050f4;
	}

	.performance tbody tr th
	{
		background: #79a5ff;
		color: #fff;
		text-align:center;
		font-weight: normal;
	}
	

	
