body, table, tr, td, th {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
}

input, select, textarea, checkbox {
    font-size: 12px;
    font-family: verdana, arial, helvetica, sans-serif;
    border: 1px solid #ccc;
}

table.grid td, table.grid th {
    border: 1px solid #000000;
    border-collapse: collapse;
}

.nav_blue {
    background-color: #317BA2;
}

.highlight {
    background-color: #317BA2;
    font-weight: bold;
    color: white;
}

.light-grey {
    background-color: LightGrey;
}

.orange {
    background-color: Orange;
    font-weight: bold;
}

.yellow {
    background-color: Yellow;
    font-weight: bold;
}

.green {
    background-color: Green;
    font-weight: bold;
    color: #FDFEFE;
}

.red {
    background-color: Red;
    font-weight: bold;
    color: #FDFEFE;
}

.red td {
    color: #FDFEFE;
}

.red a:visited {
    color: #FDFEFE;
}

.red a:link {
    color: #FDFEFE;
}

.blue {
    background-color: #9bceff;
    font-weight: bold;
}

.skid-ticket {
    background-color: #545454;
    color: white;
    vertical-align: middle;
}

.order-number {
    color: blue;
    font-weight: bold;
    font-size: 20px;
}

.blue-14 {
    color: blue;
    font-weight: bold;
    font-size: 14px;
}

hr {
    border: #cccccc 2px solid;
    height: 0px;
}

.order th {
    padding: 0px;
    padding-left: 2px;
    padding-right: 2px;
    background-color: #ccc;
    border: 1px;
    border-style: solid;
    border-color: black;
}

.order td {
    vertical-align: top;
    padding: 0px;
    padding-left: 2px;
    padding-right: 2px;
    border: 1px;
    border-style: solid;
    border-color: black;
}

a.menu-white:link {
    padding-right: 5px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 12px;
    color: white;
    text-decoration: none;
}

a.menu-white:visited {
    padding-right: 5px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 12px;
    color: white;
    text-decoration: none;
}

a.menu-white:hover {
    color: black;
    text-decoration: none;
}

a.menu-black:link {
    padding-right: 5px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 12px;
    color: black;
    text-decoration: none;
}

a.menu-black:visited {
    padding-right: 5px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 12px;
    color: black;
    text-decoration: none;
}

a.menu-black:hover {
    color: white;
    background-color: black;
    text-decoration: none;
}

td.change-table {
    width: 100px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}

.smaller_font td {
    font-size: 10px;
}

.smaller_font th {
    font-size: 11px;
}

.smaller_font input {
    font-size: 10px;
}

.i {
    font-style: italic;
}
