﻿

.alt_tonsRem, .alt_orderNumber, .alt_client, .alt_collection, .alt_delivery, .alt_date, .alt_product
{
	width: 80px;
	float:left;
	overflow: hidden;
		
}

.tonsRem, .orderNumber, .client, .collection, .delivery, .date, .product
{
	width: 80px;
	float:left;
	overflow: hidden;
	
}
.alt_orderNumber, .orderNumber
{
	width: 100px;
}

#Orders_wrapper
{
	border: 1px solid black; 
	width: 580px; 
	height: 100%; 
	float: right; 
	font-family:'Trebuchet MS';
	font-size: 12px;
	line-height:20px;
	overflow:auto;
}

.truckDiv
{
	 border-bottom  : 1px solid beige; 
	 position: relative; 
	 background-color: linen;
	 font-size: 16px;	
}

.scheduleDiv
{
	font-size: 14px;
}


.listOrder
{
	width:80px;
	float:left;
	
}
.listCollection
{
	float:left;
	width:80px;
}

.listDelivery
{
	float:left;
	width:80px;
}

.remove
{
	float:left;
	width:25px;
}

.clear
{
	clear:both;
}
#Trucks_wrapper
{
	border: 1px solid black;
	height: 100%;
	float: left;
	width: 40%;
	overflow: auto;
	font-family: 'Trebuchet MS';
}


li
{
	font-family:Trebuchet MS;
	font-size:12px;
	
}

