/***********************************************
SBS World Game
Author: Jeff Lowder for Different
Contact Number: 0419 350 760
***********************************************/
html {
}

/**
 * Carousel styling
 */
#clipregion {
    background: #fff;
    float: left;
    width: 629px;
    height: 230px;
    overflow: hidden;
    position: relative;
}
#set {
    width: 1935px;
    position: absolute;
}
#clipregion .scroll_item {
    float: left;
    width: 200px;
    padding-right: 15px;
}
#next-arrow, #prev-arrow { cursor:pointer; }
#prev-arrow {
    margin-right: 4px;
}
.carousel_controls {
    float: right;
    width: 200px;
    padding-top:3px;
}
.carousel_controls #next-arrow,
.carousel_controls #prev-arrow,
.carousel_controls #scroll_more {
    float: right;
}
.carousel_controls p.set_1 {
    padding-right: 35px;
    margin: 0 9px 0 0;
    font-size: 11px;
    color: #666;
    line-height: 16px;
    background: transparent url(/web/images/scroll_more_1_bg.gif) no-repeat 100% 50%;
}
.carousel_controls p.set_2 {
    padding-right: 35px;
    margin: 0 9px 0 0;
    font-size: 11px;
    color: #666;
    line-height: 16px;
    background: transparent url(/web/images/scroll_more_2_bg.gif) no-repeat 100% 50%;
}
.carousel_controls p.set_3 {
    padding-right: 35px;
    margin: 0 9px 0 0;
    font-size: 11px;
    color: #666;
    line-height: 16px;
    background: transparent url(/web/images/scroll_more_3_bg.gif) no-repeat 100% 50%;
}
#clipregion h4 {
    font-size: 12px;
}
#clipregion a img.overlay {
    position: absolute;
    visibility: hidden;
    margin-left: -200px;
}
#clipregion a:hover img.overlay {
    position: absolute;
    visibility: visible;
    border: none;
}
#clipregion a.video, #clipregion a.new_window {
    color: #19548e;
	display: inline-block;
}
/**
 * tab styling
 */
div.tab_container {
    background: transparent url(/web/images/tabs_bottom_bg.gif) 0 14px repeat-x;
}
.tabs {
    margin: 0;
    float: left;
    list-style-image:none;
    list-style-type:none;
    padding:0;
    list-style-position: inside;
}
.panel {
	clear: both;
	display: none;
	/*background-color: #FCFCFC;*/
   padding: 5px;
   margin-bottom: 10px;
   border-bottom: 1px solid #ccc;
}
.panelstats {
	clear: both;
	display: none;
	/*background-color: #FCFCFC;*/
	border-bottom: 1px solid #ccc;	
   	margin-bottom: 10px;
}
.panelstats.active-tab-body {
	display: block;
}

#whats_on_sbs_tabs1, whats_on_sbs_tabs2 {
	margin: 0;
}
.panel.active-tab-body {
	display: block;
}
#left .right .panel {
    border-bottom: none;
}
.tabs li {
	float: left;
    padding: 0;
    background-image: none;
    margin-right:1px;
}
.tabs a {
    float: left;
    font-family: Arial;
    font-size: 11px;
    line-height: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    background: #fff url(/web/images/tab_off_bg.jpg) repeat-x 0 0;
}
.tabs a:link, .tabs a:visited, .tabs a:active {
    font-weight: bold;
    color: #333;
}
.tabs a span {
    float: left;
    display: block;
	 cursor: hand;
}
.tabs a span.tab_left, .tabs a span.tab_right {
    height: 20px;
    width: 10px;
    padding: 0;
    background: transparent url(/web/images/tab_off_left.jpg) no-repeat scroll 0%;
}
.tabs a.active-tab span.tab_left {
    background: transparent url(/web/images/tab_on_left.jpg) no-repeat scroll 0%;
}
.tabs a span.tab_right {
    background: transparent url(/web/images/tab_off_right.jpg) no-repeat scroll 0%;
}
.tabs a.active-tab span.tab_right {
    background: transparent url(/web/images/tab_on_right.jpg) no-repeat scroll 0%;
}
.tabs a.active-tab {
    background: transparent url(/web/images/tab_on_bg.jpg) repeat-x 0 0;
}
.tabs .more_tab a {
    padding: 0;
	margin-left: 6px;
	background-color: #fff;
	text-decoration: none;
	color: #999;
}
/* page tab styling */
#page_header h1 {
    float: left;
}
#page_tabs {
   float: left;
   margin-left: 20px;
   margin-top: 7px;
}
#page_tabs li {
	float: left;
    padding: 0;
    background-image: none;
    margin-left: 1px;
}
#page_tabs a {
    float: left;
    font-family: Arial;
    font-size: 11px;
    line-height: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    background: transparent url(/web/images/page_tab_off_bg.gif) repeat-x 0 0;
}
#page_tabs a:hover {
    background: transparent url(/web/images/page_tab_hover_bg.gif) repeat-x 0 0;
}
#page_tabs a:link, #page_tabs a:visited, #page_tabs a:active {
    font-weight: bold;
    color: #333;
}
#page_tabs a:hover {
    text-decoration: none;
}
#page_tabs a span {
    float: left;
    display: block;
	cursor: hand;
}
#page_tabs a span.tab_left, #page_tabs a span.tab_right {
    height: 30px;
    width: 9px;
    padding: 0;
    background: transparent url(/web/images/page_tab_off_left.gif) no-repeat scroll 0%;
}
#page_tabs a.active-tab span.tab_left {
    background: transparent url(/web/images/page_tab_on_left.gif) no-repeat scroll 0%;
}
#page_tabs a span.tab_right {
    background: transparent url(/web/images/page_tab_off_right.gif) no-repeat scroll 0%;
}
#page_tabs a.active-tab span.tab_right {
    background: transparent url(/web/images/page_tab_on_right.gif) no-repeat scroll 0%;
}
#page_tabs a.active-tab {
    background: transparent url(/web/images/page_tab_on_bg.gif) repeat-x 0 0;
}
#page_tabs a:hover span.tab_left {
    background: transparent url(/web/images/page_tab_hover_left.gif) no-repeat scroll 0%;
}
#page_tabs a.active-tab:hover span.tab_left {
    background: transparent url(/web/images/page_tab_hover_left.gif) no-repeat scroll 0%;
}
#page_tabs a:hover span.tab_right {
    background: transparent url(/web/images/page_tab_hover_right.gif) no-repeat scroll 0%;
}
#page_tabs a.active-tab:hover span.tab_right {
    background: transparent url(/web/images/page_tab_hover_right.gif) no-repeat scroll 0%;
}
#page_tabs a.active-tab:hover {
    background: transparent url(/web/images/page_tab_hover_bg.gif) repeat-x 0 0;
}

