﻿ 
.TextBoxStyle{
font-size: 10pt; 
font-family: Tahoma;
 color: #C01A32;
  float: right;
   border: 1px solid #808080;
}
.LabelStyle
{
    font-family:Tahoma;
    font-size:8pt;
    color:#CC0000;
    } 
 
 .LoginButton
 {
         font-family:Tahoma;
    font-size:8pt;
    color:#CC0000;
    border: 1px solid #808080;
    }
 .NiceTahoma{
font-family:Tahoma;
font-size:8pt;
direction:rtl;
color:#666666;
line-height:22px;
    }


 
.LoginTextBox{
width : 90px;
height:17px;
border:solid 1px #C0C0C0 ;
font-size: 9pt; 
font-family: Tahoma;
color:#CC0000;


}


.BigFontCap
{
    font-family :Arial (Arabic);
    font-size:14px;
    font-weight:bold;
    color:red;
}


.MultiContentImageSize{
width:100px;
height :70px;

}

.MultiContentCap{
font-family:Tahoma;
font-size :8pt;
font-weight:bold;
color:#7366FF;

}

.TextSecCodeTD{
direction:ltr;
border-bottom:dotted 1px #999999 ;
text-align:center;

}

.TextSecCodeTD:hover{

color:Red;

}
  .CellLoginWidth
    {
        width: 75px;
    } 
.TextSecMessageTD{
border-bottom:dotted 1px #999999;
}
.TextSecMessageTD:hover{
border-bottom:solid 1px #999999;
}


.LabelDaleelBlock
{
    font-family: Tahoma;
    font-size: 8pt;
    color: #999999;
     
}

.VoteOptions{
font-family:Tahoma ;
font-size:7pt;
color:#999999;
}

.CurevedBlockCaption
{
font-family:Tahoma ;
font-size:8pt;
color:#9C8F34;

}

.ModalBackground{
background-color:Gray ;
filter : alpha(opacity=70);
opacity:0.7;

}

.PnlRegister{
background-color:White ;
}


.SlideLoginNoAccount
{
    font-size: 21px;
    color: #00FF00;

}

.SlideLoginText
{
    width: 120px;
    height: 17px;
    border: 1px solid #666666;
    font-family: tahoma;
    font-size: 12px;
    color: #33CC33;
}
#tbl_form tr
{
    height: 18px;
}

.LabelStyleWhite
{
    font-family: Tahoma;
    font-size: 8pt;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
} 
.tooltip
{
    background-position: center center;
    width: 300px;
    color: #000;
    font: lighter 11px/2.3 tahoma, sans-serif;
    text-decoration: none;
    text-align: center;
    background-image: url('defaults/tooltip.gif');
    background-repeat: no-repeat;
    height: 120px;
   
}

.tooltip span.top
{
    padding: 10px 8px 0;
    font-family: tahoma;
    font-size: 8pt;
    font-weight: bold;
}

.tooltip b.bottom
{
    padding: 3px 8px 15px;
    color: #CC3300;
    font-family: tahoma;
    font-size: 9px;
 direction:ltr;
}

.tooltip span.xxx
{
    color: #548912;
    font-family: tahoma;
    font-size: 12px;
 direction:ltr;

}

.SoftComboStyle
{
    border: 1px solid #999999;
    height: 18px;
    font-family: tahoma;
    font-size: 8pt;
    color: #CC0000;
}
 
.SoftTextStyle
{
    font-family: tahoma;
    font-size: 8pt;
    height: 17px;
    color: #666666;
    border: 1px solid #999999;
} 
.SoftAreaStyle
{
    font-family: tahoma;
    font-size: 8pt;
    color: #666666;
    border: 1px solid #999999;
}

.VoteBarStyle
{
    border: 1px solid #EAEAEA;
    background-color: #FF0000;
    height: 15px;
}


/* More  Message Page Style */

.MorePageCaption
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #660033;
}

/* Update Progress */


.overlay {
        position: fixed;
        z-index: 99;
        top: 0px;
        left: 0px;
        background-color: #FFFFFF;
        width: 100%;
        height: 100%;
        filter: Alpha(Opacity=70);
        opacity: 0.70;
        -moz-opacity: 0.70;
    }
    * html .overlay {
        position: absolute;
        height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
        width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
    }
    .loader {
        z-index: 100;
        position: fixed;
        width: 120px;
        margin-left: -60px;
        top: 50%;
        left: 50%;
    }
    * html .loader {
        position: absolute;
        margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
    }


.SlideRegisterBig
{
    font-size: 21px;
    color: #993333;
}

