body {
   margin: 0px; 
   direction: rtl;
   #background:#014493 url('img/bg.jpg')scroll  no-repeat  no-repeat center top;
   font-family: Tahoma;
   font-size: small;
   background-color: #f3f3f3;
}
a:link {text-decoration:none; color: inherit}   /*  unvisited link */
a:visited {text-decoration:none;color: inherit  } /* visited link */
.polmainheader{
    background-color: #808080;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}
.polinternalheader{
    width: 1000px;
    margin: 0 auto;
    vertical-align: top;
}
.headerbttns{
    display: inline-block;
    clear: both;
    padding: 18px 10px 10px 10px ;
    color: #fff;
    font-weight: bold;
    font-size: small;
    vertical-align: top;
    cursor: pointer;
}
.headerbttns:hover{
    color: #d9d9d9;
}

.handheld_pol_small_menu{
    text-align: center;
    text-decoration: none; 
}
.handheld_pol_small_menu div{
    padding: 12px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;  
    text-decoration: none; 
    background-color: #232323;
    width: 100%;
}
.mainpart{
    width: 100%;
    #max-width: 1000px;
    margin: 0 auto;
    #background-color: #f3f3f3;
    height: 1000px;
    margin-top: 50px;
}
.comments{
    text-align: justify;
    padding: 15px;
    margin: 10px;
    #background-color: rgba(255, 255, 255, 0.9);
    vertical-align: top ;
    color: #fff;
}
.mybttn1{
    display: inline-block;
    clear: both;
    padding:10px 20px 10px 20px;
    margin: 3px;
    color: #fff;
    background: rgba(52,140,247,1);
background: -moz-linear-gradient(top, rgba(52,140,247,1) 0%, rgba(0,67,143,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(52,140,247,1)), color-stop(100%, rgba(0,67,143,1)));
background: -webkit-linear-gradient(top, rgba(52,140,247,1) 0%, rgba(0,67,143,1) 100%);
background: -o-linear-gradient(top, rgba(52,140,247,1) 0%, rgba(0,67,143,1) 100%);
background: -ms-linear-gradient(top, rgba(52,140,247,1) 0%, rgba(0,67,143,1) 100%);
background: linear-gradient(to bottom, rgba(52,140,247,1) 0%, rgba(0,67,143,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#348cf7', endColorstr='#00438f', GradientType=0 );
border-radius: 4px;
border: 1px solid #0081d7;
-webkit-box-shadow: 0px 0px 1px 1px rgba(0,72,179,1);
-moz-box-shadow: 0px 0px 1px 1px rgba(0,72,179,1);
box-shadow: 0px 0px 1px 1px rgba(0,72,179,1);
text-align: center;
}
.inlineblock{
    display: inline-block;
    clear: both;
}
.darktitle{
    background-color: #001630;
    padding: 7px;
    color: #fff;
    margin: 5px;
    border-right: 30px solid #0081d7;
}
.mybttn2{
    display: inline-block;
    clear: both;
    padding:20px 40px 20px 40px;
    margin: 3px;
    color: #fff;
    background: rgba(32,189,0,1);
background: -moz-linear-gradient(top, rgba(32,189,0,1) 0%, rgba(46,82,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32,189,0,1)), color-stop(100%, rgba(46,82,0,1)));
background: -webkit-linear-gradient(top, rgba(32,189,0,1) 0%, rgba(46,82,0,1) 100%);
background: -o-linear-gradient(top, rgba(32,189,0,1) 0%, rgba(46,82,0,1) 100%);
background: -ms-linear-gradient(top, rgba(32,189,0,1) 0%, rgba(46,82,0,1) 100%);
background: linear-gradient(to bottom, rgba(32,189,0,1) 0%, rgba(46,82,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20bd00', endColorstr='#2e5200', GradientType=0 );
border-radius: 4px;
border: 1px solid #2e5200;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
text-align: center;  
font-family: 'Adobe Arabic','B Mitra','B Mitra' ;
font-size: xx-large;
cursor: pointer;
}
.footermenu a{
    margin: auto 5px auto 5px ;
    padding: 0px 0px 0px 5px ;
    border-left: 1px solid #fff;
}