/* What's On SBS TV tab styling */

#whats_on_sbs .tabs li {
    padding: 0;
    margin: 0;
    background-image: none;
    border-left: 1px solid #003884;
}
#whats_on_sbs .tabs a {
    color: #003884;
    background: transparent url(/web/images/blue_tab_off_bg.gif) repeat-x 0 0;
}
#whats_on_sbs .tabs a span.tab_left, #whats_on_sbs .tabs a span.tab_right {
    width:6px;
    background: transparent url(/web/images/blue_tab_off_left.gif) no-repeat scroll 0%;
}
#whats_on_sbs .tabs a.active-tab span.tab_left {
    background: transparent url(/web/images/blue_tab_on_left.gif) no-repeat scroll 0%;
}
#whats_on_sbs .tabs a span.tab_right {
    background: transparent url(/web/images/blue_tab_off_right.gif) no-repeat scroll 0%;
}
#whats_on_sbs .tabs a span.tab_right {
    background: transparent url(/web/images/blue_tab_off_right.gif) no-repeat scroll 0%;
}
#whats_on_sbs .tabs a.active-tab span.tab_right {
    background: transparent url(/web/images/blue_tab_on_right.gif) no-repeat scroll 0%;
}
#whats_on_sbs .tabs a.active-tab {
    background: transparent url(/web/images/blue_tab_on_bg.gif) repeat-x 0 0;
}

#world_leagues.tabs a {
    font-size: 10px; /* needed to reduce fontsize to fit in the tabs */
    line-height: 24px;
}

/**
 * individual tab styling
 */
#stats.tabs a span {
    padding: 0 4px;
}
#stats.tabs a span.tab_left, #stats.tabs a span.tab_right {
    padding: 0;
}
p.sub_tabs {
    font-size: 10px;
    line-height: 24px;
    border-bottom: 1px solid #ccc;
    color: #666;
}
.tab_table {
    width: 100%;
    font-size: 11px;
}
.tab_table caption {
    line-height: 24px;
    color: #666;
}
.tab_table tr {
    background: #fff url(/web/images/td_gradient_bg.jpg) repeat-x 0 100%;
}
.tab_table td.winner {
    color: #dc5100;
    /*line-height: 24px;*/
}
#fixturesPanel.tab_table td, #resultsPanel.tab_table td { 
	/*font-size: 12px;*/
	height: 23px;
	padding: 2px 6px;
	vertical-align: middle;
}
.tab_table td {
    padding: 0 6px;
}
#ladder.tab_table td {
    height: 27px;
    font-size: 11px;
    border-bottom: 1px solid #fff;
	vertical-align: middle;
}
#ladder.tab_table th {
    line-height: 27px;
    font-size: 11px;
    color: #333;
    border-bottom: 1px solid #fff;
}
#ladder.tab_table td.pts {
    background-color: #e8e8e8;
    color: #000;
    font-weight: bold;
}
#ladder.tab_table th.pts {
    font-weight: bold;
}
#ladder.tab_table td img {
    vertical-align: middle;
}
#ladder.tab_table td span.logo {
    padding-left: 10px;
    margin: 0 5px;
    background: transparent url(/web/images/bullet_arrow_grey.gif) no-repeat 0 50%;
}
#ladder.tab_table td a:link, #ladder.tab_table td a:visited, #ladder.tab_table td a:active {
    color: #dc5100;
}
p#full_table_link {
    margin-bottom: 15px;
}
p#full_table_link a.report {
    color: #19548e;
}
p.sub_tabs a:link, p.sub_tabs a:visited, p.sub_tabs a:active {
    color: #666;
}
p.sub_tabs a.current:link, p.sub_tabs a.current:visited, p.sub_tabs a.current:active {
    color: #000;
}
p.sub_tabs a.all_link:link, p.sub_tabs a.all_link:visited, p.sub_tabs a.all_link:active {
    color: #659100;
    padding-left: 10px;
    background: transparent url(/web/images/bullet_arrow_grey.gif) no-repeat 0 50%;
}
a.report {
    color: #659100;
    height:20px;
    padding-left: 17px;
	height:20px;
    background: transparent url(/web/images/icon_report.gif) no-repeat 0 50%;
}
a.video {
    color: #659100;
	 white-space: nowrap;
    padding-left: 17px;
	 display: inline-block;
    background: transparent url(/web/images/icon_video_camera.gif) no-repeat 0 50%;
}
a.icon_new_window_sml {
    padding-left: 15px;
    background: transparent url(/web/images/icon_new_window_sml.gif) no-repeat 0 50%;
}

#opinions1.panel, #opinions2.panel, #opinions12_0.panel, #opinions12_1.panel, #opinions13_2.panel, #opinions4.panel {
    background: #f2f2f2 url(/web/images/opinions_bg.jpg) repeat-x 0 0;
    padding: 10px;
    border-bottom: none;
}

