.acc_triggerFootBall {
	width: 498px;
	height: 22px;
    padding-top: 3px;
    padding-left: 10px;
   	float: left;

    background: #e2e2e2;
    color: #818181;
	font-size: 15px;
	font-weight: normal;
    text-decoration: none;
    border-top: 1px solid #b5b5b5;
}
.acc_triggerFootBall:hover {
    background: #135299;
    color: white; 
    cursor: pointer;
}
.acc_containerFootBall {
	margin: 0px; padding: 0;
	overflow: hidden;
	font-size: 13px;
	width: 498px;
	clear: both;
}
.acc_containerFootBall .block {
	padding: 5px;
    width: 498px;
}

.activeFootBall {
    background: #135299;
    color: #fff;
}

