.REG
{
    margin-top:3px;
    width: 100%;
    height: 15px;
    background-color: #FF0000;
}
.APP
{
    margin-top: 3px;
    width: 100%;
    height: 15px;
    background-color: #FF7575;
}
.OPN
{
    margin-top: 3px;
    width: 100%;
    height: 15px;
    background-color: #FFB3B3;
}
.ASG
{
    margin-top: 3px;
    width: 100%;
    height: 15px;
    background-color: #FFD83C;
}
.RASG
{
    margin-top: 3px;
    width: 100%;
    height: 15px;
    background-color: #E8B900;
}
.QSH
{
    margin-top:3px;
    width: 100%;
    height: 15px;
    background-color: #0066CC;
}
.QAP
{
    margin-top: 3px;
    width: 100%;
    height: 15px;
    background-color: #FF771C;
}
.SOL
{
    margin-top: 3px;
    width: 100%;
    height: 15px;
    background-color: #99CC00;
}
.COL
{
    margin-top: 3px;
    width: 100%;
    height: 15px;
    background-color: #3B3B3B;
}
.NON
{
    display:none;
}
.SHOW
{
    display:inline;
}
/*---------------------------------------------------*/
.PENDING
{
    width: 100%;
    height: 10px;
    background-color: #FF0000;
}
.APPROVED
{
    width:100%;
    height:10px;
    background-color: #FF8484;
}
.OPEN
{
    width:100%;
    height:10px;
    background-color: #FFFF99;
}


