﻿/*
table.docs
{
    font: normal 14px Verdana;
    width:100%;
}

table.docs tr
{
    height:65px;
}

table.docs td div.doctype
{
    background: url(../img/ms_word.png) center no-repeat;
    width: 35px;
    height: 35px;
    background-size: 30px;
    cursor: pointer;
}

table.docs td div.doctype.pdf
{
    background: url(../img/adobe_pdf.png) center no-repeat;
    background-size: 35px;
}

table.docs td span
{
    color: #7C7C7C;
    font-size: 11px;
    display: block;
    margin: 5px 0;
}


table.docs td.date
{
    font-size: 11px;
}

div.docsholder h3
{
    font-size:0;
    margin:0;
    padding:0;
}
*/


