﻿body {
}

.logo {
    text-align: center;
    font-family: Tahoma;
    background-color: Beige;
    color: DarkRed;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 5px;       
}

.titles  {
    text-align: right;
    font-family: Tahoma;
    color: DarkRed;
    font-weight: bold;
    font-size: 15px;
}

.content  {
    text-align: right;
    font-family: Tahoma;
    color: DarkRed;
    font-weight: normal;
    font-size: 12px;
    vertical-align: text-top;
     line-height: 20px;
}

.footer  {
    text-align:center;
    font-family:Tahoma;
    color:Black;
    font-size:10px;
    font-weight:normal;
}

.winners  {
     color:Navy;
}

.errorMsg  {
    color: Red;
    font-weight:bolder;
    font-size: 13px;
    text-align: right;
}

#captcha
        {
            width: 92px;
        }
        
.title  {
    color:Navy;
    font-family:Tahoma;   
    font-size: 20px;
    font-weight:600;
    text-align:center;       
}

#scrollup {
   position: relative;
   overflow: hidden;
   border: 1px double #82ECFF;
   height: 100px;
   width: 200px
}
 
.headline {
   position: absolute;
   top: 210px;
   left: 5px;
   height: 195px;
   width:190px;
}

.winnersList  {
     direction:ltr;
     text-align:center;
     font-size:13px;  
}

.linkCount {
    font-size:20px;
    font-family:Tahoma;
    color:#5EAEFF;
    background:#FFFFFF;
}

#helpToolTip  { 
    display:none;
    position:absolute;
    background-color:Yellow;
    padding: 4px;
    border:solid 1px red; 
    font-family:Tahoma;
    color:Blue;
    font-size:13px;
    direction:rtl; 
    z-index:1000;   
}