/* 
    Document   : style.dms
    Created on : 3-sep-2009, 15:19:39
    Author     : Tamara
    Description: DMS Module
*/


table#download
{
    width: 100%;
}
#download a:link, #download a:visited
{
    text-decoration: none;
}
#download a:hover
{
    text-decoration: underline;
}

table#download tr
{
    background: #EEE;
}
table#download tr:hover
{
    background: #FFF;
}
table#download tr th
{
    background: #005596;
    border: 1px solid #005596;
    color: #FFF;
    text-indent: 5px;
    text-align: left;
    border-bottom: none;
}
table#download tr td
{
    padding: 5px;
    border: 1px solid #CCC;
}
.row1
{
    width: 290px;
}
.row3
{
    width: 80px;
}
.bottom
{
    background: #005596;
}
