﻿body 
{
    font-family:  Verdana;
    font-size:  9pt;
}

table
{
    border-width:  0px;
    border-collapse: collapse;  
}

table td
{
    vertical-align: top;
    border-width:  0px;
    border-collapse: collapse;   
}

.title 
{   
    font-size: 10pt;
    font-weight: bold;
}

.disclaimer
{
    font-size: 7pt;
    font-weight: lighter;
}

.error
{   
    font-weight: bold;
    color: Red;
}

img
{
    padding: 3px;
}

table.entry
{
    background-color: #F5F5F5;
    border-color: black;
    border-style: solid;
    border-width: 1px;   
    
}
table.entry th
{
    background-color: #708090;
    font-weight: bold;
    color: White;
    text-align: left;
    padding: 3px;
}
table.entry td
{
    vertical-align: middle;
    padding: 3px;
    
}
table.entry td.submit
{
    vertical-align: bottom;
    text-align: right;
}
table.display
{
    background-color: #F5F5F5;
    border-color: black;
    border-style: solid;
    border-width: 1px;   
}
table.display th
{
    vertical-align: top;
    background-color: #708090;
    font-weight: bold;
    color: White;
    padding: 3px;
}
table.display td
{
    vertical-align: top;
    padding: 3px;
    color: Black;
}
table.display th a:link
{
    text-decoration: none; 
    color: White; 
}
table.display th a:visited
{
    text-decoration: none;  
    color: White;
}
table.display th a:hover
{
    text-decoration: none; 
    color: White; 
}
table.display th a:active
{
    text-decoration: none; 
    color: White; 
}

.barcodeASN, barcodeASN{
    width: 75% !important;
    height: 75% !important;
}

#tGearItems #itemOrdered, #tGearItems #itemPicked, #tGearItems input{
    text-align: right;
}
