﻿/* text style for buttons and link buttons used in the portal admin pages */
.CommandLinkButton
{
	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.CommandLinkButton:link
{
	text-decoration: underline;
	color: #464749;
	color: White;
}

A.CommandLinkButton:visited
{
	text-decoration: underline;
	color: White;
}

A.CommandLinkButton:hover
{
	text-decoration: underline;
	color: #D8E152;
}

A.CommandLinkButton:active
{
	text-decoration: underline;
	color: White;
}
