﻿.PanelNormal
{
    position: absolute;
    width: 321px;
    direction: rtl;
}
.PanelNormal .body
{
    background: url('../../Images/Panel/normalPanelBody.png');
    
}
.PanelNormal .footer
{
    background: url('../../Images/Panel/normalPanelFoot.png');
    height: 15px;
}
.PanelNormal .content
{
    direction: rtl;
    padding: 10px 15px 0px 15px;
}


.PanelNormal .title
{
    background: url('../../Images/Panel/normalTitle.png') no-repeat 0px 0px;
    height:27px;
    font: 11px Tahoma;
    color: Black;
    cursor:pointer;
     cursor:hand;
}
.PanelNormal .title .ttext
{
    margin-right: 30px;
    margin-top: 8px;
    float: right;
    width: 230px;
}

.PanelNormal .body
{
    background: url('../../Images/Panel/normalPanelBody.png');
}
.PanelNormal .footer
{
    background: url('../../Images/Panel/normalPanelFoot.png');
    height: 15px;
}
.PanelNormal .content
{
    direction: rtl;
    padding: 10px 16px 0px 14px;
    font-size: 11px;
}



.PanelSmall
{
    position: absolute;
    width: 200px;
    direction: rtl;
}
.PanelSmall .body
{
    background: url('../../Images/Panel/SmallPanelBody.png');

}
.PanelSmall .footer
{
    background: url('../../Images/Panel/SmallPanelFoot.png');
    height: 8px;
}
.PanelSmall .content
{
    direction: rtl;
    padding: 10px 15px 0px 15px;
   
}


.PanelSmall .title
{
    background: url('../../Images/Panel/SmallTitle.png') no-repeat 0px 0px;
    height: 27px;
    font: 11px Tahoma;
    color: Black;
    cursor:pointer;
     cursor:hand;
}
.PanelSmall .title .ttext
{
    margin-right: 30px;
    margin-top: 8px;
    float: right;
    width: 50px;
}

.PanelSmall .body
{
    background: url('../../Images/Panel/SmallPanelBody.png');
}
.PanelSmall .footer
{
    background: url('../../Images/Panel/SmallPanelFoot.png');
    height: 11px;
}
.PanelSmall .content
{
    direction: rtl;
    padding: 10px 16px 0px 14px;
    font-size: 11px;
}



.PanelLarg
{
    position: absolute;
    width: 500px;
    direction: rtl;
}
.PanelLarg .body
{
    background: url('../../Images/Panel/LargPanelBody.png');

}
.PanelLarg .footer
{
    background: url('../../Images/Panel/LargPanelFoot.png');
    height: 8px;
}
.PanelLarg .content
{
    direction: rtl;
    padding: 10px 15px 0px 15px;
   
}


.PanelLarg .title
{
    background: url('../../Images/Panel/LargTitle.png') no-repeat 0px 0px;
    height: 27px;
    font: 11px Tahoma;
    color: Black;
     cursor:pointer;
     cursor:hand;
}
.PanelLarg .title .ttext
{
    margin-right: 40px;
    margin-top: 8px;
    float: right;
    width: 50px;
}

.PanelLarg .body
{
    background: url('../../Images/Panel/LargPanelBody.png');
}
.PanelLarg .footer
{
    background: url('../../Images/Panel/LargPanelFoot.png');
    height: 11px;
}
.PanelLarg .content
{
    direction: rtl;
    padding: 10px 16px 0px 14px;
    font-size: 11px;
}


  .NewUserPanel
 {
            width: 320px;
}
        .NewUserPanel .Item
        {
            width: 290px;
            height: 35px;
        }
        .NewUserPanel .Item .caption
        {
            float: right;
            width: 100px;
            margin: 7px 2px 2px 2px;
        }
        .NewUserPanel .Item .control
        {
            float: right;
            width: 100px;
            margin: 2px 2px 2px 2px;
            padding:5px 0px 0px 0px;
        }
        .NewUserPanel .Item .Validate
        {
            float: right;
            width: 50px;
           
            color: Red;
            height: 20px;
        }
        .NewUserPanel .Item .Validate .netValidator
        {
            float:right;width:5px;margin:8px 5px 5px 0px;
        }
