﻿body
{
    text-align:right;
    direction:rtl;    
}
#container_index
{
    width:1050px;
}

#sidebar
{
    width:160px;  
    float:right;
    margin-top:10px;
    
}

#mainbar
{
    width:870px;     
    float:right;
    /*overflow-x:hidden;*/
}

.Header_left
{
    background:url(../Images/left-bg.png) left top no-repeat;
    padding-left:12px;
    height:65px;
}

.Header_right
{
    background:url(../Images/right_bg.png) right top no-repeat;
    padding-right:12px;
    height:65px;
}
.Header-Center
{
    background:url(../Images/center-bg.png) right top repeat-x;
    height:65px;
}

.body-left
{
    background:url(../Images/left_center_bg.png) left top repeat-y;
    padding-left:12px;
}
.body-right
{
     background:url(../Images/right-center-bg.png) right top repeat-y;
    padding-right:12px;
}

.body-center
{
     background:url(../Images/center-center-bg.png) left top repeat;
}

.footer_left
{
    background:url(../Images/left-buttom-bg.png) left top no-repeat;
    padding-left:12px;
    height:12px;
}

.footer_right
{
    background:url(../Images/right-button-bg.png) right top no-repeat;
    padding-right:12px;
    height:12px;
}
.footer-Center
{
    background:url(../Images/center-button-bg.png) right top repeat-x;
    height:12px;
}

.clearer
{
    height:0px;
    clear:both;
    line-height:0px;
}

.field-form
{
    width:290px;
    float:right;
    margin-bottom:10px;
}

.field-title
{
    min-width:80px;
    float:right; 
    font:bold 14px 'B Nazanin';
}

.field-content
{
    float:right;
    background-position:-604px -105px!important;
    width:207px;
    height:31px;
    overflow:hidden;
}

.field-content input,.field-content select
{
    font:bold 14px 'b nazanin';  
    margin-right:3px; 
    width:170px; 
    color:Green;
}


.field-content-large
{
    width:518px;
    float:right;
    background:url(../images/large.png) left top no-repeat;
    height:31px;
}



.field-content-des
{
    float:right;
    background-position:-6px -183px;
    width:205px;
    height:68px;
    overflow:hidden;
}

.field-content-des1
{
    float:right;
    background-position:-2px -106px!important;
    width:518px;
    height:68px;
    overflow:hidden;
    padding-top:3px;
}
.field-content-des1 textarea
{
    margin-right:5px;
}

.field-form1
{
    width:624px;
    float:right;
}

.transparent-btn
{
     border: 0px solid transparent;
    background-color: transparent;
    cursor:pointer;
 }
 
 .button
{
    -moz-border-radius:5px;
    font:bold 14px 'B Nazanin';
    border:1px solid #ff8c1c;
    width:100%;
    height:30px;
    margin-bottom:10px;
    background: #ffb76b; /* Old browsers */
    background: #ffb76b; /* Old browsers */
    background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb76b), color-stop(50%,#ffa73d), color-stop(51%,#ff7c00), color-stop(100%,#ff7f04)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* IE10+ */
    background: linear-gradient(top, #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */
}
.button:hover
{
    border:1px solid #cc0000;
    background: #feccb1; /* Old browsers */
    background: -moz-linear-gradient(top,  #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feccb1), color-stop(50%,#f17432), color-stop(51%,#ea5507), color-stop(100%,#fb955e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%); /* IE10+ */
    background: linear-gradient(top,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 ); /* IE6-9 */
}
#button_holder
{
    text-align:center;
    padding:10px 10px 0px 10px;
    width:96%;
    margin-right:3px;
    background-color:#f1f7ff;
}
#drp_sort
{
    font:12px tahoma;
    height:20px;
}
.drp
{
    float:left;
    width:250px;
    margin-top:10px;
}

.field-content-large input
{
    font:bold 14px 'b nazanin';  
    margin-right:3px; 
    color:Green;
    width:500px;
}
.drp h3
{
    float:right;
    width:50px;
    display:block;
    text-align:left;
    padding-left:7px;
    margin-top:4px;
    font:bold 10px tahoma;
}

.Header-Center img
{
    float:right;
    width:45px; height:45px; 
    margin:3px;  
}

.Header-Center span
{
    float:right;
    display:block;
    font:bold 16px "b nazanin";
    margin:10px 10px 0 0;
}


.menu_body a
{
  background:url(/Subsystem/Amozesh/Programming/Media/Images/menu-hover.png);
  display:block;
  color:#006699;
  font-weight:bold;
  text-decoration:none;
  font:11px tahoma;
  width:124px;
  height:22px;
  padding:6px 10px;
  margin:2px;
  
}
.menu_body a:hover,.menu_body input:hover{
  background:url(/Subsystem/Amozesh/Programming/Media/Images/menu.png);
  }
  .menu_body a.selected
 {
     background:url(/Subsystem/Amozesh/Programming/Media/Images/select.png);
 }
 
 
.form-image-library
{
    background:url(../images/form-image-library.png) no-repeat;
}