#article_list {
    clear: both;
    margin: 0; padding: 0;
    min-height: 300px;
    list-style-type: none;
}
.listed_article_heading {
    height: 17px;
    background-color: white; color: inherit;
    text-align: right;
    font-size: 11px;
}
.listed_article_heading a, .listed_article_heading span {
    display: block;
    border-bottom: 1px solid gray;
    font-weight: bold;
    color: #5f5f5f; background-color: inherit;
    text-decoration: none;
}
#article_list li {
    border: 2px solid #dddddd;  
}
#article_list li:hover, #article_list li.over {
    border: 2px solid #b0dbf7;
    color: inherit;
}
#article_list li .articleTitle {
    padding-top: 8px;
}
#article_list li:hover .articleTitle a, #article_list li.over .articleTitle a {
    color: #0080db;
    background-color: inherit;
}
#article_list li:hover .listed_article_heading a, #article_list li.over .listed_article_heading a {
    text-decoration: none;
    background-color: #eef9ff;
    color: #1f0f0f;
    border-left-color: #b1060c;
    border-right-color: #b1060c;
}
/*
#article_list li:hover .article_details_link, #article_list li.over .article_details_link {
    background: url(./images/arrow_right3.gif) no-repeat right;
}
*/
#article_list li.article_lead_box {
    float: left; width: 438px;
    margin: 0 0 12px 0; padding: 4px 8px;
    line-height: 16px;
}
#article_list li.article_lead_box:hover, #article_list li.article_lead_box.over {
    background-color: #eef9ff;
}
.leading_article .articleTitle {
line-height: 24px; font-size: 20px;
}
.leading_article .article_lead_pic, .leading_article .article_outer_lead {
    /*margin-bottom: 10px;*/
}
.leading_article h4 a {
    margin-left: 3px;
}
.leading_article .article_details_link {
    display: none;
}
.leading_article .horizontal_ruler{
    height: 10px;
    margin: 0; padding: 0;
}
.leading_article .articleTitle a:hover {
    text-decoration: none;
}
.articleTitle a:link, .articleTitle a:visited{
    color: black; background-color: inherit; text-decoration: none;
}
.article_lead_container {
    clear: both;
    margin: 10px 0 0 0; padding: 0;
}
.article_lead_pic {
    float: left;
    width: 98px; height: 70px;
    margin: 3px 3px 3px 0;
    /*border: 1px solid #EEEEEE;*/
}
.article_lead_pic_solo {
    float: left;
    padding: 10px;
    width: 140px; height: 100px;
    margin: 15px;
    border: 0;
}
.article_outer_lead {
    float: left;
    width: 325px;
    /*padding-left: 5px;*/ margin: 0;
}
.article_outer_lead a:link, .article_outer_lead a:visited, .article_outer_lead a:hover{
    text-decoration: none;
    color: black;
}
.article_date, #article_date {
    display: block; margin: 3px 3px 0 0; padding: 0 0 0 5px;
    width: 60px; height: 12px;
    font-size: 10px; text-decoration: none; font-weight: normal;
    color: gray; background-color: inherit;
}
#article_list .article_date {
    clear: both;
    margin: 3px 0 0 0; padding: 5px 0;
    float: left;
}
#act_article #article_date {
    margin: 3px 3px 10px 0; padding: 0;
}
.article_details_link {
    float: right;
    display: block; margin: 3px 0 0 0; padding: 0;
    width: 48px; height: 15px;
    font-size: 11px; text-decoration: none; font-weight: bold;
    color: #b13b89; background-color: inherit;
    background: url(./images/arrow_right.gif) no-repeat right;
}
.article_details_link span {
    display: none;
}
.leading_article {
    position: relative; /* because of an ie6 bug - disappearing floated content */
    border: 4px solid #b0dbf7;
    margin: 0 0 12px 0; padding: 8px;
    line-height: 16px;
}
.leading_article .article_lead_pic {
    width: 140px; height: 100px;
}
.leading_article .article_outer_lead {
    width: 260px;
}
.leading_article h3 a:hover {
    text-decoration: underline;
    color: #0080db; background-color: inherit;
}
.leading_article .horizontal_ruler {
    display: none;
}
.leading_article h4 {
    clear: left;
    margin: 20px 0 0 0;
    padding: 2px 3px 2px 3px;
    font-family: Tahoma, Arial, sans; font-size: 12px; font-variant: small-caps;
    background-color: #cfcfcf; color: white;
}
.leading_article h4 a:link, .leading_article h4 a:visited{
    text-decoration: none;
    color: black; background-color: inherit;
}
.leading_article h4 a:hover{
    text-decoration: none;
    color: #ffffff; background-color: inherit;
}
.leading_article ul {
    margin-left: 0;
}
.leading_article .main_news_items {
    padding: 0 5px 5px 2px;
    font-family: Tahoma, Arial, sans; font-size: 11px;
    background-color: #f7f7f7; color: black;
}
.leading_article .main_news_items ul {
    padding: 0 3px 0 3px;
}
.leading_article .main_news_items a:link, .leading_article .main_news_items a:visited {
    color: black; background-color: inherit;
    text-decoration: none;
}
.leading_article .main_news_items a:hover {
    color: #0080DB; background-color: inherit;
    text-decoration: underline;
}
/* ACT ARTICLE */
#act_article {
    margin-top: 2px; margin: auto; padding: 0;
    width: 440px; line-height: 18px;
    /*border: 2px solid #dddddd;*/
}
#act_article .articleTitle {
    margin: 5px 0 0 0; padding: 0;
}
#act_article_pic {
    float: left;
    width: 140px; height: 100px;
    margin: 3px 3px 10px 0;
}
/* ARTICLE LIST PAGER*/
#article_list_pager {
    clear: both;
    text-align: center;
    font-size: 11px;
}
#article_list_pager  #sum_pages {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px; padding-top: 20px;
    text-align: center;
}
#article_list_pager .prev_page, #article_list_pager .page_link, #article_list_pager .next_page{
    margin: 5px;
    text-decoration: none;
}
.affected_articles_container {
    margin: 0; padding: 0;
    font-family: Tahoma, Arial, sans-serif;
}
.affected_articles_container h3 {
    display: block;
    font-size: 13px;
    margin: 10px 10px 2px 8px;
    padding-bottom: 3px;
    clear: left;
    border-bottom: 1px solid gray;
}
.affected_articles_container h3 a,
.affected_articles_container h3 a:hover,
.affected_articles_container strong a,
.affected_articles_container strong a:hover {
    color: black; background-color: inherit; text-decoration: none;
}
.affected_articles_container .sectionName {
    display: block;
    margin: 0 10px 0 0; text-align: right;
    color: #505050; background-color: inherit;
    font-weight: normal; font-size: 10px;
}

