html, body
{
    font-size: 9pt; /*.80em;*/
    font-family:Tahoma,Arial, Helvetica,Verdana, sans-serif,"Microsoft YaHei";
    margin: 0;
    padding: 0;
}

.hover
{
  background-color: #EDEDED;
}

.selected
{
  background-color: #EDEDED;
}

.centerDiv
{
    /* margin: 0 auto;*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -230px;  /*--div高度的一半--*/
    margin-left: -380px; /*--div宽度的一半--*/
    width: 760px;        /* 860 */
    height: 463px;      /* 384 */
}

/* Header */
.headerPane
{
    background-color: #EDEDED;
    background-position: left top;
    background-repeat: no-repeat;
    font-family: Tahoma;
}
.headerPane .headerTop
{
    height: 45px;
}
.templateTitle
{    
    font-family:"Microsoft YaHei",Tahoma,Arial;
    float: left;
    margin-left: 10px;
    margin-top: 11px;
}
.templateTitle a
{
    text-decoration: none;
    font-size: x-large;
    color: black;
}
.loginControl
{
    float: right;
    margin-top: 17px;
    margin-right: 10px;
    font-size: 12px;
}
.loginControl a
{
    color: black;
    text-decoration: none;
    border-bottom: dashed 1px black;
    display: inline-block;
}
.headerMenu
{
    margin-top: 11px;
}

/* Footer */
.footerPane
{
    background-color: #EDEDED;
    position: relative;
    height: 100%;
}
.footerMenu
{
    float: right;
    padding-top: 7px;
}
.copyright
{
    float: left;
    margin-left: 15px;
    margin-top: 100px;
}

.content
{
    padding: 10px 15px 10px 15px;
}

.fileLink a
{
 background-color:transparent;
 color:Black;
 text-decoration: none
} 
.fileLink a:link   
{
 color:Black;
 text-decoration: none
} 
.fileLink a:visited   
{
 text-decoration: none
} 
.fileLink a:hover  { 
 text-decoration: underline ; 
} 
.fileLink a:active   
{
 text-decoration: underline ; 
} 

.divClear{ clear: both;}

