﻿.primary-row
{
    background-color:#999999;
}

.secondary-row
{
    background-color:#F7F6F3;
}

.primary-inactive
{
    background-color:#999999; 
    width:100px;
}

.primary-inactive a
{
    color:White;
    text-decoration:underline; 
    font-family:Arial;
    font-size:10pt;
    font-weight:bold;
}
    
.primary-active
{
    background-color:#F7F6F3;
    width:100px;
}

.primary-active a
{
    color:#333333;
    text-decoration:none;  
    cursor: default;
    font-family:Arial;
    font-size:10pt;
    font-weight:bold;
    }

.secondary-inactive
{
    background-color:#F7F6F3;
    width:75px;
}

.secondary-inactive a
{
    color:Black;
    text-decoration:underline;
    font-family:Arial;
    font-size:10pt;
}

.secondary-active
{  
    background-color:#F7F6F3;
    width:75px;
}

.secondary-active a
{  
    color:Black;
    text-decoration:none;
    cursor:default;
    font-family:Arial;
    font-size:10pt;
}
 



