/* CSS Document */
*
{
    margin: 0;
    padding: 0;
}
* html body
{
    font-size: xx-small; /* hack for IE5/Win */
    font-size: x-small; /* hack for other IE5/Win versions */
}
a
{
    color: #facf66;
    outline: none;
}
a, a:link, a:visited
{
    color: #facf66;
    text-decoration: none;
}
a:hover, a:active
{
    color: #facf66;
    text-decoration: underline;
}
a.drkLink
{
    color: #9e2d27;
    outline: none;
}
a.drkLink:link, a.drkLink:visited
{
    color: #9e2d27;
    text-decoration: none;
}
a.drkLink:hover, a.drkLink:active
{
    text-decoration: underline;
}


a.lnkWhite
{
    color: #ffffff;
    outline: none;
    text-decoration: none;
}
a.lnkWhite:hover, a.drkLink:active
{
    color: #facf66;
}
h1
{
    font-size: 220%;
    line-height: 220%;
    display: inline;
}
h2
{
    font-size: 200%;
    line-height: 200%;
    display: inline;
}
h3
{
    font-size: 180%;
    line-height: 120%;
    display: inline;
    color: #3a2921;
}
h4
{
    font-size: 160%;
    line-height: 120%;
    display: inline;
    color: #3a2921;
}
h5
{
    font-size: 140%;
    line-height: 120%;
    display: inline;
}
h6
{
    font-size: 120%;
    line-height: 120%;
    display: inline;
}

/*-------------------------------------------------
  Body and Containers
-------------------------------------------------*/
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    letter-spacing: 0.02em;
    background: #000000 url(../images/main/backRepeat.jpg) repeat-x;
    margin: 0;
    padding: 0;
    color: #ffffff;
}

#page
{
    background: url(../images/main/background.jpg) no-repeat center top;
    width: 100%;
    display: table;
    font-size: 82.5%;
}
.ads
{
    background-image: url(../images/main/adsBackground_sm.jpg);
    width: 344px;
    height: 51px; 
    margin-left: 78px;
}
#content
{
    width: 1024px;
    margin: 289px auto 0 auto;
}


#inMain
{
    padding: 20px;
}

#mainContent
{
    float: right;
    width: 655px;
    margin-right: 90px;
    margin-top: 2px;
}