#affected_article_list {
    margin: 0; padding: 0; line-height: 14px;
}
.affected_articles_container a, .affected_articles_container a:visited {
    color: black; background-color: inherit;
    text-decoration: none;
}
.affected_articles_container a:hover {
    color: #0080db; background-color: inherit;
    text-decoration: none; /*text-decoration: underline;*/
}
.more_affected_items {
    /*text-align: right;*/
    padding: 0; margin: -10px 10px 0 20px;
    font-size: 11px;
}
li.list2color {
    float: left; display: block; width: 190px;
    margin: 5px 0 0 10px; padding: 0 0 0 10px;
    border-left: 2px solid #999999;
    font-size: 11px;
}
li.list2color_2 {
    clear: both;
    list-style-type: square;
    margin: 0 10px 0 20px; padding: 0;
    font-size: 11px;
}
li.list2color_2 a {
}
.title3 {
    color: #386a6a; background-color: inherit;
    font-weight: bold;
}
.title4 {
    color: #002a7f; background-color: inherit;
    font-weight: bold;
}
#act_article_inner_lead {
    float: left; width: 275px;
    margin-bottom: 10px;
    /*padding-left: 5px;*/
}
#act_article_inner_lead_end {
    clear: left;
}
.article_lead_pic_linked span {
    display: block; float: left;
    margin: 3px 5px 0 -101px; padding: 0;
    width: 98px;
    height: 70px;
    background: url(./images/cornerz_pic_98X70.gif) no-repeat;
}
.article_lead_pic140X100 span {
    display: block; float: left;
    margin: 3px 0 0 -143px; padding: 0 5px 0 0;
    width: 140px;
    height: 100px;
    background: url(./images/cornerz_pic_140X100.gif) no-repeat;
}

