/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */

A.CommandButton {
    text-decoration:    none;
    border: 0;
    background: transparent;
    padding:2;
}

/*
A.CommandButton:link {
    font family: Times New Roman;
    text-decoration:    none;
    border: 0;
    background: transparent;
    padding:2;
    color: #F17200;
}

A.CommandButton:visited  {
    text-decoration:    none; 
    border: 0;
    background: transparent;
    padding:2;}

A.CommandButton:active   {
    text-decoration:    none; 
    border: 0;
    background: transparent;
    padding:2;
    color: red;
}
*/
A.CommandButton: hover    {
    text-decoration:    none;
    border: 5;
    font-size: 21px;
    background: transparent;
    padding:2;
}





