/*
 * Login Form
 */
table.login_form {
  border: 1px solid #006699;
  border-collapse: collapse;
  color: #000000;
  margin-bottom: 30px;
}
table.login_form caption {
  background-color: #006699;
  border: 1px solid #006699;
  border-bottom-width: 0;
  color: white;
  font-weight: bold;
  padding: 4px 8px;
}
table.login_form tr {
  vertical-align: top;
}
table.login_form th {
  color: #006699;
  padding: 4px 8px 10px 8px;
}
table.login_form td {
  color: #006699;
  padding: 4px 8px;
}
.login_form_input {
  border: 1px solid #aaaaaa;
  color: #000000;
  margin: 0px;
}
.login_form_80_button {
  background-color: #eeeeee;
  color: #000000;
  font-weight: bold;
  margin: 20px 0 10px 0;
  width: 75px;
}
.login_form_100_button {
  background-color: #eeeeee;
  color: #000000;
  font-weight: bold;
  margin: 20px 0 10px 0;
  width: 100px;
}
.login_form_120_button {
  background-color: #eeeeee;
  color: #000000;
  font-weight: bold;
  margin: 20px 0 10px 0;
  width: 150px;
}
.login_form_150_button {
  background-color: #eeeeee;
  color: #000000;
  font-weight: bold;
  margin: 20px 0 10px 0;
  width: 150px;
}

/*
 * Single Datagrid 1
 */
table.single_datagrid_form_1 {
  border: 1px solid #aaaaaa;
  border-collapse: collapse;
  color: #000000;
  margin-bottom: 30px;
}
table.single_datagrid_form_1 caption {
  background-color: #f2f2f2;
  border: 1px solid #aaaaaa;
  border-bottom-width: 0;
  font-weight: bold;
  padding: 4px;
}
table.single_datagrid_form_1 tr {
  vertical-align: top;
}
table.single_datagrid_form_1 th, table.single_datagrid_form_1 td {
  padding: 4px 8px;
}
tr.single_datagrid_form_1_odd {
  background-color: #ffffff;
}
tr.single_datagrid_form_1_even {
  background-color: #e0fff0;
}
.single_datagrid_form_input {
  border: 1px solid #aaaaaa;
  color: #000000;
  margin: 0px;
}
.single_datagrid_form_80_button {
  background-color: #eeeeee;
  color: #000000;
  font-weight: bold;
  margin: 20px 0 10px 0;
  width: 80px;
}
.single_datagrid_form_100_button {
  background-color: #eeeeee;
  color: #000000;
  font-weight: bold;
  margin: 20px 0 10px 0;
  width: 100px;
}
.single_datagrid_form_120_button {
  background-color: #eeeeee;
  color: #000000;
  font-weight: bold;
  margin: 20px 0 10px 0;
  width: 120px;
}
.single_datagrid_form_150_button {
  background-color: #eeeeee;
  color: #000000;
  font-weight: bold;
  margin: 20px 0 10px 0;
  width: 150px;
}
.single_datagrid_form_180_button {
  background-color: #eeeeee;
  color: #000000;
  font-weight: bold;
  margin: 20px 0 10px 0;
  width: 180px;
}
.single_datagrid_form_200_button {
  background-color: #eeeeee;
  color: #000000;
  font-weight: bold;
  margin: 20px 0 10px 0;
  width: 200px;
}

/*
 * Multiply Datagrid 1
 */
table.multi_datagrid_form_1 {
  border: 1px solid #aaaaaa;
  border-collapse: collapse;
  color: #000000;
  margin-bottom: 30px;
}
table.multi_datagrid_form_1 caption {
  background-color: #f2f2f2;
  border: 1px solid #aaaaaa;
  border-bottom-width: 0;
  font-weight: bold;
  padding: 4px;
}
table.multi_datagrid_form_1 tr {
  vertical-align: top;
}
table.multi_datagrid_form_1 th {
  background-color: #f2f2f2;
  border: 1px solid #aaaaaa;
  padding: 4px 8px;
}
table.multi_datagrid_form_1 td {
  border: 1px solid #aaaaaa;
  padding: 4px 8px;
  word-wrap: break-word;
}
tr.multi_datagrid_form_1_odd {
  background-color: #ffffff;
}
tr.multi_datagrid_form_1_even {
  background-color: #e0fff0;
}

/*
 * Multiply Datagrid 2
 */
