﻿/* reset css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
/*dl, dt, dd, ol, ul, li,*/
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
/*ie html 5 fix*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}

html
{
    font-size: 16px;
    background-color: #91A5A4;
}

body
{
    font-size: 62.5%;
    line-height: 180%;
    font-family: Arial,Helvetica, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    color: #000;
}

ol, ul
{
    list-style: none;
}

blockquote, q
{
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after
    {
        content: '';
        content: none;
    }

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

/** Base Body Styles **/

h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
}

h1
{
    font-size: 1.5em;
    color: #225353;
    margin-bottom: 20px;
}

h2
{
    font-size: 1.4em;
    color: #225353;
    margin-bottom: 20px;
}

h3
{
    font-size: 1.3em;
    color: #225353;
    margin: 0;
}

h4
{
    font-size: 1.2em;
}

h5
{
    font-size: 1.1em;
}

h6
{
    font-size: 1em;
}

a
{
    text-decoration: none;
    color: #000;
}

    a:active, a:visited
    {
        /*color: black;*/
        color: #000;
    }

    a:hover
    {
        /*color: black;*/
        color: #000;
        text-decoration: underline;
    }

strong, b
{
    font-weight: bold;
}

i , em
{
     font-style: italic;
}

/** The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.  mp/bestclearfix **/
.clearfix:before, .clearfix:after
{
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after
{
    clear: both;
}
/** Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page **/
.clearfix
{
    zoom: 1;
}

.cb
{
    clear: both;
}

.fl
{
    float: left;
}

.fr
{
    float: right;
}

.greenbox
{
    border: 1px solid green;
}
/* tetitu fix layeout*/
html, body, form
{
    height: 100%;
    direction: rtl;
}

/*general items*/

.mr15
{
    margin-right: 15px;
}


.footer
{
    margin-top: 30px;
    border-top: 15px solid #603A17;
}

.tetitu
{
    font-size: 9px;
    font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    float: left;
}

.lh180
{
    line-height:180%;
}

.mt10
{
    margin-top: 10px;
}

.mb10
{
    margin-bottom: 10px;
}

.copyright , .copyright a
{
    font-size:1.1em;
    text-align: center;
    color:white;
}

.mainbox
{
    width: 98em;
    margin: 0 auto;
}

.topmenu
{
    border-left: 0.1em dotted white;
    border-right: 0.1em dotted white;
    height: 4em;
    color: white;
}

.topmenusep
{
    border-left: 0.1em dotted white;
    float: right;
    height: 4em;
    width: 0.001em;
}

.topmenuitemholder
{
    float: right;
    text-align: center;
    padding-top: 0.65em;
    padding-right: 1em;
    padding-left: 1em;
    font-size: 1.8em;
}

.topmenu a
{
    color: white;
}

.hand:hover
{
    cursor: pointer;
}

.g
{
    color: #215352;
}
/* home pahe*/

.hpmainimg
{
    width: 59.4em;
}

/* articles */
.articleHoldera
{
    padding: 1em 1.4em 1em 1em;
}
/*report
    */
.bb
{
    border-bottom: 1px dotted black;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}

.reportname
{
    font-size: 1.3em;
    font-weight: bold;
    color:#95A9A8;
    text-decoration:underline;
    margin-bottom:0;
}

.reportsub
{
    font-size: 1em;
    width: 40em;
    float: right;
    margin-bottom: 1em;
/*    border-bottom:1px dotted #225353 ;*/
    
}

.reportimages
{
    width: 25em;
    margin-right: 5em;
    margin-bottom: 1em;
    float: right;
    text-align: right;
    
}
.reportimageslinks{
    padding-top:1em;
    border-top:1px dotted #225353 ;
}
.reportdate
{
    float: left;
}

.reportwritters
{
    float: right;
}

.reportimgleft img
{
    width: 20em;
    margin-left: 3em;
    /*margin-bottom: 3em;*/
    border: 1px solid #225353;
}
.reportholder
{
    padding-right:1em;
    border-right: 0.5em solid #225353;
 
}

.journalrowlink
{
    color:#225353!important;
}

.reportcontent
{
    margin-top:2em;
    padding-top:0.8em;
    border-top: 0.1em dotted #225353;
    
}
.reportcontent li {
	list-style-type: disc;
	
}
    .reportcontent a
    {
        text-decoration:underline;
    }

.articleintro
{
    font-size: 1em;
    margin-bottom:2em;
}

.articlepre
{
    font-size: 1.1em;
    margin-bottom:2em;
}

.articlebody
{
    font-size: 1.1em;
    margin-bottom:2em;
}

.articlesummery
{
    font-size: 1.1em;
    margin-bottom:2em;
}
.leftimageholder
{
    margin-bottom:2em;
}
.printonly
{
    display:none;
}

/* reponsive design not implemented yet */
@media(max-width: 400)
{
}
