﻿.Top_Calendar
{
    color: #C7CCD1;
    font-size: 9pt;
}

/*-------------一级菜单菜单-图标---------------------*/
.icon-myfile { background-image:url("images/mnu/myfile.png");background-repeat:no-repeat;}
.icon-sale {background-image:url("images/mnu/sale.png");background-repeat:no-repeat;}
.icon-oper {background-image:url("images/mnu/oper.png");background-repeat:no-repeat;}
.icon-plan {background-image:url("images/mnu/plan.png");background-repeat:no-repeat;}
.icon-fina {background-image:url("images/mnu/financial.png");background-repeat:no-repeat;}
.icon-binfo {background-image:url("images/mnu/binfo.png");background-repeat:no-repeat;}
.icon-sys {background-image:url("images/mnu/system.png");background-repeat:no-repeat;}

/*-------------一级菜单菜单---------------------*/
.mainMenuTable{min-height:67px; border-width: 0px; border-style: outset;}
.mainMenuItemCell{cursor: pointer;vertical-align: middle;width: 86px;}
.mainMenuItemImg{width:40px;height:40px;}
.mainMenuItemSelect{background-color:#2D6D36;} /*#336699*/
.mainMenuItem{color:#C7CCD1;/*font-weight: bold;*/margin-left: 5px;}


/*顶部*/
.HeaderBar{
    border-color: #000000;
    /*background-image: url("images/top_bg.gif");
    background-repeat: repeat-x;*/
    color: #000000;
    border-width: 1px 0px;
    background-color:#3A8D47;
}
.logo-title
{
    background-image:url("images/logo-title.png");
    background-repeat: no-repeat;
    width:180px;
    height:48px;
    
}

/*二级子菜单*/

/*==================子菜单====================*/
.SubMenu{
    height: 24px;
    color: #C7CCD1;
    /*background-image:url("images/tool_bg.gif");*/
    background-color:#2D6D36;
    white-space: nowrap;
    padding-top: 2px;
    padding-left: 2px;
    margin-bottom: 2px;
    vertical-align:middle;
}
.subMenuTitle{
    white-space: nowrap;
    font-family: 微软雅黑;
    font-size: 12pt;
    color: #ffffff;
}

.subMenuTable{
    width: 80%;
}

.subMenuItemCell{
    width: 70px;
    text-align: center;
    /*border-right: 1;*/
    border-right-style: solid;
    border-right-color: #80AA8B;
    border-right-width: 2px;
}


.subMenuItemCell a{
    color: #C7CCD1; 
    white-space:nowrap;
    cursor:pointer;
}

.subMenuItemCell a:hover{
    background-color: #4A4E52;
    border-width:1px;
    border-style:solid;
    border-top:#2D3033;
    border-left:#2D3033;
    border-bottom:#EFF0F1;
    border-right:#EFF0F1;
    color:#E1E1E1;/*#F7F8A2*/
    white-space:nowrap;
    cursor:pointer;
}

.subMenuItem{
    font-size: 15px;
    color: Yellow;
    height: 100%;
    width: 100%;
    display: block;
}
.subMenuBottom{
  background-color:#BCC2C7;
}