﻿/* Technical Documents List */

table.TechnicalDocumentsLinks td
{
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    height: 32px;
    background-image: url('../../Default/Images/HeaderBarBackground.gif');
    padding: 0px 6px 0px 6px;
    border: 2px inset #555555;
}

table.TechnicalDocumentsLinks a 
{
    color: #FFCC00;
}

table.TechnicalDocumentsList th 
{
    text-align: center;
    vertical-align: middle;
    height: 32px;
    background-image: url('../../Default/Images/HeaderBarBackground.gif');
    color: White;
}

table.TechnicalDocumentsList table.TechnicalDocuments 
{
    width: 100%;
}

table.TechnicalDocumentsList table.TechnicalDocuments th 
{
    text-align: center;
    height: 32px;
    background-image: url('../../Default/Images/HeaderBarBackgroundInverse.gif');
    color: Black;
}

