﻿/* ThemeOfficeMenu Style Sheet */

.ThemeOfficeMenu,.ThemeOfficeSubMenuTable
{
    font-family:    verdana, arial, sans-serif;
    font-size:  13px;
    padding:    0;
    white-space:    nowrap;
    cursor:     default;                       /*主選單-文字顏色*/
    color:      #006F00;                       /*次選單-文字顏色*/  /*.left td 內設定，因在left裏*/
}

.ThemeOfficeSubMenu
{
    position:   absolute;
    visibility: hidden; 
    /*
       Netscape/Mozilla renders borders by increasing
       their z-index.  The following line is necessary
       to cover any borders underneath
    */
    z-index:    100;
    border:     0;
    padding:    0;
    overflow:   visible;
    /*
    border:     1px solid #8C867B;
    */

    filter:progid:DXImageTransform.Microsoft.Shadow(color=#006200, Direction=135, Strength=4);
	-moz-box-shadow:3px 3px 5px #006F00; /*this style is for firfox browser*/
}

.ThemeOfficeSubMenuTable
{
    overflow:   visible;
}

.ThemeOfficeMainItem,.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive,
.ThemeOfficeMenuItem,.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
    border:     0;
    cursor:     default;
    white-space:    nowrap;
}

.ThemeOfficeMainItem
{
    background-color:   #91C040;                    /*主選單-背景顏色*/
}

.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive
{
    background-color:   #C8E9CB;                    /*主選單-滑鼠經過背景顏色*/
}

.ThemeOfficeMenuItem
{
    background-color:   WHITE;
}

.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
    background-color:   #C8E9CB;                    /*次選單-滑鼠經過背景顏色*/
}


/* horizontal main menu */
.ThemeOfficeMainItem
{
    padding:    1px;
    border:     0;
}

td.ThemeOfficeMainItemHover,td.ThemeOfficeMainItemActive
{

    padding:    0px;
    border:     1px solid #FF9099;
}

.ThemeOfficeMainFolderLeft,.ThemeOfficeMainItemLeft,
.ThemeOfficeMainFolderText,.ThemeOfficeMainItemText,
.ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight
{
    background-color:   inherit;
}


/* vertical main menu components */
td.ThemeOfficeMainFolderLeft,td.ThemeOfficeMainItemLeft
{
    padding-top:    2px;
    padding-bottom: 2px;
    padding-left:   0px;
    padding-right:  2px;

    border-top: 1px solid #006200;
    border-bottom:  1px solid #006200;
    border-left:    1px solid #006200;

    background-color:   #FFFFFF;                 /*主選單-滑鼠經過左層背景顏色*/
}

td.ThemeOfficeMainFolderText,td.ThemeOfficeMainItemText
{
    padding-top:    2px;
    padding-bottom: 2px;
    padding-left:   5px;
    padding-right:  5px;

    border-top: 1px solid #006200;
    border-bottom:  1px solid #006200;

    background-color:   #FFFFFF;                  /*主選單-滑鼠經過中層背景*/      /*顏色 inherit=透明*/
    white-space:    nowrap;
}

td.ThemeOfficeMainFolderRight,td.ThemeOfficeMainItemRight
{
    padding-top:    2px;
    padding-bottom: 2px;
    padding-left:   4px;
    padding-right:  0px;

    border-top: 1px solid #006200;
    border-bottom:  1px solid #006200;
    border-right:   1px solid #006200;

    background-color:   #FFFFFF;                   /*主選單-滑鼠經過右層背景顏色*/
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderLeft,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemLeft
{
    padding-top:    3px;
    padding-bottom: 3px;
    padding-left:   8px;
    padding-right:  2px;

    white-space:    nowrap;

    border:     0;
    background-color:   #FFFFFF;                  /*主選單-左層背景顏色*/
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderText,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemText
{
    padding-top:    3px;
    padding-bottom: 3px;
    padding-left:   5px;
    padding-right:  5px;

    border:     0;
    background-color:   #FFFFFF;                   /*主選單-中層背景顏色*/
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainItemRight,
tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderRight
{
    padding-top:    3px;
    padding-bottom: 3px;
    padding-left:   4px;
    padding-right:  4px;

    border:     0;
    background-color:   #FFFFFF;                    /*主選單右層背景顏色*/
}

/* sub menu sub components */

.ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItemLeft
{
    padding-top:    2px;
    padding-bottom: 2px;
    padding-left:   5px;
    padding-right:  4px;

    border-top: 1px solid #006200;
    border-bottom:  1px solid #006200;
    border-left:    1px solid #006200;

    background-color:   inherit;                   /*次選單-滑鼠經過左層背景顏色*/
    white-space:    nowrap;
}

.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText
{
    padding-top:    2px;
    padding-bottom: 2px;
    padding-left:   5px;
    padding-right:  5px;

    border-top: 1px solid #006200;
    border-bottom:  1px solid #006200;

    background-color:   inherit;                    /*次選單-滑鼠經過中層背景顏色*/
    white-space:    nowrap;
}

.ThemeOfficeMenuFolderRight,.ThemeOfficeMenuItemRight
{
    padding-top:    2px;
    padding-bottom: 2px;
    padding-left:   5px;
    padding-right:  2px;

    border-top: 1px solid #006200;
    border-bottom:  1px solid #006200;
    border-right:   1px solid #006200;

    background-color:   inherit;                    /*次選單-滑鼠經過右層背景顏色*/
    white-space:    nowrap;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderLeft,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft
{
    padding-top:    3px;
    padding-bottom: 3px;
    padding-left:   8px;
    padding-right:  2px;

    white-space:    nowrap;

    border:     0;
    background-color:   white;                        /*次選單-左層背景顏色*/
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderText,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemText
{
    padding-top:    3px;
    padding-bottom: 3px;
    padding-left:   5px;
    padding-right:  5px;

    border:     0;
    background-color:   white;                         /*次選單-中層背景顏色*/
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderRight,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemRight
{
    padding-top:    3px;
    padding-bottom: 3px;
    padding-left:   4px;
    padding-right:  4px;

    border:     0;
    background-color:   white;                       /*次選單-右層背景顏色*/
}

/*------------------------------------------------------------------*/
/* menu splits */

.ThemeOfficeMenuSplit
{
    margin:     2px;
    height:     1px;
    overflow:   hidden;
    background-color:   inherit;
    border-top: 1px solid #C6C3BD;
}

/* image shadow animation */

/*
    seq1:   image for normal
    seq2:   image for hover and active

    To use, in the icon field, input the following:
    <img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
*/

.ThemeOfficeMenuItem img.seq1
{
    display:    inline;
}

.ThemeOfficeMenuItemHover seq2,
.ThemeOfficeMenuItemActive seq2
{
    display:    inline;
}

.ThemeOfficeMenuItem .seq2,
.ThemeOfficeMenuItemHover .seq1,
.ThemeOfficeMenuItemActive .seq1
{
    display:    none;
}

