/*
  Author: Maurizio Feletto - Milano - Italy 
*/

body {
  font-family: 'Lucida Grande',Geneva,Verdana,Arial,Helvetica,FreeSans,Nimbus Sans L,sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 10px;
  color: black;  
  background: white;
  text-align: center;
}
body.container {
  font-family: 'Lucida Grande',Geneva,Verdana,Arial,Helvetica,FreeSans,Nimbus Sans L,sans-serif;
  font-size: 11px;
  color: black;
  margin: auto;
  margin-top: 4px;
  background: #888888;
}

#page-container {
  width: 760px;
  height: 550px;
  margin: auto;
  background-color: white;
}
#page-container-wide {
  width: 100%;
  height: 500px;
  margin: auto;
  background-color: white;
}
#orders-wide {
  width: 100%;
  background-color: white;
}

#top {
  height: 65px;
  background-image: url(../images/header.jpg);
  background-color: #F9DA1D;
  background-position: top left;
  background-repeat: no-repeat;
  border-bottom: 1px solid #888888;
  text-align: right;
  vertical-align: top;
}
input.logout {
  margin: 10px;
  padding: 0px;
  width: 70px;
  font-size: 11px;
  line-height: 15px;
  color: black;
  background-color: #F9DA1D;
  vertical-align: baseline;
}
input.confirmLogin {
  margin: 0px;
  padding: 0px;
  width: 70px;
  font-size: 11px;
  line-height: 15px;
  color: black;
  background-color: #F9DA1D;
  vertical-align: baseline;
}
input.generic {
  margin: 0px;
  padding: 0px;
  width: 70px;
  font-size: 11px;
  line-height: 15px;
  color: black;
  background-color: #F9DA1D;
  vertical-align: baseline;
}


table.events {
  width: 760px;
}
table.events tr {
  height: 18px;
  background-color: white;
  cursor: arrow;
}
table.events tr:hover {
  background-color: #EEEEEE;
}
table.events th {
  font-size: 10px;
  color: #0303A2;
  background-color: #EEEEEE;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  cursor: pointer;
}
table.events th:hover {
  background-color: #DDDDDD;
}
table.events td {
  margin: 0px;
  padding: 0px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 10px;
  color: black;
  border-right: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
}

