﻿/**************
input
**************/
.input, select, textarea
{
    padding: 1px 3px;
    color: #4a4a4a;
    border: 1px solid #c5c5c5;
}
input.input
{
    height: 15px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus
{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(197, 197, 197, 0.6);
}
input[type="password"]
{
    font-size: 10px;
}
.input-necessary
{
}
.inputReadonly
{
    border: none;
    border-bottom: 1px #DFDFDF solid;
    color: #333300;
    background: transparent;
}
select
{
    height: 20px;
    padding: 0px;
}
body input.cbxrd
{
    width: 13px;
}
.ui-autocomplete
{
    max-height: 200px;
    min-width: 50px;
    max-width: 500px;
    overflow-y: scroll !important;
    overflow-x: hidden;
    padding-right: 20px;
}
* html .ui-autocomplete
{
    max-width: 60px;
    width: 200px;
    _height: expression(this.scrollHeight > 200 ? "200px" : (this.scrollHeight < 30 ? "30px" : "auto"));
}


/*icons*/
.loading
{
    background: url("../images/common/loading4btn.gif") no-repeat !important;
    cursor: default !important;
}
.icons li
{
    cursor: pointer;
    float: left;
    list-style: none outside none;
    margin: 2px;
    padding: 4px 0;
    position: relative;
}
.icons span.ui-icon
{
    float: left;
    margin: 0 4px;
}
.icons .icon-num
{
    margin: 7px;
}
.inputAWBNO
{
    width: 92px;
}
.inputVeryMini
{
    width: 30px;
}
.inputMini
{
    width: 50px;
}
.inputVeryShort
{
    width: 80px;
}
.selectVeryShort
{
    width: 88px;
}
.inputShort
{
    width: 144px;
}
.selectShort
{
    width: 152px;
}
.inputNormal
{
    width: 320px;
}
.inputLong
{
    width: 480px;
}

.iconButton
{
    margin: 0px 5px;
    padding: 3px 12px 4px 20px;
    position: relative;
    text-decoration: none !important;
}
.iconButton:hover, .icons li:hover
{
    background: #d0e5f5 url(../Images/JqueryUI/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
    color: #1d5987;
}
.iconButton span.ui-icon
{
    left: 0.2em;
    margin: -8px 5px 0 0;
    position: absolute;
    top: 50%;
}
.btnLoading
{
    background-image: url(../Images/Common/loading4btn.gif) !important;
    background-position: 0 0;
}

/*begin table*/
.tableE
{
    width: 100%;
    margin: 0 0 10px 0;
    text-align: left;
    cursor: default;
    table-layout: fixed;
}
.tableE th
{
    padding: 10px 5px 5px 5px;
    color: #777777;
}
.tableE td
{
    padding: 6px 5px 9px 5px;
    word-break: break-all;
    word-wrap: break-word;
    overflow: auto;
}

.table-a
{
    width: 100%;
    margin: 0 0 10px 0;
    text-align: left;
    table-layout: fixed;
}
.table-a th
{
    padding: 5px 5px 20px 5px;
    color: #777777;
}
.table-a td
{
    padding: 10px 5px 15px 5px;
    color: #005790;
    word-break: break-all;
    word-wrap: break-word;
    overflow: auto;
}
.dotborder
{
    border-bottom: 1px dotted #ddd;
}
/*end table*/

/*fieldset*/
.field-pair
{
    float: left;
    padding: 10px 0px;
}

.field-pair label, .field-pair span,
{
    line-height: 18px;
    color: #505050;
}

div.msg
{
    margin-top: 20px;
}
div.mini
{
    margin-top: 0px;
}
div.msg p
{
    padding: 10px;
}
div.mini p
{
    padding: 2px 5px;
}
div.msg p span
{
    float: left;
    margin-right: .3em;
}

.upLoadDiv
{
    width: 200px;
    height: 20px;
    border: 1px solid #C5C5C5;
    float: left;
    background: #DDFFFF;
}
.upLoadDiv span
{
    display: inline-block;
    line-height: 20px;
    margin-left: 4px;
    max-height: 20px;
    max-width: 160px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.upLoadDiv a
{
    float: right;
    cursor: pointer;
    padding: 0px 7px 4px 6px;
}
.upLoadDiv a:hover
{
    text-decoration: none;
}
.upLoadDiv img
{
    display: none;
    bottom: 59px;
    left: 305px;
    max-height: 280px;
    max-width: 280px;
    position: absolute;
}
.upLoadDiv:hover img
{
    display: block;
    -webkit-box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.5);
}

#errorContainer
{
    position: relative;
    margin: 0 0 15px 0;
    padding: 0;
    width: 99.8%;
    -moz-border-radius: 5px;
    background-color: #000;
}
#errorContainer div
{
    display: block;
    line-height: 16px;
    padding: 5px 5px 5px 36px;
    background: url('../images/common/cross_circle.png') 10px 7px no-repeat;
    color: #FFF;
}
.input-error
{
    border: 1px solid #FF0000 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 3px rgba(255, 0, 0, 0.6) !important;
}
.warning-info, .infomation-info
{
    position: absolute;
    padding-left: 16px;
    cursor: pointer;
    line-height: 16px !important;
    height:16px;
    _width:200px;
}
.warning-info
{
    background: url('../images/common/validator.png') no-repeat;
    color: #FF0000 !important;
}
.infomation-info
{
    background: url('../images/common/validator.png') 0px -16px no-repeat;
}

a.btnsearch,a.btnback,a.btn-normal
{
    width: 67px;
    height: 27px;
    display: block;
    text-align: center;
    line-height: 27px;
    color:#fff;
    font-weight:bold;
    background: url('../images/Home/btn-n.png') no-repeat;
}
a.btnsearch:hover,a.btnback:hover,a.btn-normal:hover
{
    background: url('../images/Home/btn-n.png') no-repeat 0 -27px;
}
a.btn-large
{
    width: 94px;
    height: 29px;
    display: block;
    text-align: center;
    line-height: 29px;
    color:#fff;
    font-weight:bold;
    background: url('../images/Home/btn-l.png') no-repeat;
}

a.btn-large:hover
{
    background: url('../images/Home/btn-l.png') no-repeat 0 -29px;
}

html body .required{color:red;margin-left:5px;font-size:12px;}
