/* 
    Document   : common
    Created on : 11-Apr-2009, 16:29:34
    Author     : Mark
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

td.top_nav
{
    background-color: #333333;
    color: #FFFFFF;
    font-weight: bolder;
    font-family: Verdana;
    padding-top:5px;
    padding-bottom:5px;
}

img.article_image
{
    border: thin solid #000000;
    margin: 10px 10px 10px 10px;
}

div.leftNav
{
    color: #1F527B;
    font-weight: bolder;
    font-family: Verdana;
    font-size: 75%;
}

div.leftNavElement
{
    margin-top: 2px;
    padding: 4px 0px 4px 0px;
    background-color:#E5E5E5;
    text-align: left;
}

div.leftNavElement a
{
    color: #1F527B;
    text-decoration: none;
}

div.leftNavElement a:hover
{
    text-decoration: underline;
    background-color: #FFFFFF;
}

div.most_read_articles
{
    font-family: Verdana;
    font-size: 80%;
    text-align: left;
}

div.most_read_articles a
{
    color: #1F527B;
    text-decoration: none;
}

div.most_read_articles a:hover
{
    text-decoration: underline;
    color: #0d3059;
}

table.factfile
{
    background-color: #E5E5E5;
}

div.factfile_fact
{
    color: #1F527B;
    font-size: 75%;
    font-family: Verdana;
    line-height: 140%;
}

div.factfile_title
{
    font-family: Verdana;
    font-weight: bold;
    color: #1F527B;
    font-size: 75%;
    line-height: 140%;
}