table.events-wide {
  width: 100%;
}
table.events-wide th {
  font-size: 10px;
  color: #0303A2;
  background-color: #EEEEEE;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
table.events-wide th.cancelled {
  font-size: 10px;
  color: white;
  background-color: red;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
table.events-wide tr {
  height: 16px;
  background-color: white;
}
table.events-wide td {
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  color: black;
  border-right: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
}
table.events-wide td.cancelledHeader {
  font-size: 14px;
  font-weight: bold;
  color: red;
}

table.events-wide-filter {
  width: 100%;
}
table.events-wide-filter th {
  font-size: 10px;
  color: white;
  background-color: #040BB3;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
table.events-wide-filter td {
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  color: white;
  background-color: #040BB3;
  padding-left: 5px;
  padding-right: 5px;
}


table.events_note {
  width: 760px;
}
table.events_note tr {
  height: 10px;
  background-color: white;
}
table.events_note td {
  font-size: 9px;
  color: red;
  background-color: #F5F5F5;
  border-bottom: 1px solid black;
}


/* Oggetti generici */
input.button {
  margin: 0px;
  padding: 0px;
  width: 70px;
  height: 20px;
  font-size: 11px;
  color: black;
}
input.text {
  margin: 0;
  padding: 0;
  border: 1px solid black;
  font-size: 10px;
  color: black;
}
input.modifyorder {
  margin: 0;
  padding: 0;
  border: 1px solid black;
  font-size: 10px;
  color: black;
  line-height: 12px;
  height: 14px;
  text-align: center;
  width: 96%;
}
input.cancelled {
  margin: 0;
  padding: 0;
  border: 1px solid black;
  font-size: 10px;
  color: black;
  text-align: center;
}
textarea.cancelled {
  width: 300px;
  font-size: 11px;
  color: black;
}
select.cancelled {
  height: 18px;
  font-size: 11px;
  color: black;
  border: 1px solid #888888;
  text-decoration: none;
  outline: 0px;
  width: 300px;
}
option.cancelled {
  height: 16px;
  border: 0px;
  text-decoration: none;
  outline: 0px;
}
select.combo {
  height: 18px;
  font-size: 11px;
  color: black;
  border: 1px solid #888888;
  text-decoration: none;
  outline: 0px;
}
option.option {
  height: 16px;
  border: 0px;
  text-decoration: none;
  outline: 0px;
}
a.column:link {
  text-decoration: none;
  color: blue;
}
a.column:visited {
  text-decoration: none;
  color: blue;
}
a.column:hover {
  color: red;
}

/* Login */
table.login {
  width: 760px;
  margin: 0;
  padding: 0;
}
input.login {
  width: 100px;
  height: 14px;
  font-size: 11px;
  color: black;
  background-color: #F2EED3;
  border: 1px solid #888888;
}


input.comment {
  width: 180px;
  height: 16px;
  font-size: 11px;
  color: black;
  background-color: #F2EED3;
  border: 0px solid black;
  text-decoration: none;
  outline: 0px;
}

select.status {
  width: 150px;
  height: 18px;
  font-size: 11px;
  color: black;
  border: 1px solid #888888;
  text-decoration: none;
  outline: 0px;
}
option.status {
  height: 16px;
  border: 0px;
  text-decoration: none;
  outline: 0px;
}

select.paymentmethod {
  width: 40px;
  height: 18px;
  font-size: 11px;
  color: black;
  border: 1px solid #888888;
  text-decoration: none;
  outline: 0px;
}
option.paymentmethod {
  height: 16px;
  border: 0px;
  text-decoration: none;
  outline: 0px;
}

select.carrier {
  width: 50px;
  height: 18px;
  font-size: 11px;
  color: black;
  border: 1px solid #888888;
  text-decoration: none;
  outline: 0px;
}
option.carrier {
  height: 16px;
  border: 0px;
  text-decoration: none;
  outline: 0px;
}

select.manufacturer {
  width: 140px;
  height: 18px;
  font-size: 11px;
  color: black;
  border: 1px solid #888888;
  text-decoration: none;
  outline: 0px;
}
option.manufacturer {
  height: 16px;
  border: 0px;
  text-decoration: none;
  outline: 0px;
}
select.manufacturer-short {
  width: 100px;
  height: 18px;
  font-size: 11px;
  color: black;
  border: 1px solid #888888;
  text-decoration: none;
  outline: 0px;
}
option.manufacturer-short {
  height: 16px;
  border: 0px;
  text-decoration: none;
  outline: 0px;
}

select.receiver {
  width: 253px;
  height: 18px;
  margin-bottom:1px;
  font-size: 11px;
  color: black;
  border: 1px solid #888888;
  text-decoration: none;
  outline: 0px;
  background-color: white;
}
option.receiver {
  height: 16px;
  border: 0px;
  text-decoration: none;
  outline: 0px;
  background-color: white;
}
select.receivercarrier {
  width: 353px;
  height: 18px;
  margin-bottom:1px;
  font-size: 11px;
  color: black;
  border: 1px solid #888888;
  text-decoration: none;
  outline: 0px;
  background-color: white;
}
option.receivercarrier {
  height: 16px;
  border: 0px;
  text-decoration: none;
  outline: 0px;
  background-color: white;
}

input.receiver {
  width: 250px;
  height: 15px;
  margin-bottom: 1px;
  padding-left: 1px;
  font-size: 11px;
  color: black;
  background-color: white;
  border: 1px solid #888888;
}
input.receivercarrier {
  width: 350px;
  height: 15px;
  margin-bottom: 1px;
  padding-left: 1px;
  font-size: 11px;
  color: black;
  background-color: white;
  border: 1px solid #888888;
}
input.receivercounter {
  width: 30px;
  height: 15px;
  margin-bottom: 1px;
  padding-left: 1px;
  font-size: 10px;
  color: black;
  background-color: white;
  border: 0px;
}
input.savereceiver {
  margin-top: 10px;
  width: 70px;
  height: 20px;
  font-size: 11px;
  color: black;
}
textarea.receiver {
  width: 250px;
  margin-bottom: 1px;
  padding-left: 1px;
  font-size: 11px;
  color: black;
  background-color: white;
  border: 1px solid #888888;
}
textarea.receivercarrier {
  width: 350px;
  margin-bottom: 1px;
  padding-left: 1px;
  font-size: 11px;
  color: black;
  background-color: white;
  border: 1px solid #888888;
}

select.filterstatus {
  width: 150px;
  height: 16px;
  font-size: 10px;
  color: black;
  border: 1px solid #888888;
  text-decoration: none;
  outline: 0px;
}
option.filterstatus {
  height: 16px;
  border: 0px;
  text-decoration: none;
  outline: 0px;
}

input.ldvcode {
  width: 80px;
  height: 14px;
  font-size: 11px;
  color: black;
  border: 1px solid #888888;
  text-decoration: none;
  outline: 0px;
}

input.delivery {
  width: 24px;
  height: 14px;
  font-size: 11px;
  color: black;
  border: 1px solid #888888;
  text-decoration: none;
  text-align: center;
  outline: 0px;
  background-color:#EEEEEE;
  cursor: pointer;
}

input.mailsent {
  width: 15px;
  height: 10px;
  font-size: 8px;
  text-align: left;
  vertical-align: text-top;
  color: black;
  border: 0px;
  text-decoration: none;
  outline: 0px;
  background-color: transparent;
}

/* Documenti */
table.order_document {
  width: 100%;
  text-align: left;
  font-size: 10px;
  border: 0px;
}

.sectiontableheader {
  font-weight: bold;
  background: #e0e0e0;
  padding: 4px;
  text-align: left;
}
.sectiontableheader th {
  font-weight: bold;
  font-size: 11px;
  background: #e0e0e0;
  padding: 2px;
  text-align: left;
 border: 1px solid black;
}
.sectiontableentry1 {
  background-color : #ffffff;
}
.sectiontableentry2 {
  background-color : #f0f0f0;
}
.sectiontablefooter {
 border: 1px solid black;
}

td.comment_title {
  margin: 10px;
  font-size: 14px;
  line-height:16px;
  color: black;
}
td.comment {
  margin: 10px;
  font-size: 12px;
  line-height:15px;
  color: black;
  text-align: justify;
}

input.upload {
  padding: 0;
  margin: 0;
  font-size: 10px;
  color: black;
  height: 18px;
  width: 40px;
  border: 1px solid red;
  background-color: white;
}

table.order_items {
  font-size: 11px;
  border-left: 1px solid black;
  border-top: 1px solid black;
}
table.order_items th {
  padding-left: 2px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  height: 16px;
  background-color: #EEEEEE;
  color: #0303A2;
}
table.order_items td {
  margin: 0px;
  padding-left: 2px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  color: black;
}

/* Menu Amministrazione */
table.menuadmin {
  font-family: 'Lucida Grande',Geneva,Verdana,Arial,Helvetica,FreeSans,Nimbus Sans L,sans-serif;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  color: black;  
  background: white;
}
table.menuadmin td.title {
  padding: 2px;
  background-color: red;
  color: white;
  font-weight: bold;
}
table.menuadmin a:link, a:visited {
  text-decoration: none;
  color: black;
}
table.menuadmin a:hover {
  color: blue;
}
select.editmanufacturer {
  width: 180px;
  height: 18px;
  font-size: 11px;
  color: black;
  text-decoration: none;
}
option.editmanufacturer {
  height: 16px;
  text-decoration: none;
}
input.manufacturer {
  width: 250px;
  height: 15px;
  margin-bottom: 1px;
  padding-left: 1px;
  font-size: 11px;
  color: black;
  background-color: white;
  border: 1px solid #888888;
}
input.savemanufacturer {
  margin-top: 10px;
  width: 70px;
  height: 20px;
  font-size: 11px;
  color: black;
}

select.editlogin {
  width: 240px;
  height: 18px;
  font-size: 11px;
  color: black;
  text-decoration: none;
  margin-bottom: 1px;
}
option.editlogin {
  height: 16px;
  text-decoration: none;
}
input.editlogin {
  width: 250px;
  height: 15px;
  padding-left: 1px;
  margin-bottom: 1px;
  font-size: 11px;
  color: black;
  background-color: white;
  border: 1px solid #888888;
}
input.savelogin {
  margin-top: 10px;
  width: 70px;
  height: 20px;
  font-size: 11px;
  color: black;
}
input.logincheckbox {
  margin: 0;
  padding: 0;
}

input.editmessage {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 10px;
  color: red;
}

/* Configurazione */
input.configuration {
  width: 250px;
  height: 15px;
  margin-bottom: 1px;
  padding-left: 1px;
  font-size: 11px;
  color: black;
  background-color: white;
  border: 1px solid #888888;
}
input.saveconfiguration {
  margin-top: 10px;
  width: 70px;
  height: 20px;
  font-size: 11px;
  color: black;
}
input.editconfiguration {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 10px;
  color: red;
}

/* Statistiche periodo contabilita' */
select.rangemonth {
  width: 80px;
  height: 18px;
  font-size: 11px;
  color: black;
  border: 1px solid #AAAAAA;
  text-decoration: none;
  outline: 0px;
}
option.rangemonth {
  border: 0px;
  text-decoration: none;
  outline: 0px;
}
select.rangeyear {
  width: 50px;
  height: 18px;
  font-size: 11px;
  color: black;
  border: 1px solid #AAAAAA;
  text-decoration: none;
  outline: 0px;
}
option.rangeyear {
  border: 0px;
  text-decoration: none;
  outline: 0px;
}
input.rangeupdate {
  font-size: 11px;
  color: black;
  height: 20px;
  line-height: 11px;
}
div.rangediv {
  text-align: right;
  margin-top: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
td.month {
  font-family: 'Lucida Grande',Geneva,Verdana,Arial,Helvetica,FreeSans,Nimbus Sans L,sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  color: blue;
}

/* Gestione stati associati */
select.countriesGroup {
  width: 100px;
  height: 18px;
  font-size: 11px;
  color: black;
  border: 1px solid #AAAAAA;
  text-decoration: none;
  outline: 0px;
}
select.countries {
  width: 200px;
  height: 200px;
  font-size: 11px;
  color: black;
  border: 1px solid #AAAAAA;
  text-decoration: none;
  outline: 0px;
}
option.countries {
  border: 0px;
  text-decoration: none;
  outline: 0px;
}
input.countries {
  font-size: 11px;
  color: black;
  height: 20px;
  line-height: 11px;
}

/* Statistiche vendite */
table.incomes {
  font-family: 'Lucida Grande',Geneva,Verdana,Arial,Helvetica,FreeSans,Nimbus Sans L,sans-serif;
  font-size: 9px;
  line-height: 12px;
  text-align: left;
  color: black;  
  background: white;
  margin-top: 5px;
  border-left: 1px solid #888888;
}
table.incomes td.incomes {
  background-color: #AAAAAA;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 4px;
  border-top: 1px solid #888888;
  border-right: 1px solid #888888;
  border-bottom: 1px solid #888888;
}
table.incomes td.incomescell {
  text-align: center;
  padding: 2px;
  border-bottom: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
  background-color: white;
}
table.incomes td.incometotaltop {
  text-align: center;
  padding: 2px;
  font-weight: bold;
  line-height: 16px;
  background-color: #EEEEEE;
  border-top: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
}
table.incomes td.incometotalmid {
  text-align: center;
  padding: 2px;
  font-weight: bold;
  line-height: 16px;
  background-color: #EEEEEE;
  border-right: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
}
table.incomes td.incometotalbottom {
  text-align: center;
  border-top: 1px solid #AAAAAA;
  padding: 2px;
  font-weight: bold;
  line-height: 16px;
  background-color: #EEEEEE;
  border-top: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
  border-bottom: 2px solid #AAAAAA;
}

/* Statistiche pagamenti */
table.manufpayments {
  font-family: 'Lucida Grande',Geneva,Verdana,Arial,Helvetica,FreeSans,Nimbus Sans L,sans-serif;
  font-size: 11px;
  line-height: 16px;
  text-align: left;
  color: black;  
  background: white;
  margin-top: 5px;
  border-top: 1px solid #888888;
  border-left: 1px solid #888888;
}
table.manufpayments td.manufhead {
  text-align: center;
  background-color: #EEEEEE;
  padding: 5px;
  line-height: 16px;
  font-weight: bold;
  border-right: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
}
table.manufpayments td.manuffooter {
  text-align: center;
  background-color: #EEEEEE;
  padding: 5px;
  line-height: 16px;
  font-weight: bold;
  border-top: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
  border-bottom: 2px solid #AAAAAA;
}
table.manufpayments td.manufacturers {
  text-align: center;
  padding: 5px;
  line-height: 16px;
  border-right: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
}
table.manufpayments td.carriers {
  text-align: center;
  padding: 5px;
  line-height: 16px;
  border-right: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
}

/* Overlay */
#modalOverlay {
  background-color: black; 
  cursor: wait;
}

/* Container */
#modalContainer {
  height: 500px; 
  width: 700px; 
  left: 50%; 
  top: 3%; 
  margin-left: -350px; 
  background-color: #fff; 
  border: 3px solid #ccc;
  overflow: none;
}
#modalContainer a.modalCloseImg {
  background: url(../images/xclose.gif) no-repeat; 
  width: 25px; 
  height: 29px; 
  display: inline; 
  z-index: 3200; 
  position: absolute; 
  top: -15px; 
  right: -18px; 
  cursor: pointer;
}
#modalContainer #note {
  padding: 8px;
}

/* Mail */
td.boxtitle {
  height: 25px;
  padding-bottom: 2px;
  font-size: 11px;
  color: black;
  font-weight: bold;
  font-style: italic;
  vertical-align: bottom;
}
td.boxmessage {
  width: 100%;
  height: 30px;
  font-size: 11px;
  color: black;
  font-weight: bold;
  border: 1px solid red;
  background-color: #EEEEEE;
}
textarea.textbody {
  width: 600px;
  font-size: 11px;
  color: black;
}
textarea.htmlbody {
  width: 600px;
  height: 300px;
  font-size: 11px;
  color: black;
}
