#content-sidebar {
 margin-bottom: 2em;
 /* background-color: #061f56;  */
 /* background-image: url('/assets/layout/sidebar_bg.png');  */
 background-repeat: no-repeat;
 background-position: top;
 color: white;
 margin-left: 700px;
}

#content-sidebar a {
 color: white;
}

#content-sidebar h1 {
 background-color: #d2001b; 
 margin: 0;
 padding: 10px;
 color: white;
 font-size: 14pt;
 font-weight: normal;
 letter-spacing: normal;
}

#content-sidebar h1 span {
 color: white;
 font-size: 11pt;
 border-color: white;
}

#content-sidebar div.sidebar-block-content {
 padding-top: 10px;
/* background-image: url('/assets/layout/sidebar_bg.png'); */
 background-repeat: repeat-x;
}

#content-sidebar a:link,
#content-sidebar a:active,
#content-sidebar a:hover,
#content-sidebar a:visited {
 text-decoration: none;
}

#content-sidebar a:hover {
 text-decoration: underline;
}




#content-sidebar div.index-about {
 font-size: 8pt;
 line-height: 130%;
 color: black;
}




#content-sidebar div.team-image {
 height: 180px;
}




#content-sidebar div.league-standings {

}

#content-sidebar div.league-standings table {
 margin: 0px;
 border-collapse: collapse;
 border-spacing: 0px;
}

#content-sidebar div.league-standings table td.column-league-points {
 background-color: #455781;
 padding: 3px;
}




#content-sidebar div.league-program {
 background-color: #d2001b;
 color: white;
 padding-bottom: 10px;
 padding-top: 10px;
}

#content-sidebar div.league-program h1 {
 color: white;
 font-size: large;
 font-weight: bold;
}

#content-sidebar div.league-program div.matches {
 margin-bottom: 1em;
}

#content-sidebar div.league-program div.matches table.grid {
 margin: 0;
 padding: 0;
}

#content-sidebar div.league-program div.matches table.grid td {
 padding: 3px 10px;
 color: white;
}

#content-sidebar div.league-program div.matches table.grid td.column-date,
#content-sidebar div.league-program div.matches table.grid td.column-time {
 vertical-align: top;
}

#content-sidebar div.league-program a {
 color: white;
}

#content-sidebar div.league-program a:hover {
 color: white;
 text-decoration: underline;
}

#content-sidebar div.league-program div.matches table tr.odd td {
 background-color: #ef2929;
}

#content-sidebar div.league-program div.matches table tr.even td {
 background-color: #d2001b;
}

#content-sidebar div.league-program div.matches table tfoot td.summary {
 font-size: x-small;
}

#content-sidebar div.league-program div.matches table tr td span.match-live-score {
 padding-left: 2em;
}

#content-sidebar div.league-program div.matches table tr td span.match-live-score a {
 font-size: larger;
 color: #f9c300;
 text-decoration: underline;
}




#content-sidebar div.sidebar-block-advertisement {
 background-color: white;
 padding-top: .5em;
 text-align: center;
}

#content-sidebar div.sidebar-block-advertisement p {
 background-color: white;
 text-align: center;
 color: #888a85;
}

#content-sidebar div.sidebar-block-advertisement img {
 border: 0;
}



#content-sidebar div.team-image {
 background-color: white;
}

#content-sidebar div.team-image img {
 max-width: 250px;
}
