/*  Main CSS definition for DISPLAY (not print) */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;	
	background-color: #ffffff;
	margin: 0px;
	background-image: url(/online/images/top_background_tile.jpg);	
	background-repeat: repeat-x;
	height: 100%;
}
html {
	height: 100%;
}
/* Tag anything as print, and it wont show on the screen */
.print {
	display: none;
}
a {
	color: #0600ff; /* #ffcc00 */
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}
.header {
	position: relative;
	width: 100%;
	height: 46px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	overflow: none;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -20px; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 20px; /* .push must be the same height as .footer */
}
.footer {
	height: 18px; /* .push must be the same height as .footer */
	background-color: #4a495b;
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 12px;
	padding-top: 2px;
	overflow: none;
}

.footer ul
{
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer li
{
	float: left;
	margin: 0 0.1em;
}
.footer li a
{
	height: 15px;
	float: left;
	width: 100px;
	display: block;
	border-left: 1px solid #909090;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}
.footer li a:hover
{
	color: red;
	text-decoration: underline;	
}
.footer li a:active
{	
	color: red;
}
	
.logo {
	/* position: relative; */
	float: left;
	/* top: 0px;
	left: 0px; */
	margin: 0px;
	padding: 0px;
	width: 234px;
	height: 43px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.coname {
	/* position: absolute; */
	float: left;
	/* top: 0px;
	left: 250px; */
	margin-left: 10px;
	margin-top: 10px;
	color: #ffffff;
	font-size: 12px;
	height: 43px;
}

/* Primary top bar menu */
.menu {
	position: relative;
	float: right;
	margin-top: 10px;
	/* top:10px; */
	font-size: 12px;
}
.menu ul
{
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu li
{
	float: left;
	margin: 0 0.1em;
}
.menu li a
{
	height: 15px;
	float: left;
	width: 100px;
	display: block;
	border-left: 1px solid #909090;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}
.menu li a:hover
{
	color: red;
	text-decoration: underline;	
}
.menu li a:active
{	
	color: red;
}

/* Login box */
.login_label, .login_input, .login_error  {
  padding:10px;
  color:#000;
  text-align:left;
  float:left; 
  width:100px;
  font-size:14px;
}
.login_label {
	color: #000000;	
}
.login_input {
  width:150px;
}
.login_input input {
  width:100%;
}
.login_input input[type="checkbox"] {
  width:15px;	
}

/* Centered box */
.centerbox {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 10px;
	/* border:1px solid #ffcc00; */
	background-color:#e5e5e5;		
}
/* Display Columns */
.leftcol {
	float:left;
	margin: 0px;
	padding: 0px;
	padding-bottom: 23px;
	width: 140px;	
	background-image: url(/online/images/btn_reflect.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.rightcol {
	float:left;
	padding: 10px;
	margin-left: 10px;
	width: 760px;
	background-color: #e5e5e5;
}
/* A separated section within center column */
.colsection {
	position: relative;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 2px solid #71707e;
	background-color: #e5e5e5;	
}
/* A link button with a border */
.button a
{
	padding: 4px;	
	margin: 4px;
	color: #0600ff;	
	border:1px solid #71707e;
	text-decoration: none;
	text-align: center;
}
.button a:hover
{
	color: red;
	border:1px solid red;
}
.button a:active
{	
	color: red;
}
/* Standard form layout for editing customers and profiles */
.pform label, .pform input {
	display: block;
	width: 400px;
	float: left;
	margin-bottom: 5px;	
}
.pform label {
	text-align: right;
	width: 150px;
	padding-right: 10px;	
	color: #000000;
}
.pform br {
	clear: left;	
}

/* Big menu buttons with border for mainmenu */
.menubox ul
{
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.menubox li
{
	float: left;
	margin: 0 1px;
	font-size: 16px;
}
.menubox li a
{	
	height: 133px;
	float: left;
	width: 156px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 160px;
}
.menubox li a:hover
{
	color: red;
}
.menubox li a:active
{	
	color: red;
}

#btncustomers
{
	background-image: url(/online/images/truck_bytes_online_customers_btn.jpg);
	background-repeat: no-repeat;
}
#btnloads
{
	background-image: url(/online/images/truck_bytes_online_loads_btn.jpg);
	background-repeat: no-repeat;
}
#payments
{
	background-image: url(/online/images/truck_bytes_online_payments_btn.jpg);
	background-repeat: no-repeat;
}
#btninvoices
{
	background-image: url(/online/images/truck_bytes_online_invoice_btn.jpg);
	background-repeat: no-repeat;
}
#btntripreports
{
	background-image: url(/online/images/truck_bytes_online_trip_btn.jpg);
	background-repeat: no-repeat;
}
#btnreports
{
	background-image: url(/online/images/truck_bytes_online_reports_btn.jpg);
	background-repeat: no-repeat;
}
#btnpartnersadmin
{
	background-image: url(/online/images/truck_bytes_online_user_btn.jpg);
	background-repeat: no-repeat;
}
/* From load screen */
#load_add
{
	background-image: url(/online/images/loads_add.jpg);
	background-repeat: no-repeat;
}
#load_recent
{
	background-image: url(/online/images/load_recent.jpg);
	background-repeat: no-repeat;
}
#load_incomplete
{
	background-image: url(/online/images/loads_incomplete.jpg);
	background-repeat: no-repeat;
}
#load_addbtn
{
	background-image: url(/online/images/add_invoice_btn.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 140px; 
}
#load_nextbtn
{
	background-image: url(/online/images/done_invoices.jpg);
	background-repeat: no-repeat;
	width: 183px;
	height: 37px; 
}
#load_addbtn a
{	
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	margin-top: 5px;
	line-height: 25px;
	text-indent: 40px;
}
#load_addbtn a:hover
{
	color: red;
}
#load_nextbtn a
{	
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	margin-top: 5px;
	line-height: 25px;
	text-indent: 40px;
}
#load_nextbtn a:hover
{
	color: red;
}

/* Small left side menu buttons */
.smenubox ul
{
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.smenubox li
{
	float: left;
	margin: 0 0.1em;
	font-size: 14px;
}
.smenubox li a
{	
	height: 37px;
	float: left;
	width: 140px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	margin-top: 5px;
	line-height: 35px;
	text-indent: 40px;
}
.smenubox li a:hover
{
	color: red;
}
.smenubox li a:active
{	
	color: red;
}

/* For long lists for navigation (A|B|C|D...) */
.alphalist ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.alphalist li
{
	float: left;
	margin: 0 0.1em;
	border-right: 2px solid #71707e;
	width: 20px;
	text-align: center;
	font-size:10px;
	font-weight: bold;
}
.alphalist li a
{
	height: 15px;
	float: left;
	width: 20px;
	display: block;
	color: #0600ff;
	text-decoration: none;
	text-align: center;
}

.alphalist li a:hover
{
	color: red;	
}
.alphalist li a:active
{	
	color: red;
}
.alphalist
{
	/* width:30em; */
	height: 15px;
}

/* Alternate color for table row backgrounds */
.tablealt {
	background-color: #b4b4b4;	/* was 909090 */
}
.pickups td {
	font-size: 10px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #909090;
}
.dtable td {
	font-size: 12px;
	padding-right: 20px;
}
.dtable input {
	background-color:#ffffff;
	color: #000000;
	/* border: 1px solid #ffcc00; */
}
.disabled {
	background-color:#909090 !important;
	border: 1px solid #909090 !important; 
}
.dtable select {
	background-color:#ffffff;
	color: #000000;
	/* border: 1px solid #ffcc00; */
}
.dtable textarea {
	background-color:#ffffff;
	color: #000000;
	/* border: 1px solid #ffcc00; */
}

/* Autocomplete dropdown theme */
.autocomplete {
  position:absolute;
  width:250px;
  background-color:#c0c0c0;
  color:#000000;
  font-size: 12px;
  border:1px solid #888;
  margin:0px;
  padding:0px;
  z-index:105;
}
.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
.autocomplete ul li.selected { background-color: #ffb;}
.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:15px;
  cursor:pointer;
}
/* tab menu */
/* Primary top bar menu */
.tmenu {
	position: relative;
	font-size: 14px;
}
.tmenu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.tmenu li
{
	float: left;
	margin: 0 0.1em;
}
.tmenu li a
{
	height: 29px;
	float: left;
	width: 147px;
	display: block;
	background-image: url(/online/images/tabs_btn.jpg);
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 27px;
}
.tmenu li a:hover
{
	color: red;
	/* background-image: url(/online/images/tab-hover.png); */
}
.tmenu li a:active
{	
	color: red;
}
div.datepicker {
 position: absolute;
 text-align: center;
 border: 1px #C4D5E3 solid;
 font-family: arial;
 background: #FFFFFF;
 font-size: 10px;
 padding: 0px;
 color: #000000;
}
div.datepicker table {
 font-size: 10px;
 margin: 0px;
 padding: 0px;
 text-align: center;
 width: 180px;
}
div.datepicker table thead tr th {
 font-size: 12px;
 font-weight: bold;
 background: #e9eff4;
 border-bottom:1px solid #c4d5e3;
 padding: 0px;
 margin: 0px;
}
div.datepicker table tbody tr {
 border: 1px white solid;
 margin: 0px;
 padding: 0px;
}
div.datepicker table tbody tr td {
 border: 1px #eaeaea solid;
 margin: 0px;
 padding: 0px;
 text-align: center;
}
div.datepicker table tbody tr td:hover,
div.datepicker table tbody tr td.outbound:hover,
div.datepicker table tbody tr td.today:hover {
 border: 1px #c4d5e3 solid;
 background: #e9eff4;
 cursor: pointer;
}
div.datepicker table tbody tr td.wday {
 border: 1px #ffffff solid;
 background: #ffffff;
 cursor: text;
}
div.datepicker table tbody tr td.outbound {
 background: #e8e4e4;
}
div.datepicker table tbody tr td.today {
 border: 1px #16518e solid;
 background: #c4d5e3;
}
div.datepicker table tbody tr td.nclick,
div.datepicker table tbody tr td.nclick_outbound {
 cursor:default; color:#aaa;
}
div.datepicker table tbody tr td.nclick_outbound {
 background:#E8E4E4;
}
div.datepicker table tbody tr td.nclick:hover,
div.datepicker table tbody tr td.nclick_outbound:hover {
 border: 1px #eaeaea solid;
 background: #FFF;
}
div.datepicker table tbody tr td.nclick_outbound:hover {
 background:#E8E4E4;
}
div.datepicker table tfoot {
 font-size: 10px;
 background: #e9eff4;
 border-top:1px solid #c4d5e3;
 cursor: pointer;
 text-align: center;
 padding: 0px;
}

.gobutton{
	background:url('/online/images/go_button.jpg') no-repeat;
	cursor:pointer;
	width:38px;
	height:25px;
	border: none;
	text-indent: -1000em;
}

th {
	color:#71707e;
}