#dnn_ContentPane TD {}
#dnn_ContentPane {}
* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
text-decoration:none;
}

A.CommandButton:visited  {
text-decoration:none;
}

A.CommandButton:active   {
text-decoration:none;
}

A.CommandButton:hover    {
text-decoration:none;
}