#content p.more_link {
    float: right;
    width: 40px;
    line-height: 20px;
    margin: 0;
}
p.more_link a:link, p.more_link a:visited, p.more_link a:active {
    color: #659100;
    padding-left: 10px;
    background: transparent url(/web/images/bullet_arrow_grey.gif) no-repeat 0 50%;
}
#content p.author {
    font-size: 11px;
}
#content p.comment_links {
    color: #999;
    margin-top: 0;
    margin-bottom: 7px;
    font-size: 11px;
}
a.comments {
    color: #19548e;
    padding-left: 17px;
    background: transparent url(/web/images/icon_comments.gif) no-repeat 0 50%;
}
a.comments_icon {
    color: #19548e;
    padding-left: 15px;
    background: transparent url(/web/images/icon_comments.gif) no-repeat 0 50%;
}
div.divider {
    height: 2px;
    width: 100%;
    margin: 10px 0;
    background: transparent url(/web/images/divider_bg.jpg) repeat-x 0 50%;
}
div.divider_blue {
    height: 4px;
    width: 100%;
    margin: 20px 0 10px 0;
    background: transparent url(/web/images/divider_blue_bg.gif) repeat-x 0 50%;
}
div.divider_green {
    height: 4px;
    width: 100%;
    margin: 10px 0;
    background: transparent url(/web/images/divider_green_bg.gif) repeat-x 0 50%;
}
div.divider_orange {
    height: 4px;
    width: 100%;
    margin: 10px 0;
    background: transparent url(/web/images/divider_orange_bg.gif) repeat-x 0 50%;
}
div.divider_schedule {
    height: 1px;
    width: 100%;
    margin: 10px 0;
    background: transparent url(/web/images/divider_schedule.gif) repeat-x 0 50%;
}
#poll_form div.row {
    margin-bottom: 0;
}
#poll_form div input {
    float: left;
    margin-right: 5px;
}
#poll_form div label {
    float: left;
    width: 250px;
    line-height: 16px;
    margin-bottom: 4px;
}
p#poll_buttons {
    line-height: 28px;
    color: #999;
}
p#poll_buttons button {
    float: left;
}
.poll_result {
    height: 22px;
    background: transparent url(/web/images/poll_graph_right.gif) no-repeat 100% 0;
}
span.poll_amount {
    height: 22px;
    width: 20px;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding-left: 5px;
    background: transparent url(/web/images/poll_graph_left.gif) no-repeat 0 0;
}
/**
 * scroller component
 */
.scroller-container {
	position: relative;
    z-index: 10;
}
.scrollable {
	position: absolute;
	top: 0;
	left: 0;
	width: 282px;
	clip: rect(0px, 300px, 129px, 0px);
	overflow: hidden;
    padding-bottom: 20px;
}
.scroller_btn_up {
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 15px;
	background: transparent url(/web/images/scroller_btn_up.gif) repeat-y 0 0;
}
.scroller_btn_down {
	position: absolute;
	right: 0;
	width: 15px;
	height: 15px;
	background: transparent url(/web/images/scroller_btn_down.gif) repeat-y 0 0;
}
.scroller_track {
	position: absolute;
	right: 0;
	top: 15px;
	width: 15px;
	background: transparent url(/web/images/scroller_track_bg.gif) repeat-y 0 0;
}
.scroller_handle {
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
	height: 37px;
	background: transparent url(/web/images/scroller_handle.gif) repeat-y 0 0;
}
/**
 * INDIVIDUAL SCROLLERS
 * 
 * set the height of the overall scrollable area
 * i.e. 129px
 * 
 * Track needs to be 129 - 15 -15, therefore 99px
 * 
 * Scrollable (the actual content area the will scroll)
 * - needs to be clip: rect(0px, 300px, 129px, 0px); where 129px is the overall height
 * 
 * Scroll Container (the outer container)
 * - needs to be height: 129px; where 129px is the overall height
 *
 * Down Button
 * - needs to be height: 129 - 15px, therefore 114px
 */
/*#track {
	height: 99px;
}
#scrollable {
	clip: rect(0, 300px, 129px, 0);
	overflow: hidden;
    padding-bottom: 20px;
}
#scroll-container {
	height: 129px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
#button-down {
	top: 114px;
}*/
#track {
	height: 150px;
}
#scrollable {
	clip: rect(0, 300px, 180px, 0);
	overflow: hidden;
    padding-bottom: 10px;
}
#scroll-container {
	height: 180px;
    margin-bottom: 5px;
}
#button-down {
	top: 165px;
}

/**
 * videos scrolling section
 * 
 * overall height should be 587px;
 */
#track_videos {
	height: 557px;
}
#scrollable_videos {
	clip: rect(0, 300px, 587px, 0);
	overflow: hidden;
    padding-bottom: 20px;
}
#scroll-container_videos {
	height: 587px;
    border-bottom: 1px solid #ccc;
}
#button-down_videos {
	top: 572px;
}

/**
 * EPL Stats area - height: 290px
 */
/*#track-epl {
	height: 260px;
}
#scrollable-epl.scrollable {
	clip: rect(0, 300px, 290px, 0);
	overflow: hidden;
    padding-bottom: 20px;
}
#scroll-container-epl {
	height: 290px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
#button-down-epl {
	top: 275px;
}
*/
#track-epl {
	height: 150px;
}
#scrollable-epl.scrollable {
	clip: rect(0, 300px, 180px, 0);
	overflow: hidden;
    padding-bottom: 20px;
}
#scroll-container-epl {
	height: 180px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
#button-down-epl {
	top: 165px;
}

/**
 * Radio
 */
#radiostream p.tag {
	margin-top:18px;
	margin-bottom:19px;
    color: #19548e;
  	font-weight:bold;
}

#radiostream a {
  	font-weight:bold;
}

/**
 * coming up section
 */