/* RESULTS OF AFFECTED CHAMPIONSHIP */
.champResultzContainer {
}
.champResultzFieldset {
    padding: 5px; margin-bottom: 30px; border: 1px solid #a7a7a7;
    background-color: #efefef; color: inherit;
    line-height: 14px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
}
.champResultzFieldset h4 {
    font-size: 12px; color: white; background-color: #a7a7a7;
    padding: 3px;
    margin-bottom: 5px;
}
.champResultzFieldset ul {
    margin-bottom: -12px;
}
.champResultzFieldset li {
    margin:0; padding: 3px;
    list-style: none;
}
.chResTeams, .chResResult {
    font-size: 11px;
    font-weight: bold;
    color: black; background-color: inherit;
}
.chResResultDetailed, .chResResultUnetailed {
    display: none;
    margin: 0; padding: 0;
}
.chResStadium, .chResViewer {
    /*font-style: italic;*/
}
.chResPlayersLabel, .chResScorersLabel, .chResYellowCardsLabel, .chResRedCardsLabel {
    font-weight: bold; /*font-style: italic;*/
}

#news_list {
    font-size: 11px;
    list-style: none;
    line-height: 16px;
}
#news_list a {
    display: block; padding-top: 5px;
    font-family: arial,verdana,sans-serif; font-weight: bold; font-size: 11px; background-color: inherit; color: #bf0000;
}
#news_list li .art_news_list_item_lead {
    font-weight: normal;
    margin-bottom: 5px;
}

/* easyscroll */

#easyscroll{
    background:#eee;
    margin-top: 2px;
    float: left; width: 412px;
}   
#easyscrollnav{
    float: right; width: 20px; height: 157px;
    background-color: #cfcfcf;
    margin: 0; padding: 0;  
}   
#easyscrollnav li.over{
    color:#999;
    text-decoration:underline;
}                           
#esNote {
    clear: both;
}
#btnUp, #btnDown, #btnReset {
    display: block; width: 16px; height: 16px; margin: 0 2px 2px 2px;
}
#btnUp span, #btnDown span, #btnReset span {
    display: none;
}
#btnUp {
    background: url(./images/easyScrollBtnUp.gif) no-repeat; 
}
#btnDown {
    margin-top: 104px;
    background: url(./images/easyScrollBtnDown.gif) no-repeat; 
}
#btnReset {
    background: url(./images/easyScrollBtnReset2.gif) no-repeat; 
}
#btnUp:hover {
    background: url(./images/easyScrollBtnUpHover.gif) no-repeat; 
}
#btnDown:hover {
    background: url(./images/easyScrollBtnDownHover.gif) no-repeat; 
}
#btnReset:hover {
    background: url(./images/easyScrollBtnReset2Hover.gif) no-repeat; 
}


/* News */
#article_list li.post_list_news_item {
    margin: 10px 0 30px;
    padding: 0 6px;
    border: 0;
}
#article_list li.post_list_news_item strong {
    font-weight: normal;
}
#article_list li.post_list_news_item div {
    margin-bottom: 3px;
}
#article_list li.post_list_news_item a {
    display: block; padding: 5px 0 3px;
    font-family: arial,verdana,sans-serif; font-weight: bold; font-size: 13px; background-color: inherit; color: #bf0000;
    text-decoration: none;
}
#article_list li.post_list_news_item a:hover {
    text-decoration: underline;
}
