﻿
/*
*	name:			basestyle.css
* 	description:	基本样式表定义
* 	author:			李泽波
* 	date:			2008.06.17
*/

/***********************************************body*************************************************/
body {
    font-family: 'Microsoft YaHei', sans-serif;
    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;
    background-color: #ffffff;
    font-family: 'Microsoft YaHei', sans-serif;
}

.mainbody {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #ffffff;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    overflow: hidden;
}

.mainbody1 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #ffffff;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 10px;
    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: 14px;*/
    color: #0081ff;
    text-decoration: none;
    font-family: 'Microsoft YaHei', sans-serif;
}

a:visited {
    /*font-size: 14px;*/
    color: #0081ff;
    text-decoration: none;
    font-family: 'Microsoft YaHei', sans-serif;
}

a:active {
    /*font-size: 14px;*/
    color: #0081ff;
    text-decoration: none;
    font-family: 'Microsoft YaHei', sans-serif;
}

a:hover {
    opacity: 0.8;
}

/***********************************************table*************************************************/
td {
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 16px;
}

.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: #9BB3CB;
    border-bottom: 1px solid #999999;
    padding-left: 8px;
    padding-top: 2px;
    color: #FFFFFF;
    font-weight: bold;
    height: 17px;*/
    background-image: url('control/tabstrip/page/title_back.png');
    color: #6C6C6C;
    font-weight: bold;
    height: 34px;
    padding-left: 8px;
    border: none;
}

.tdBigTitleImg {
    /*background-color: #9BB3CB;
    border-bottom: 1px solid #999999;
    padding-left: 2px;
    padding-top: 2px;
    padding-right: 2px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    border: none;*/
    border-left: 1px solid #dddddd;
    background-image: url('main/zhedie.png');
    width: 30px;
    cursor: pointer;
    border: none;
}

.tdBigTitle1 {
    background-image: url('control/tabstrip/page/title_back.png');
    color: #6C6C6C;
    font-weight: bold;
    height: 34px;
    padding-left: 8px;
    border: none;
}

.tdBigTitleImg1 {
    border-left: 1px solid #dddddd;
    background-image: url('main/zhedie.png');
    width: 30px;
    cursor: pointer;
    border: none;
}

.tdTitle {
    height: 30px;
    font-weight: 500;
    padding-left: 8px;
    padding-right: 4px;
    text-align: right;
}

.tdInput {
    height: 24px;
    text-align: left;
    padding-right: 8px;
}

.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: dashed;
    border-color: #d9d8d8;
    padding: 3px;
    height: 23px;
    margin-left: 8px;*/
    margin-left: 8px;
    height: 30px;
    border: 1px solid #ddd;
    padding: 0 10px;
    position: relative;
    top: -1px;
    font-family: 'Microsoft YaHei', sans-serif;
}

.Input_ReadOnly {
    word-break: break-all;
    border: 1px solid #ddd;
    border-color: #8aa0ce;
    padding: 3px;
    height: 36px;
    font-size: 11px;
    text-indent: 0px;
    margin-left: 8px;
    font-family: 'Microsoft YaHei', sans-serif;
}

.Input_MustWrite {
    margin-left: 8px;
    word-break: break-all;
    border: 1px solid #ddd;
    padding: 3px;
    height: 30px;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-indent: 0px;
    font-family: 'Microsoft YaHei', sans-serif;
}

.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;*/
    height: 36px;
    border: 1px solid #ddd;
    padding: 0 10px;
    position: relative;
    top: -1px;
    font-family: 'Microsoft YaHei', sans-serif;
}

.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;*/
    margin-left: 8px;
    height: 36px;
    border: 1px solid #ddd;
    padding: 0 10px;
    position: relative;
    top: -1px;
    font-family: 'Microsoft YaHei', sans-serif;
}

.Search_span {
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 16px;
}

/***********************************************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: 14px;
    /*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 {
    background-color: #1487fa;
    display: inline-block;
    height: 36px;
    border: 1px solid #ddd;
    line-height: 34px;
    width: 80px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 14px;
}

    .Button:hover {
        opacity: 0.6;
    }

.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;*/
    background-color: #fff;
    display: inline-block;
    height: 36px;
    border: 1px solid #ddd;
    line-height: 34px;
    width: 80px;
    text-align: center;
    cursor: pointer;
    color: #666;
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 14px;
}

    .ButtonSearch:hover {
        opacity: 0.6;
    }

.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: 15px;
    font-weight: bold;
    color: #205587;
    cursor: pointer;
    padding-left: 4px;
    padding-right: 4px;
    border: 0px;
    background-color: transparent;#666 */
    background-color: #fff;
    display: inline-block;
    height: 36px;
    border: 1px solid #ddd;
    line-height: 34px;
    width: 80px;
    text-align: center;
    cursor: pointer;
    color: #0163b1;
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 14px;
}

    .ToolbarButton:hover {
        opacity: 0.6;
    }

.ToolbarButton1 {
    height: 22px;
    font-size: 11px;
    font-weight: normal;
    color: #205587;
    cursor: pointer;
    padding-left: 4px;
    padding-right: 4px;
    border: 0px;
    background-color: transparent;
}

/*自定义表单样式*/
.table1 {
    /*border-collapse: collapse;
    width: 100%;
    background-color: #F9F9F9;*/
    border-collapse: collapse;
    width: 100%;
}

    .table1 table tr td {
        border: none;
        font-size: 14px;
    }

    .table1 td {
        border: 1px solid #EAEAEA;
        font-size: 14px;
    }

.tdTitle {
    width: 22%;
    line-height: 2;
    font-weight: bold;
    height: 36px;
    padding-left: 8px;
    padding-right: 4px;
    text-align: right;
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 14px;
}

/*自定义表单样式浙江高工2*/

.table2 {
    border-collapse: collapse;
    width: 100%;
}

    .table2 table tr td {
        border: none;
    }

    .table2 td {
        border: 1px solid #EAEAEA;
    }

.tdTitle2 {
    width: 22%;
    line-height: 2;
    font-weight: bold;
    height: 45px;
    padding-left: 8px;
    padding-right: 4px;
    text-align: right;
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 14px;
}

.tdBigTitle2 {
    color: #6C6C6C;
    font-weight: bold;
    height: 48px;
    padding-left: 8px;
    border: none;
    background-color: #f7f8fa;
    font-size: 16px;
    font-family: 'Microsoft YaHei', sans-serif;
}

.Input_Default2 {
    word-break: break-all;
    overflow-y: auto;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-indent: 0px;
    text-transform: none;
    text-decoration: none;
    border: 1px solid #d9d8d8;
    padding: 3px;
    height: 23px;
    margin-left: 8px;
}

.tdInput {
    padding-top: 5px;
    padding-bottom: 5px;
}

.contentTable {
    width: 100%;
    height: 100%;
    padding-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
}

.hideHeader {
    width: 0px;
    display: none;
}
