﻿.cActive
{
    font-weight: bold;
    font-size: 11px;
     background-color: #FFFFFF ;
    color: #9e224d;
    font-family: Tahoma, "Times New Roman";
    text-decoration: none;
}
.cNoActive
{
    font-weight: normal;
    font-size: 11px;
    background-color: #FFFFFF ;  
    color: #009140;
    font-family: Tahoma, "Times New Roman";
    text-decoration: none;
}
.tbHeader
{
    border-right: #666666 1px solid;
    border-left: #666666 1px solid;
}
.cHeader
{
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    font-family: Tahoma, "Times New Roman";
    background-color: #006600 ;
}
.cHeaderN
{
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    font-family: Tahoma, "Times New Roman";
    background-color: #af637d;
}
.Active
{
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    color: #9e224d;
    font-family: Tahoma, "Times New Roman";
    text-decoration: none;
    padding-left:5px;    
}
.NoActive
{
	padding-left:5px; 
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
    color: #009140;
    font-family: Tahoma, "Times New Roman";
    text-decoration: none;
}
