﻿
/* CSS Document */

/*定义整个内容部分的宽度及对齐方式*/
.main
{
    clear: both;
    margin: 10px auto;
    width: 1001px;
    height: 100%;
    overflow: hidden;
}

#nav
{
    float: left;
    width: 181px;
    background-color: #D0EFEB;
    padding: 4px 6px 10009px 6px;
    margin-bottom: -9999px;
    font-size: 12px;
}

#nav .itemTitle
{
    text-align: left;
    border-bottom: #AAD5C9 solid 1px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    background-color: #347464;
    font-weight: bold;
    color: #FFF;
    text-indent: 25px;
    background-image: url(/Skin/images/flowerG3.jpg);
    background-repeat: no-repeat;
    background-position: 12px 6px;
    margin-top: 1px;
}
#nav li.isOn .itemTitle
{
    background-image: none;
    background-image: url(../images/flowerG.jpg);
    background-repeat: no-repeat;
    background-position: 6px 6px;
}

#nav .itemCon
{
}
#nav .itemCon .level2Title
{
    text-align: left;
    background-image: url(../images/sideMenuDian2.jpg);
    background-repeat: no-repeat;
    background-position: 25px 6px;
    border-bottom: #AAD5C9 solid 1px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    background-color: #D0EFEB;
    font-weight: bold;
    color: #04675A;
    text-indent: 40px;
}
#nav .itemCon li.isOn2 .level2Title
{
    background-image: none;
    background-image: url(../images/flowerG2.jpg);
    background-repeat: no-repeat;
    background-position: 20px 6px;
}

#nav .itemCon .level2Con
{
    display: none;
}
#nav .itemCon li.isOn2 .level2Con
{
    display: block;
}
#nav .itemCon .level2Con .itemLevel3
{
    border-bottom: #AAD5C9 solid 1px;
    height: 28px;
    line-height: 28px;
    background-image: none;
    background-color: #FFF;
    color: #04675A;
    text-indent: 60px;
    _zoom: 1;
}

#nav .itemCon .level2Con li.isOn3 .level3Title
{
    background-image: url(../images/sideMenuDian.jpg);
    background-repeat: no-repeat;
    background-position: 50px 12px;
}
#nav .itemCon .level2Con .level3Title a
{
    font-size: 12px;
}


.content
{
    float: right;
    width: 798px;
}

.pageTitle
{
    border: #91D3CB solid 1px;
    background-color: #F4FBFA;
    padding: 8px;
    overflow: hidden;
    _zoom: 1;
}
.pageTitle h2
{
    float: left;
    font-weight: bold;
    font-size: 14px;
}
.pageTitle p
{
    text-align: center;
}
.DL
{
    margin-top: 25px;
}
/*.DL dt{ border-bottom:#91D3CB solid 1px;font-weight:bold; font-size:14px; padding:0 0 4px 8px; margin-bottom:3px;}*/
.DL dt
{
    font-size: 14px;
    padding: 0 0 4px 8px;
    margin-bottom: 3px;
    font-weight: bold;
}
.DL dd
{
    margin-bottom: 25px;
    border: #91D3CB solid 1px;
    overflow: hidden;
    _zoom: 1;
}
.DL dd table
{
    margin-bottom: -1px;
}

.content .addLink
{
    color: #F18200;
}
.content .addLink:hover
{
    text-decoration: underline;
    color: #FACA00;
}

.content ul.tabNav
{
    overflow: hidden;
    _zoom: 1;
}
.content ul.tabNav li
{
    float: left;
    width: 65px;
    padding: 0px 6px;
    height: 24px;
    line-height: 24px;
    margin-right: 4px;
    text-align: center;
    background-color: #F2F2F2;
    border-top: #C5C5C5 solid 1px;
    border-left: #C5C5C5 solid 1px;
    border-right: #C5C5C5 solid 1px;
    border-bottom: #91D3CB solid 1px;
}

.content ul.tabNav li.isOn
{
    height: 25px;
    background-color: #F4FBFA;
    border-top: #91D3CB solid 1px;
    border-left: #91D3CB solid 1px;
    border-right: #91D3CB solid 1px;
    border-bottom: none;
    display: inline;
    font-weight: bold;
}
.content ul.tabNav li.isOn a
{
    color: #ff9900;
    font-weight: bold;
    text-decoration: none;
}
.content .mainContent
{
    clear: both;
}
.content .mainContent .inputs
{
    border: #91D3CB solid 1px;
    margin-top: -1px;
    background-color: #F4FBFA;
    padding: 10px;
    _zoom: 1;
}
.content .mainContent .inputs table
{
    width: 100%;
    line-height: 24px;
    border-collapse: collapse;
}
.content .mainContent .inputs table th
{
    text-align: right;
}
.content .mainContent .inputs table td
{
    height: 30px;
    line-height: 24px;
    vertical-align: middle;
}
.inputs input
{
}
.inputs select
{
    width: 131px;
}
input.short, select.short
{
    width: 75px;
}
input.short2
{
    width: 110px;
}
.content .mainContent .inputs table td span
{
    margin-left: 5px;
    margin-right: 5px;
}
.content .mainContent .inputs table td.btn
{
    text-align: left;
}
.content .mainContent .inputs table td.btn input, table.listTable td.btn input, table.textTable td.btn input, .btnDiv input, input.btn
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    background: url('../images/searchBt.jpg') no-repeat;
    width: 86px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    height:30px;
}
table td #UpdatePanel1
{
    text-align: right;
    padding-right: 14px;
}

