﻿.diffColor
{
    background-color: red;
}
#menuContainer
{
    margin-right:-15px;
    margin-left: -15px;
    background: url("../Images/top_fon.png") left top repeat-x;
}
#menu
{
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
}        
#menu li
{
    list-style-type: none;
    display: inline-block;
    margin-top:5px;
    padding-top: 4px;
    padding-bottom: 1px;
    text-align:center;
    width: 70px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #000000;
}
#NavLogOut
{
    float:right; 
    width: 20%; 
    text-align:center;
    margin-right: 5%;
}
#menu .active
{
    background-color:white;
}
.hidden{
    visibility: hidden;
}
.gridpager table {
    float: right;
}