/* Account */
.accountHeader h2
{
    margin: 10px 0 7px 0;
    font-size: 16px;
}
.accountHeader p
{
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.accountHeader
{
    margin-bottom: 20px;
}
.form-field
{
    margin-top: 5px;
    margin-bottom: 8px;
}

/* Aqua */
.dxsplControl_Aqua
{
    font-family: Tahoma;
}
.dxsplControl_Aqua .headerPane, .dxsplControl_Aqua .footerPane, .dxsplControl_Aqua .footerMenu li
{
    background-color: #BFDBFF;
}
.dxsplControl_Aqua .headerPane
{
    background-image: url('images/AquaHeader.jpg');
}
.dxsplControl_Aqua .headerMenu li b
{
    height: 25px !important;
}
.dxsplControl_Aqua .accountHeader h2
{
    color: #5689C5;
}
.dxsplControl_Aqua .loginControl a, .dxsplControl_Aqua .templateTitle a
{
    color: White;
    border-color: White;
}


/* DevEx */
.dxsplControl_DevEx
{
    font-family: Tahoma; /*Verdana;*/
    color: #201F35;
}
.dxsplControl_DevEx .headerPane, .dxsplControl_DevEx .footerPane, .dxsplControl_DevEx .footerMenu li
{
    background-color: #F2F3F4;
}
.dxsplControl_DevEx .templateTitle a, .dxsplControl_DevEx .loginControl, .dxsplControl_DevEx .loginControl a
{
    color: #4B4B57;
}
.dxsplControl_DevEx .loginControl a
{
    border-bottom-color: #4B4B57;
}
.dxsplControl_DevEx .headerMenu
{
    margin-top: 13px;
}
.dxsplControl_DevEx .accountHeader p
{
    font-size: 11px;
}


/* BlackGlass */
.dxsplControl_BlackGlass
{
    font-family: Tahoma;
}
.dxsplControl_BlackGlass .headerPane, .dxsplControl_BlackGlass .footerPane, .dxsplControl_BlackGlass .footerMenu li
{
    background-color: #2A2A2A;
    color: white;
}
.dxsplControl_BlackGlass .headerPane
{
    background-image: url('images/BlackGlassHeader.jpg');
}
.dxsplControl_BlackGlass .leftPanel li[class$="dxnb-last"] ul
{
    border-bottom: 1px solid black;
}
.dxsplControl_BlackGlass .accountHeader p
{
    color: #585858;
}
.dxsplControl_BlackGlass .loginControl a, .dxsplControl_BlackGlass .templateTitle a
{
    color: White;
    border-color: White;
}


/* Glass */
.dxsplControl_Glass
{
    font-family: Tahoma;
}
.dxsplControl_Glass .headerPane, .dxsplControl_Glass .footerPane, .dxsplControl_Glass .footerMenu li
{
    background-color: #CFE0E7;
}
.dxsplControl_Glass .headerPane
{
    background-image: url('images/GlassHeader.jpg');
}
.dxsplControl_Glass .footerMenu *
{
    background-image: none !important;
}
.dxsplControl_Glass .headerMenu li b
{
    height: 25px !important;
}
.dxsplControl_Glass .templateTitle a, .dxsplControl_Glass .loginControl, .dxsplControl_Glass .loginControl a
{
    color: #4B4B57;
}
.dxsplControl_Glass .loginControl a
{
    border-bottom-color: #4B4B57;
}
.dxsplControl_Glass .accountHeader h2
{
    color: #387FA4;
}
.dxsplControl_Glass .accountHeader p
{
    color: #575757;
}

/* Office2010Black */
.dxsplControl_Office2010Black
{
    font-family: Tahoma; /* Verdana; */
}
.dxsplControl_Office2010Black .headerPane, .dxsplControl_Office2010Black .footerPane, .dxsplControl_Office2010Black .footerMenu li
{
    background-color: #393939;
    color: white;
}
.dxsplControl_Office2010Black .footerMenu a
{
    color: white !important;
}
.dxsplControl_Office2010Black .accountHeader h2
{
    color: #3C3C3C;
}
.dxsplControl_Office2010Black .accountHeader p
{
    font-size: 11px;
}
.dxsplControl_Office2010Black .headerMenu
{
    margin-top: 13px;
}
.dxsplControl_Office2010Black .loginControl a, .dxsplControl_Office2010Black .templateTitle a
{
    color: White;
    border-color: White;
}


/* Office2010Blue */
.dxsplControl_Office2010Blue
{
    font-family: Tahoma; /* Verdana; */
}
.dxsplControl_Office2010Blue .headerPane, .dxsplControl_Office2010Blue .footerPane, .dxsplControl_Office2010Blue .footerMenu li
{
    background-color: #D3E4F6;
}
.dxsplControl_Office2010Blue .templateTitle a, .dxsplControl_Office2010Blue .loginControl, .dxsplControl_Office2010Blue .loginControl a
{
    color: Black;
}
.dxsplControl_Office2010Blue .loginControl a
{
    border-bottom-color: Black;
}
.dxsplControl_Office2010Blue .accountHeader h2
{
    color: #498BC2;
}
.dxsplControl_Office2010Blue .accountHeader p
{
    font-size: 11px;
}
.dxsplControl_Office2010Blue .headerMenu
{
    margin-top: 13px;
}


/* Office2010Silver */
.dxsplControl_Office2010Silver
{
    font-family: Tahoma; /* Verdana; */
}
.dxsplControl_Office2010Silver .headerPane, .dxsplControl_Office2010Silver .footerPane, .dxsplControl_Office2010Silver .footerMenu li
{
    background-color: #A9ACB4;
    color: white;
}
.dxsplControl_Office2010Silver .accountHeader h2
{
    color: #3B3B3B;
}
.dxsplControl_Office2010Silver .accountHeader p
{
    font-size: 11px;
}
.dxsplControl_Office2010Silver .headerMenu
{
    margin-top: 13px;
}
.dxsplControl_Office2010Silver .loginControl a, .dxsplControl_Office2010Silver .templateTitle a
{
    color: White;
    border-color: White;
}



/* PlasticBlue */
.dxsplControl_PlasticBlue
{
    font-family: Tahoma;
}
.dxsplControl_PlasticBlue .headerPane, .dxsplControl_PlasticBlue .footerPane, .dxsplControl_PlasticBlue .footerMenu li
{
    background-color: #3C4F8F;
    color: white;
}
.dxsplControl_PlasticBlue .headerPane
{
    background-image: url('images/PlasticBlueHeader.jpg');
}
.dxsplControl_PlasticBlue .accountHeader h2
{
    color: #5A83D0;
}
.dxsplControl_PlasticBlue .accountHeader p
{
    color: #575757;
}
.dxsplControl_PlasticBlue .headerMenu
{
    margin-top: 12px;
}
.dxsplControl_PlasticBlue .loginControl a, .dxsplControl_PlasticBlue .templateTitle a
{
    color: White;
    border-color: White;
}


/* RedWine */
.dxsplControl_RedWine
{
    font-family: Tahoma;
}
.dxsplControl_RedWine .headerPane, .dxsplControl_RedWine .footerPane, .dxsplControl_RedWine .footerMenu li
{
    background-color: #78002B;
    color: white;
}
.dxsplControl_RedWine .headerPane
{
    background-image: url('images/RedWineHeader.jpg');
    background-position: top right;
}
.dxsplControl_RedWine .footerMenu div
{
    background: transparent none;
}
.dxsplControl_RedWine .accountHeader h2
{
    color: #8A0A37;
}
.dxsplControl_RedWine .headerMenu
{
    margin-top: 9px;
}
.dxsplControl_RedWine .loginControl a, .dxsplControl_RedWine .templateTitle a
{
    color: White;
    border-color: White;
}


/* SoftOrange */
.dxsplControl_SoftOrange
{
    font-family: Tahoma;
}
.dxsplControl_SoftOrange .headerPane, .dxsplControl_SoftOrange .footerPane, .dxsplControl_SoftOrange .footerMenu li
{
    background-color: #F9F9F9 !important;
    background-image: none !important;
}
.dxsplControl_SoftOrange .templateTitle a, .dxsplControl_SoftOrange .loginControl, .dxsplControl_SoftOrange .loginControl a
{
    color: Black;
}
.dxsplControl_SoftOrange .loginControl a
{
    border-bottom-color: Black;
}
.dxsplControl_SoftOrange .accountHeader h2
{
    color: Black;
}
.dxsplControl_SoftOrange .accountHeader p
{
    color: #707070;
}
.dxsplControl_SoftOrange .headerMenu
{
    margin-top: 8px;
}


/* Youthful */
.dxsplControl_Youthful
{
    font-family: Tahoma;
}
.dxsplControl_Youthful .headerPane, .dxsplControl_Youthful .footerPane, .dxsplControl_Youthful .footerMenu li
{
    background-color: #8AA150;
    color: white !important;
}
.dxsplControl_Youthful .headerMenu li b
{
    height: 35px !important;
}
.dxsplControl_Youthful .accountHeader h2
{
    color: #80A70E;
}
.dxsplControl_Youthful .headerMenu
{
    margin-top: 1px;
}
.dxsplControl_Youthful .loginControl a, .dxsplControl_Youthful .templateTitle a
{
    color: White;
    border-color: White;
}

/* Metropolis */
.dxsplControl_Metropolis 
{
    font-family: Segoe UI;
}
.dxsplControl_Metropolis .headerPane,
.dxsplControl_Metropolis .footerMenu li
{
    background-color: White;
    color: Black;
}
.dxsplControl_Metropolis .accountHeader h2
{
    color: #3B3B3B;
}
.dxsplControl_Metropolis .accountHeader p
{
    font-size: 11px;
}
.dxsplControl_Metropolis .headerMenu 
{
    margin-top: 13px;
}
.dxsplControl_Metropolis .loginControl a,
.dxsplControl_Metropolis .templateTitle a
{
    color: Black;
    border-color: Black;
}
.dxsplControl_Metropolis .templateTitle a 
{
	font-size: 28px;
}
.dxsplControl_Metropolis .dxsplVSeparator_Metropolis 
{
	border-bottom: 0!important;
}
.dxtlNode_Metropolis:hover { background-color: #EDEDED; }
.dxtlNode_MetropolisBlue:hover { background-color: #EDEDED; }

.dxsplVSeparatorButton_Aqua{
    background-color: #FFE153;
}

#ctl00_ctl00_sl_rc_sl_1_S_CB {
    background-color: #FFF0AC;
}


