#soccermanager_standings {
    background-color: #F9FBFC;
    border: 1px solid #C3CED9;
    font-size: 12px;
}

#soccermanager_standings td {
	text-align: center;
}

#soccermanager_standings th {
	text-align: center;
}

#soccermanager_standings td.teamname {
	text-align: right;
}

#soccermanager_standings td.pos {
	font-weight: bold;
}

#soccermanager_standings tr.shaded {
    background-color: white;
}

#soccermanager_standings tr.normal {
    background-color: #F9FBFC;
}

#soccermanager_standings th {
	width: 30px;
}

#soccermanager_standings th.teamname {
	width: 180px;
}

#soccermanager_schedule {
    background-color: #F9FBFC;
    border: 1px solid #C3CED9;
    font-size: 12px;
}

#soccermanager_schedule td {
	text-align: left;
}

#soccermanager_schedule th {
	text-align: left;
}

#soccermanager_schedule td.teamname {
	text-align: right;
}

#soccermanager_schedule td.pos {
	font-weight: bold;
}

#soccermanager_schedule td.myteam {
	font-weight: bold;
}

#soccermanager_schedule tr.shaded {
    background-color: white;
}

#soccermanager_schedule tr.normal {
    background-color: #F9FBFC;
}

#soccermanager_schedule th {
	width: 200px;
}

#soccermanager_schedule td {
	width: 200px;
}

#soccermanager_schedule th.time {
	width: 100px;
}

#soccermanager_schedule td.time {
	width: 100px;
}

#soccermanager_schedule th.options {
	width: 250px;
}

#soccermanager_schedule td.options {
	width: 250px;
}

#soccermanager_table {
    background-color: #F9FBFC;
    border: 1px solid #C3CED9;
    font-size: 12px;
}

#soccermanager_table td {
	text-align: left;
}

#soccermanager_table th {
	text-align: left;
}

#soccermanager_table td.teamname {
	text-align: right;
}

#soccermanager_table td.pos {
	font-weight: bold;
}

#soccermanager_table td.myteam {
	font-weight: bold;
}

#soccermanager_table tr.shaded {
    background-color: white;
}

#soccermanager_table tr.normal {
    background-color: #F9FBFC;
}

#soccermanager_table th {
	width: 200px;
}

#soccermanager_table td {
	width: 200px;
}

#soccermanager_table th.time {
	width: 100px;
}

#soccermanager_table td.time {
	width: 100px;
}

#soccermanager_table th.options {
	width: 250px;
}

#soccermanager_table td.options {
	width: 250px;
}

