﻿#documentImage .Title
{
    padding: 3px;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 10px;
    color: Black;
}
#documentImage .Comment a, #documentImage .Comment a:visited, #documentImage .Comment a:active, #documentImage .Comment a:link
{
    font-family: tahoma;
    font-size: 10px;
    font-weight: normal;
    color: #666666;
}
#documentImage .Image img
{
    text-align:center;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #CCCCCC;
    float: right;
    margin-left: 20px;
    width: 100px;
   
    }
#documentNavigarion
{
    border-color: #666666;
    background-color: #EAEAEA;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    margin-top:5px;
    margin-bottom:5px;
    padding:5px;
}
#documentNavigarion span
{
    padding: 2px;
    background-color: #CBE2ED;
    border-radius: 5px 5px 5px 5px;
    font-family:Tahoma;
    color:Black;
    font-size:10px;
}
#documentNavigarion a
{
    padding: 2px;
    background-color: #76B5CF;
    border-radius: 5px 5px 5px 5px;
}
#documentNavigarion a
{
    font-family:Tahoma;
    color:White;
    font-size:10px;
    text-decoration:none;
}
#documentNavigarion a:hover{ background-color:#ffffff;  color:Blue;    }
#documentdescription {clear:both;}
#documentfiledownload {float:left;}
#documentfileComment{float:right;margin-right:8px;}
#documentfileTitle{float:right;}
#documentfile {   padding: 7px;
    background-color: #CBE2ED;
    border-radius: 5px 5px 5px 5px;height:20px;}