#rwcLogo
{
    float: left;
    margin-top: 62px;
    margin-left: 50px;
}
.rwcLogo
{
    float: left;
    margin-top: 62px;
    margin-left: 50px;
}
#playerData
{
    float: right;
    margin-top: 40px;
    width: 200px;
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
}
.homepageOnlineBox
{
    float: left;
    width: 290px;
    border-right: 1px solid #9a373a;
    color: #facf66;
    padding: 20px 20px 39px;
    font-size: 11px;
    font-weight: bold;
    line-height: 140%;
    height: 100%;
}
.homepageOnlineBox p
{
    margin: 0;
    padding: 0;
    line-height: 180%;
}
.homepageOnlineBox h3
{
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    line-height: 160%;
}
.homepageOnlineBoxRt
{
    float: right;
    width: 285px;
    color: #facf66;
    padding: 20px;
    padding-right: 10px;
    font-size: 11px;
    font-weight: bold;
    line-height: 140%;
}
.homepageOnlineBoxRt p
{
    margin: 0;
    padding: 0;
    line-height: 180%;
}
.homepageOnlineBoxRt h3
{
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    line-height: 160%;
}
.homepageOnlineBoxCt
{
    float: left;
    width: 285px;
    color: #facf66;
    padding: 20px 27px 20px 18px;
    border-right: 1px solid #9A373A;
    font-size: 11px;
    font-weight: bold;
    line-height: 140%;
}
.homepageOnlineBoxCt h3
{
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    line-height: 160%;
}
#sidenav
{
    float: left;
    width: 189px;
    height: 234px;
    padding: 20px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding-left: 50px;
}
#sidenav a
{
    color: #ffffff;
    text-decoration: none;
}
#sidenav a:hover
{
    text-decoration: underline;
}
#sidenav ul
{
    list-style-type: none;
    line-height: 28px;
}
#header
{
    width: 1050px; /* had to set height to IE7 - originally height:auto */
    height: 70px;
    margin: 10px auto 0 auto;
}
/* Navigation*/
/* Styles for the entire LavaLamp menu */
.lavaLamp
{
    position: relative;
    height: 36px;
    width: 700px;
    padding: 53px 0 0 86px;
    margin: 10px 0;
    overflow: hidden;
}
/* Force the list to flow horizontally */
.lavaLamp li
{
    float: left;
    list-style: none;
}
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back
{
    background: url('../images/bg_menu_right.png') no-repeat top right !important;
    background: url('../images/bg_menu_right.gif') no-repeat top right;
    width: 9px;
    height: 30px;
    z-index: 8;
    position: absolute;
}
.lavaLamp li.back .left
{
    background: url('../images/bg_menu.png') no-repeat top left !important;
    background: url('../images/bg_menu.gif') no-repeat top left;
    height: 30px;
    margin-right: 8px;
}
/* Styles for each menu-item. */
.lavaLamp li a
{
    position: relative;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    font: 13px;
    color: #fff;
    outline: none;
    text-align: center;
    height: 30px;
    top: 7px;
    z-index: 10;
    float: left;
    display: block;
    margin: auto 10px;
    padding: 1px 5px;
}
.lavaLamp li a:hover
{
    color: #F6A21B;
}
#footer
{
    /*color: #8A2111;*/
    color: #444;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
    padding-top: 15px;
    position: relative;
}
#footer img
{
    border: 0;
}
#footer a
{
    color: #8A2111;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    text-decoration: none;
}
#footer a:hover
{
    color: #F6A21B;
}
#footernavlist
{
    color: #333;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}
.white, .white a
{
    color: #FFFFFF;
}
.yellow, .yellow a
{
    color: #facf66;
}
.orange, .orange a
{
    color: #f5a31d;
}
.red, .red a
{
    color: #9e2d27;
}
/*.yellow, .yellow a {color:#ebb731;}*/
.green, .green a
{
    color: #586d35;
}
.grey
{
    color: #666666;
}
.blue, .blue a
{
    color: #2488b1;
}
.grey_disclaimer
{
    color: #cccccc;
    font-size: 75%;
    font-style: italic;
    line-height: 130%;
}
#grey_box
{
    padding: 15px;
    display: block;
    width: 250px;
    float: left;
    border: 1px solid #4d0709;
}
#grey_box_forpw
{
    position: relative;
    top: 22px;
    padding: 15px;
    display: block;
    width: 343px;
    float: left;
    border: 1px solid #4d0709;
}
#grey_box_id
{
    position: relative;
    top:30px;
    padding: 15px;
    display: block;
    width: 343px;
    float: left;
    left: 0;
    border: 1px solid #4d0709;
}
#grey_box_lt
{
    padding: 15px;
    display: block;
    width: 275px;
    float: right;
    border: 1px solid #4d0709;
}
#grey_box_verify
{
    border: 1px solid #4D0709;
    display: block;
    float: left;
    padding: 35px;
    position: relative;
    top: 37px;
    left: 36px;
    width:250px;
}
#grey_box_verify table
{
    white-space: nowrap;
}
#grey_box_summary
{
    padding: 15px;
    display: block;
    width: 210px; 
    font-size: 85%; 
    margin-right: 10px; 
    margin-top: 30px;
    border: 1px solid #9a373a; 
    color: #e36d70;
    float: left;
}

#grey_box_help
{
    padding: 15px;
    display: block;
    width: 210px; 
    font-size: 85%; 
    margin-right: 10px; 
    margin-top: 30px;
    border: 1px solid #9a373a; 
    color: #F9FBD1;
    float: left;
    position: relative;
    top: -232px;
    left: 405px;
}
/*-------------------------------------------------
  Table STYLES
-------------------------------------------------*/
table
{
    padding: 0px;
}
td.info img
{
    float: right;
    margin: 0 0 5px 10px;
    border: 3px solid #CCCCCC;
}
th, td
{
    padding: 4px;
    text-align: left;
}
thead th
{
    padding: 0;
    font-weight: bold;
    background-color: #660000;
    text-align: left;
}
thead a
{
    color: #000;
}
thead td
{
    padding: 8px;
    font-weight: bold;
    text-align: left;
}
table#data
{
    padding: 0px;
}
table#data th
{
    padding: 8px;
    background-color: #efefef;
}
table#concert
{
    padding: 0px;
}
table#concert a
{
    color: #ffffff;
}
table#concert td
{
    padding: 12px;
    color: #FFFFFF;
    font-size: 14px;
    background-color: #6d2d17;
}
table#data td
{
    padding: 2px;
}
table#bar
{
    padding: 20px;
}
tbody tr#bar td
{
    border-bottom: 1px solid #CCCCCC;
    padding: 10px 0 10px 0;
}
tbody tr#bullets td ul
{
    list-style: outside;
    margin-left: 28px;
}
.inMainPromo table
{
    width: 100%;
    padding: 15px 5px 5px 0;
}
.rewards thead
{
    background-color: #660000 !important;
}
.rewards thead td
{
    font-weight: bold;
    text-align: left;
    color: #fff;
    font-size: 13px;
}
.rewards td
{
    font-size: 12px;
    white-space:nowrap;
}
/*-------------------------------------------------
  Control STYLES
-------------------------------------------------*/
.helpsubmit
{
    position: relative;
    top: 6px;
}
#dialog
{
    display: none;
    font-size:12px;
    line-height:1.5em;
}
.openDialog
{
    cursor: pointer;
}
a.openDialog
{
    font-weight: bold;
    color: #5C5C5C;
    text-decoration: none;
}
a.openDialog:hover
{
    color: #0078A3;
    text-decoration: underline;
}
a.openDialog:active
{
    color: #F58400;
}
.disclaimer
{
    font-size:12px;
    line-height:1.5em;
}
a.lnkbutton
{
    display:inline-block;
    width:176px;
    height:109px;
    float: right;
    position: relative;
    right:-40px;
    top: -11px;
}
 a.lnkbutton:link, a.lnkbutton:visited
 {
     background-image: url(../images/main/CRRbutton.png);
 }
 a.lnkbutton:hover
{
    background-image: url(../images/main/CRRbutton-onmouse.png);
}
a.lnkbutton:active
{
    background-image: url(../images/main/CRRbutton-onclick.png);
}
.promos td
{
    font-size: 12px;
    white-space:nowrap;
}
.play
{
    float:right;
    position: relative;
    top: -344px;
    right: -756px;
}
.inMainPromo
{
    padding: 65px 0 65px 10px;
    color: #000; 
    background-color: #fff;
    background-image: url(../images/main/CRR.png) !important;
    background-repeat: no-repeat;
}
.errorMsg
{
    position: relative;
    left: -4px;
    font-weight: bold;
    font-size:20px;
    letter-spacing: .03em;
    color: #F5F181;
}
.hourDetail
{
    color: #8a2c22; 
    margin-top: 12px;
}
.createLink
{
    background-color: #3e0608; 
    margin-left: -19px; 
    margin-top: -17px; 
    margin-right: -30px;
    margin-bottom: 15px; 
    padding-top: 15px; 
    padding-bottom: 15px; 
    padding-left: 20px;
}
.backlnk
{
    color: #000 !important;
    left: -10px;
    position: relative;
    top: 95px;
    float: right;
    text-transform:uppercase;
    font-weight: bold;
}
.preload
{ 
    display: none;
}
.crrNote
{
    position: relative;
    top: 56px;
    padding-left: 13px;
}
