
/* $Id: dms.css,v 1.2 2006/02/23 15:58:38 jluisb Exp $ */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    voice-family: "\"}\"";
    voice-family: inherit;
    color: #000000;
    text-decoration: none;
    text-align: center;
}

a {
    text-decoration: none;
    color: #000000;
}

#dateRangeSelector {
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin: 2%;
    border: 1px solid #006699;
    background: #FFCC66;
    color: black;
}

input.date {
    font-size: 10px;
    color: #000000;
    font-weight: normal;
}

table.deliveryGrid {
    font-size: 12px;
    border: 0;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

table.deliveryGrid th {
    background: #FFFFF4;
    font-weight: bold;
    border-top: 1px solid #006699;
    border-bottom: 1px solid #006699;
    color: black;
}

table.deliveryGrid td.zoneHeader {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background: #E1E8EF;
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-align: left;
}

#AppContent a:visited.logisticsZoneOrderListing {
    color: black;
}
#AppContent a:link.logisticsZoneOrderListing {
    color: black;
}
#AppContent a:hover.logisticsZoneOrderListing {
    color: blue;
}

table.deliveryGrid td {
    text-align: center;
    color: black;
    border-bottom: 1px solid #EFEFEF;
}

table.deliveryGrid td.zoneTotal {
    text-align: center;
    font-weight: bold;
    background: #E1E8EF;
    color: black;
}

table.deliveryGrid td.totalDescription {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    background: #CC0000;
    border-top: 1px solid #006699;
    border-bottom: 1px solid #006699;
}

table.deliveryGrid td.slotTotal {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    background: pink;
    border-top: 1px solid #006699;
    border-bottom: 1px solid #006699;
    color: black;
}

table.deliveryGrid td.total {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    background: pink;
    border-top: 1px solid #006699;
    border-bottom: 1px solid #006699;
    color: black;
}

table.orderList {
    border: 0;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

table.orderList th {
    background: #FFFFE4;
    border-top: 2px solid #006699;
    border-bottom: 2px solid #006699;
    font-size: 10px;
    color: black;
}

table.orderList tr.business {
    background: #D3D4C5;
}

table.orderList td {
    text-align: center;
    border-bottom: 1px solid #006699;
    font-size: 10px;
    color: black;
}

table.orderList td.return {
    background: #F4A460;
}

/*--------------------------------------------------------------------------------------------------------*/
/* Generic Delivery Limits Styles */
/* Created by Jose Luis Beltran, 09:44, 02-02-2006 */

table.genericDelLim td.empty{
	background: #DCDCDC;
	text-align: center;
}

table.genericDelLim td.unmodified{
	background: #7FFF00;
	text-align: center;
}

table.genericDelLim td.modified{
	background: #FF6347;
	text-align: center;	
}

/*--------------------------------------------------------------------------------------------------------*/