﻿body {
    background-color: #000000;
    background-image: url("/img/background.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana;
    overflow-y: scroll;
}

hr {
    border: solid #555555;
    border-width: 1px 0 0 0;
    margin: 15px 0;
}

.sprite, .nav-tabs li.active {
    background-image: url("/img/sprite.png");
}

#logo {
    display: block;
    width: 218px;
    height: 49px;
    background: url("/img/logo.jpg");
    margin: 36px 0 0 32px;
}

.header-advert {
    float: right;
    margin-top: 11px;
}

.side-advert {
    float: right;
}

.navigation {
    float:right;
    margin-bottom: 1px;
}

.navigation ul {
    display: inline-block;
    zoom: 1;
    *display: inline;
    list-style: none;
    margin: 0 7px 0 0;
}

.navigation ul li, .nav-tabs li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 2px 0;
}

.navigation ul li a, .nav-tabs li a {
    display: block;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 0.8em;
    border-right: 1px solid #193c08;
    padding: 2px 11px 2px 11px;
}

.navigation ul li:hover, .nav-tabs li:not(.active):hover {
    background-image: url("/img/sprite.png");
    background-position: 0 -28px;
}

.navigation ul li a:hover {
    text-decoration: none;
}

.navigation form {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0;
}

.navigation form input, .navigation form select {
    background: #273f08;
    border: 1px solid #2d5f0c;
    border-radius: 0;
    margin: 0;
    height: 20px;
    padding: 0 0 0 2px;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.8em;
    font-family: Arial, Verdana;
}

.navigation form input:focus, .navigation form select:focus {
    border: 1px solid #448d12;
    box-shadow: none;
    outline: none;
}

.navigation form select {
    width: 115px;
}

.navigation form input {
    padding: 0 5px;
    width: 115px;
    height: 18px;
}

.navigation .search-button {
    border: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.ticker {
    clear: both;
    height: 28px;
    background-position: 0 -56px;
    border: solid #23360b;
    border-width: 0 4px;
    margin-bottom: 15px;
    color: #ffffff;
}

.ticker a {
    color: #ffffff;
}

.carousel {
    border-bottom: 1px solid #555555;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.carousel-indicators {
    position: static;
    text-align: center;
    margin-top: 6px;
    cursor: default;
}

.carousel-indicators li {
    float: none;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-left: 1px;
    cursor: pointer;
}

.carousel-indicators li:not(.active):hover {
    background-color: rgba(255, 255, 255, 0.50);
}

#carousel .item {
    height: 250px;
}

#carousel .main-banner h3 {
    color: #FFF;
    margin: 1px 0 0 15px;
    font-size: 1.5em;
    font-weight: normal;
}

.box.black {
    background-color: #3f3f3f;
    background-image: url("/img/background-black.jpg");
    color: #ffffff;
    padding: 5px;
}

.box.black-transparent {
    background: url("/img/background-trans-0-40.png");
}

.box.black-transparent > p {
    margin: 0;
    padding: 10px;
    color: #ffffff;
    font-size: 0.85em;
}

.box.margin {
    margin: 10px auto;
}

.next-games {
    padding: 15px !important;
    height: 221px;
}

.next-games h1 {
    font-size: 1.5em;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.games-list {
    list-style: none;
    margin: 0;
}

.games-list li {
    border-bottom: 1px solid #555555;
}

.games-list li:last-child {
    border-bottom: 0px
}

.games-list li i {
    color: #aaaaaa;
    margin-right: 5px;
}

.games-list li a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #ffffff;
    padding: 12px 0;
}

.games-list li a:hover {
    text-decoration: none;
    color: #bbbbbb;
}

.nav-tabs {
    background: #273f08;
    border-bottom: 0;
    margin-bottom: 1px;
    height: 28px;
}

.nav-tabs li a {
    background-color: transparent !important;
    border: none !important;
    border-right: 1px solid #2c5c0c !important;
    border-radius: 0;
    margin-right: 0 !important;
}

.nav-tabs li:not(.active):hover {
    background-image: url("/img/background-trans-255-10.png") !important;
}


/* START: Feeds */

.feed {
    margin: 0;
    list-style: none;
}

.feed .container {
    width: 100%;
    position: relative;
}

.feed .container .image {
    width: 75px;
    float: left;
    margin: 0 6px 2px 0;
}

.feed .container .content {
    font-size: 0.85em;
    line-height: 1.4em;
    text-align: justify;
}

.feed .container .content a {
    color: #ffffff;
    font-weight: bold;
}

.feed .container .content p {
    overflow: hidden;
    margin: 5px 0 6px 0;
}

.feed .container .source {
    max-width: 100px;
    float: right;
    margin-left: 6px;
    margin-bottom: 50px;
}

.feed .item-bar {
    height: 22px;
    border-bottom: 1px solid #555555;
    margin-bottom: 8px;
    font-size: 0.8em;
    padding: 3px 3px 0;
    position: relative;
}

.feed li.positive .item-bar {
    background-position: 0 -56px;
}

.feed li.neutral .item-bar {
    background-position: 0 -137px;
}

.feed li.negative .item-bar {
    background-position: 0 -162px;
}

.feed .item-bar .sentiment {
    font-weight: bold;
    font-size: 1em;
    margin-right: 10px;
}

.feed .item-bar .sentiment i {
    font-size: 1.3em;
}

.feed .item-bar a {
   color: #ffffff;
   position: absolute;
   right: 10px;
}

/* END: Feeds */


