/*
Yahoo CSS RESET
*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}
#user_info {
	float: right;
	height: 90px;
	width: 330px;
	margin-right: 35px;
}
.customerLogout {
	float: right;
	margin-top: 33px;
}
#user_info .user {
	margin-top: 27px;
	float: left;
}
.customer_info {
	float: left;
	margin-top: 20px;
	margin-left: 12px;
	color: #ffffff;
	font-family: Arial;
	font-size: 11px;
}
.customer_info .userinf {
	font-size: 14px;
	font-weight: bold;
	clear:both;
}
.customer_info .company {
	clear:both;
	font-weight: bold;
}
#maincontent {
	float: left;
	position: relative;
	width: 968px;
}
div.info {
	border: 1px solid #9fd690;
	background-color: #e5fee2;
	padding: 6px;
	margin: 6px 12px;
	margin-bottom: 18px;
	padding-left: 30px;
	background-image: url('../images/info.jpg');
	background-repeat: no-repeat;
	background-position: 6px 6px;
}
div.error {
	border: 1px solid #d69090;
	background-color: #fee1de;
	padding: 6px;
	margin: 6px 12px;
	margin-bottom: 18px;
	padding-left: 30px;
	background-image: url('../images/error.jpg');
	background-repeat: no-repeat;
	background-position: 6px 6px;
}
table.list {
	color: #000000;
	width: 968px;
	clear: both;
}
table.list thead {
	background-color: #d9e7ed;
}
table.list thead td:hover, table.list thead th:hover {
	background-color: #c6d4db;
	cursor: pointer;
}
table.list thead td.desc, table.list thead th.desc {
	background-image: url('../images/sort_down_arrow.png');
	background-position: right 16px;
	background-repeat: no-repeat;
}
table.list thead td.asc, table.list thead th.asc {
	background-image: url('../images/sort_up_arrow.png');
	background-repeat:no-repeat;
	background-position:100% 12px; 
}
table.list td, table.list th {
	border: 1px inset #ebeff1;
	font-size: 11px;
	font-family: Arial;
	padding: 0 10px;
	padding-right: 4px;
	height: 36px;
	max-height: 36px;
	vertical-align: middle;
}
table.list thead td, table.list thead th {
	border: 1px solid #b1cad5;
	font-weight: bold;
}
table.list tbody tr:nth-child(odd), table.list tbody tr:nth-child(odd) td {
	background-color: #f6fcff;
}
table.list tbody tr:hover, table.list tbody td:hover td, table.list tbody tr:nth-child(odd):hover, table.list tbody tr:nth-child(odd):hover td {
	background-color: #fffbcf;
	border-top: 1px solid #e6de85;
	border-bottom: 1px solid #e6de85;
}
table.list tbody tr td {
	border: 1px solid #ebeff1;
}
div.disabler {
	background-color: #FFFFFF;
	z-index: 1000;
	position: absolute;
	display: none;
}
#invoiceDisabler {
	z-index: 900;
}
#invoiceDisabler2 {
	z-index: 950;
}
div.buttons a {
	font-size: 11px;
	font-family: Arial;
	padding: 4px 12px;
	background-image: url('../images/bg1.jpg');
	color: #000000;
	text-decoration: none;
	border: 1px solid #b9d6e2;
	height: 23px;
}
div.buttons a:hover {
	background-image: url('../images/bg1_up.jpg');
}
div.buttons {
	margin-top: 15px;
	clear:both;
	height: 23px;
}
div#viewCar{
	position: absolute;
	z-index: 1100;
	background-color: #ffffff;
	display: none;
}
#carsList div#newCar{
	position: absolute;
	z-index: 1100;
	background-color: #ffffff;
	display: none;
}
#carsList div#editCar{
	position: absolute;
	z-index: 1100;
	background-color: #ffffff;
	display: none;
}
div#viewBoat{
	position: absolute;
	z-index: 1100;
	background-color: #ffffff;
	display: none;
}
#boatsList div#newBoat{
	position: absolute;
	z-index: 1100;
	background-color: #ffffff;
	display: none;
}
#boatsList div#editBoat{
	position: absolute;
	z-index: 1100;
	background-color: #ffffff;
	display: none;
}
#shippingsList div#newShipping{
	position: absolute;
	z-index: 1100;
	background-color: #ffffff;
	display: none;
}
#shippingsList div#editShipping{
	position: absolute;
	z-index: 1100;
	background-color: #ffffff;
	display: none;
}
#shippingsList div#viewShipping{
	position: absolute;
	z-index: 1100;
	background-color: #ffffff;
	display: none;
}
#vendorList div#newVendor{
	position: absolute;
	z-index: 1100;
	background-color: #ffffff;
	display: none;
}
#vendorList div#editVendor{
	position: absolute;
	z-index: 1100;
	background-color: #ffffff;
	display: none;
}
#vendorList div#editVendor div#editAddress{
	position: absolute;
	z-index: 1105;
	background-color: #ffffff;
	display: none;
}
#vendorList div#editVendor div#newAddress{
	position: absolute;
	z-index: 1105;
	background-color: #ffffff;
	display: none;
}
#vendorList div#editVendor div#editEmail{
	position: absolute;
	z-index: 1105;
	background-color: #ffffff;
	display: none;
}
#vendorList div#editVendor div#newEmail{
	position: absolute;
	z-index: 1105;
	background-color: #ffffff;
	display: none;
}
#vendorList div#editVendor div#editPhone{
	position: absolute;
	z-index: 1105;
	background-color: #ffffff;
	display: none;
}
#vendorList div#editVendor div#newPhone{
	position: absolute;
	z-index: 1105;
	background-color: #ffffff;
	display: none;
}
#vendorList div#viewVendor{
	position: absolute;
	z-index: 1100;
	background-color: #ffffff;
	display: none;
}
#vendorList div#vendorPayments{
	position: absolute;
	z-index: 1100;
	background-color: #ffffff;
	display: none;
}
div#viewMoto{
	position: absolute;
	z-index: 1100;
	background-color: #ffffff;
	display: none;
}
#motosList div#newMoto{
	position: absolute;
	z-index: 1100;
	background-color: #ffffff;
	display: none;
}
#motosList div#editMoto{
	position: absolute;
	z-index: 1100;
	background-color: #ffffff;
	display: none;
}
#usersList div#newUser{
	position: absolute;
	z-index: 1100;
	background-color: #ffffff;
	display: none;
}
#usersList div#editUser{
	position: absolute;
	z-index: 1100;
	background-color: #ffffff;
	display: none;
}
#usersList div#permList{
	position: absolute;
	z-index: 1100;
	background-color: #ffffff;
	display: none;
}

div#viewOther{
	position: absolute;
	z-index: 1100;
	background-color: #ffffff;
	display: none;
}
#otherList div#newOther{
	position: absolute;
	z-index: 1100;
	background-color: #ffffff;
	display: none;
}
#otherList div#editOther{
	position: absolute;
	z-index: 1100;
	background-color: #ffffff;
	display: none;
}
#customerList div#viewCustomer{
	position: absolute;
	z-index: 1100;
	background-color: #ffffff;
	display: none;
}
#customerList div#newCustomer{
	position: absolute;
	z-index: 1100;
	background-color: #ffffff;
	display: none;
}
#customerList div#editCustomer{
	position: absolute;
	z-index: 1100;
	background-color: #ffffff;
	display: none;
}
#customerList div#editCustomer div#editAddress{
	position: absolute;
	z-index: 1105;
	background-color: #ffffff;
	display: none;
}
#customerList div#editCustomer div#newAddress{
	position: absolute;
	z-index: 1105;
	background-color: #ffffff;
	display: none;
}
#customerList div#editCustomer div#editEmail{
	position: absolute;
	z-index: 1105;
	background-color: #ffffff;
	display: none;
}
#customerList div#editCustomer div#newEmail{
	position: absolute;
	z-index: 1105;
	background-color: #ffffff;
	display: none;
}
#customerList div#editCustomer div#editPhone{
	position: absolute;
	z-index: 1105;
	background-color: #ffffff;
	display: none;
}
#customerList div#editCustomer div#newPhone{
	position: absolute;
	z-index: 1105;
	background-color: #ffffff;
	display: none;
}
#invoicesList div#newInvoice{
	position: absolute;
	z-index: 920;
	background-color: #ffffff;
	display: none;
}
#viewInvoice{
	position: absolute;
	z-index: 1050;
	background-color: #ffffff;
	display: none;
}
#invoicesList div#editInvoice{
	position: absolute;
	z-index: 920;
	background-color: #ffffff;
	display: none;
}
#invoicesList div#updateLocation {
	position: absolute;
	z-index: 920;
	background-color: #ffffff;
	display: none;
}
#newLocation {
	position: absolute;
	z-index: 1050;
	background-color: #ffffff;
	display: none;
}
#invoicesList div#paymentList {
	position: absolute;
	z-index: 920;
	background-color: #ffffff;
	display: none;
}
#newPayment {
	position: absolute;
	z-index: 1050;
	background-color: #ffffff;
	display: none;
}
div.listDiv {
	z-index: 970;
	position: absolute;
	background-color: #ffffff;
}
div.feedback {
	display: none;
}
div.feedback div.error {
	border: 1px solid #d69090;
	background-color: #fee1de;
}
#images .image {
	float: left;
	width: 170px;
	height: 200px;
	position: relative;
}
#images, #otherDocs, #upload {
	clear: both;
}
.ac_results {
	z-index: 2000;
	display: block;
	background-color: #ffffff;
}
.list a.view, .list a.edit, .list a.remove, .list a.viewInvoice, .list a.editInvoice, .list a.removeInvoice, .list a.pay, .list a.updateInformation, .list a.change, .list a.perm, .list a.inv, .list a.viewCargo, #viewCustomer ul.act li a, .image a.remove {
	font-size: 11px;
	font-family: Arial;
	padding: 4px 6px;
	background-image: url('../images/bg1.jpg');
	color: #000000;
	text-decoration: none;
	border: 1px solid #b9d6e2;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	margin: 0;
}
.list a.view:hover, .list a.edit:hover, .list a.remove:hover, .list a.viewInvoice:hover, .list a.editInvoice:hover, .list a.removeInvoice:hover, .list a.pay:hover, .list a.updateInformation:hover, .list a.change:hover, .list a.perm:hover, .list a.inv:hover, .list a.viewCargo:hover, #viewCustomer ul.act li a:hover, .image a.remove:hover {
	background-image: url('../images/bg1_up.jpg');
}
.list a.remove, .list a.removeInvoice, .image a.remove {
	color: #de3b3b;
}
.image a.remove {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.pageDiv {
	color: #6d6d6d;
	font-size: 13px;
	font-family: Arial;
	float: right;
	margin-right: 15px;
	margin-top: 10px;
}
.pageSpan {
	font-weight: bold;
}
#sale_date {
	width: 55px;
}
.list a.viewCargo {
	width: 100px;
}
ul.act {
	margin: 0;
	margin-top: 5px;
	display: inline-block;
}
ul.act li {
	list-style: none;
	float: left;
}
.list ul.act li a {
	border-left: none;
}
.list ul.act li:first-child a, #viewCustomer ul.act li a {
	border-left: 1px solid #b9d6e2;
}
.sysMenu #menu {
	height: 36px;
}
.sysMenu #menu ul {
	height: 36px;
}
.sysMenu #menu ul li {
	height: 36px;
}
.sysMenu #menu ul li a {
	padding: 9px 12px;
}
#wrapper .sys {
	box-shadow: none;
	-moz-box-shadow: none;
}
#sysWrapper {
	box-shadow: 0 0 6px #00222f;
	-moz-box-shadow: 0 0 6px #00222f;
}
input.filteri, select.filteri {
	background-image: url('../images/inputbg.jpg') !important;
	border: none !important;
	height: 20px;
	width: 118px;
	font-family: Arial;
}
input.filteri.filter_short {
	background-image: url('../images/inputbgshort.jpg') !important;
	width: 98px !important;
}
.filterInput {
	float: left;
	margin-left: 11px;
	font-family: Arial;
	margin-bottom: 4px;
}
.filterText {
	color: #6d6d6d;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.newBtn {
	margin-left: 12px;
}
.filterBtn {
	height: 29px !important;
	width: 58px !important;
	background-image: url('../images/btn.jpg') !important;
	background-repeat: no-repeat !important;
	border: none !important;
	padding: 7px 16px !important;
	font-size: 12px !important;
	font-family: Arial !important;
	font-weight: bold !important;
	color: #ffffff !important;
}
.filterBtn:hover {
	color: #dce7ed !important;
}
.cancelBtn {
	padding: 7px 10px !important;
}
a.next {
	background: url('../images/frw_btn.jpg') no-repeat 0 0;
	text-indent: -9999px;
	width: 30px;
	height: 29px;
	display: block;
	float: left;
}
a.next:hover {
	background: url('../images/frw_btn_over.jpg') no-repeat 0 0;
}
a.previous {
	background: url('../images/back_btn.jpg') no-repeat 0 0;
	text-indent: -9999px;
	width: 30px;
	height: 29px;
	display: block;
	float: left;
}
a.previous:hover {
	background: url('../images/back_btn_over.jpg') no-repeat 0 0;
}
.pageNr {
	float: left;
	margin-right: 10px;
	padding-top: 3px;
}
#dologin input[type=text].sysLogin, #dologin input[type=password].sysLogin {
	background-color: #137ca8;
	border: 1px solid #50b9f1;
	background-image: none;
	color: #ffffff;
	margin-bottom: 10px;
}
#sysLogin {
	cursor: pointer; 
	border: none; 
	background: none; 
	color: #ffffff; 
	font-size: 12px; 
	font-weight: bold;
}
#sysLogin:hover {
	text-decoration: underline; 
}






table.listInner {
	color: #000000;
	clear: both;
	background-color: #f6fcff;
	font-weight: bold;
}
table.listInner thead {
	background-color: #d9e7ed;
}
table.listInner thead td:hover {
	background-color: #c6d4db;
	cursor: pointer;
}
table.list thead td.desc {
	background-image: url('../images/sort_down_arrow.png');
	background-position-y: 16px;
	background-position-x: right;
	background-repeat: no-repeat;
}
table.listInner thead td.asc {
	background-image: url('../images/sort_up_arrow.png');
	background-position-y: 12px;
	background-position-x: right;
	background-repeat: no-repeat;
}
table.listInner td {
	border: 1px inset #f6fcff;
	font-size: 11px;
	font-family: Arial;
	padding: 0 10px;
	padding-right: 4px;
	height: 36px;
	max-height: 36px;
	vertical-align: middle;
}
table.listInner thead td {
	font-weight: bold;
}
table.listInner tbody tr:nth-child(odd), table.list tbody tr:nth-child(odd) td {
	background-color: #f6fcff;
}
table.listInner tbody tr:hover, table.list tbody td:hover td, table.list tbody tr:nth-child(odd):hover, table.list tbody tr:nth-child(odd):hover td {
	background-color: #fffbcf;
	border-top: 1px solid #e6de85;
	border-bottom: 1px solid #e6de85;
}
table.listInner input[type=text], table.listInner input[type=password], table.listInner textarea {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	border: 1px solid #087cab;
	background-color: #ffffff;
	width: 300px;
	height: 22px;
}
table.listInner textarea {
	height: 150px;
}
.innerDiv {
	margin: 15px;
	background-color: #f6fcff !important;
	border: 1px solid #d3e5ee;
	padding: 15px;
}
.listInner a.remove {
	font-size: 11px;
	font-family: Arial;
	padding: 4px 6px;
	background-image: url('../images/bg1.jpg');
	color: #de3b3b;
	text-decoration: none;
	border: 1px solid #b9d6e2;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	margin: 0;
}
.listInner a.remove:hover {
	background-image: url('../images/bg1_up.jpg');
}
.sysMenu #menu ul li a.current {
	background-color: #013c51;
}
.floatingHeader {
	position: fixed;
	top: 0;
	visibility: hidden;
}
.filterMain {
	background-color: #ffffff;
	width: 968px;
}
#swfupload-control p{ margin:10px 5px; font-size:0.9em; }
#swfupload-control #log{ margin:0; padding:0; width:500px;}
#swfupload-control #log li{ list-style-position:inside; margin:2px; border:1px solid #ccc; padding:10px; font-size:12px; 
	font-family:Arial, Helvetica, sans-serif; color:#333; background:#fff; position:relative;}
#swfupload-control #log li .progressbar{ border:1px solid #333; height:5px; background:#fff; }
#swfupload-control #log li .progress{ background:#999; width:0%; height:5px; }
#swfupload-control #log li p{ margin:0; line-height:18px; }
#swfupload-control #log li.success{ border:1px solid #339933; background:#ccf9b9; }
#swfupload-control #log li span.cancel{ position:absolute; top:5px; right:5px; width:20px; height:20px; 
	background:url('../js/swfupload/cancel.png') no-repeat; cursor:pointer; }