﻿body
{
    font-size: 9pt;
    font-family: Arial;
    margin: 0; 
    height: 100%;
    width: 100%;
} 

title
{
    font-family: Arial;
    font-size: 9pt;
}

hr
{
    color: #037CC6;
    height: 1px;
}
form
{
    margin: 0px;
}


fieldset
{
    margin: 0px;
}


legend
{
    margin-top: 20px;
    color: #0046D5;
    font-weight: bold;
    margin-bottom: 10px;
}


.divCondition
{
    position: relative;
  /*  background-color: #E0F0FF;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#FFFFFF', StartColorStr='#E0F0FF');
  */  border: 1px #ff0000 solid;
    height: 0px;
    width: 0px;
    position: absolute;
}

.Logo
{
    width: 100%;
    height: 85px;
    text-align: left;
}

.TreeView
{
    background-color: White;
    border: solid 1px #AEDFE8;
}
.WaterMark
{
    background-color: #eeeeee;
    border: solid 1px #cdcdcd;
}

/*
标题
*/
.ColumnTitle
{
    vertical-align: middle;
    margin-left: 5px;
    color: #037CC6;
    font-weight: bold;
}
.titleBar
{
    font-size: 9pt;
    font-family: Arial;
    height: 25px;
    width: 100%;
    text-align: left; /**background-color:#0056E8;***/
    background-image: url(Images/nav_bg.gif);
    background-repeat: repeat-x;
    font-weight: bold;
    color: #037cc6;
}

.titleBar A
{
    color: #037cc6;
}

.workSpace
{
    float: left;
}
.button
{
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    background-color: #6A81DB;
}
#menuContainer
{
    float: left;
    height: 100%;
    width: 200px;
    vertical-align: top;
    text-align: left;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
}
#menuCollapse
{
    float: left;
    position: relative;
    width: 12px;
}
.menuContainer
{
   /* progid: DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#FFFFFF', StartColorStr='#E0F0FF');
    background-color: #e0f0ff;*/
}

.menuModule
{
    border-bottom: solid 1px #49A3E3;
    border-left: solid 1px #49A3E3;
    border-right: solid 1px #49A3E3;
    text-align: left;
}
.menuModuleTitle
{
    background-image: url(images/Leftmenu_bg.GIF);
    background-repeat: repeat-x;
    height: 23px;
    cursor: pointer;
}

.menuModuleTitle SPAN
{
    line-height: 23px;
    float: left;
    margin-left: 10px;
    text-align: left;
    width: 140px;
    color: White;
    font-weight: bold;
    vertical-align: top;
}
.menuModuleTitle input
{
    float: right;
    margin-right: 7px;
}
.menuModuleChildren
{
    background-color: #ffffff;
}
.menuItem
{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    height: 22px;
}
.menuItem DIV
{
    float: left;
    margin-top: 3px;
}
.menuItem A
{
    color: #004d9f;
    text-decoration: none;
    margin-left: 5px;
    vertical-align: top;
}
.menuItem IMG
{
    margin-top: 3px;
    float: left;
}

.GridBody
{
    text-align: left;
    background-color: #AEDFE8;
    border: solid 1px #AEDFE8;
}
.GridHeader
{
    text-align: left;
    border: solid 1px #AEDFE8;
    font-weight: bold;
}

.GridHeader th
{
    text-align: left;
    border: solid 1px #AEDFE8;
    color: black;
    background-color: #C6E2FF;
}
  
.GridHeader a
{
    text-align: left;
    text-decoration: none;
}
.GridRow
{
    text-align: left;
    font-family: Arial;
    border: solid 1px #AEDFE8;
}

.GridRow td
{
    font-family: Arial;
    overflow: hidden;
    word-spacing: normal;
    width: auto;
    border: solid 1px #AEDFE8;
}
.GridRow a:link
{
    color: #004D9F;
    text-decoration: none;
}
.GridRow a:visited
{
    color: #004D9F;
}
.GridRow a:hover
{
    color: #FF6600;
    text-decoration: underline;
}
.GridRowSelected
{
    text-align: left;
    background-color: #B8FFE7;
    margin-left: 3px;
    margin-right: 3px;
}
.GridRowSelected td
{
    font-family: Arial;
    width: auto;
    border: solid 1px #AEDFE8;
}
.GridAlternating
{
    text-align: left;
    font-family: Arial;
    border: solid 1px #AEDFE8;
}
.GridAlternating td
{
    font-family: Arial;
    width: auto;
    border: solid 1px #AEDFE8;
}
.GridAlternating a:link
{
    color: #004D9F;
    text-decoration: none;
}
.GridAlternating a:visited
{
    color: #004D9F;
}
.GridAlternating a:hover
{
    color: #FF6600;
    text-decoration: underline;
}
.GridRowHover
{
    text-align: left;
    font-family: Arial;
    background-color: #B8FFE7;
    margin-left: 3px;
    margin-right: 3px;
}
.GridRowHover td
{
    font-family: Arial;
    width: auto;
    border: solid 1px #AEDFE8;
}

.Form
{
    border: 0px;
    margin: 0px;
    border-collapse: collapse;
    font-family: Arial;
}
.Form caption
{
    font-size: 10pt;
    font-weight: bold;
    line-height: 25px;
}
.Form TD, TH, TR
{
    border-width: 0px;
}
.ItemHeader
{
    font-size: 9pt;
    text-align: left;
    margin-left: 5px;
    padding-left: 5px;
    margin-right: 5px;
    color: #3d3d3d;
    vertical-align: top;
    font-weight: bold;
}


