﻿@import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);
body {
    font-family: 'Droid Arabic Naskh', Tahoma;
    font-size:13px;
}

.treebar {
    font-size: 11px;
    width: 100%;

    border: medium none;
    color: #000;
    font-family: Tahoma;
    height: 55px;
    /*border: 1px solid #808080;*/
    background:url(../img/treebar.jpg) repeat-x;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    /*box-shadow: 0 0 2px rgba(0,0,0,0.2);*/
    margin-bottom:5px;
}

.newslead {
    direction:ltr;
    padding:15px 0 15px 0;
    margin-left:15px;
        border-bottom:dashed 1px #2e4370;

}
.matlab {
    direction:ltr;
    padding:15px 0 15px 0;
    margin-right:10px;
    margin-bottom:30px;

}

.newstitle {
    background:#27adad;
     height: 27px;
     padding:5px;
     margin-left:20px;
     color:rgb(255, 255, 255);
     padding-left:12px;
}

.newsdate {
    background:#27adad;
     height: 27px;
     padding:5px;
     margin-left:20px;
     color:rgb(255, 255, 255);
     text-align:center;

}

.newsmain {
     height: auto;
     padding:1px;
     margin-right:20px;
     color:#000;
     text-align:justify;
     line-height: 25px;

}
.newsfooter {
    background:#e8e8e8;
    color:#05699f;
    direction:ltr;
    padding-left:20px;
    margin-top: 30px;
    margin-bottom:30px;
    height:23px;
}

.breadcrumb {
background:none;
padding:20px;
}


.gallerythumbnail {
    position:relative;
    overflow:hidden;
    list-style:none;
    border-top: 5px solid #e8e8e8;
     border-right: 5px solid #e8e8e8;
      border-left: 5px solid #e8e8e8;
    padding:0px!important;
    margin:15px;
}
 
.gallerycaption {
    border-top: 5px solid #e8e8e8;
    position:relative;
    top:0;
    right:0;
    background:#05699f;
    width:100%;
    height:100%;
    padding:2%;
    text-align:center;
    color:#fff !important;
    z-index:2;
}
.adsthumbnail {
    position:relative;
    overflow:hidden;
    list-style:none;
    padding:0px!important;
    margin:15px;
}
 
.adscaption {
    position:relative;
    top:0;
    right:0;
    background:url(../img/flesh.png) no-repeat right;
    width:100%;
    height:100%;
    padding:2%;
    text-align:center;
    color:#fff !important;
    z-index:2;
    margin-bottom:10px;
}
.subcatthumb {

 color:rgb(255, 255, 255);
 border:#27adad solid 1px;
 border-radius:20px;
 padding:5px;
 margin:15px;
 width:200px;
}
.subcatthumb:hover {
border:#174985 solid 1px;
}
.subcattitle {
    position:absolute;
    bottom:-16px;
    background:#27adad;
    width:95%;    
    height:33px;
    padding:4%!important;
    text-align:center;
    color:#fff !important;
    z-index:2;
    border-radius:20px;
    font-size:14px;

}
    .subcattitle:hover {
    background:#174985;

    }

