﻿body 
{    
    background-color:#28001f;
    font-family:Courier New, Sans-Serif;
    font-weight:bold;
    font-size:13px;
    margin:0;
    padding:0;
    text-align:center;
    color:#1e1e1c;
}

form { margin:0;padding:0; }
a { text-decoration:none; color:#1e1e1e;}

#desktopBackground
{
    background:url(../images/background.jpg) no-repeat center top;        
    width:1024px;
    height:950px;
}

#container 
{
	width:632px;		
	text-align:left;    
    height:762px;    
    background:url(../images/content_Bkg.jpg) no-repeat;   
    float:left;      
        
}

#container_prize
{
	width:652px;		
	text-align:left;    
    height:762px;    
    background:url(../images/prize_details_Bkg.jpg) no-repeat;   
    float:left;      
        
}

#MessagePad
{
    background:url(../images/msgPad.gif) no-repeat;
    width:255px;
    height:407px;
    text-align:left;
}

#ClueBox div
{
    float:left;
}

/* HTML Pages */
#MenuMnu { padding:14px 0 0 27px; height:22px; }
#MenuMnu div { float:left; height:22px; width: 104px;
}
#Menu a { text-decoration:none; color:#1e1e1e; }
#Menu a:Hover { text-decoration:none; color:#8c0504; }

#registerMnu { background-image:url(../images/register.jpg); background-position:0px 0px; height:15px; background-repeat:no-repeat; padding-left:15px; }

#disclaimerselectedMnu { background-image:url(../images/disclaimer.jpg); background-position:20px 0px; height:15px; background-repeat:no-repeat; padding-left:29px; }
#disclaimerMnu { height:15px; background-repeat:no-repeat; padding-left:30px; }

#prizedetailsselectedMnu { background-image:url(../images/prizedetails.jpg); background-position:0px 0px; background-repeat:no-repeat; padding-left:15px;}
#prizedetailsMnu { padding-left:15px; }

#winnersselectedMnu { background-image:url(../images/winners.jpg); background-position:25px 0px; padding-left:50px; background-repeat:no-repeat; }
#winnersMnu { padding-left:40px; }

/* Server pages */
#Menu { padding:18px 0 0 27px; height:22px; }
#Menu div { float:left; height:22px; }

#disclaimer { padding:0px 0px 0px 98px; }
#prizedetails { padding:0px 0px 0px 40px; }
#winners { padding:0 0 0 50px; }



.MenuSelected
{
    background:url(../images/MenuSelected.jpg) no-repeat;
    background-position:23px bottom;
}

.DisclaimerSelected
{
    background:url(../images/disclaimer_selected.jpg) no-repeat;
    background-position:85px -1px;    
}

.textbox
{
    background:url(../images/standardTxt.jpg);
    width:204px;
    height:25px;
    border:0;    
}

.textbox input
{
    background-color:Transparent;
    width:204px;
    height:25px;
    border:0;    
    padding-left:1px;    
}

.txtAge
{
    background:url(../images/ageTxt.jpg);
    width:36px;
    height:25px;
    border:0;    
}

.txtAge input
{
    background-color:Transparent;
    width:34px;
    height:25px;
    border:0;    
    padding-left:1px;
}

.txtclue
{   
    width:43px;
    height:43px;    
    background:url(../images/ClueBox.jpg) bottom left;
    background-repeat:no-repeat;
    border:0;    
}

.txtclueRed
{   
    width:43px;
    height:43px;    
    background:url(../images/redClueBox.jpg) bottom left;
    background-repeat:no-repeat;
    border:0;    
    
}
.txtclueRed input
{   
    width:25px;
    height:43px;    
    background-color:Transparent;
    border:0;    
    font-size:20px;
    padding:10px 0 0 15px;
    color:#FFFFFF;
    font-family:Courier New;
    font-weight:bold;
    
}

.txtclue p
{       
    margin:0;    
    padding:15px 0 0 15px;
    color:#918471;
}

.Clue
{
    color:#8A0300;
    font-size:22px;
}

.PanelContent
{
    width:450px;
    text-align:left;
}

 .winnersTbl td
 {
    padding-top:15px;
 }
 