.ItemContent
{
    vertical-align: middle;
    margin-left: 5px;
    color: #037CC6;
    font-weight: bold;
}


.ItemAlternating
{
    vertical-align: middle;
    margin-left: 5px;
    color: #037CC6;
    background-color: #C5D3FF;
}

.Form .ItemContent input[type="text"]
{
    background-image: none;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    border: #7F9DB9 1px solid;
    vertical-align: middle;
    line-height: 14px;
    font-size: 9pt;
    width: 180px;
}

.Form .ItemContent input[type="password"]
{
    background-image: none;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    border: #7F9DB9 1px solid;
    vertical-align: middle;
    line-height: 14px;
    font-size: 9pt;
    width: 180px;
}

.Form .ItemContent select
{
    height: 20px;
    font-size: 9pt;
    color: #000000;
    border: #7F9DB9 1px solid;
    border-style: solid;
    border-color: #C7C7C7;
    width: 185px;
    font-family: Arial;
    background-color: White;
}

.Form .ItemContent span
{
    color: #000000;
    margin-right: 0px;
    font-weight: normal;
}

.Form .Footer TD
{
    text-align: left;
}



.FormNormal .ItemContent input[type="text"]
{
    background-image: none;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    border: #7F9DB9 1px solid;
    vertical-align: middle;
    line-height: 14px;
    font-size: 9pt;
}

.FormNormal .ItemContent input[type="password"]
{
    background-image: none;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    border: #7F9DB9 1px solid;
    vertical-align: middle;
    line-height: 14px;
    font-size: 9pt;
}

.FormNormal .ItemContent select
{
    height: 20px;
    font-size: 9pt;
    color: #000000;
    border: #7F9DB9 1px solid;
    border-style: solid;
    border-color: #C7C7C7;
    width: 185px;
    font-family: Arial;
    background-color: White;
}

.FormNormal .ItemContent span
{
    color: #000000;
    margin-right: 0px;
    font-weight: normal;
}

.FormNormal .Footer TD
{
    text-align: left;
}


.TextAreaMail
{
    font-family: Arial;
    color: #000000;
    border: 0px;
    word-break: keep-all;
    word-wrap: break-word;
    margin-top: 0px;
    margin-left: 3px;
    margin-right: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    width: 98%;
    border-bottom: 0px;
}

#messageContainer A
{
    color: #004D9F;
}

.messageTitle
{
    height: 21px;
    background-image: url(Images/header.png);
    background-repeat: repeat-x;
}

.uploadArea IFRAME
{
    height: 22px;
}

.flyTreeViewDefaultStyle
{
    border-bottom: 1px dotted #B2B2B2 !important;
}
.flyTreeView
{
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: auto;
}

.flyTreeViewHoverStyle
{
 /*   background-color: #E0F0FF;*/
    font-weight: bold;
}

.flyTreeViewSelectedStyle
{
    /*background: #E0F0FF;*/
}

.flyTreeViewSelectedHoverStyle
{
}


.divFolder
{
    margin:2px;
    float: left;
    height: 20px;
    width: 110px;
    background-image: url("images/backDefault.jpg");
    cursor: pointer;
    background-repeat: no-repeat;
    color: White;
    font-size:12px;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
    font-family: Arial;
    vertical-align: middle;
}

.divFolderMouseOver
{ margin: 2px;
    float: left;
    height: 20px;
    width: 110px;
    background-image: url("images/backOver.jpg");
    cursor: pointer;
    background-repeat: no-repeat;
    color: Black;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
    font-family: Arial;
    vertical-align: middle;
}



.buttonFolderGeneral
{
    border-right: #002D96 1px solid;
    margin-right: 2px;
    border-top: #002D96 1px solid;
    margin-left: 4px;
    font-size: 11px;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff, EndColorStr=#9DBCEA);
    border-left: #002D96 1px solid;
    cursor: pointer;
    color: black;
    margin-top: 2px;
    border-bottom: #002D96 1px solid;
    height: 23px;
}

.buttonFolderMouseOver
{
    border-right: #2C59AA 1px solid;
    margin-right: 2px;
    border-top: #2C59AA 1px solid;
    margin-left: 4px;
    font-size: 11px;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#2C59AA);
    border-left: #2C59AA 1px solid;
    cursor: pointer;
    color: black;
    margin-top: 2px;
    border-bottom: #2C59AA 1px solid;
    height: 23px;
}

.GeneralHeader
{
    font-weight: bold;
    padding-left: 5px;
}


.MessageMenuOn
{
    background-image: url(images/rightsanjiao.gif);
    background-repeat: no-repeat;
}


.MessageMenuOff
{
    background-image: url(images/downsanjiao.gif);
    background-repeat: no-repeat;
}

.MessageMenuBg
{
    margin-top: 10px;
    background-image: url(images/MessageBg.gif);
    background-repeat: no-repeat;
}




.LabelContent
{
    margin-left: 5px;
    margin-right: 5px;
    border-bottom: solid 1px #dfdfdf;
} 

.LabelRed
{
    color: Red;
}

.AutoCompleteExtenderClass
{
    height: 60px;
    overflow: auto;
    margin: 0px;
    padding: 0px;
}