table.multi_datagrid_form_2 {
  border: 1px solid #aaaaaa;
  border-collapse: collapse;
  color: #000000;
}
table.multi_datagrid_form_2 caption {
  background-color: #f2f2f2;
  border: 1px solid #aaaaaa;
  border-bottom-width: 0;
  font-weight: bold;
  padding: 4px;
}
table.multi_datagrid_form_2 tr {
  vertical-align: top;
}
table.multi_datagrid_form_2 th {
  background-color: #f2f2f2;
  border: 1px solid #aaaaaa;
  padding: 4px 8px;
}
table.multi_datagrid_form_2 td {
  border: 1px solid #aaaaaa;
  padding: 4px 8px;
}
tr.multi_datagrid_form_2_odd {
  background-color: #ffffff;
}
tr.multi_datagrid_form_2_even {
  background-color: #e0fff0;
}
.multi_datagrid_form_80_button {
  background-color: #eeeeee;
  color: #000000;
  font-weight: bold;
  margin: 10px 0 20px 0;
  width: 80px;
}
.multi_datagrid_form_100_button {
  background-color: #eeeeee;
  color: #000000;
  font-weight: bold;
  margin: 10px 0 20px 0;
  width: 100px;
}
.multi_datagrid_form_120_button {
  background-color: #eeeeee;
  color: #000000;
  font-weight: bold;
  margin: 10px 0 20px 0;
  width: 120px;
}
.multi_datagrid_form_150_button {
  background-color: #eeeeee;
  color: #000000;
  font-weight: bold;
  margin: 10px 0 20px 0;
  width: 150px;
}
.multi_datagrid_form_180_button {
  background-color: #eeeeee;
  color: #000000;
  font-weight: bold;
  margin: 10px 0 20px 0;
  width: 180px;
}
.multi_datagrid_form_200_button {
  background-color: #eeeeee;
  color: #000000;
  font-weight: bold;
  margin: 10px 0 20px 0;
  width: 200px;
}
.multi_datagrid_form_250_button {
  background-color: #eeeeee;
  color: #000000;
  font-weight: bold;
  margin: 10px 0 20px 0;
  width: 250px;
}
.multi_datagrid_form_300_button {
  background-color: #eeeeee;
  color: #000000;
  font-weight: bold;
  margin: 10px 0 20px 0;
  width: 300px;
}

/*
 * Posting Form 1
 */
table.posting_form_1 {
  border: 1px solid #aaaaaa;
  border-collapse: collapse;
}
table.posting_form_1 caption {
  background-color: #f2f2f2;
  border: 1px solid #aaaaaa;
  border-bottom-width: 0;
  font-weight: bold;
  padding: 4px 8px;
}
table.posting_form_1 td {
  border-bottom: 1px solid #aaaaaa;
}
table.posting_form_1_dtl {
}
table.posting_form_1_dtl tr {
  vertical-align: top;
}
table.posting_form_1_dtl td {
  border: 0;
  padding: 0;
}
table.posting_form_1_left {
  border-right: 1px solid #aaaaaa;
}
table.posting_form_1_left_dtl {
  border: 0;
}
table.posting_form_1_left_dtl th, table.posting_form_1_left_dtl td {
  padding: 4px 8px;
}
table.posting_form_1_right {
  border: 0;
}
table.posting_form_1_right td {
  padding: 0;
}
table.posting_form_1_right_dtl {
  border: 0;
}
table.posting_form_1_right_dtl th, table.posting_form_1_right_dtl td {
  padding: 4px 8px;
}
table.posting_form_1_hdr {
  border: 0;
}
table.posting_form_1_hdr th, table.posting_form_1_hdr td {
  padding: 4px 8px;
}
table.posting_form_1_ftr {
  border: 0;
}
table.posting_form_1_ftr th, table.posting_form_1_ftr td {
  padding: 4px 8px;
}
table.posting_form_1_custom {
  border-right: 1px solid #aaaaaa;
  background-color: #eeddee;
}
table.posting_form_1_custom td {
  border: 0;
  padding: 0;
}
table.posting_form_1_custom_dtl {

}
table.posting_form_1_custom_dtl tr {
  vertical-align: top;
}
table.posting_form_1_custom_dtl td {
  padding: 4px 8px;
}
table.posting_form_1_custom_hdr {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}
table.posting_form_1_custom_hdr td {
  padding: 4px 8px;
}
table.posting_form_1_custom_data {
}
table.posting_form_1_custom_data td {
  padding: 4px 8px;
}

/*
 * For Promotion Message
 */
table.promoMsg1 {
}
table.promoMsg1 td {
  padding-bottom: 20px;
  text-align: justify;
}
td.promoMsg1 {
  color: blue;
  text-align: justify;
}
td.promoMsgH1 {
  color: #432683;
  font-size: 100%;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: justify;
}

table.promoMsg2 {
  border: 1px solid #aaaaaa;
  padding: 5px;
  margin-bottom: 20px;
}
table.promoMsg2 caption {
  color: blue;
  text-align: left;
  padding-bottom: 4px;
}
table.promoMsg2 th {
  background-color: #f2f2f2;
  border: 1px solid #aaaaaa;
  padding: 4px 8px;
}
table.promoMsg2 td {
  padding: 4px 8px;
}
td.promoMsg21 {
  text-align: center;
  text-decoration: line-through;
  border-left: 1px solid #aaaaaa;
}
td.promoMsg22 {
  text-align: justify;
  font-weight: bold;
  border-left: 1px solid #aaaaaa;
}
td.promoMsg23 {
  text-align: center;
  font-size: 95%;
  font-weight: bold;
  border-left: 1px solid #aaaaaa;
}