#world_game_schedule {
    background-color: #f3f5f7;
    border-top: 1px solid #ccd7e6;
    padding: 5px 0;
}
#world_game_schedule p {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
    line-height: 16px;
}
#world_game_schedule p.date {
    color: #666;
}
#world_game_schedule p.time_title {
    color: #333;
    font-size: 14px;
}
#world_game_schedule p.time_title span.time {
    color: #19548e;
    padding-right: 20px;
    background: transparent url(/web/images/icon_clock.gif) no-repeat 100% 50%;
}
#world_game_schedule p.time_title a:hover span.time {
    color: #19548e;
    padding-right: 20px;
    background: transparent url(/web/images/icon_clock_hover.gif) no-repeat 100% 50%;
}
#set_reminders {
    background: #e4ebf1 url(/web/images/icon_clock_lrg.gif) no-repeat 250px 10px;
    padding: 10px;
    border-top: 2px solid #d2dce8;
}
#set_reminders h3 {
    font-size: 14px;
    color: #19548e;
    margin-bottom: 5px;
}
#set_reminders p {
    font-size: 11px;
    line-height: 16px;
    width: 240px;
}
#whats_on_sbs {
    background: #003884 url(/web/images/whats_on_sbs_tabs_bg.gif) no-repeat 0 0;
    padding: 12px 3px 0 3px;
    margin-bottom: 20px;
}
#whats_on_sbs .tabs {
    float: right;
}
#whats_on_sbs .panel {
    background: #fff;
    margin: 0;
    padding: 4px 7px;
    border-bottom: none;
}
#whats_on_sbs #schedule_link {
    margin-left: 8px;
}
#whats_on_sbs #schedule_link a:link, #whats_on_sbs #schedule_link a:visited, #whats_on_sbs #schedule_link a:active {
    background: transparent url(/web/images/arrow_schedule.gif) 0 50% no-repeat;
    padding-left: 10px;
    color: #fff;
    line-height: 20px;
}
#whats_on_sbs .panel ul li {
    padding: 0;
    margin: 0;
    line-height: 24px;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    background-image: none;
}
#whats_on_sbs .panel ul li.last {
    border-bottom: none;
}
#football_shop {
    background: #f2f2f2 url(/web/images/football_shop_bg.jpg) repeat-x 0 0;
}
#football_shop dl {
    background: transparent url(/web/images/football_shop_dl_bg.gif) repeat-x 0 0;
    padding: 10px;
}
#football_shop dl dt {
    float: left;
    width: 60px;
    margin-top: 2px;
}
#football_shop dl dd {
    margin-left: 70px;
}
#football_shop p.product_title {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}
#football_shop p.product_desc {
    font-size: 11px;
    line-height: 14px;
    margin: 0;
}
#football_shop p.price_review {
    font-size: 11px;
    line-height: 24px;
    margin: 5px 0 0 0;
}
#football_shop p.price_review img {
    float: left;
    margin-right: 10px;
}
#football_shop p.price_review strong {
    margin-right: 5px;
    font-size: 12px;
}



#left .right ul li {
    background-position:0pt 4px;
    line-height:16px;
    margin-bottom:4px;
}
p.border_dots_top {
    background: transparent url(/web/images/footer_links_dots.gif) repeat-x 0 0;
    padding-top: 5px;
    color: #999;
    margin-top: 10px;
}
a.green_bold {
    color: #659100;
    font-weight: bold;
}
a.related:link, a.related:visited, a.related:active, a.related_video:link, a.related_video:visited, a.related_video:active {
    color: #666;
    background: transparent url(/web/images/icon_report.gif) no-repeat 0 1px;
    padding-left: 13px;
    margin-left: 2px;
    font-size: 11px;
	 display: inline-block;
}
a.related_video {
    background: transparent url(/web/images/icon_video_camera.gif) no-repeat 0 1px;
    padding-left: 16px;
}
a.related_comments {
    color: #666;
    background: transparent url(/web/images/icon_comments.gif) no-repeat 0 1px;
    padding-left: 13px;
    margin-left: 2px;
}
ul.related a.video, ul.related a.report {
    color: #19548e;
}

a.new_window {
    color: #659100;
    padding-left: 20px;
    background: transparent url(/web/images/icon_new_window.gif) no-repeat 0 0;
}
#launch_player {
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 14px;
}
h2 a#launch_player:link, h2 a#launch_player:visited, h2 a#launch_player:active {
    color: #659100;
}
#scrollable_videos_r dl {
    background: transparent url(/web/images/videos_dl_bg.jpg) repeat-x 0 100%;
    margin: 15px 0;
}
#scrollable_videos_r dl dt {
    float: left;
    width: 100px;
    margin-top: 2px;
    position:relative;
}
#scrollable_videos_r dl dd {
    margin-left: 105px;
}
#scrollable_videos_r dl dt a img.video_thumb {
    border: 2px solid #19548e;
    height:52px;
    width:96px;
}
#scrollable_videos_r dl dt a {
    height: 56px;
    width: 100px;
    position: relative;
}
#scrollable_videos_r dl dt a img.play_overlay {
    position: absolute;
    visibility: hidden;
    left: 0;
    top: -45px;
}
#scrollable_videos_r dl dt a:hover img.play_overlay{
    position: absolute;
    visibility: visible;
    border: none;
}
#scrollable_videos_r dl dt a:hover img {
    border: 2px solid #333;
}
#scrollable_videos_r dl dd p {
    font-size: 11px;
    margin-bottom: 0;
}
#scrollable_videos_r dl dd p.video_title{
    font-size: 12px;
    font-weight: bold;
}
#scrollable_videos_r dl dd p.video_title a {
    color: #333;
}
p.rating_length {
    color: #333;
}
p.rated_5_stars {
    background: transparent url(/web/images/5-stars.gif) no-repeat 0 50%;
    padding-left: 60px;
}
p.rated_4_stars {
    background: transparent url(/web/images/4-stars.gif) no-repeat 0 50%;
    padding-left: 60px;
}
p.rated_3_stars {
    background: transparent url(/web/images/3-stars.gif) no-repeat 0 50%;
    padding-left: 60px;
}
p.rated_2_stars {
    background: transparent url(/web/images/2-stars.gif) no-repeat 0 50%;
    padding-left: 60px;
}
p.rated_1_stars {
    background: transparent url(/web/images/1-stars.gif) no-repeat 0 50%;
    padding-left: 60px;
}
p.rated_0_stars {
    background: transparent url(/web/images/0-stars.gif) no-repeat 0 50%;
    padding-left: 60px;
}

/**
 * web junk styling
 */
