﻿
/*
*	name:			basestyle.css
* 	description:	基本样式表定义
* 	author:			李泽波
* 	date:			2008.06.17
*/

/***********************************************body*************************************************/
body {
    font-family: Helvetica;
    font-size: 11px;
    margin: 0px;
    scrollbar-track-color: #F7F7F7;
    scrollbar-3dlight-color: #EAEAEA;
    scrollbar-highlight-color: #EAEAEA;
    scrollbar-face-color: #EAEAEA;
    scrollbar-darkshadow-color: #F7F7F7;
    scrollbar-shadow-color: #F7F7F7;
    scrollbar-arrow-color: #EAEAEA;
}

.mainbody {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color:white;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    overflow: hidden;
}

.mainbody1 {
    margin: 0 0 0 0;
    background-color: #ffffff;
    padding: 0 0 0 0;
    overflow: hidden;
}

.treebody {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #F9F9F9;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.errorbody {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #F9F9F9;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

/***********************************************link*************************************************/
a:link {
    /*font-size: 11px;*/
    color: #285583;
    text-decoration: underline;
}

a:visited {
    /*font-size: 11px;*/
    color: #285583;
    text-decoration: underline;
}

a:active {
    /*font-size: 11px;*/
    color: #285583;
    text-decoration: underline;
}

a:hover {
    /*font-size: 11px;*/
    color: #285583;
    text-decoration: none;
}

/***********************************************table*************************************************/
td {
    font-family: Helvetica;
    font-size: 11px;
}

.validateInfo {
    background-color: #EDFAFF;
    border: 1px solid #6699CC;
    line-height: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    color: #5F5F5F;
    font-weight: normal;
    width: 100%;
}

.validateError {
    background-color: #FFFFFF;
    border: 1px solid red;
    line-height: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    color: red;
    font-weight: bold;
    width: 100%;
}

.tdBigTitle {
    background-color:black;
    border-bottom: 1px solid #999999;
    padding-left: 8px;
    padding-top: 2px;
    color: #FFFFFF;
    font-weight: 800;
    font-size:14px;
    height: 25px;
}

.tdBigTitleImg {
    background-color: black;
    border-bottom: 1px solid #999999;
    padding-left: 2px;
    padding-top: 2px;
    padding-right: 2px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    border: none;
}

.tdBigTitle1 {
    background-color: #EAEAEA;
    border-left: 4px solid #225ff9!important;
    font-size: 18px;
    color: #225ff9;
    color: #6C6C6C;
    font-weight: bold;
    height: 34px;
    padding-left: 18px;
    border: none;
}

.tdBigTitleImg1 {
    border-left: 1px solid #dddddd;
    background-image: url('main/zhedie.png');
    width: 30px;
    cursor: pointer;
    border: none;
}



.ModuleTitle {
    padding-left: 4px;
    padding-right: 2px;
    font-weight: bold;
    color: #205587;
    line-height: 22px;
}

.RegTitle {
    font-size: 20px;
    font-weight: bold;
    font-family: Helvetica;
}

/***********************************************textbox*************************************************/
.Input_Default {
    word-break: break-all;
    overflow-y: auto;
    border: none; /*background-color: #F6F6F6;*/
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-indent: 0px;
    text-transform: none;
    text-decoration: none;
    border: 1px;
    border-style:solid;
    border-color: #d9d8d8;
    padding: 3px;
    height: 23px;
    margin-left: 8px;
}

.Input_ReadOnly {
    word-break: break-all;
    border: 1px;
    border-style:solid;
    border-color: #d9d8d8;
    padding: 3px;
    height: 23px;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-indent: 0px;
    margin-left: 8px;
}

.Input_MustWrite {
    margin-left: 8px;
    word-break: break-all;
    border: 1px;
    border-style: solid;
    border-color: #0094ff;
    padding: 3px;
    height: 23px;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-indent: 0px;
}

.Input_Over {
    word-break: break-all;
    border: 1px solid #8aa0ce;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    background-color: #FFFFFF;
    text-indent: 0px;
}

.Input_Search {
    word-break: break-all;
    border: 1px solid #CCCCCC;
    width: 160px;
    height: 19px;
    color: #888888;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    background-color: #FFFFFF;
    text-indent: 0px;
    text-transform: none;
    text-decoration: none;
}

.Input_Search_Click {
    word-break: break-all;
    border: 1px solid #4B73A7;
    width: 160px;
    height: 19px;
    color: #0059af;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    background-color: #FFFFFF;
    text-indent: 0px;
    text-transform: none;
    text-decoration: none;
}

/***********************************************other controls*************************************************/
.Label {
    text-align: right;
    font-size: 11px;
    color: black;
    background-color: transparent;
}

.MultiTextBox {
    word-break: break-all;
    font-size: 11px;
}

.RadioButton {
    font-size: 11px;
}

.CheckBox {
    font-size: 11px;
}

.Toolbar {
    font-size: 11px;
    border-bottom: 1px solid #dddddd;
    padding-top: 2px;
}

.Div_Default {
    word-break: break-all;
    border: 1px solid #8aa0ce;
    color: #0059af;
    padding: 2px;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    background-color: white;
}

.hr {
    color: #336699;
}

/***********************************************button*************************************************/
.Button {
    /*height: 22px;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    border-right: #4E4E4E 1px solid;
    border-top: #4E4E4E 1px solid;
    border-left: #4E4E4E 1px solid;
    border-bottom: #4E4E4E 1px solid;
    background-image: url(common/bt_bg.gif);*/
    /*width: auto;
    line-height: 25px;
    background: #3399ff;
    display: inline-block;
    color: #fff;
    padding: 0 10px;
    margin-left: 10px;
    text-align: center;
    border: none;
    cursor: pointer;
    font-weight: 700;*/
    width: auto;
    border-radius: 25px;
    margin-left: 10px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    background: #235dfc;
}

.ButtonUpload {
    height: 19px;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    border-right: #4E4E4E 1px solid;
    border-top: #4E4E4E 1px solid;
    border-left: #4E4E4E 1px solid;
    border-bottom: #4E4E4E 1px solid;
    background-image: url(common/bt_bg.gif);
}

.ButtonSelect {
    cursor: pointer;
    width: 20px;
    height: 16px;
    font-size: 11px;
    border: 0px;
    text-align: left;
    vertical-align: baseline;
    background-color: transparent;
    background-image: url(common/select.gif);
    background-repeat: no-repeat;
}

.ButtonSelectNew {
    height: 18px;
    font-size: 11px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    border-right: #4E4E4E 1px solid;
    border-top: #4E4E4E 1px solid;
    border-left: #4E4E4E 1px solid;
    border-bottom: #4E4E4E 1px solid;
    background-image: url(common/bt_bg.gif);
}

.ButtonSelectBig {
    height: 21px;
    font-size: 11px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    border-right: #4E4E4E 1px solid;
    border-top: #4E4E4E 1px solid;
    border-left: #4E4E4E 1px solid;
    border-bottom: #4E4E4E 1px solid;
    background-image: url(common/bt_bg.gif);
}

.ButtonClear {
    cursor: pointer;
    width: 20px;
    height: 16px;
    font-size: 11px;
    border: 0px;
    vertical-align: baseline;
    background-color: transparent;
    background-image: url(common/clear.gif);
    background-repeat: no-repeat;
}

.ButtonDelete {
    cursor: pointer;
    width: 20px;
    height: 16px;
    font-size: 11px;
    border: 0px;
    vertical-align: baseline;
    background-color: transparent;
    background-image: url(common/delete.gif);
    background-repeat: no-repeat;
}

.ButtonSearch {
    /*height: 19px;
    font-size: 11px;
    border: 1px solid #979797;
    vertical-align: baseline;
    background-color: transparent;
    background-image: url(common/search_btnbg.gif);
    background-repeat: repeat-x;*/
    width: 60px;
   
    line-height: 25px;
    background: #3399ff;
    display: inline-block;
    color: #fff;
    padding: 0 10px;
    margin-left: 10px;
    text-align: center;
    border:none;
    cursor:pointer;
    font-weight:700;
}
    .ButtonSearch:hover {
         opacity: 0.8;
    }
    .Button:hover {
         opacity: 0.8;
    }
.ButtonSign {
    height: 18px;
    font-size: 11px;
    font-weight: bold; /*color: #205587;*/
    color: #cc3300;
    padding-left: 3px;
    border-right: #4E4E4E 1px solid;
    border-top: #4E4E4E 1px solid;
    border-left: #4E4E4E 1px solid;
    border-bottom: #4E4E4E 1px solid;
    background-image: url(common/bt_bg.gif);
}

/*.ToolbarButton {
    height: 22px;
    font-size: 11px;
    font-weight: bold;
    color: #205587;
    cursor: pointer;
    padding-left: 4px;
    padding-right: 4px;
    border: 0px;
    background-color: transparent;
}*/

.ToolbarButton {
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #205587;
    cursor: pointer;
    padding-left: 4px;
    padding-right: 24px;
    border: 0px;
    background-color: transparent;
}

.ToolbarButton1 {
    height: 22px;
    font-size: 11px;
    font-weight: normal;
    color: #205587;
    cursor: pointer;
    padding-left: 4px;
    padding-right: 4px;
    border: 0px;
    background-color: transparent;
}

/*自定义表单样式*/
.TableTitle {
    border-collapse: collapse;
   /* width: 1160px;*/
    width:98%;
    margin-top: 10px;
    margin-left: 20px;
    /*background-color: #F9F9F9;*/
    border: 1px solid #aed6ff;
}

    .TableTitle table tr td {
        border: none;
    }

    .TableTitle td {
        border: 1px solid #aed6ff;
    }


.tdTitle {
    width: 22%;
    line-height: 2;
    height: 30px;
    font-weight:600;
    padding-left: 8px;
    padding-right: 4px;
    text-align: right;
    font-size:13px;
}

.tdInput {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 24px;
    text-align: left;
    padding-right: 8px;
}

.contentTable {
    width: 100%;
    height: 100%;
    padding-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
}
