﻿body 
{
   background-color:#fff;
     margin:0px;
     padding:0px;
     font-family: "MyYekan2", Tahoma;
     color: #333;
     direction:rtl;
     font-size:12px;
}
  select ,input ,span,textarea
  {
      font-family:MyYekan2,Tahoma , Arial;
      font-size:11px;
    margin-bottom: 0px;
}
a
{
    
     color:#00254e; 
     text-decoration:none;
     
     
}  
/*......................... Master Page .............................*/

#TopDiv
{
    width:100%;
    height:72px;
    margin:0px;
    float:right;    /* important don biger */
    background : url(../images/header.png);
}
#TitleDiv
{
    width:100%;
    height:30px;
    margin:0px;
    float:right;    /* important don biger */
    background :#E0E0E0;
}
#MiddleDiv
{
    width:100%; 

    margin:0px; 
    float:right;     /* important don biger */
    border-top:solid 28px ##ffffff ;
    border-left:solid 1px ##ffffff ;
    border-right:solid 1px ##ffffff ;
   
}
#BottomDiv
{    
    width:100%;
    bottom:0px; 
    height:33px;
    margin-bottom:0px;
    float:right;      /* important don biger */  
    background : url(../images/footer.png);
   
}

/*.....................................................................*/
#header
{
     
     width:900px;
     height:72px;  
     margin:0px;
     float:right;
}
#main
{
     
     width:1000px;     
     margin:0px;
     float:right;
}
#logo
{
    width:157px;
    height:72px;
    margin:0px;
    float:right;
    background : url(../images/logo.png);
}

#menu
{
    
     width:1000px;
     height:29px;  
     margin-top:43px;
     float:right;
}


.menu_butt
{
  
     width:120px;
     height:29px;     
     float:right;
     text-align:center;
     padding-top:5px;
   
}
.menu_split
{
     
     width:2px;
     height:29px;     
     float:right;
     background : url(../images/split.png);
}

#footer
{    
    width:1000px;
    height:70px; 
       
}


/*...................bottomBar......................*/

#link
{
    width:600px;
    height:25px;   
    font-size:1.1em; 
    margin-top:2px;
    padding-top:5px;
   
}

#copyright
{
    width:600px;
    height:10px;  
    font-size:1em; 
    color:#ffffff;
}
#sign
{

    width:600px;
    height:20px;  
    font-size:0.9em; 
    margin-top:12px;
 
}

/*......................... a ........................*/


#sign a
{
     color:#ffffff; 
     text-decoration:none;
    
}
#sign a:hover
{
     color:#ffffff; 
     text-decoration:none;
     font-weight:bold;
}
#link a
{
     color:#ffffff; 
     text-decoration:none;
    
}
#link a:hover
{
     color:#ffffff; 
     text-decoration:none;
     font-weight:bold;
}







/*.......................Page....................*/
 
 
 #page_right
{
    width:200px; 
     min-height:800px;
    margin:0px;
    float:right;
    border-left:solid 1px #000000 ;  
}
#page_left
{
    
    width:750px; 
    min-height:800px;
    margin-right:30px;
    float:right;
    border-right:solid 1px ##ffffff ;  
   
}


/*.................login ................*/

#loginpanel
{
 
    width:344px; 
    height:179px;   
    margin-top:200px;     
    background : url(../images/loginpanel.png);
    
}
.admintable
{
    width:100%;
    text-align:right;
    padding-right:10px;
    padding-top:10px;
}

