/* ======================================
    CSS STYLES FOR Module helferlein_Form
   ======================================
*/


/* The module only uses standard portal styles like "Normal", "NormalRed", "NormalBold",
   "CommandButton" etc.
   The styles here are only used for the e-mail submission
*/

.MailBody
{
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 80%;
   color: Black;
}

.MailNormal
{
}

.MailNormalBold
{
   font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.FormCommandButton
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 120%;
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.FormCommandButton:link
{
	text-decoration: underline;
	color: #003366;
}

A.FormCommandButton:visited
{
	text-decoration: underline;
	color: #003366;
}

A.FormCommandButton:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A.FormCommandButton:active
{
	text-decoration: underline;
	color: #003366;
}