#web_junk1,
#web_junk2,
#web_junk3 {
    background: #fff;
    float: left;
    width: 629px;
    height: 210px;
    overflow: hidden;
    position: relative;
    border-bottom: none;
}
#web_junk1 .clipregion_holder {
    width: 1000px;
    position: absolute;
}
#web_junk2 .clipregion_holder {
    width: 1000px;
    position: absolute;
}
#web_junk3 .clipregion_holder {
    width: 1000px;
    position: absolute;
}
#web_junk1 .item,
#web_junk2 .item,
#web_junk3 .item {
    float: left;
    width: 200px;
    padding-right: 15px;
}
#web_junk1 .item h4,
#web_junk2 .item h4,
#web_junk3 .item h4 {
    font-size: 12px;
    font-weight: normal;
}
#web_junk1 .item p,
#web_junk2 .item p,
#web_junk3 .item p {
    font-size: 11px;
    font-weight: normal;
}

/**
 * sponsored section styling
 */
#sponsored {
    position: relative;
}
#sponsored h3 {
    font-size: 16px;
}
.ad_large {
    width: 300px;
    text-align: right;
    font-size: 10px;
    position: absolute;
    right: 0;
}
#sponsored dl {
    width: 300px;
    clear: left;
    margin-bottom: 15px;
}
#sponsored dl dt {
    float: left;
    width: 60px;
    margin-top: 2px;
}
#sponsored dl dd {
    margin-left: 70px;
}
#sponsored dd ul {
    margin-left: 12px;
}
#sponsored dd ul li {
    background-image: none;
    list-style: disc;
    padding: 0;
    line-height: 16px;
    color: #666;
}
#sponsored dd ul li a {
    color: #666;
    font-size: 11px;
}
/**
 * button styling
 */
.button_25 {
    height: 23px;
    cursor: hand;
	margin-bottom: 5px;
}
button.buy_now {
    height: 20px;
    cursor: hand;
    float: left;
    margin-right: 5px;
}
.button_25 span, .buy_now span {
    display: none;
}
#search_button {
    width: 66px;
    background: transparent url(/web/images/buttons/search.jpg) no-repeat 0 0;
	border: 0;
}
#search_button:hover {
    width: 66px;
    background: transparent url(/web/images/buttons/search.jpg) no-repeat 0 0;
    cursor: hand;
    cursor: pointer;
}
#sign_in_button {
    width: 98px;
    background: transparent url(/web/images/btn_sign_in.gif) no-repeat 0 0;
}
#sign_in_button:hover {
    background: transparent url(/web/images/btn_sign_in_hover.gif) no-repeat 0 0;
    cursor: hand;
    cursor: pointer;
}
#submit_vote {
    width: 101px;
    background: transparent url(/web/images/btn_submit_vote.gif) no-repeat 0 0;
}
#submit_vote:hover {
    background: transparent url(/web/images/btn_submit_vote_hover.gif) no-repeat 0 0;
    cursor: hand;
    cursor: pointer;
}
button.buy_now {
    width: 75px;
    background: transparent url(/web/images/btn_buy_now.gif) no-repeat 0 0;
}
button.buy_now:hover {
    background: transparent url(/web/images/btn_buy_now_hover.gif) no-repeat 0 0;
    cursor: hand;
    cursor: pointer;
}
#btn_sign_up {
    width: 73px;
    background: transparent url(/web/images/btn_sign_up.gif) no-repeat 0 0;
    float: left;
    cursor: pointer;
}
#btn_sign_up:hover {
    background: transparent url(/web/images/btn_sign_up_hover.gif) no-repeat 0 0;
    cursor: hand;
    cursor: pointer;
}
#btn_submit {
    width: 70px;
    background: transparent url(/web/images/btn_submit.gif) no-repeat 0 0;
}
#btn_submit:hover {
    background: transparent url(/web/images/btn_submit_hover.gif) no-repeat 0 0;
    cursor: hand;
    cursor: pointer;
}


/* EPL styling */
#form_newsletter {
    margin-bottom: 20px;
}
#form_newsletter label {
    display: block;
    line-height: 20px;
}
#txt_newsletter {
    display: inline;
    margin-right: 5px;
    font-size: 12px;
    height: 17px;
    line-height: 25px;
    width: 200px;
    padding: 5px 3px 3px 3px;
    float: left;
}
p.more_views {
    font-size: 11px;
    color: #666;
}
p.more_views_bullet {
    font-size: 12px;
    color: #333;
    background: transparent url(/web/images/bullet_arrow_grey.gif) 0 50% no-repeat;
    padding-left: 10px;
}
p.forum_More_opinions_links {
    font-weight: bold;
    color: #bbb;
    font-size: 11px;
}

/* Article page styling */
#article {
    margin-top: 15px;
}
#article1, #article2 {
    padding: 18px 0 0 0;
    line-height: 18px;
}
#article2 {
    border-bottom: none;
}
#article1 .right {
    float: right;
    width: 300px;
    margin-left: 20px;
    margin-bottom: 20px;
}

#article1 .right p {
    margin-bottom: 0;
    font-size: 11px;
}
#article1 .right p.title {
    font-size: 12px;
    font-weight: bold;
}

#article1 .rightwide {
    float: right;
    width: 310px;
    margin-left: 20px;
    margin-bottom: 20px;
}

#article1 .rightwide p {
    margin-bottom: 0;
    font-size: 11px;
}
#article1 .rightwide p.title {
    font-size: 12px;
    font-weight: bold;
}


.bottom_border {
	border-top: 1px dotted #b1b1b1;
    float: left;
    width: 300px;
    padding: 10px 0 5px 0;
    margin: 5px 0 15px 0;
}

ul.top_bottom_border {
    border-top: 1px dotted #b1b1b1;
    border-bottom: 1px dotted #b1b1b1;
    float: left;
    width: 300px;
    padding: 10px 0 5px 0;
    margin: 5px 0 15px 0;
}
ul.top_bottom_border li {
    line-height: 16px;
    margin-bottom: 5px;
}
ul.small_bottom_border {
    font-size: 11px;
    color: #333;
    font-weight: normal;
    margin-bottom:10px;
    border-bottom: 1px dotted #b1b1b1;
}
ul.small_bottom_border li {
    line-height: 16px;
    margin-bottom: 5px;
}

