﻿
#Content_User
{
     text-align:right;font:12px tahoma;
    background: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fff, #d3e1ea); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #d3e1ea); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #d3e1ea); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #d3e1ea); /* Standard syntax */
}
#box_Content
{
    width:810px;
    margin:0 auto;
    padding:7px 20px;
    border-width: 1px;
    border-style: solid; -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(#a0a1a5), to(rgba(0, 0, 0, 0))) 1 100%; -webkit-border-image: -webkit-linear-gradient(bottom, #a0a1a5, rgba(0, 0, 0, 0)) 1 100%; -moz-border-image: -moz-linear-gradient(bottom, #a0a1a5, rgba(0, 0, 0, 0)) 1 100%; -o-border-image: -o-linear-gradient(bottom, #a0a1a5, rgba(0, 0, 0, 0)) 1 100%; border-image: linear-gradient(to top, #a0a1a5, rgba(0, 0, 0, 0)) 1 100%;
background-color:#fff;
}
#userTitle
{
    font:bold 18px 'B Nazanin';
    font-size: 18px;
  color:#0066a8;
  -webkit-background-clip: text;
  height:55px;
  text-align:right;
}
#userTitleImg
{
    float:right;margin:0 0px 7px 20px;width:50px; height:50px
}
.LBLE
{
    padding-top:10px;
}
#user_Content
{
    border:2px solid #c8e4f7;
    background-color:#e3f0f9;
    border-radius:5px;
    padding:15px;
}
.field-form
{
    width:350px;
    float:right;
    margin-bottom:5px;
    height:35px;
}
.field-title
{
    float:right;
   width:120px;
   padding-top:5px; 
   text-align:left;
   font: 12px tahoma;   
   padding-left:10px;
    direction: ltr;
    height: 19px;
}

.field-content-radius
{
    border-radius: 5px;
    float:right;
    width:198px;
    height:26px;
    overflow:hidden;
    direction: ltr;
    border:1px solid #c0c0c0;
        background-color:#fff;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px #c0c0c0;
	-webkit-box-shadow: 1px 1px 2px #c0c0c0;
	box-shadow: 1px 1px 2px #c0c0c0;
	text-align:right;
	direction:rtl;
	color:green;
	font:12px tahoma;
	padding-right:3px;
}
select.field-content-radius 
{
    height:30px; 
    width:204px;   
}

#ReqBtn
{
    border-radius: 20px;
    border:1px solid #8f8f8f;
    margin-top:7px;
    height:35px;
    width:100px;
    cursor:pointer;cursor:hand;
    background-color:#4e8aaf;
    font:bold 12px tahoma;
    padding:0px 10px;
    border:2px solid #407698;
    float:right;
}


.detail
{
    margin:0 auto;
    background:url(../Images/detail.png) center top no-repeat;
    width:30px;
    height:20px;
    border:0px solid red;
    text-align:center;
    cursor:hand;
    cursor:pointer;
}
.clearer
{
    height:0px;
    clear:both;
    line-height:0px;
}
#mxgrid_table_container
{
    width:100%!important;
    direction:rtl!important;
}
.mxgrid_header th
{
    font:12px tahoma!important;
    height:30px;
}