/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 9, 2015, 9:48:54 AM
    Author     : a.rybnikov
*/
a.disable a.disable:visited a.disable:active{
    color: gray;
}

a.disable:hover{
    color: lightgray;
}