#content table tbody tr.header-bottons:hover { 
	background: none repeat scroll 0 0 #DDDDDD;
}

tr.header-buttons > td.stats-button {  
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#aaa));
		background: -webkit-linear-gradient(center top , #eee, #aaa);
		background: -moz-linear-gradient(top, #eee, #aaa); 
		background: -ms-linear-gradient(top, #eee, #aaa);
		background: -o-linear-gradient(top, #eee, #aaa);
	border-right: 1px solid #AAAAAA !important;
    font-size: 1em;
    font-weight: 400 !important;
    text-shadow: 0px 1px 0px #ddd;
    text-transform: uppercase;
	width: 33%;
}

tr.header-buttons > td.stats-button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#ddd));
		background: -webkit-linear-gradient(center top , #999, #ddd);
		background: -moz-linear-gradient(top, #999, #ddd); 
		background: -ms-linear-gradient(top, #999, #ddd);
		background: -o-linear-gradient(top, #999, #ddd);
    cursor: pointer;
    box-shadow: inset 0px 0px 10px #888;
}

tr.header-buttons > td.stats-button.active {
    background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#999));
		background: -webkit-linear-gradient(center top , #ddd, #999);
		background: -moz-linear-gradient(top, #ddd, #999); 
		background: -ms-linear-gradient(top, #ddd, #999);
		background: -o-linear-gradient(top, #ddd, #999);
    border-right: 1px solid #999! important;
    font-size: 1em;
    font-weight: 600 !important;
    text-shadow: 0px 1px 0px #DDDDDD;
    text-transform: uppercase;
    width: 33%;
    color: #333;
}