﻿/* Common Elements */
*
{
    margin: 0;
    padding: 0; /* border:dashed 1px red; */
}
a
{
    color: #5f7179;
}
a:hover
{
    color: #fff;
}



.noBorder
{
    border: none 0px black;
}

.putMiddle
{
    vertical-align: middle;
}

.clear
{
    clear: both;
}

td
{
    padding: 0px 0px 0px 0px;
    font-size: 90%;
}

h1
{
    font-family: Tahoma;
    font-size: 14px;
    color: #ed6332;
    margin-bottom: 5px;
    padding-top: 20px;
}




h2
{
    color: #f68400;
    height: 26px;
    width: auto;
    font-size: 13px;
}

.input
{
    font-family: Tahoma;
    font-size: 70%;
}


/* Page Structure */
body
{
    color: #3d474c;
    font: normal 13px tahoma;
    direction: rtl;
    background: #f2ba0f url(body_bg.jpg) no-repeat fixed top right;
}

#header
{
    display: block;
    background: url(header.png) no-repeat;
    width: 900px;
    height: 145px;
    clear: both;
    margin: auto;
}


#tabs
{
display:block;
overflow:hidden;
    height: 26px;
    width: 900px;
    clear: both;
    padding-right: 30px;
    margin: auto;
    margin-bottom: -2px;
    margin-top: 20px;
    font-size: 11px;
 
}


#content
{
    display: block;
    width: 900px;
    margin: auto;
    clear: both;
}

#content a
{
    text-decoration: none;
    color: #005dab;
}
#content a:hover
{
    text-decoration: underline;
    color: #ed6332;
}

.round_top
{
    display: block;
    width: 874px;
    height: 8px;
    float: right;
    background: Transparent url(round_topbg.png) repeat-x;
}
.round_tl
{
    display: block;
    background-image: url(round_tl.png);
    min-width: 13px;
    height: 8px;
    float: left;
    background-color: Transparent;
    background-repeat: no-repeat;
}
.round_tr
{
    background-color: Transparent;
    display: block;
    background-image: url(round_tr.png);
    min-width: 13px;
    height: 8px;
    float: right;
    background-repeat: no-repeat;
}

.round_body
{
  
    background: Transparent url(round_bodybg.png) repeat-y;
    clear: both;
    margin: auto;
    padding: 10px 30px 20px 30px;
    line-height: 18px;
}


.bodyWrapper
{
    display: block;
   
}

.bodySidebar
{
 display: block;
    width: 240px;
    
    float: left;
    line-height: 20px;
}

.bodyContent
{
 display: block;
    width: 550px;
    float: right;
}

.round_bottom
{
    display: block;
    width: 873px;
    height: 19px;
    float: right;
    background: Transparent url(round_bottombg.png) repeat-x bottom;
}
.round_bl
{
    display: block;
    background-image: url(round_bl.png);
    width: 13px;
    height: 19px;
    float: left;
    background-color: Transparent;
    background-repeat: no-repeat;
}
.round_br
{
    display: block;
    background-image: url(round_br.png);
    width: 14px;
    height: 19px;
    float: right;
    background-color: Transparent;
    background-repeat: no-repeat;
}


#footer
{
    display: block;
    font-size: 11px;
    text-align: center;
    color: #424549;
    height: 36px;
    padding-top: 10px;
    line-height: 20px;
    width: 900px;
    margin: auto;
    padding-bottom: 20px;
}

#footer a
{
    color: #424549;
    text-decoration: none;
    background-color: Transparent;
}

#footer a:hover
{
    text-decoration: underline;
    background-color: Transparent;
}

#footer ul
{
}

#footer ul li
{
    display: inline;
    margin-left: 0;
    padding: 3px 5px;
    border-left: 1px dotted #424549;
    list-style: none;
}


/* news */
.news_withImage_wrapper
{
    margin-bottom: 20px;
    width: 100%;
}
.news_withImage_wrapper img
{
    width: 30%;
    display: block;
    height: 110px;
    width: 146px;
    padding: 5px;
    border: solid 1px #636263;
    margin-right: 0px;
    margin-bottom: 4px;
    float: right;
}

.news_withImage_abstract
{
    width: 67%;
    display: block;
    float: left;
}

.news_withImage_abstract h1
{
    font-size: 12px;
    font-weight: bold;
    color: #ed6332;
    padding-top: 3px;
}

.news_withImage_date
{
}


.newsOlder
{
    margin-right: 20px;
    margin-bottom: 20px;
}



/* Search Results Style */
#searchMini
{
    float: left;
    margin-left: 40px;
    margin-top: 15px;
    color:#a26400;
    
}

#searchMini input
{
    font: Tahoma;
    border: solid 1px #c27800;
    background-color: Transparent;
    font-family:Tahoma;
    color:#a26400;
}

 

.searchResults
{
    margin-bottom: 20px;
}

.searchCount
{
    text-align: left;
}

.searchResultsUrl
{
    color: #fff;
    display: inline;
    direction: ltr;
    text-align: left;
}
.searchResultsTitle a
{
    font-weight: bold;
    color: #ff5f17;
}
.searchResultsTitle a:hover
{
    color: #ff5f17;
}


h6 {
    height: 21px;
    border-bottom: 1px solid #ccc;
    font-size:11px;
    font-weight:bold;
    margin-bottom:15px;
}

