@import "TiMbtnLayout.css";

.TiMbtnC{
    text-decoration: none;
    color: #fff; 
    background: #ff0000;
    text-decoration:none;
    font-size:14px;
    font-weight:bold;
}

.TiMbtnC:hover{
    text-decoration: none;
    color: #fff; 
    background-color: #e2001a;
}

.TiMbtnC:active{
    text-decoration: none;
    color: #fff; 
    background-color: #ff0000;
}

.TiMbtnC *{
        background-image: url('TiMbtn.png');
}

.TiMbtnC[class]{
    background-image: url('TiMshade.png');
    background-position: top;
}


* html .TiMbtnC{
    border: 1px solid #ff6000;
}

* html .TiMbtnC:hover{
    border-color: #ff8222;
    text-decoration: underline;
}