#article1 p, #article2 p {
    /*margin-bottom: 15px;*/
}
#article1 p.intro {
    font-size: 14px;
}
.right .outline, .right .related_stuff {
    padding: 10px;
    background-color: #f0f0f0;
}
.right .related_stuff {
	min-height:50px;
    background: #fbfbfb url(/web/images/footer_links_dots.gif) repeat-x 0 100%;
}

.right .outlineLower {
    padding: 10px;
	height:100px;
    border-bottom: 1px dotted #ccc;
}

p.top_link {
    text-align: right;
    color: #999;
    font-size: 11px;
}
p.top_link a:link, p.top_link a:visited, p.top_link:active {
    padding-left: 10px;
    background: transparent url(/web/images/top_link_bg.gif) no-repeat 0 50%;
    color: #999;
}
ul.normal_bullets li {
    line-height: 16px;
    margin-bottom: 4px;
    background: transparent url(/web/images/bullet_arrow_grey.gif) no-repeat 0 4px;
}
ul.normal_bullets {
    margin-bottom: 15px;
    padding-bottom: 10px;
    background: transparent url(/web/images/footer_links_dots.gif) repeat-x 0 100%;
}
a.green_bold:link, a.green_bold:visited, a.green_bold:active {
    font-weight: bold;
    color: #659100;
}
#content p.extra_margin {
    margin-bottom: 15px;
}
ul.page_tools {
    margin: 10px 0 0 0;
    padding: 0;
    background: transparent url(/web/images/page_tools_bg.gif) no-repeat 0 50%;
    height: 13px;
    float: right;
}
ul.page_tools li {
    float: left;
    background-image: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
}
ul.page_tools li a {
    float: left;
    width: 17px;
    height: 13px;
    margin: 0;
    background-color: transparent;
}
ul.page_tools li a.font-size {
    width: 22px;
}
ul.page_tools li a span {
    display: none;
}
ul#bookmark {
    float: right;
    margin: 10px 20px 0 0;
    width: 140px;
    position: relative;
}
ul#bookmark a:link, ul#bookmark a:visited, ul#bookmark a:active {
    color: #333;
}
#save_to {
    padding: 0;
    margin: 0;
    background: #fff url(/web/images/bullet_save_to.gif) no-repeat 4px 0;
}
#save_to_bullet {
    padding: 0 15px 0 24px;
    background: transparent url(/web/images/save_to_down_arrow.gif) no-repeat 100% 2px;
}
ul#bookmark_links {
    background-color: #fff;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    margin-top: 5px;
    padding: 3px 0;
}
ul#bookmark_links li {
    background-color: #fff;
    background-image: none;
    line-height: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
}
ul#bookmark_links li a {
    line-height: 23px;
    padding:5px 0 5px 24px;
    height: 20px;
}
ul#bookmark_links li a.google {
    background: #fff url(/web/images/bookmark_google.gif) no-repeat 0 50%;
}
ul#bookmark_links li a.delicious {
    background: #fff url(/web/images/bookmark_delicious.gif) no-repeat 0 50%;
}
ul#bookmark_links li a.facebook {
    background: #fff url(/web/images/bookmark_facebook.gif) no-repeat 0 50%;
}
ul#bookmark_links li a.reddit {
    background: #fff url(/web/images/bookmark_reddit.gif) no-repeat 0 50%;
}
ul#bookmark_links li a.newsvine {
    background: #fff url(/web/images/bookmark_newsvine.gif) no-repeat 0 50%;
}
ul#bookmark_links li a.technorati {
    background: #fff url(/web/images/bookmark_technorati.gif) no-repeat 0 50%;
}
ul#bookmark_links li a.stumbleupon {
    background: #fff url(/web/images/bookmark_stumbleupon.gif) no-repeat 0 50%;
}
ul#bookmark_links li a.yahoo {
    background: #fff url(/web/images/bookmark_yahoo.gif) no-repeat 0 50%;
}

#webjunk_form {
    height: 275px;
    padding: 0 10px;
    margin: 0 0 10px 0;
    background: transparent url(/web/images/comments_form_bg.jpg) repeat-x 0 100%;
    position: relative;
}
#webjunk_form * {
    position: absolute;
}

#label_headline {
    top: 67px;
    font-weight: bold;
}
#cont_headline {
    top: 84px;
    width: 280px;
    border: 1px solid #ccc;
    padding: 3px;
    color: #666;
}

#label_embed {
    top: 120px;
    font-weight: bold;
}
#cont_embed {
    top: 140px;
    width: 280px;
    height: 100px;
    border: 1px solid #ccc;
    color: #666;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px;
}

#label_file {
    top: 120px;
    left:315px;
    font-weight: bold;
}
#cont_file {
    top: 140px;
    left:315px;
    width: 300px;
    border: 1px solid #ccc;
    color: #666;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px;
}

#cont_img {
	top:190px;
	width:110px;
    left:315px;
}
#com_img {
	top:240px;
	width:110px;
}
#label_private_key {
	top:200px;
	left: 430px;
    font-weight: bold;
    width:100;
}
#private_key {
	top:195px;
	left: 500px;
    width: 50px;
    border: 1px solid #ccc;
    color: #666;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px;
}

#com_label_private_key {
	top:250px;
	left: 130px;
    font-weight: bold;
    width:100;
}
#com_private_key {
	top:245px;
	left: 200px;
    width: 50px;
    border: 1px solid #ccc;
    color: #666;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px;
}
#cont_submit {
    top: 240px;
    left: 540px;
    width: 70px;
    background: transparent url(/web/images/btn_submit.gif) no-repeat 0 0;
}

#comments_form {
    height: 285px;
    padding: 0 10px;
    margin: 0 0 10px 0;
    background: transparent url(/web/images/comments_form_bg.jpg) repeat-x 0 100%;
    position: relative;
}
#comments_form * {
    position: absolute;
}

#label_name {
    top: 17px;
    font-weight: bold;
}
#txt_name {
    top: 34px;
    width: 280px;
    border: 1px solid #ccc;
    padding: 3px;
    color: #666;
}
#label_team_1 {
    top: 17px;
    left: 315px;
    width: 400px;
    font-weight: bold;
}
#label_location {
    top: 17px;
    left: 315px;
    width: 200px;
    font-weight: bold;
}