.content .mainContent .tabCon
{
    border: #91D3CB solid 1px;
    overflow: hidden;
    margin-top: -1px;
    _zoom: 1;
}

.DL dd table, .content .mainContent .tabCon table
{
    margin-bottom: -1px;
}
.tabConlong table
{
    margin-bottom:-1px;
    _margin-bottom:16px;
    *margin-bottom:16px !important;
}
/*.DL dd th,.content .mainContent .tabCon table th{ font-weight:bold; height:40px; line-height:20px; background-color:#D0EFEB;}*/
.DL dd th, .content .mainContent .tabCon table th
{
    height: 28px;
    line-height: 20px;
    background-color: #D0EFEB;
}
.DL dd td, .content .mainContent .tabCon table td
{
    height: 30px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    border-bottom: #D0EFEB solid 1px;
}

.content .mainContent .tabCon table td ul
{
}
.content .mainContent .tabCon table td ul li
{
    height: 20px;
}

.content .mainContent .tabCon .pageStyle
{
    padding: 10px;
    text-align: right;
}
.content .mainContent .tabCon .pageStyle a, .content .mainContent .tabCon .pageStyle span
{
    margin-left: 3px;
}
.DL dd .other td, .content .mainContent .tabCon table .other td
{
    background-color: #F4FBFA;
}
.readOnly
{
    color: Gray;
    background-color: #E7E7E7;
}

table.listTable th
{
    width: 300px;
    background: none;
    border-bottom: #D0EFEB solid 1px;
    text-align: right;
}
table.listTable td
{
    text-align: left;
    padding-left: 5px;
}
table.listTable td.btn
{
    text-align: center;
}

.btnDiv
{
    text-align: center;
}

table.textTable th
{
    background: none;
    border-bottom: #D0EFEB solid 1px;
    text-align: right;
    height: 35px;
}
table.textTable .rowspan
{
    border: #D0EFEB solid 1px;
    text-align: center;
}
table.textTable td
{
    text-align: left;
    padding: 0 3px;
    height: 35px;
}
table.textTable td.btn
{
    text-align: center;
}

.time input
{
    width: 75px;
}


/* 搜索结果表格样式*/
.datalist
{
    width: 100%; /*overflow-x: scroll*/
}
.tableList
{
    width: 100%;
    border: #91D3CB solid 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tableList th
{
    text-align: center;
    background-color: #C3EBE6;
    height: 28px;
    line-height: 28px;
}
.tableList td
{
    border-bottom: #CCC dashed 1px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    padding: 0px 5px;
}

.tdOtherColor
{
    background-color: #F4FBFA;
}
.tdHoverColor
{
    background-color: #eff1c3;
}



.btn_search
{
    background: url(../images/searchBt.jpg) no-repeat;
    width: 86px;
    height: 31px;
    border: none 0;
    color: white;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.ckblist input
{
    display: inline;
    float: left;
    height: 18px;
    line-height: 18px;
}
.ckblist label
{
    display: inline;
    float: left;
    height: 18px;
    line-height: 18px;
    margin: 0 atuo;
}


/*报表样式*/
.tabConlong
{
    border: #91D3CB solid 1px;
    overflow-x:auto;
    overflow-y: hidden;
    margin-top: 6px;
    
    /*ie6 hank*/
    _width:100%;
}
.tabConlong table
{
    background-color: #F4FBFA;
}
.tabConlong table th
{
    white-space: nowrap;
    word-break:keep-all;
    padding: 0px 10px 0px 10px;
    height: 28px;
    line-height: 20px;
    background-color: #D0EFEB;
}
.tabConlong table td
{
    white-space: nowrap;
    word-break:keep-all;
    padding: 0px 10px 0px 10px;
    height: 30px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    border-bottom: #D0EFEB solid 1px;
}
.errMsg
{
    font-size:15px;
    color:Red;
    border:1px solid #91D3CB;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:10px;
}

/*查看剩余额度*/
.credit_tb{width:100%;font-size:14px;}
.credit_tb th{height:25px; width:30%;background:#DAF4F0;border:1px solid #91D3CB;}
.credit_tb td{padding-left:5px;border:1px solid #91D3CB;}
.credit_tb td span{font-size:15px; padding-right:5px;}

/*行程单导出按钮样式*/
.btnDiv .linkbtn {
    background: url(../images/searchBt1.jpg) no-repeat;
    width: 120px;
    height: 31px;
    border: none 0;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.btnDiv .linkbtn:hover {
    text-decoration: none;
}