/*
====================================================================
Filename: freightbill.css
Date Modified: 11/30/2010
Author: Ed Lomonaco
======================================================================
*/


/*
========================
SHIPMENT DETAILS CSS
========================
*/

.shipmentDetailsTable{
    width: 100%;
    table-layout:fixed;
}

.shipmentDetailsOutline{
	outline: thin solid #000;	
}


/*
========================
MISC. TABLE CSS
========================
*/

.cash{
    text-align:right;
}

.tHeader{
    font-weight:bold;
    text-align: left;
}

.tHeaderCash{
    font-weight:bold;
    text-align: right;
}

.wrapper{
    word-wrap: break-word;
}
