﻿/************************************
body style, main part common
************************************/
html, body {
    margin: 0px auto;
    padding: 0px;
    height: 100%;
    border: none;
    font-weight: normal;
    font-size: 12px;
    color: #333;
    font-style: normal;
    font-family: verdana;
}

/************************************
input style
************************************/
hr {
    border-top: solid 1px #ccc;
}

input {
    font-weight: normal;
    font-style: normal;
    font-family: verdana;
    padding: 3px;
    border: solid 1px #ccc;
}

select {
    font-weight: normal;
    font-style: normal;
    font-family: verdana;
    border: solid 1px #ccc;
    height: 26px;
}

textarea {
    padding: 3px;
    border: solid 1px #ccc;
    font-weight: normal;
    font-style: normal;
    font-family: verdana;
}

input[type=submit], input[type=button], button {
    padding: 4px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid rgba(0,0,0,.25);
}

.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;
}

/************************************
table style
************************************/
table, tr, td, span, div {
    font-weight: normal;
    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 {
    border-top: 1px;
    border-bottom: 1px dotted #aaa;
    margin: 0 3px;
}

.td-line-warning {
    margin: 0 3px;
    border-top: 1px;
    border-bottom: 1px dotted #ff6600;
    background-color: #F9E79F;
}

.td-line-hl {
    margin: 0 3px;
    border-top: 1px;
    border-bottom: 1px dotted #666;
    background-color: #FDEBD0;
}
.td-line-sp {
    margin: 0 3px;
    border-top: 1px;
    border-bottom: 1px dotted #666;
    background-color: #FBEFFB;
}
.td-line-sd {
    margin: 0 3px;
    border-top: 1px;
    border-bottom: 1px dotted #666;
    background-color: #e6ffff;
}
.td-line-bo {
    margin: 0 3px;
    border-top: 1px;
    border-bottom: 1px dotted #666;
    background-color: #FCE4EC;
}
.td-line-new {
    border-top: 1px;
    border-bottom: 1px dotted #aaa;
    margin: 0 3px;
    background-color: #cef6ce;
}
.td-no-line {
    border-top: 0px;
    border-bottom: 0px dotted #aaa;
    margin: 0 3px;
    text-align: left;
}

.td-line-number {
    text-align: right;
    border-top: 1px;
    border-bottom: 1px dotted #aaa;
    margin: 0 3px;
}

.td-footer {
    border-top: 1px;
    font-weight: bold;
    border-bottom: 1px solid #999;
    background-color: #ececec;
}

.th-no-line {
    margin: 0 3px;
    background-color: #f4f4f4;
    text-align: left;
}

th, .th {
    margin: 0 3px;
    padding: 6px;
    color: #333;
    text-align: center;
    vertical-align: bottom;
    font-size: 10px;
    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: #ffffcc;
}

.tr-hl-dark {
    background-color: #f8e3a3;
}

.tdbg1, .row1 {
    background-color: #fdfdfd;
}

.tdbg2, .row2 {
    background-color: #fafafa;
}

.tdbg3, .row3 {
    background-color: #f5f5f5;
}

tr.hl {
    background-color: #ffffcc;
}

td.hl {
    background-color: #ffffcc;
}

td.td-label {
    text-align: right;
    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;
}

.no_border {
    border: none;
}

/************************************
font style
************************************/
.f-x-small {
    font: 9px verdana;
}

.f-small {
    font: 10px verdana;
}

.default {
    font: 12px verdana;
}

.f-large {
    font: 12px verdana;
}

.f-x-large {
    font: 13px verdana;
}

.f-upper {
    text-transform: uppercase;
}

.f-inactive {
    color: gray;
}
.f-inactive-crux {
    color: gray;
    height:30px;
}

.f-cancel {
    text-decoration: line-through;
    color: #cc3300;
    font-style: normal;
    font-family: verdana;
}

.f_change {
    font-weight: bold;
    color: #0000cc;
    font-style: normal;
    font-family: verdana;
}

.f-error {
    vertical-align: middle;
    font-weight: bold;
    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-required {
    font-size: 9px;
    color: red;
}

.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: 17px;
    font-weight: bold;
    color: #fff;
}

.f-login-input {
    font-size: 17px;
    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: 12px;
    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: 12px;
        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;
}


/* 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;
    }

/* grid paging */
.sort_none {
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 17px;
    font: 10px verdana;
    font-weight: bold;
    cursor: pointer;
    background: url(/images/icons/non-sort.png) no-repeat right bottom;
}

.sort_ascending {
    padding-left: 10px;
    padding-right: 17px;
    font: 10px verdana;
    font-weight: bold;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    background: url(/images/icons/sort-asc-10x10.png) no-repeat right bottom;
    border-right: 00px solid transparent;
    cursor: pointer;
}

.sort_descending {
    padding-left: 10px;
    padding-right: 17px;
    font: 10px verdana;
    font-weight: bold;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    background: url(/images/icons/sort-desc-10x10.png) no-repeat right bottom;
    border-right: 00px solid transparent;
    cursor: pointer;
}

/** auto complete list */
.autocompletionList {
    border: solid 1px #ccc;
    margin: 0px;
    padding: 2px;
    overflow: auto;
    background-color: #fff;
}

.autocompletionListItem {
    color: #333;
}

.autocompletionHighlighted {
    background-color: #f0f0f0;
}