table.promoMsg3 {
  border: 1px solid #aaaaaa;
  padding: 5px;
  margin-bottom: 20px;
  table-layout: fixed;
}
table.promoMsg3 caption {
  color: #432683;
  font-size: 100%;
  font-weight: bold;
  padding-bottom: 4px;
}
table.promoMsg3 th {
  background-color: #f2f2f2;
  border: 1px solid #aaaaaa;
  padding: 4px 8px;
}
table.promoMsg3 td {
  padding: 4px 8px;
  border: 1px solid #aaaaaa;
  text-align: center;
  vertical-align:top;
}


/*
 * FreightPlus Printing
 */
table.prnAWbill {
  border-collapse: collapse;
  color: #000000;
  font-family: arial, helvetica, sans-serif, verdana;
  font-size: 9px;
  table-layout: fixed;
}
table.prnAWbill td {
  padding: 0px 0px;
}

table.prnAWbill1 {
  border-collapse: collapse;
  color: #000000;
  font-family: arial, helvetica, sans-serif, verdana;
  font-size: 9px;
}
table.prnAWbill1 td {
  padding: 0px 0px;
}

table.prnAWbill2 {
  border-collapse: collapse;
  color: #000000;
  font-family: arial, helvetica, sans-serif, verdana;
  font-size: 10px;
  table-layout: fixed;
}
table.prnAWbill2 td {
  padding: 0px 0px;
}

table.prnAWbill3 {
  border-collapse: collapse;
  color: #000000;
  font-family: arial, helvetica, sans-serif, verdana;
  font-size: 10px;
}
table.prnAWbill3 td {
  padding: 0px 0px;
}

table.prnAWbillTC {
  border-collapse: collapse;
  color: #000000;
  font-family: arial, helvetica, sans-serif, verdana;
  font-size: 8px;
  table-layout: fixed;
}
table.prnAWbillTC td {
  padding: 1px 0px;
}

td.pos {
  font-size: 7px;
}

table.prnAWbillDtl {
  border-collapse: collapse;
  color: #000000;
  font-family: arial, helvetica, sans-serif, verdana;
  font-size: 9px;
  table-layout: fixed;
}
table.prnAWbillDtl th {
  border: 1px solid black;
  padding: 1px 1px;
  text-decoration: underline;
}
table.prnAWbillDtl td {
  border-left: 1px solid black;
  border-right: 1px solid black;
  padding: 1px 1px;
}

table.prnAWbillDtl2 {
  border-collapse: collapse;
  color: #000000;
  font-family: arial, helvetica, sans-serif, verdana;
  table-layout: fixed;
}
table.prnAWbillDtl2 th {
  border: 1px solid black;
  font-size: 9px;
  padding: 1px 1px;
  text-decoration: none;
}
table.prnAWbillDtl2 td {
  border-left: 1px solid black;
  border-right: 1px solid black;
  font-size: 9px;
  padding: 1px 1px;
}

td.vatNo {
  border: 1px solid black;
  color: #000000;
  font-family: arial, helvetica, sans-serif, verdana;
  font-size: 11px;
  text-align: center;
  width: 12px;
}
td.acNo {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
}
td.acNo2 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
}
td.csgnNo {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 3px;
}
td.itemNo {
  font-size: 13px;
  font-weight: bold;
}
td.bottomLine {
  border-bottom: 1px solid black;
}
td.leftLine {
  border-left: 1px solid black;
}
td.rightLine {
  border-right: 1px solid black;
}
td.topLine {
  border-top: 1px solid black;
}
td.noLine {
  border: 0px;
}
td.allLine {
  border: 1px solid black;
}
td.copyName {
  font-size: 10px;
  font-weight: bold;
  text-align: right;
}
td.copyName2 {
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}
td.pos {
  font-size: 7px;
}

table.chargeableSummary {
  border-collapse: collapse;
  color: #000000;
  font-family: arial, helvetica, sans-serif, verdana;
  font-size: 12px;
  table-layout: fixed;
}
table.chargeableSummary th {
  background-color: #f2f2f2;
  border: 1px solid #aaaaaa;
  padding: 4px 8px;
}
table.chargeableSummary td {
  border: 1px solid #aaaaaa;
  padding: 4px 8px;
}

/*
 * Service Feature for Supreme Service
 */
table.serv_feature_1 {
  border: 0px solid #aaaaaa;
  border-collapse: collapse;
  color: #000000;
  margin-bottom: 20px;
}
table.serv_feature_1 caption {
  background-color: #f2f2f2;
  border: 1px solid #aaaaaa;
  border-bottom: 0px solid #aaaaaa;
  font-weight: bold;
  padding: 4px;
}
table.serv_feature_1 tr {
  vertical-align: top;
}
table.serv_feature_1 th, table.serv_feature_1 td {
  padding: 0px 0px;
}

table.serv_feature_2 {
  border: 0px solid #aaaaaa;
  border-collapse: collapse;
  color: #000000;
  margin-bottom: 30px;
}
table.serv_feature_2 caption {
  background-color: #f2f2f2;
  border: 1px solid #aaaaaa;
  font-weight: bold;
  padding: 4px;
}
table.serv_feature_2 tr {
  vertical-align: top;
}
table.serv_feature_2 th, table.serv_feature_1 td {
  padding: 2px 4px;
}
