﻿/************************************
body style, main part common
************************************/
html, body {
    margin: 0px auto;
    padding: 0px;
    height: 100%;
    border: none;
    font-weight: normal;
    font-size: 11px;
    color: #333;
    font-style: normal;
    font-family: verdana;
}

span {
    font-size: inherit;
}

/************************************
input style
************************************/
hr {
    border-top: solid 1px #ccc;
}

input {
    font-weight: normal;
    font-size: 11px;
    font-style: normal;
    font-family: verdana;
    padding: 3px;
    border: solid 1px #ccc;
}

select {
    font-weight: normal;
    font-size: 11px;
    font-style: normal;
    font-family: verdana;
    border: solid 1px #ccc;
    height: 22px;
    border-radius: 3px;
}

textarea {
    padding: 3px;
    border: solid 1px #ccc;
    font-weight: normal;
    font-size: 11px;
    font-style: normal;
    font-family: verdana;
    border-radius: 3px;
}

input[type=submit], input[type=button], button {
    padding: 4px;
    border: 1px solid rgba(0,0,0,.25);
    border-radius: 3px;
}

::placeholder {
    font-size: 10px;
    color: #aaa;
}

.alg_r {
    text-align: right;
}

.i-text {
    text-align: left;
}

.i-text-none {
    border: 0px;
    padding: 1px;
}

.i-number {
    text-align: right;
}

.i-number-none {
    border: 0px;
    padding: 1px;
    text-align: right;
}

.input_hl {
    text-align: right;
    background-color: #ffffcc;
}

.button-login {
    font-size: 18px;
    font-weight: bold;
}

    .button-login:hover {
        font-size: 18px;
        font-weight: bold;
        background-color: #ccc;
    }

/************************************
table style
************************************/
table, tr, td, span, div {
    font-weight: normal;
    font-size: 11px;
    font-style: normal;
    font-family: verdana;
}

.tbl-collapse {
    border-collapse: collapse;
    border-style: dotted;
    border-color: #ccc;
}

.tbl-collapse-white {
    border-collapse: collapse;
    border-color: #fff;
}

.td-line {
    font: 10px verdana;
    border-top: 1px;
    border-bottom: 1px dotted #aaa;
    margin: 0 3px;
}

.td-line-number {
    font: 10px verdana;
    text-align: right;
    border-top: 1px;
    border-bottom: 1px dotted #aaa;
    margin: 0 3px;
}

.td-footer {
    font: 10px verdana;
    border-top: 1px;
    font-weight: bold;
    background-color: #ececec;
    border-bottom: 1px solid #666;
}

