/* Weekly Performance */
#weekly-performance-content-table-wrapper
{
	width: 560px
}
#weekly-performance-content-wrapper
{
	padding-left: 2px;	
}
.weekly-performance-table
{
	width: 559px;
	height: 75px;
	border-collapse: collapse;
}
.weekly-performance-full-table
{
	width: 774px;
	height: 75px;
	border-collapse: collapse;
	border: 1px solid #333;
}

#weekly-performance-full-content-table-wrapper
{
	width: 780px;
}
.performance-table-week-row
{
	height: 25px;
	line-height: 100%;
	border: 1px solid #660000;
}
.performance-table-points-row
{
	height: 25px;
	h-align: center;
	line-height: 100%;
}
.performance-table-performance-row
{
	height: 25px;
	h-align: center;
	line-height: 100%;
}
.performance-table-header
{
	color: #666;
	font-size: 12px;
	border: 1px solid #333333;
}
.performance-table-column
{
	border: 1px solid #333333;
	width:22px;
	#height: 15px;
	text-align: center;
}
.performance-table-column a
{
	color: #666;
}
.performance-full-table-column
{
	border: 1px solid #333333;
	width:15px;
	text-align: center;
}
.performance-full-table-column a
{
	color: #666;
}
.performance-table-points-row-odd
{
	height: 20px;
	h-align: center;
	line-height: 100%;
	background: #cccccc; 
	color: #666;
}
.performance-table-points-row-even
{
	height: 20px;
	h-align: center;
	line-height: 100%;
	background: #999;
	color: #fff; 
}