﻿.EOTopGroup {
    font-family: Verdana, Helvetica, sans-serif;
    margin: 0px;
    padding: 5px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    background: #8B8B8B;
    background: linear-gradient(top, #7A7A7A, #8B8B8B);
    background: -ms-linear-gradient(top, #7A7A7A, #8B8B8B);
    background: -webkit-gradient(linear, left top, left bottom, from(#7A7A7A), to(#8B8B8B));
    background: -moz-linear-gradient(top, #7A7A7A, #8B8B8B);
    border: solid 1px #6D6D6D;
    cursor: pointer;
}

.EOTopGroupItemsNormalStyle {
    cursor: pointer;
    font-weight: normal;
    font-family: Arial;
    font-style: normal;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 6px 20px 6px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-shadow: 1px 1px 2px #000000;
}

.EOTopGroupItemsHooverStyle {
    cursor: pointer;
    font-weight: normal;
    font-family: Arial;
    font-style: normal;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 6px 20px 6px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-shadow: none;
}

.EOSubMenuStyle {
    background-color: #8B8B8B;
    padding: 0px;   
}

.EOItemsSeparator {
    width: 1px;
    height: 1px;
    background-color: #E0E0E0;
}

.EOItemsNormalStyle {
    cursor: pointer;
    font-family: Verdana, Helvetica, sans-serif;
    padding: 7px;
    background-color: #8B8B8B;
    color: #E7E5E5;
}

.EOItemsHooverStyle {
    cursor: pointer;
    font-family: Verdana, Helvetica, sans-serif;
    padding: 7px;
    background-color: darkgray;
    color:#FFFFFF;
}

.EOReportItemNormalStyle {
    cursor: pointer;
    font-family: Verdana, Helvetica, sans-serif;
    padding: 7px;
    background-color: #6899CA;
    color: #FFFFFF;
}

.EOReportItemHooverStyle {
    cursor: pointer;
    font-family: Verdana, Helvetica, sans-serif;
    padding: 7px;
    background-color: #8EB3D7;
    color:#FFFFFF;
}