#txt_location {
    top: 34px;
    left: 315px;
    width: 285px;
    border: 1px solid #ccc;
    padding: 3px;
    color: #666;
}
#label_team_1 span {
    position: relative;
    color: #666;
    font-size: 11px;
    font-weight: normal;
}
#txt_team_1 {
    top: 34px;
    left: 315px;
    width: 134px;
    border: 1px solid #ccc;
    padding: 3px;
    color: #666;
}
#txt_team_2 {
    top: 34px;
    left: 461px;
    width: 134px;
    margin-left: 5px;
    border: 1px solid #ccc;
    padding: 3px;
    color: #666;
}
#label_comment {
    top: 70px;
    font-weight: bold;
}
#txt_comment {
    top: 86px;
    width: 593px;
    height: 125px;
    border: 1px solid #ccc;
    color: #666;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px;
}
#comment_count_left {
    top: 235px;
    left:200px;
    width:55px;
}
#comment_count_middle {
    top: 235px;
    left:255px;
    width:30px;
    background-color:#efefef;
    border:0px;
}
#comment_count_right {
    top: 235px;
    left:278px;
    width:100px;
}

#captcha {
    top: 227px;
    left: 288px;
}
#txt_captcha {
    top: 227px;
    left: 404px;
    width: 111px;
    border: 1px solid #ccc;
    padding: 3px;
    color: #666;
}

#captcha_error {
    top: 270px;
    font-size:11px;
    color: red;
    position: relative;
}

#btn_submit {
    top: 227px;
    left: 530px;
}
p.note {
    color: #999;
    font-size: 11px;
}
/*-- pagination --*/
.pagination {
    float: right;
    display: inline;
    color: #999;
    vertical-align: top;
}
.pagination a, .pagination strong {
    margin: 0 3px;
}
.pagination a:hover {
    color: #000;
}
.pagination strong {
    color: #000;
}
.pagination_prev {
    padding-left: 12px;
    background: #fff url(/web/images/arrow_left_disabled.gif) no-repeat 0 4px;
}
a.pagination_prev {
    background: #fff url(/web/images/arrow_left.gif) no-repeat 0 4px;
}
.pagination_next {
    padding-right: 12px;
    background: #fff url(/web/images/arrow_right_disabled.gif) no-repeat 100% 4px;
}
a.pagination_next {
    background: #fff url(/web/images/arrow_right.gif) no-repeat 100% 4px;
}
.details {
    float: left;
    width: 205px;
}
.comment_cont {
    padding-top: 5px;
    background: transparent url(/web/images/footer_links_dots.gif) repeat-x 0 100%;
}
.comment {
    margin-left: 210px;
}
#article2 .details p {
    margin: 0;
    font-size: 11px;
}
#article2 .comment p {
    font-size: 12px;
}
p.comment_author {
    color: #333;
    font-weight: bold;
}
p.supports {
    color: #666;
}
#content #article2 p.agree_disagree {
    font-size: 11px;
    color: #666;
}
#article2 p.agree_disagree a.agree {
    padding-left: 14px;
    background: #fff url(/web/images/comment_agree.gif) no-repeat 0 0;
}
#article2 p.agree_disagree a.disagree {
    padding-left: 14px;
    background: #fff url(/web/images/comment_disagree.gif) no-repeat 0 0;
}
#article2 p.agree_disagree a.agree:hover {
    padding-left: 14px;
    background: #fff url(/web/images/comment_agree_hover.gif) no-repeat 0 0;
}
#article2 p.agree_disagree a.disagree:hover {
    padding-left: 14px;
    background: #fff url(/web/images/comment_disagree_hover.gif) no-repeat 0 0;
}

#article2 p.agree_disagree_on .agree {
    padding-left: 14px;
    background: #fff url(/web/images/comment_agree_hover.gif) no-repeat 0 0;
}
#article2 p.agree_disagree_on .disagree {
    padding-left: 14px;
    background: #fff url(/web/images/comment_disagree_hover.gif) no-repeat 0 0;
}

#article2 p.agree_disagree_on .agree_off {
    padding-left: 14px;
    background: #fff url(/web/images/comment_agree.gif) no-repeat 0 0;
}
#article2 p.agree_disagree_on .disagree_off {
    padding-left: 14px;
    background: #fff url(/web/images/comment_disagree.gif) no-repeat 0 0;
}

a.report_this:link, a.report_this:visited, a.report_this:active {
    float: right;
    color: #666;
    font-size: 11px;
}
/* Team page styling */
table.vs {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}
table.vs thead {
    border: 1px solid #ccc;
}
table.vs tr.head {
    height: 24px;
    background: #fff url(/web/images/vs_tr_bg.jpg) repeat-x 0 100%;
}
table.vs td {
    text-align: center;
    line-height: 24px;
    width: 126px;
}
table.vs td.top_border {
    border-top: 1px solid #ccc;
}
table.vs td.bottom_border {
    border-bottom: 1px solid #ccc;
}
table.vs td.right_border {
    border-right: 1px solid #ccc;
}
table.vs td.left_border {
    border-left: 1px solid #ccc;
}
table.vs td.middle {
    width: 49px;
    background-color: #e6e6e6;
    color: #333;
    font-weight: bold;
}
table.vs .winner {
    color: #dc5100;
}
p.blue {
    color: #ccc;
}
p.blue a.video, p.blue a.report, p.blue a.comments {
    color: #19548e;
}
.squad_list h3 {
    font-size: 11px;
    margin-bottom: 0;
}
.squad_list ul.squad_members {
    background: transparent url(/web/images/footer_links_dots.gif) repeat-x 0 100%;
    padding-bottom: 5px;
}
.squad_list ul.squad_members li {
    float: left;
    width: 140px;
    background-image: none;
    padding-left: 0;
    line-height: 16px;
    margin-bottom: 4px;
}
h1 img.logo {
    float: left;
    margin-right: 8px;
    margin-top: -3px;
}
#whats_on_sbs_tabs1, whats_on_sbs_tabs2 {
	margin: 0;
}
.panel.active-tab-body {
	display: block;
}
#left .right .panel {
    border-bottom: none;
}

