﻿body 
{
    background : white;
    margin:0px 0px 0px 0px;
    direction:rtl;
    font-family:Tahoma;
    font-size:11px;
}

.Mainwin
{
     width:950px;
     height:800px;
     margin:0px auto 0px auto;

    }
.Loginbar
{
     width:100%;
     height:42px;
     background-image:url(Images/head.jpg);
     background-repeat:no-repeat;
     background-position:center;
}

.Window
{
    width:100%;
    height:450px;
    background-image:url(Images/back.jpg);
    background-position:center;
    background-repeat:no-repeat;
}

.Apple
{
    width:457px;
    height:416px;
    margin:5px 5px 5px 470px;
    background-image:url(Images/apple.png);
}

.Menu
{
    
    margin:0px 0px 0px 0px;
    width:100%;
    height:80px;
    }

.Textpalce
{
    width:900px;
    min-height:150px;
    margin:10px auto 10px auto;
    
    }
    
.textPlaceHead
{
    width:100%;
    height:30px;
    text-indent:30px;
    border-bottom:dotted 2px #aaaaaa;
    line-height:30px;
    font-family:Arial;
    font-size:20px;
    font-weight:bold;
    direction: rtl;
}
    
.TextContent
{
     width:90%;
     min-height:150px;
     border:dotted 1px #aaaaaa;
     margin : 10px auto 10px auto;
     font-family:Tahoma;
     font-size:11px;
     line-height:25px;
     text-indent:10px;
     text-align:justify;
     padding:10px;
    }