/*** Home page ***/
#homepage 
{
    width:700px;
	height:580px;
    float:left;
}
#homepage #winningNumbers 
{
    float:left;
    width:210px;
    font-size:12px;
    text-align:left;
    margin-left:15px;
    margin-top:-5px;
    margin-bottom:-15px;
}
#homepage .jackpot
{
    font-size:24px;
    font-weight:bold;
    color: #9c3022;
}
#homepage #winningNumbers .winningNumberTopWrap 
{
    width:210px;
    height:0px;
    font-size:0; /* fix "small height" ie6 big */
}
#homepage #winningNumbers .winningNumberMidWrap 
{
    background:#FFFFFF;
    width:200px;
    padding:0;
}
#homepage #winningNumbers .winningNumberMidWrap .gameResults 
{
    color:#000000;
    line-height:17px;
}
#homepage #winningNumbers .winningNumberMidWrap .gameResults .cashOption 
{
    font-size:10px;
    margin-top:3px;
    padding-top:0;
}
#homepage #winningNumbers .winningNumberMidWrap .gameResults .whiteLine 
{
    border-bottom: solid 1px #DDDDDD;
    margin-bottom: 4px;
    margin-top: 9px;
}
#homepage #winningNumbers .winningNumberMidWrap .estimated
{
    text-align:right;
    font-size:10px;
    color:#000000;
}
#homepage #winningNumbers .winningNumberBottomWrap 
{
    width:210px;
    height:0px;
}
.numbersDrawn 
{
    width:auto;
    height:22px;  
}
#homepage #winningNumbers .megaBall 
{
    background:url(../images/MMcircle.gif) no-repeat;
    padding:2px 3px 1px 3px;
}
#homepage #winningNumbers .powerBall 
{
    background:url(../images/circle.gif) no-repeat;
    padding:2px 3px 1px 3px;
    color:#FFF;
}
#homepage #winningNumbers .ppMulitplier 
{
    color:#cc3300;
    font-weight:bold;
}
#homepage #winningNumbers .pPowerball 
{
    text-align:left;
}

#homepage #MainTile 
{
    position:relative;
    float:right;
    right:15px;
    height:250px;
    width:448px;
}
#slideShowNav 
{
    float:right;
    margin-right:20px;
    font-size:11px;
    margin-top:8px;
}
#slideShowNav a
{
    background-color: #01493E;
    border: 1px solid #01493E;
    color: #FFFFFF;
    font-weight: 900;
    margin: 0 5px;
    padding: 1px 5px;
    text-decoration: none;
}
#slideShowNav a.activeSlide
{
    background-color: #FFFFFF;
    border: 1px solid red;
    color: red;
    font-weight: 900;
    margin: 0 5px;
    padding: 1px 5px;
    text-decoration: none;
}
#slideShowNav a:hover
{
    background-color: #FFFFFF;
    border: 1px solid #01493E;
    color: #01493E;
    font-weight: 900;
    margin: 0 5px;
    padding: 1px 5px;
    text-decoration: none;
}
.ssPhoto 
{
    position:absolute;
}
#MainTile .ssPhoto {
    display:none;
}
.ssPhoto img
{
    border:0;
    cursor:pointer;
}
#homepage #MidTile 
{
    position:relative;
    float:right;
    right:15px;
    height:130px;
    width:448px;
    top:35px;
    margin-bottom:10px;

    background-color:#cccccc;
}
#homepage #LowTile 
{
    position:relative;
    float:right;
    right:15px;
    height:130px;
    width:453px;
    top:35px;
}

#homepage .LowTileRepeater
{
    position:relative;
    float:left;   
    width:146px;
    height:130px;
    margin-left:5px;

    background-color:#cccccc;
}

#homepage #ctl00_content_Bottom
{
    display:none;
    position:relative;
    /*float:left;
    left:10px; to display when no powerball*/
    float:right;
    right:0;
    height:88px;
    width:445px;
    top:10px;
    margin-bottom:15px;
}

#headLine
{
    display:none;
    font-size:11px;    
}
#headLine .topWrap 
{
    background: url(../images/master/contentWrap-top.gif) no-repeat;
    width:700px;
    height:10px;
    font-size:0; /* fix "small height" ie6 big */
}

#headLine .midWrap 
{
    background: #FFFFFF;
    width:690px;
    border-right: solid 5px #b8e2ea;
    border-left: solid 5px #b8e2ea;
    float:left;
    position:relative;
    height:30px;
}
#headLine .bottomWrap 
{
    background: url(../images/master/contentWrap-bottom.gif) no-repeat 0 0;
    width:700px;
    height:20px;
    clear:both;
}
.headLineRepeater 
{
    float:left;
    clear:both;
    margin-left:10px;
    position:absolute;
    background:#FFF;
}
.headLine 
{
    float:left;  
    width:220px; 
}
/*** end of Home page ***/

.jackpotTiles span 
{
    display:block !important;
}