/**
 * stats centre styling
 */
#comp_selector {
    margin: 0;
    padding: 0;
    width: 159px;
}
#comp_selector li {
    margin: 0;
    padding: 0;
    background-image: none;
    line-height: 16px;
    margin-bottom: 4px;
    padding-bottom: 4px;
    background: transparent url(/web/images/footer_links_dots.gif) repeat-x 0 100%;
    width: 159px;
    float: left;
}
#comp_selector li a {
    width: 159px;
    float: left;
}
#comp_selector li.no_border {
    background-image: none;
}
#comp_selector li h3 {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    margin: 5px 0 4px 0;
    padding: 0 0 4px 0;
    background: transparent url(/web/images/comp_selector_h3_plus.gif) repeat-x 0 100%;
}
#comp_selector li.open h3 {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    margin: 5px 0 4px 0;
    padding: 0 0 4px 0;
    background: transparent url(/web/images/comp_selector_h3_minus.gif) repeat-x 0 100%;
}
#comp_selector h3.row {
    margin-bottom: 4px;
}
#epl_results {
    background: #fff url(/web/images/premiere_league_logo.gif) no-repeat 100% 0;
}
#aleague_results {
    padding-top: 10px;
    background: #fff url(/web/images/aleague_logo.gif) no-repeat 100% 0;
}
#italian_results {
    padding-top: 10px;
    background: #fff url(/web/images/italian_serie_logo.gif) no-repeat 100% 0;
}
table.results {
    margin-bottom: 5px;
    width: 100%;
}
table.results td.team_one_cell, 
table.results td.team_two_cell {
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
}
table.results td.team_two_cell {
    text-align: left;
}
table.results thead td.team_one_cell {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
table.results thead td.team_two_cell, table.results thead td.toggle_cell {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
table.results thead td.result_cell {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #e6e6e6;
    background-image: none;
    font-weight: bold;
}
table.results thead td.winner {
    color: #dc5100;
}
table.results thead td.video_cell {
    border: none;
    background-image: none;
    padding: 0;
    text-align: right;
}
table.results thead td.video_cell a.video, table.results a.report {
    color: #19548e;
}
table.results thead td {
    line-height: 24px;
    background: transparent url(/web/images/vs_tr_bg.jpg) repeat-x 0 100%;
}
table.results td {
    text-align: center;
}
table.results tbody td {
    font-size: 11px;
}
table.results thead td.toggle_cell a {
    background: transparent url(/web/images/plus_small.gif) repeat-x 0 0;
}
table.results thead td.toggle_cell a.open {
    background: transparent url(/web/images/minus_small.gif) repeat-x 0 0;
}
table.results tbody td {
    line-height: 24px;
    border-bottom: 1px solid #ccc;
}
table.results tbody tr.tfoot td, table.results tbody td.no_border {
    border: none;
    text-align: left;
    color: #999;
}
p.round_date {
    font-size: 11px;
    color: #333;
    line-height: 38px;
}
p.round_date a.view_all {
    float: right;
    margin-right: 67px;
    padding-right: 20px;
    color: #999;
    background: transparent url(/web/images/plus_large.gif) no-repeat 100% 50%;
}
p.round_date a.view_all_open {
    float: right;
    margin-right: 67px;
    padding-right: 20px;
    color: #999;
    background: transparent url(/web/images/minus_large.gif) no-repeat 100% 50%;
}
.team_one_cell span.football {
    padding-right: 13px;
    background: transparent url(/web/images/icon_football_small.gif) no-repeat 100% 50%;
}
.team_one_cell span.red_card {
    padding-right: 13px;
    background: transparent url(/web/images/icon_red_card.gif) no-repeat 100% 50%;
}
.team_two_cell span.football {
    padding-left: 13px;
    background: transparent url(/web/images/icon_football_small.gif) no-repeat 0 50%;
}
.team_two_cell span.red_card {
    padding-left: 13px;
    background: transparent url(/web/images/icon_red_card.gif) no-repeat 0 50%;
}
.team_one_cell span.yellow_card {
    padding-right: 13px;
    background: transparent url(/web/images/icon_yellow_card.gif) no-repeat 100% 50%;
}
.team_one_cell span.player_in {
    padding-right: 17px;
    background: transparent url(/web/images/icon_player_in.gif) no-repeat 100% 50%;
}
.team_two_cell span.yellow_card {
    padding-left: 13px;
    background: transparent url(/web/images/icon_yellow_card.gif) no-repeat 0 50%;
}
.team_two_cell span.player_in {
    padding-right: 17px;
    background: transparent url(/web/images/icon_player_in.gif) no-repeat 100% 50%;
}
.team_one_cell span.red_card_2_yellow {
    padding-right: 13px;
    background: transparent url(/web/images/icon_red_card.gif) no-repeat 100% 50%;
}
.team_two_cell span.red_card_2_yellow {
    padding-left: 13px;
    background: transparent url(/web/images/icon_red_card.gif) no-repeat 0 50%;
}
.team_one_cell span.player_out {
    padding-right: 17px;
    background: transparent url(/web/images/icon_player_out.gif) no-repeat 100% 50%;
}
.team_two_cell span.player_out {
    padding-right: 17px;
    background: transparent url(/web/images/icon_player_out.gif) no-repeat 100% 50%;
}
/**
 * Opinions page styling
 */
dl.comment_graph {
    margin-bottom: 8px;
}
dl.comment_graph dt {
    float: left;
    width: 37px;
    height: 28px;
    line-height: 24px;
    text-align: center;
    background: transparent url(/web/images/comment_graph_bg.gif) no-repeat 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
dl.comment_graph dd {
    margin-left: 45px;
}

.header_border {
    background: transparent url(/web/images/footer_links_dots.gif) repeat-x 0 25px;
}
#content .header_border p.author {
    margin-bottom: 0;
}
#content .header_border p.date {
    margin-bottom: 10px;
}