﻿/*************
  Yahoo Reset
 *************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
	margin: 0;   
	padding: 0;   
}
fieldset,img {
	border:0;   
} 
address,caption,cite,code,dfn,em,strong,th,var {  
	font-style:normal;   
	font-weight:normal;   
} 
ol,ul {  
	list-style:none;
} 
caption,th {  
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;   
}
q:before,q:after {  
	content:'';   
}
abbr,acronym {
	border:0;   
}

/***********
  Clearfix
 **********/
 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/**************
  Redskins CSS
 **************/

body {
	margin: 0;
	padding: 0 0 10px 0;
	background: #000;
	font-family: Arial, Sans-Serif;
	font-size: xx-small;
	line-height: 100%;
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.hidden
{
    display: none;
}

div.flash
{
    display: block;
    color: #000;
    text-align: center;
}

div.widgets {
    margin: 0 auto;
    display: none;
    padding-top: 20px;
}

div.widgets.twoColumns
{
    width: 872px;
}

div.widgets.threeColumns
{
    width: 1338px;
}
div.twoColumns div.gameTicket {
    display: none;
}
div.threeColumns div.gameTicket {
    display: block;
}

div.widgets div.information
{
    float: left;
    width: 548px;
    height: 250px;
    border: solid 1px #333;
    margin: 0 10px 0 0;
    background: #280907;
}

div.widgets div.information ul.menuBar
{
    display: block;
    height: 36px;
    list-style-type: none;
    background: url('images/menuBar_background.jpg') repeat-x;
}

div.widgets div.information ul.menuBar li
{
    float: left;
    height: 36px;
}

div.widgets div.information ul.menuBar li a
{
    display: inline-block;
    height: 25px;
    padding: 11px 18px 0 18px;
    font-family: Arial Black, Arial, Sans-Serif;
    font-size: 1.1em;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 0.9em;
    color: #fff;
}

div.widgets div.information ul.menuBar li a:hover
{
    text-decoration: underline;
}

div.widgets div.information ul.menuBar li.selected
{
    background: url('images/menuBar_selectedBackground.jpg') repeat-x;
}

div.widgets div.information ul.menuBar li.selected a
{
    background: url('images/menuBar_selectedArrow.jpg') no-repeat center bottom;
    color: #000;
    cursor: default;
}

div.widgets div.information ul.menuBar li.selected a:hover
{
    text-decoration: none;
}

div.widgets div.information div
{
    padding: 10px;
    font-size: 1.2em;
    color: #fff;
/*
    overflow-y: auto;
    height:145px;
*/
}

div.widgets div.information div div
{
    padding: 0;
}

div.widgets div.information ul.news
{
    display: block;
    list-style-type: none;
}

div.widgets div.information ul.news li
{
    position: relative;
    display: block;
    width: 100%;
    float: left;
    clear: left;
    padding: 0 0 12px 0;
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: bold;
    color: #fff;
}

div.widgets div.infomration div.newsContainer{
    
}

div.widgets div.information ul.news li a
{
    display: block;
    width: 350px;
    color: #fff;
}
div.widgets div.information ul.news li a:hover {
    color: #ffc20e;
}

div.widgets div.information ul.news li span.timeStamp
{
    position: absolute;
    top: 0;
    left: 370px;
    display: block;
    margin: 0 0 0 20px;
    font-weight: normal;
    color: #999;
}

div.widgets div.advertisements
{
    float: left;
    width: 300px;
    height: 203px;
    border: solid 1px #333;
    border-bottom: none;
    background: #280907;
}

div.widgets div.advertisements div
{
    height: 100px;
    border-bottom: solid 1px #333;
    color: #999;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 100px;
    text-align: center;
}

div.widgets div.gameTicket
{
    float: left;
    width: 466px;
    height: 190px;
    margin: 0 0 0 10px;
}

/*--------
    No Flash 
    ---------*/
table.noFlash {
    background: #000;
    font-family: Arial;
}
table.noFlash tr td {
    vertical-align: top;
}
table.noFlash tr td h2 {
    font-size: 2.1em;
    font-weight: bold;
    color: #fff;
    line-height: 2.1em;
}
table.noFlash tr td h2 span {
    color: #ffc20e;
}
table.noFlash tr td p {
    color: #fff;
    font-size: 1.4em;
    line-height: 1.4em;
    margin-top: 25px;
}
table.noFlash tr td ul li {
    color: #fff;
    font-size: 1.4em;
    line-height: 1.4em;
    padding-top: 5px;
    padding-left: 12px;
    background: left 11px no-repeat url(images/bulletIcon.gif);
}
table.noFlash tr td a {
    color: #ffc20e;
}
table.noFlash tr td a.installBtn {
    background: top left no-repeat url(images/installFlash.gif);
    width: 288px;
    height: 29px;
    text-indent: -9000em;
    display: block;
    margin-top: 15px;
}
table.noFlash tr td a.installBtn:hover {
    background-position: left -29px;
}
table.noFlash tr.banner td {
    background: top left repeat-x url(images/topBanner.gif);
    height: 50px;
}
table.noFlash tr.banner td {
    text-align: left !important;
}
table.noFlash tr td.left {
    text-align: right;
    padding-top: 120px;
    padding-bottom: 100px;
    min-width: 450px;
    _width: 450px;
    width: 50%;
}
table.noFlash tr td.left img {
    margin-right: 50px;
}
table.noFlash tr td.right {
    text-align: left;
    padding-top: 120px;
    padding-bottom: 100px;
    min-width: 450px;
    _width: 450px;
    width: 50%;
}
table.noFlash tr.footer td {
    background: top left repeat-x url(images/yellowBar.gif);
    height: 40px;
    padding-top: 10px;
    text-align: center;
}
table.noFlash tr.footer td a {
    color: #000;
    font-size: 1.4em;
    line-height: 1.4em;
    font-weight: bold;
}
div.footerBline {
    width: 100%;
    min-width: 990px;
    text-align: center;
    padding: 10px 0;
    display: block;
}
div.footerBline a {
    color: #999999;
    font-size: 1.4em;
    line-height: 1.4em;
    font-weight: bold;
}
div.footerBline a:hover {
    color: #ffc20e;
}



/* Game ticket module */

#rs_gameticket div.cmod_hd {
    height: 26px;
    background: url( images/hd_gameticket.gif ) no-repeat left top;
}

#rs_gameticket #versus {
    position: relative;
    height: 164px;
}

#rs_gameticket #versus h2 {
    position: absolute;
    left: 9px;
    top: 10px;
    font-size: 14px;
    color: #fff;
    margin: 0px;
}

#rs_gameticket #versus h3 {
    position: absolute;
    left: 9px;
    top: 28px;
    font-size: 14px;
    color: #fff;
    margin: 0px;
    font-weight: normal;
}

#rs_gameticket div.counter {
    position: absolute;
    left: 15px;
    top: 80px;
    font-size: 14px;
    color: #ffc32d;
    line-height: 18px;
    margin: 0px;
    padding: 0px;
}

div.cmod_hd {
    height: 24px;
    line-height: 23px;
    text-align: right;
}

div.cmod_hd ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 11px;
    color: #fff;
    display: inline;
}

div.cmod_hd ul li {
    margin: 0px 4px 0px 0px;
    padding: 0px 6px 0px 0px;
    border-right: 1px solid #fff;
    display: inline;
}

div.cmod_hd ul li.last {
    border-right: none;
}

div.cmod_hd ul li a {
    color: #fff;
    text-decoration: none;
}
