/* Globals */
body {
   font-family: Helvetica, Geneva, Arial, sans-serif;
   font-size: small;
   color: #000;
   margin-top: 0;
}
div#container {
   width: 960px;
   margin: 0 auto;
}
div#header {
   text-align: left;
   padding-bottom: 15px;
   /*background: url('/images/head_back.png') repeat-x;*/
   border-bottom: 1px solid #e55e09;
   height: 120px;
}
div#footer {
   clear: both;
   text-align: center;
   font-size: 0.8em;
   color: #6E6E6E;
}
div#content {
   float: left;
   width: 750px;
   margin-top: 0px;
   background-color: white;
   border-right: 1px solid #e55e09;
   padding: 10px;
}
div#right_bar {
   float: left;
   text-align: center;
   width: 170px;
   font-size: 0.82em;
   padding-left: 12px;
}
hr { 
height: 1px;
color: #e55e09; 
background-color: #e55e09;
border: 0;
}
div.menu_item
{
	float: left;
	padding-top: 78px;
	width: 75px;
	height: 55px; 
	text-align: center; 
	font-size: 0.89em;
}
div.menu_item a img
{
	border-style: none;
}
div.menu_item a {
   color: #010066;
   text-decoration: none;
}
div.menu_item a:hover {
   font-weight: bold;
}

label {
font-weight: bold;
font-style: oblique;
}

/* Table Styles */
.sortable_table {
 border: 1px solid #010066;
 border-spacing: 0;
 padding: 0;
 width: 100%;
}

.sortable_table th {
background: #010066;
padding: 5px;
text-align: left;
}

.sortable_table th a {
color: white;
font-weight: bold;
}

.sortable_table td {
padding: 5px;
}

.row_even {
background: #FFFFFF;
}

.row_odd {
background: #DDDDDD;
}

.consignment_list th {
background: #d0cfe4
}

img { border: 0; }

/* Account */
ul.account {
font-size: 0.7em;
text-align: right;
margin: 5px;
}
ul.account li {
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 5px;
   padding-bottom: 5px;
   list-style: none; 
   display: inline;
   font-weight: bold;
}

/* Autocomplete */
div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
  overflow: auto;
  max-height: 250px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  /* height:32px; */
  cursor:pointer;
}

/* Buttons */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #e55e09;
    display: inline-block;
    font-weight: bold;
    font-size: 1em;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: inline-block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

/* Depot */

.depot_item
{
	background: #57577c;
	border: 1px solid #010066;
	width: 100px;
	max-height: 60px;
	color: white;
	text-align: center;
	padding: 5px;
	cursor: move;
}

/* Driver */
.status_btn { text-decoration: none; }
.status_btn img
{
	border-style: none;
}

/* Docket */

.slip_footer { font-size: 0.7em; }

.notice { color: #e55e09; font-weight: bold; }