.main-banner img.team {
    display: block;
    margin: 15px auto;
}

.main-banner .match-info {
    color: #ffffff;
    text-align: center;
}

.main-banner .match-info h1 {
    margin-bottom: 0;
}

.main-banner .match-info h3 {
    display: inline-block;
    margin: 10px 10px 0;
}

.main-banner table {
    width: 100%;
}

h3.content-heading {
    height: 20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.8em;
    line-height: 1em;
    border-right: 1px solid #193c08;
    padding: 8px 0 0 15px;
    margin: 0 0 1px;
}

h3.content-heading.black {
    background-position: 0 -84px;
}

h3.content-heading.green {
    background-position: 0 0;
}

.upcoming-matches li a {
    position: relative;
    font-size: 0.85em;
    padding: 2px 0;
    display: block;
}

.upcoming-matches li a:hover {
    color: #ffffff;
    background: url("/img/background-trans-150-10.png");
}

.upcoming-matches li a i {
    position: absolute;
    top: 7px;
}

.upcoming-matches li a div {
    font-weight: bold;
    margin-left: 15px;
}

.upcoming-matches li a div span {
    display: block;
    font-weight: normal;
}

.results-container h3 {
    display: inline-block;
    margin: 15px 0 1px;
    padding-right: 15px;
}


/* START: Tag Cloud */

#tags {
    padding: 10px;
    font-size: 0.7em;
    font-weight: normal;
}

#tags a {
    display: inline-block;
    padding: 2px 6px 2px 6px;
    color: #ffffff;
}

.tag1 {
    font-size: 0.8em;
}

.tag2 {
    font-size: 1.4em;
}

.tag3 {
    font-size: 1.7em;
}

.tag4 {
    font-size: 1.9em;
}

.tag5 {
    font-size: 2.2em;
}

.tag6 {
    font-size: 2.4em;
}

/* END: Tag Cloud */

/* START: Table */

/* Table */
table, .google-visualization-table-table {
    background: transparent !important;
    color: #ffffff;
    width: 100%;
    table-layout: fixed;
}

/* Table Header */
table thead tr, .google-visualization-table-tr-head, .google-visualization-table-tr-head td, .google-visualization-table-tr-head-nonstrict {
    filter: inherit !important;
    background: url("/img/background-trans-0-10.png") !important;
    text-align: left !important;
    padding-left: 20px !important;
    font-weight: bold !important;
}

/* Table Row (Even) */
table tbody tr.even td, .google-visualization-table-tr-even, .google-visualization-table-tr-even td, .google-visualization-table-tr-even-nonstrict {
    background: transparent !important;
}

/* Table Row (Odd) */
table tbody tr.odd td, .google-visualization-table-tr-odd, .google-visualization-table-tr-odd td, .google-visualization-table-tr-odd-nonstrict {
    background: url("/img/background-trans-100-10.png") !important;
}

/* Table Rows */
table tbody tr:not(.google-visualization-table-tr-head):hover, .google-visualization-table-table tr:not(.google-visualization-table-tr-head):hover {
    background: url("/img/background-trans-150-10.png") !important;
}

/* Table Cells */
table td, .google-visualization-table-th, .google-visualization-table-td {
    border: solid #555555 !important;
    border-width: 1px 1px 0 0 !important;
    font-size: 0.8em !important;
    padding: 2px !important;
}

/* Table Last Column */
table tr td:last-child, .google-visualization-table-th:last-child, .google-visualization-table-td:last-child {
    border-width: 1px 0 0 0 !important;
}

/* END: Table */

/* START: Footer */

.footer {
    border-top: 1px solid #555555;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 0.75em;
    color: #888888;
}

.footer ul {
    list-style: none;
    margin: 0 0 5px 0;
}

.footer ul li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 0;
}

.footer ul li a {
    color: #888888;
    border-left: 1px solid #888888;
    padding: 0 5px;
}

.footer ul li:first-child a {
    border-left: 0;
    padding-left: 0;
}

.footer ul li a:hover {
    text-decoration: none;
    color: #bbbbbb;
}

.social a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 35px;
    height: 35px;
    margin-left: 5px;
    background: url("/img/social-sprite.png");
}

.social a:hover.facebook { background-position: 175px 0; }

.social a.twitter { background-position: 140px 0; }

.social a:hover.twitter { background-position: 105px 0; }

.social a.google { background-position: 70px 0; }

.social a:hover.google { background-position: 35px 0; }

.powered-by {
    margin-left: 20px;
}

/* END: Footer */



/* AF 17/03/2013: Ticker START */

.ticker-container .ticker-wrap {
    line-height: normal;
    overflow: hidden;
    border-width: 0 5px !important;
    height:24px;
}

div.stockTicker {
    color: #FFFFFF;
    font-size: 0.8em;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 7px 0;
    position: relative;
}

div.stockTicker span { margin: 0 10px; }

div.stockTicker span.up {
    color: #00CC33;
    padding-left: 2px;
}

div.stockTicker span.down {
    color: red;
    margin: 0;
    padding-left: 10px;
}

div.stockTicker span.eq {
    color: White;
    margin: 0;
    padding-left: 10px;
}

div.stockTicker a.quote {
    font-weight: bold;
    margin: 0;
    padding-left: 10px;
    color: #ffffff !important;
}

div.stockTicker a:visited { color: #ffffff; }

.ticker-container .ticker-wrap { border: solid #505050; }

/* AF 17/03/2013: Ticker END */