﻿/************************************
body style, main part common
************************************/
html, body
{
    margin: 0px auto;
    padding: 0px;
    height: 100%;
    border: none;
    font-weight: normal;
    font-size: 13px;
    color: #333;
    font-style: normal;
    font-family: Verdana, Geneva, sans-serif; /*background-color: #ededed;*/
    text-shadow: 0 1px 0 #ffffff;
}

/************************************
input style
************************************/
input
{
}
input[type=checkbox]
{
}
input[type=submit], input[type=button], button
{
    height: 22px;
}
select
{
    height: 22px;
}
textarea
{
}
.input-number
{
    text-align: right;
}
.input-center
{
    text-align: center;
}
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;
}
input[type=number]::-webkit-inner-spin-button:before
{
    top: 0px;
}
input[type=number]::-webkit-inner-spin-button:after
{
    bottom: 0px;
    -webkit-transform: rotate(180deg);
}

/************************************
table style
************************************/
table, tr, td, span, div
{
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    font-style: normal;
    font-family: Verdana, Geneva, sans-serif;
}
.td-line
{
    border-top: 1px;
    border-bottom: 1px dotted #aaa;
    margin: 0 3px;
}
.td-line-hl
{
    border-top: 1px;
    border-bottom: 1px dotted #aaa;
    background-color: #ffffaa;
    margin: 0 3px;
}
.td-label
{
    text-align: right;
    color: #aaa;
}
.td-line-label
{
    text-align: right;
    color: #aaa;
    border-top: 1px;
    border-bottom: 1px dotted #aaa;
    margin: 0 3px;
}
th, .th
{
    margin: 0 3px;
    padding: 5px;
    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: #eee;
}
.th-f
{
    color: #777;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    background-color: #eee;
    cursor: pointer;
}
.tr-hl
{
    background-color: #ffffdd;
}
.tdbg1, .row1
{
    background-color: #fdfdfd;
}
.tdbg2, .row2
{
    background-color: #f8f8f8;
}
.tdbg3, .row3
{
    background-color: #f0f0f0;
}
.row-error, .row-warning
{
    background-color: #ffffcc;
}

/************************************
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;
}
th a:link, .th-f a:link
{
    color: #777;
    text-decoration: none;
}
th a:visited, .th-f a:visited
{
    color: #777;
    text-decoration: none;
}
th a:hover
{
    color: #ff6600;
    text-decoration: none;
}

/************************************
font style
************************************/
.f-x-small
{
    font: 10px verdana;
}
.f-small
{
    font: 11px verdana;
}
.default
{
    font: 12px verdana;
}
.f-large
{
    font: 14px verdana;
}
.f-x-large
{
    font: 14px verdana;
}
.f-require
{
    font: 10px verdana;
    color: Red;
}
.f-inactive
{
    color: gray;
    font-style: normal;
    font-family: Verdana, Geneva, sans-serif;
}
.f-cancel
{
    text-decoration: line-through;
    color: #cc3300;
    font-style: normal;
    font-family: Verdana, Geneva, sans-serif;
}
.f-error
{
    vertical-align: middle;
    font-weight: bold;
    color: red;
    font-style: normal;
    font-family: Verdana, Geneva, sans-serif;
    background-color: #ffffcc;
}
.f-success
{
    font-weight: bold;
    color: blue;
    font-style: normal;
}

/************************************
div style
************************************/
.clear
{
    clear: both;
}

/* 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;
}


/************************************
styles
************************************/
.bg-bar-green
{
    height: 16px;
    background: url(/images/icons/bg-bar-green.gif) center center;
}
.bg-bar-orange
{
    height: 16px;
    background: url(/images/icons/bg-bar-orange.png) center center;
}
.bg-bar-gray
{
    height: 16px;
    background: url(/images/icons/bg-bar-gray.gif) center center;
}

/** auto complete list */
.autocompletionList {
    border: solid 1px #ccc;
    margin: 0px;
    padding: 2px;
    overflow: auto;
    background-color: #fff;
}

.autocompletionListItem {
    color: #333;
}

.autocompletionHighlighted {
    background-color: #f0f0f0;
}

