
.MainBody {
    width: 100%;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7E97AE', EndColorStr='#FFFFFF');
    background: -webkit-linear-gradient(#7E97AE, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#7E97AE, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#7E97AE, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#7E97AE, white); /* Standard syntax */
}

.AppMenu {
    text-align: center;
    border-style: none;
    background-color: #82C9D8;
    vertical-align: middle;
    height: 3em;
}

.ApplicationTitle, .PageMainTitle {
    text-align: center;
    border-style: none;
    vertical-align: top;
    color: black;
}

.MasterLink {
    text-decoration: underline;
    text-align: left;
    background-color: #82C9D8;
    color: black;
    border-right: dimgray 2px groove;
    border-top: gainsboro 2px ridge;
    border-left: gainsboro 2px ridge;
    border-bottom: dimgray 2px groove;
    z-index: 100;
    padding: 2px 2px 2px 2px;
}

.menu {
    /*background-color: #82C9D8;
    color: white;*/
    text-decoration: underline;
}

.menuDymanicItem {
    /*color: white;*/
    text-align: left;
    text-decoration: underline;
}

.menuDymanicStyle {
    text-decoration: underline;
    text-align: left;
    /*background-color: #82C9D8;
    color: white;*/
    z-index: 100;
}

.menuHoover {
    /*color: Red;*/
    text-decoration: underline;
    text-align: left;
}

.menuSelected {
    /*color: #82C9D8;*/
    text-decoration: underline;
    background-color: white;
}

.menuStaticItem {
    color: white;
    text-decoration: underline;
    text-align: left;
    /*background-color: #82C9D8;*/
    padding-left: .5em;
    padding-right: .5em;
    padding-top: .5em;
    padding-bottom: .5em;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
    display: block;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }




/*Start Of DropDown and NavBar CSS */

/*Disable Hover*/
/*.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
*/

.dropdown:hover .dropdown-menu:hover {
    display: block;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

div ul {
    list-style-type: none;
}

.menuItem {
    text-decoration: underline;
}
.menuItem > a {
  color: gray;
}
.menuItem > a:focus {
  color: darkslategray;
  
}
.menuItem > a:hover {
  background-color: #eeeeee
}


a {
}

    a:hover,
    a:focus {
        color: red;
    }

.menuMargin {
    margin-left: 10px;
    clear: both;
}


@media screen and (max-width: 768px) {
    body {
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: normal;
    }
}

@media screen and (min-width: 768px) {
    body {
    }

    .display {
        display: normal;
    }

    .mobile {
        display: none;
    }
    .borderRight {
      border-right: 1px solid black;
    }
    .borderLeft {
      border-left: 1px solid black;
    }
}


/*End Of DropDown and NavBar CSS */
