
/*****************************************/
/*****************************************/


.SelectActivityLabel
{
    font-family: Tahoma;
    font-size: small;
    font-weight: bold;
    text-align:left;
    height:1.1em; 
    width:100%;
    border-style:none;
    max-width:200px;
}

.TutorialLink
{
    Width:100%;
    font-family: Tahoma;
    font-size: small;
    text-align:center;
}

.select_CurrentOrgDDL {
    font-family: Tahoma;
    font-size: small;
    text-align: left;
    background-color: #ffffe0;
    
    height: 22px;
}

.select_CurrentFiscalYearDDL {
    font-family: Tahoma;
    font-size: small;
    text-align: left;
    background-color: #ffffe0;

    height: 22px;
}


.main_menu {
    width: 100px;
    
    background-color: #333399;
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
}

.level_menu {
    width: 110px;
    background-color:white;
    color: #000;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    
}

.menuItemSelected {
    background-color: green;
    color: #fff;
    border: solid;
    border-color: black;
}


.DynamicMenuItemStyle {
    text-Align: left;
    color: black;
    padding-left: 8px;
    padding-right: 5px;
    font-family: Tahoma;
    font-size: Small;
    z-index: 100;
    border-color: black;
}

.menuItem {
    text-Align: left;
    background-color:white;
    color: White;
    padding-left: 8px;
    padding-right: 5px;
    font-family: Tahoma;
    font-size: Small;
    z-index: 100;
    border: solid;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
        border:dotted;
        border-color:black;
}


.menuItemMouseOver {
        background-color:burlywood;
}


.dropdown-content a:hover {
        background-color:cornflowerblue;
}

.dropdown:hover .dropdown-content {
    display: block;
}


.staticSelectedStyle {
    width: 100%;
    background-color: White;
    color: #333399;
    padding-left: 2px;
    padding-right: 2px;
    font-family: Tahoma;
    font-size: Small;
    z-index: 100;
}

.staticHoverStyle {
    width: 100%;
    background-color: White;
    color: #333399;
    padding-left: 2px;
    padding-right: 2px;
    font-family: Tahoma;
    font-size: Small;
    z-index: 100;
}
