.TopGroupNew
{
  background-color:white;
  border:solid 1px gray; 
}

.GroupNew
{
  background-color:white;
  border:solid 1px gray; 
}

.ItemNew
{
    color: #000000;
    background-color: white;
    font-family: arial;
    font-size: 11px;
    border: solid 1px white;
    cursor: pointer;
    font-weight: bold;
}

.ItemHNew
{
    background-color: #2e3d60;
    color: aliceblue;
    font-family: arial;
    font-size: 11px;
    border: solid 1px gray;
    cursor: pointer;
    background-repeat: repeat-x;
    font-weight: bold;
}

.ItemExpNew
{
    background-color: #2e3d60;
    color: aliceblue;
    font-family: arial;
    font-size: 11px;
    border: solid 1px gray;
    cursor: pointer;
    background-repeat: repeat-x;
    font-weight: bold;
}

