﻿body{
    text-align:right;font:16px tahoma;    
}
#mainForm
{
    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 */
    
}
#titleContainer {
    border: 1px solid #CFDEF1;
    width: 98%;
    margin: 0 auto;
    height: 60px;
    padding: 10px;
    background-color: #EAF1FB;
    -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;
	border-radius: 5px;
	box-sizing: border-box;
}
    #titleContainer h1{
    margin: 0px;
    padding: 6px;
    font: 18px 'tahoma';
    background: -webkit-linear-gradient(#9cd9fc, #1c4b6f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    float:right;
    padding-right:20px;
}
.Divcontact
{
    width:50%;
    float:right;
}

.DivMapPic
{
    width:50%;
    float:right;
}
a#trace
{
    text-decoration:none;
    
    border-radius: 5px;
    margin-top:7px;
    
    width:200px;
    cursor:pointer;
    cursor:hand;
    background-color:#4e8aaf;
    font:bold 12px tahoma;
    padding:0px 10px;
    border:1px solid #90bcea;
    float:left;
    font:bold 16px 'B Nazanin';
    color:#0d1e85;
    text-align:center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b8e1fc+0,a9d2f3+10,90bae4+25,90bcea+37,90bff0+50,6ba8e5+51,a2daf5+83,bdf3fd+100;Blue+Gloss+%231 */
background: #b8e1fc; /* Old browsers */
background: -moz-linear-gradient(top, #b8e1fc 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 50%, #6ba8e5 51%, #a2daf5 83%, #bdf3fd 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #b8e1fc 0%,#a9d2f3 10%,#90bae4 25%,#90bcea 37%,#90bff0 50%,#6ba8e5 51%,#a2daf5 83%,#bdf3fd 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #b8e1fc 0%,#a9d2f3 10%,#90bae4 25%,#90bcea 37%,#90bff0 50%,#6ba8e5 51%,#a2daf5 83%,#bdf3fd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8e1fc', endColorstr='#bdf3fd',GradientType=0 ); /* IE6-9 */
}
a#trace:hover
{
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6db3f2+0,54a3ee+50,3690f0+51,1e69de+100;Blue+Gloss+%233 */
background: #6db3f2; /* Old browsers */
background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
color:#fff;
}

a{text-decoration:none;}
.MapPic
{
     top: 65px; right: 5px; margin: 0px; width: 100%; padding: 10px;list-style-type: none;
     box-sizing: border-box;
}
.clearer
{
    line-height: 0;
    height: 0;
    clear: both;
}

#mapPic
{
    width:100%;
    height:100%;
}
.spanTitle {
    margin: 0px;
    padding: 6px;
    font:bold 18px 'B Nazanin';
}
.hr
{
    margin:6px;
}

#user_Content
{
    border:2px solid #c8e4f7;
    background-color:#e3f0f9;
    border-radius:5px;
    padding:15px;
}
.letter
{
    width:800px;
    height:489px;
    margin:0 auto;
    background:url('/SubSystem/Edari/PRelate/ContactUs/Media/Images/letter.png') no-repeat center top;
    margin-top:35px;
    padding-top:60px;
}
.right
{
    float:right;
    width:35%;
    margin:0px 70px 0px 0px;
    font:12px 'tahoma';
}
h2
{
    font:12px 'tahoma';
    border-bottom:1px solid #a5a5a5;
    height:20px;
}

.left
{
    float:right;
    width:51%;
    margin-right:10PX;
}
.contactUs
{
     width: 100%;
     list-style-type: none;
     box-sizing: border-box;
}
.contactUs li
{
    font:12px 'tahoma';
    direction:rtl;
    float:right;
    width:115%;
    padding-top:10px;
}
.contactUs li span
{
    float:right;
}
.contactUs li span:last-of-type
{
    margin-right:5px;
}
#userTitle
{
    width:86%;
    margin:0 auto;
    height:43px;
    margin-right:70px;
    border-bottom:1px solid #eaeaea;
}
#userTitle span
{
  font:bold 18px 'B Nazanin';
  color:#0066a8;
  text-align:right;
}
#userTitle h1
{
    font:bold 18px 'B Nazanin';
    color:#003767;
    text-align:center;
}
#armPic
{
    width:50px;
    height:50px;
    float:right;
    margin-left:10px;
    display:none;
}
.hr
{
    margin:6px;
}
.imgContact
{
    width:25px; height:25px;
}
.imgTelegram
{
    width:20px; height:20px;
}
.tdImg
{
    text-align:left; height:40px;
}
.tdaddress
{
    text-align:left; height:50px;
}
.tblContact
{
    width:100%; direction:rtl;
}
.telegramUrl
{
    display:block; margin-top:-20px; margin-right:30px;
}
.overFlow
{
    overflow:auto;
}
.width560
{
    width:560px;
}
#box_Content
{
    width:810px;
    margin:0 auto;
    padding: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;
}
#Content_User
{
    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 */
}
#tblAnswering
{
    height:100%!important;
    font:bold 16px 'B Nazanin';
    width:93%;
}
.width100per
{
    width:100%;
}
.imgAnswerCreate
{
    float:right;
    margin:0 0px 7px 20px;
    width:50px;
    height:50px;
}