th, .th {
    margin: 0 3px;
    color: #333;
    text-align: center;
    vertical-align: bottom;
    font: 10px verdana;
    font-weight: bold;
    border-top: 1px;
    border-top: 1px dotted #aaa;
    border-bottom: 1px dotted #aaa;
    background-color: #f0f0f0;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

    th a:link {
        color: #333;
        text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    }

tr.highlightrow {
    background-color: #99ccff;
}

tr.highlightrow1 {
    background-color: #e7eff7;
}

tr.highlightrow2 {
    background-color: #e7eff7;
}

.tr-hl {
    background-color: #ffffdd;
}

.tr-hl1 {
    background-color: #ffffdd;
}

.tr-hl-dark {
    background-color: #f8e3a3;
}

.tdbg1, .row1 {
    background-color: #fdfdfd;
}

.tdbg2, .row2 {
    background-color: #fafafa;
}

tr.hl {
    background-color: #ffffcc;
}

td.hl {
    background-color: #ffffcc;
}

td.td-label {
    text-align: right;
    font-size: 10px;
    color: gray;
}

/************************************
background style
************************************/


/************************************
link style
************************************/
a img {
    border: none;
}

a:link {
    color: #000099;
    text-decoration: none;
}

a:visited {
    color: #000099;
    text-decoration: none;
}

a:hover {
    color: #ff6600;
    text-decoration: none;
}

a.l1:link {
    color: #ddd;
    text-decoration: none;
}

a.l1:visited {
    color: #ddd;
    text-decoration: none;
}

a.l1:hover {
    color: #ffff00;
    text-decoration: none;
}

a.menulink:link {
    color: #ffffff;
    text-decoration: none;
}

a.menulink:visited {
    color: #ffffff;
    text-decoration: none;
}

a.menulink:hover {
    color: #0000ff;
    text-decoration: none;
}

a.tab-link2:link, .tab-link2 {
    font-size: 12px;
    color: #777;
    text-shadow: -1px 0 #f0f0f0, 0 1px #f0f0f0, 1px 0 #f0f0f0, 0 -1px #f0f0f0;
}

a.tab-link2:visited {
    font-size: 12px;
    color: #777;
    text-shadow: -1px 0 #f0f0f0, 0 1px #f0f0f0, 1px 0 #f0f0f0, 0 -1px #f0f0f0;
}

a.tab-link2:hover {
    font-size: 12px;
    color: #333;
    text-shadow: -1px 0 #f0f0f0, 0 1px #f0f0f0, 1px 0 #f0f0f0, 0 -1px #f0f0f0;
}

.no_border {
    border: none;
}

/************************************
font style
************************************/
.bg-white {
    background-color: #fff;
}

.bg-gray1 {
    background-image: url(../../images/bg/layout/blue1a.gif);
}

/************************************
font style
************************************/
.f-x-small {
    font: 9px verdana;
}

.f-small {
    font: 10px verdana;
}

.default {
    font: 11px verdana;
}

.f-large {
    font: 12px verdana;
}

.f-x-large {
    font: 13px verdana;
}

.title1 {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    font-style: normal;
    font-family: arial;
}

.title2 {
    background-color: #f1f5ef;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    font-style: normal;
    font-family: arial;
}

.title3 {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    font-style: normal;
    font-family: arial;
}

.f-inactive {
    font-size: 10px;
    color: #aaa;
}

.f-require {
    color: red;
}


.f-cancel {
    text-decoration: line-through;
    font-size: 10px;
    color: #cc3300;
    font-style: normal;
    font-family: verdana;
}

.f_change {
    font-weight: bold;
    font-size: 10px;
    color: #0000cc;
    font-style: normal;
    font-family: verdana;
}

.f-error {
    vertical-align: middle;
    font-weight: bold;
    font-size: 10px;
    color: red;
    font-style: normal;
    font-family: verdana;
    background-color: #ffffcc;
}

.f-error2 {
    vertical-align: middle;
    font-size: 9px;
    color: red;
    font-style: normal;
    font-family: verdana;
    background-color: #ffffcc;
}

.f-success {
    font-weight: bold;
    font-size: 11px;
    color: blue;
    font-style: normal;
    font-family: verdana;
}

.f-success2 {
    font-weight: bold;
    font-size: 15px;
    color: blue;
    font-style: normal;
    font-family: arial;
}

.f_nf {
    font-weight: bold;
    font-size: 11px;
    color: red;
    font-family: verdana;
}

.f_w {
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    font-family: verdana;
}

.f-site-title {
    font-weight: bold;
    font-size: 11px;
    color: #666;
    text-shadow: -1px 0 #f0f0f0, 0 1px #f0f0f0, 1px 0 #f0f0f0, 0 -1px #f0f0f0;
}

.f_courier {
    font-size: 9px;
    font-family: courier;
}

.f-login {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.f-login-input {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}


/************ tabs ************/
.site-tab {
    padding-top: 7px;
    width: 150px;
    height: 23px;
    background-image: url(/images/tabs/sites/tab1.png);
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    text-shadow: -1px 0 #666, 0 1px #666, 1px 0 #666, 0 -1px #666;
}

    .site-tab-active, .site-tab:hover {
        padding-top: 7px;
        width: 150px;
        height: 23px;
        background-image: url(/images/tabs/sites/tab2.png);
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 13px;
        text-transform: uppercase;
        text-shadow: -1px 0 #666, 0 1px #666, 1px 0 #666, 0 -1px #666;
    }

a.tab:link {
    color: #fff;
    text-decoration: none;
}

a.tab:visited {
    color: #fff;
    text-decoration: none;
}

a.tab:hover {
    color: Orange;
    text-decoration: none;
}

/* misc */
#floating_feedback {
    position: fixed;
    right: 0;
    bottom: 33px;
    display: block;
    width: 34px;
    height: 129px;
    text-indent: -10000px;
    background-image: url(/images/icons/feedback-small.png);
    overflow: hidden;
}

    #floating_feedback:hover {
        background-image: url(/images/icons/feedback.png);
    }

.btn-icon-add-cartx-32x32 {
    padding-right: 20px;
    height: 34px;
    background: url(../../images/icons/cart-gray-32x32.png) no-repeat left center;
    border-radius: 3px 3px 3px 3px;
    font-size: 12px;
    padding-top: 0px;
    background-color: #cc6666;
    color: White;
    font-weight: bold;
    border: 1px solid #444;
    cursor: pointer;
    text-align: right;
}

.btn-icon-search {
    margin: 0px;
    padding-left: 15px;
    padding-top: 0px;
    text-align: right;
    width: 110px;
    height: 22px;
    font-size: 11px;
    color: #666;
    border: 1px solid #444;
    cursor: pointer;
    background: url(../../images/icons/nav_search.gif) no-repeat left center;
    background-position: 1px;
    background-color: #ccc;
    border-radius: 3px 3px 3px 3px;
    text-shadow: -1px 0 #eee, 0 1px #eee, 1px 0 #eee, 0 -1px #eee;
}

    .btn-icon-search:hover {
        color: #333;
        border: 1px solid #333;
    }

/* grid paging */
.grid-pager table {
    margin-left: -5px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-spacing: 0;
}

.grid-pager span {
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 4px;
    font-weight: bold;
    color: #888;
    border: 1px solid #ddd;
    border-radius: 2px 2px 2px 2px;
    background-color: #ddd;
}

.grid-pager a {
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 4px;
    border: 1px solid #ddd;
    color: #666;
    border-radius: 2px 2px 2px 2px;
    background-color: #eee;
}

    .grid-pager a:hover {
        border: 1px solid #ddd;
        color: #666;
        background-color: #eee;
        background-color: #ddd;
    }

/************************************
paging style
************************************/
.pagenav_box {
    white-space: nowrap;
    padding: 0 1px 0 0;
    font-size: 10px;
}

.search_pagenav {
    background: #fff;
    border: 1px solid #aaa;
    font-size: 10px;
    padding: 1px 3px;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .search_pagenav:hover {
        border: 1px solid #C9A400;
        background-color: #FFFFE5;
        color: black;
    }

.pagenav_box .search_pagenav_current {
    background-color: #999;
    border: 1px solid #999;
    color: #fff;
    font-weight: bold;
}

/* smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}
