/* 
    Document   : Header
    Created on : Aug 27, 2012, 2:24:00 PM
    Author     : Eng .. Abdalmonem Galila
    Description:
        Purpose of the stylesheet follows.
*/

body{
    font-family:"Droid Arabic Kufi", "Lucida Sans Unicode";
    font-size:12px;
    direction:ltr; 
}
tr, td, table, label{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Header ----------- */
.myHeader{
    margin:0 auto;
    width:auto;
    padding:14px;
}

#stylized{
   border:solid 0px #b7ddf2;
    background:#ebf4fb;
}

#stylized table{
    width: 100%;
    border: solid 0px black;
}
#stylized tr {
    font-size:14px;
    font-weight:bold;
    margin-bottom:8px;
    border: solid 1px black;
}
#stylized td{
    font-size:11px;
    color:#666666;
    margin-bottom:20px;
    border-bottom:solid 0px #b7ddf2;
    padding-bottom:10px;
    border: solid 0px black;
    text-align: center;
    width: 30%;
}
#stylized .middle_td{
    font-size:11px;
    color:#666666;
    margin-bottom:20px;
    border-bottom:solid 0px #b7ddf2;
    padding-bottom:10px;
    border: solid 0px black;
    text-align: center;
    width: 40%;
}
#stylized .addThis_td{
    font-size:11px;
    color:#666666;
    margin-bottom:20px;
    border-bottom:solid 0px #b7ddf2;
    padding-bottom:10px;
    border: solid 0px black;
    text-align: right;
    vertical-align: top;

}
#stylized label{
    display:block;
    font-size: 15px;
    font-weight:bold;
    
    
   
}
