/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04/02/2014, 04:46:48 م
    Author     : work
*/

html{height: 100%;}
body{direction: rtl; margin: 0; color: #343434; padding: 0; font-size: 14px; font-family:"Times New Roman", Times, Serif;}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,form{padding: 0; margin: 0;}
a,a img{border: 0; text-decoration: none;}
.clear{ clear: both;}
.cursor:hover{ cursor: pointer;}
.highlighted{color:#aa271f;}
#header{
    width: 1000px;
    height: 300px;
    margin: 0 auto;
    text-align: center;
}
#container{
    border: 0px solid #1f96f8;
    border-radius: 5px;
    width: 1000px;
    margin: 0 auto;
    min-height: 800px;
}
#container iframe{
    border: 0px;
    width: 1000px;
    height: 400px;
    float: left;
    overflow: hidden;
    overflow-y: auto;
}
#header h1{
    color: #1f96f8;
}
.tages{
    margin: 0 auto;
    width: 1000px;
    text-align: justify;
}
.tages a{
    border: 1px solid #1f96f8;
    padding: 5px ;
    margin: 5px 5px;
    display: inline-block;
    color: #1f96f8;
    border-radius: 3px;
}