﻿/************************************
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;
}

/************************************
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: 20px;
}

textarea {
    padding: 3px;
    border: solid 1px #ccc;
    font-weight: normal;
    font-size: 11px;
    font-style: normal;
    font-family: verdana;
}

input[type=submit], input[type=button], button {
    padding: 3px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid rgba(0,0,0,.25);
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    cursor: pointer;
    display: block;
    width: 8px;
    color: #333;
    text-align: center;
    position: relative;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button:before,
input[type=number]::-webkit-inner-spin-button:after {
    content: "^";
    position: absolute;
    right: 0;
    font-family: monospace;
    line-height:;
}

input[type=number]::-webkit-inner-spin-button:before {
    top: 0px;
}

input[type=number]::-webkit-inner-spin-button:after {
    bottom: 0px;
    -webkit-transform: rotate(180deg);
}

.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-70 {
    width: 70px;
}

/************************************
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-label {
    text-align: right;
    font: 10px verdana;
    color: #aaa;
}

.td-line-label {
    text-align: right;
    font: 10px verdana;
    border-top: 1px;
    border-bottom: 1px dotted #aaa;
    color: #999;
    margin: 0 3px;
}

.td-line-number {
    font: 10px verdana;
    text-align: right;
    border-top: 1px;
    border-bottom: 1px dotted #aaa;
    margin: 0 3px;
}

.td-line-hl {
    font: 10px verdana;
    border-top: 1px;
    border-bottom: 1px dotted #aaa;
    background-color: #ffffaa;
    margin: 0 3px;
}

.td-line-warning {
    font: 10px verdana;
    border-top: 1px;
    border-bottom: 1px solid #ff6600;
    margin: 0 3px;
}

.td-warning {
    border: 1px solid red;
    background-color: #ffffcc;
}

th, .th, .td-header {
    margin: 0 3px;
    padding: 6px;
    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: #f2f2f2;
}

tr.highlightrow {
    background-color: #99ccff;
}

tr.highlightrow1 {
    background-color: #e7eff7;
}

tr.highlightrow2 {
    background-color: #e7eff7;
}

.tr-hl {
    background-color: #ffffdd;
}

.tr-hl-dark {
    background-color: #f8e3a3;
}

.tbl-collapse {
    border-collapse: collapse;
}

.tdbg1, .row1 {
    background-color: #fdfdfd;
}

.tdbg2, .row2 {
    background-color: #f8f8f8;
}

.tdbg3, .row3 {
    background-color: #f0f0f0;
}

.row9 {
    background-color: #aaa;
}

tr.hl, td.hl {
    background-color: #ffffcc;
}

td.hlb {
    background-color: #ffffcc;
    border-bottom: #999999 1px solid;
}

td.hl_o {
    background-color: #ffcc99;
}

.td-l-b {
    border-left: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

.td-footer {
    font: 10px verdana;
    border-top: 1px;
    font-weight: bold;
    border-bottom: 1px solid #999;
    background-color: #ececec;
}

/************************************
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: #ffffff;
    text-decoration: none;
}

a.l1:visited {
    color: #ffffff;
    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-link1:link, .tab-link1 {
    font-weight: bold;
    font-size: 10px;
    color: #999;
    text-shadow: -1px 0 #f0f0f0, 0 1px #f0f0f0, 1px 0 #f0f0f0, 0 -1px #f0f0f0;
}

a.tab-link1:visited {
    font-weight: bold;
    font-size: 10px;
    color: #999;
    text-shadow: -1px 0 #f0f0f0, 0 1px #f0f0f0, 1px 0 #f0f0f0, 0 -1px #f0f0f0;
}

a.tab-link1:hover {
    font-weight: bold;
    font-size: 10px;
    color: #999;
    text-shadow: -1px 0 #f0f0f0, 0 1px #f0f0f0, 1px 0 #f0f0f0, 0 -1px #f0f0f0;
}

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;
}

th a:link {
    color: #555;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

th a:visited {
    color: #555;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

th a:hover {
    color: #333;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.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: gray;
    font-style: normal;
    font-family: verdana;
}

.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;
}

.stroked {
    text-decoration: line-through;
}

.choose-sample {
    color: #339933;
}


/************ misc ************/
.none {
    border: 0px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

.chk-box {
    margin: 0px;
    padding: 1px;
}

hr {
    height: 1px;
}

.autoCompleteList {
    margin: 0px !important;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    max-height: 200px;
    text-align: left;
    list-style-type: none;
    padding: 2px;
    background-color: #fff;
}

.autoCompleteList_highlight {
    font-family: verdana;
    font-size: 11px;
    color: #000;
    cursor: pointer;
}

.autoCompleteList_item {
    font-family: verdana;
    font-size: 11px;
}

.tooltip {
    background-color: #fff0b2;
    padding: 10px;
    border-radius: 5px;
}

/************************************
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;
}

span {
    font-size: inherit;
}

/* 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;
    }

/************************************
misc style
************************************/
.autocompleteList {
    margin-left: 7px;
    margin-top: 2px;
    padding: 5px;
    background-color: #fff;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    list-style-type: none;
    z-index: 30050;
}
