body
{
    background-color:#d3dce2;
    font-family:arial,serif;
}

.home {
    height: 100%;
    text-align: center;
    margin: 0 auto;
    background-color:gray;
    direction:rtl;
    font-family:arial,serif;
}


.contentLayer {
    background:transparent url(../imgs/content_bg.jpg) repeat-y;

}

.ItemClass-2-2-1 {
    bottom:20px;
    left:293px;
    margin-bottom:20px;
    padding-bottom:20px;
    position:absolute;
    top:9px;
    width:700px;
    height:inherit;
}



/*management classes*/

.managementBody{
    position:relative;
    text-align:center;
    margin:0 auto;
    direction:rtl;
    text-align:right;
    background-color:#c0c0c0;


}

.addButton{
   background-image: url(../base_imgs/add.png);
   background-repeat:no-repeat;
   background-position:center;
   text-align:right;
   float:left;
   width:69px;
   height:26px;
   border:none;
   background-color:transparent; 
   cursor:pointer;

}

.updateButton{
   background-image: url(../base_imgs/update.png);
   background-repeat:no-repeat;
   background-position:center;
   border:none;
   background-color:transparent;
   cursor:pointer;
   float:left;
   height:25px;
   width:70px;
   cursor:pointer;
}



.delButton{
   background-image: url(../base_imgs/erase.png);
   background-repeat:no-repeat;
   background-position:center;
   border:none;
   background-color:transparent;
   cursor:pointer;
   float:left;
   height:25px;
   width:70px; 
}

div.content .title{
  background-color: #333333;
  background-image:url(../base_imgs/logo_admin.png);  
  background-repeat:no-repeat;
  background-position:right;
  height:160px;
  position: relative;
  left:8px;
  width:866px;
}

.browseButton{
  background-image:url(../base_imgs/browse.png);
  background-repeat:no-repeat;
  background-position:right;  
  border:none;
  background-color:transparent;
  height:25px;
  width:70px;
  cursor:pointer;  
}

.cancelBut{
  float:left;
  position:relative;    
  background-image:url(../base_imgs/close.jpg);
  background-position:center;
  background-repeat:no-repeat;
  background-color:transparent;  
  height:15px;
  width:15px;  
}

.updateTime{
 height:23px;
 padding:5px 0px 5px 35px;
 font-size:large;
}

.subTitle{
    font-size:24px;
    background:#d1d1d1;
    width:100%;
    height:28px;
    align:right;
}

.content{
     width:882px;
     margin:0 auto;
     background-image:url(../base_imgs/admin_bg.png);
     height:100%;
}

.subDiv{
   margin-bottom:28px;
   float:right;
   border:1px solid #d3d3d3;
   width:863px;
}

.submitAndDeleteButton{
    float:left;
}

.powerdBy{
    background-image:url(../base_imgs/powerdby.png);
    background-repeat:no-repeat;
    height:36px;
    width:210px;
    float:left;
}
.backgroundText{
    direction:ltr;
}
