* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

div.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: navy;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
	vertical-align: middle;
	text-decoration: none;
	margin-right: 5px;
}

.button {
	border: 1px solid #666;
	width: 80px !important;
	background-color: #DDD;
}

.button:hover {
	background-color: #666;
	color: #FFF;
	cursor: pointer;
}

/* LOGIN */
div#admin_login {
	text-align: left;
	width: 500px;	
	height: 160px;
	border: 1px solid #CCCCCC;
	background-color: #F1F3F5;
	position: relative;
}

div#admin_login div#logo {
	position: absolute;
	left: 20px;
	top: 33px;
	width: 116px;
	height: 116px;
	background: url('/images/admin/login.gif') left top no-repeat;	
}

div#admin_login div#credentials {
	position: absolute;
	left: 160px;
	top: 55px;
	width: 230px;
}

div#admin_login table.tablelogin {
	width: 100%;
	font-size: 1em;
}

div#admin_login table.tablelogin input {
	width: 150px;
	border: 1px solid #999;
}

div#admin_login div#submit {
	width: 100%;
	text-align: center;
	padding-top: 100px;
}

/* SITE */
div#main {
	text-align: left;
	padding: 10px;
	width: 100%;	
	background-color: #F1F3F5;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

div#header {
	width: 100%;
	height: 25px;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 3px solid #FFCC00;
	padding-top: 4px;
}

div#wrapper {
	padding: 0px 0px 0px 180px;
	position: relative;
}

div#leftContent {
	position: absolute;
	left: 0;
	top:0;
	width: 170px;
}

div.page_header {
	width: 100%;
	height: 50px;
	border: 1px solid #C64934;
	background-color: #FFFFFF;
	color: #C64934;
	font-weight: bold;
	position: relative;
	margin-bottom: 10px;
}

div.page_header div#page_header_title {
	padding: 9px 0 0 10px;
	font-size: 1.5em;
}

div.page_header img#hi {
	margin: 0 10px 0 0;
}

div#page_header_options {
	position: absolute;
	top: 12px;
	right: 10px;	
}

div#page_header_options div#index {
	float: right;
	margin-right: 20px;
}

div#page_header_options div#logout {
	float: right;
}

div#page_header_options div#logout a {
	text-decoration: none;
	color: #C64934;
}

div#page_header_options div#logout a:hover {
	text-decoration: underline;
}

div#leftSubmenu {
	width: 170px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 5px;
}

div#leftSubmenu .box {
	margin-top: 5px;
}
div#leftMenu {
	width: 170px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

div#leftMenu ul li {
	display: block;
	width: 100%;
	margin-bottom: 1px;
}

div#leftMenu ul li a {
	padding: 3px 0 0 15px;
	display: block;
	width: 100%;
	height: 22px;
	font-weight: bold;
	color: #000;	
	background-color: #DDD;
}

div#leftMenu ul li a:hover, div#leftMenu ul li a.active {
	background-color: #666;
	border-left: 8px solid #C64934;
	text-decoration: none;
	padding-left: 7px;
	color: #FFF;
}

div#leftMenu ul li ul li {
	margin-bottom: 0;
}

div#leftMenu ul li ul li a {
	padding-left: 25px;
	background-color: #eee;
	font-weight: normal;
}

div#leftMenu ul li ul li a:hover, div#leftMenu ul li ul li a.active {
	padding-left: 17px;
	border-left: 8px solid #FF9900;
	background-color: #EAEAEA;
	color: #000;
}

div#content {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	min-height: 300px;
	_height: expression(this.offsetHeight < 300 ? "300px": true); /* IE FIX */
	padding: 0px;
}

div#home_options {
	padding: 0 5px 5px 0;
	border: 1px solid #CCCCCC;
	margin: 0 auto;
}

div#home_info {
	width: 450px;
	border: 1px solid #CCCCCC;
	float: right;
	padding: 5px;
	background-color: #FFFFFF;
}

div#home_info div.home_info_title {
	width: 100%;
	height: 19px;
	font-weight: bold;
	background-color: #E4E3E3;
	border-bottom: 2px solid #C64934;
	padding: 2px 0 0 4px;
	font-size: 0.875em;
	margin-bottom: 3px;
}

div#home_info div.home_info_text {
	font-size: 0.875em;
	margin: 0 0 3px 3px;
}

div.home_box {
	width: 166px;
	height: 147px;
	float: left;
	margin: 5px 0 0 5px;
	position: relative;
}

div.home_box a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #808080;
	border: 1px solid #CCCCCC;
}

div.home_box a:hover {
	color: #000;
	border: 1px solid #C64934;
	cursor: pointer;
	text-decoration: none;
}

div.home_box a span {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 0;
	font-size: 16px;
}

div#home_box_Weekreport {
	background: #fff url('/images/admin/table96.png') center 10px no-repeat;
}

div#home_box_Monthreport {
	background: #fff url('/images/admin/Reports96.png') center 10px no-repeat;
}

div#home_box_AvgWeekreport {
	background: #fff url('/images/admin/Order-history96.png') center 10px no-repeat;
}

div#home_box_Import {
	background: #fff url('/images/admin/import96.png') center 10px no-repeat;
}

div#home_box_Drivers {
	background: #fff url('/images/admin/drivers96.png') center 10px no-repeat;
}

table.select tr.data {
	cursor: pointer;
}

table.datatable {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	font-size: 1em;
}

table.datatable tr.head {
	background-color: #E4E3E3;
}

table.datatable tr.head td {
	padding: 3px;
}

table.datatable tr.head_bottom {
	background-color: #C64934;
	height: 2px;
}

table.datatable tr.row1 {
	background-color: #FFF;	
}

table.datatable tr.row2 {
	background-color: #EEE;	
}

table.datatable tr.data td {
	padding: 3px;
}

table.tableform {
	width: 100%;
	margin-top: 10px;
	font-size: 1em;
}

table.tableform tr td input, table.tableform tr td select {
	width: 200px;
}

table.tableform tr td input[type="checkbox"] {
	width: auto;
}

table.tableform tr td input.radio, table.tableform tr td input.checkbox {
	width: auto;
}

div.paginator {
	margin-top: 5px;
}

div.paginator a {
	color: #000;
}

div.paginator a img {
	margin: 0;
}

div.subpage_title {
}

div.subpage_title img {
	margin-right: 5px;
}

table.report_result {
	border-collapse: collapse; 
	border: 1px solid #000;
	font-size: 11px;
}

table.report_result th, table.report_result td {
	border: 1px solid #000;
}

table.report_result tr:hover td {
	background: #ccc;
}

#chart {
	height: 285px;
	width: 100%;
}

div#footer {
	width: 100%;
	height: 40px;
	font-size: 16px;
	text-align:center;
}

a.add {
	margin: 5px;
}


a.head_arrow {
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
}