.header {
    font-family: Arial, Helvetica, sans-serif;
    font-size:large;
    font-weight:600;
}

.subheader {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.basic {
	font-family:Arial, Helvetica, sans-serif;
	font-size:smaller;
	font-weight:600;
}

.basic_thin {
    FONT-SIZE: 10px;
}

.divider {
    background:darkgray;
}

.failure {
    color: red;
    font-weight:bold;
    text-align:center;
}

.success {
    color: green;
    font-weight:bold;
    text-align:center;
}

.note {
    font-size: smaller;
    color: cadetblue;
}

.list-column-center {
  text-align: center;
}

.list-column-left {
  text-align: left;
}

.list-column-right {
  text-align: right;
}

.list-header {
  background-color: #A5A5A5;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}

.list-row-even {
}

.list-row-odd {
  background-color: #F0F0F0;
}

.store_head {
    COLOR: #009933;
    FONT-SIZE: 14px;
    font-weight: bold;
}

.store_descr {
    FONT-SIZE: 10px;
    font-weight:bold;
}

.store_total {
    COLOR: red;
    FONT-SIZE: 14px;
    text-align:center;
}

.store_col0 {
    width:20px;
    FONT-SIZE: 10px;
    text-align: center;
}

.store_col1 {
    width:400px;
    FONT-SIZE: 10px;
    text-align: left;
}

.store_col2 {
    width: 50px;
    FONT-SIZE: 10px;
    text-align: right;
}

.store_col3 {
    width: 150px;
    FONT-SIZE: 10px;
    text-align: center;
}

.cart_header {
    background-color: #284968;
}

.cart_footer {
    background-color: #284968;
    color:white;
}

.checkout_col0 {
    width: 60%;
    text-align: left;
    FONT-SIZE: 10px;
}

.checkout_col1 {
    text-align: right;
    width: 15%;
    FONT-SIZE: 10px;
}

.checkout_col2 {
    text-align: right;
    width: 10%;
    FONT-SIZE: 10px;
}

.checkout_col3 {
    text-align: right;
    width: 15%;
    FONT-SIZE: 10px;
}

.cart_col2 {
    width: 70px;
    FONT-SIZE: 10px;
    text-align: center;
}

.cart_col3 {
    width: 70px;
    FONT-SIZE: 10px;
    text-align: center;
}

.cart_col0 {
    width: 70px;
    FONT-SIZE: 10px;
    text-align: center;
}

.cart_col1 {
    width: 400px;
    FONT-SIZE: 10px;
    text-align: left;
}

.cart_col2 {
    FONT-SIZE: 10px;
    text-align: right;
}

.cart_col3 {
    text-align: center;
}

.store_col11 {
    width: 50%;
    FONT-SIZE: 10px;
    text-align: left;
}

.store_col12 {
    width: 15%;
    FONT-SIZE: 10px;
    text-align: center;
}

.history_col1 {
    width: 45%;
    text-align: left;
}
.history_col2 {
    width: 7%;
    text-align: center;
}
.history_col3 {
    width: 25%;
    text-align: center;
}
.history_col4 {
    width: 8%;
    text-align: center;
}
.history_col5 {
    width: 15%;
    text-align: center;
}

.adm_hist_col0 {
    width: 2%;
    text-align: center;
}
.adm_hist_col1 {
    width: 8%;
}
.adm_hist_col2 {
    width: 15%;
}
.adm_hist_col3 {
    width: 25%;
}
.adm_hist_col4 {
    width: 10%;
    text-align: center;
}
.adm_hist_col5 {
    width: 5%;
    text-align: center;
}
.adm_hist_col6 {
    width: 5%;
    text-align: center;
}

.menuleft {
    text-align:left;
}

.tab_selected {
    font-weight: bold;
    background-color: #6e9173;
    text-align:center;
    BORDER: #333333 2px solid;
}

.tab_plain {
    text-align:center;
    BORDER: #333333 1px solid;
}

.tab_panel {
    border-top: #fafafa 1px solid;
    /*border-bottom: black 2px outset;*/
    /*border-left: black 2px outset;*/
    /*border-right: black 2px outset;*/
    background-color:#fafafa;
    padding: 5px;
}

.searchPane {
    width:60%;
    background:#DDEDE2;
    border:1px solid #5E8162;
    padding: 5px;
}

.left_tab_selected {
    font-weight: bold;
    background-color: #fafafa;
    text-align:left;
    border-bottom: #333333 2px solid;
    BORDER-TOP: #333333 2px solid;
    BORDER-LEFT: #333333 2px solid;
}

.left_tab_plain {
    text-align:left;
    BORDER-RIGHT: #333333 0 solid;
    BORDER-TOP: #333333 0 solid;
    BORDER-LEFT: #333333 1px solid;
    border-bottom: #333333 1px solid;
}

.selected_hover {
    text-align: center;
    font-weight: bold;
    background-color: #6e9173;
    BORDER: #333333 2px solid;
}

.selected_plain_hover {
    background-color: #ABBBB0;
    text-align: center;
    BORDER: #333333 1px solid;
}

.admin_rep_col0 {
    width: 2%;
    text-align: center;
}

.admin_rep_col1 {
    width: 50%;
    text-align: left;
}

.admin_rep_col2 {
    width: 10%;
    text-align: center;
}

.admin_rep_col3 {
    width: 10%;
    text-align: right;
}

.admin_rep_col4 {
    width: 10%;
    text-align: right;
}

.column_checkbox {
    text-align: center;
    width: 10px;
}

.list-column-center2 {
  text-align: left;
  width:250px;
}
