/* 16.07.2025, 17.07.2025, 18.07.2025													*/
/*======================================================================================*/
/*				:	Default Tag Definition												*/
/*	SHnc		:	SelfHelp box New Credential											*/
/*	SHsnp		:	SelfHelp box Set New Password										*/
/*	SHcf		:	SelfHelp box Contact Formular										*/
/*	SHcfm		:	SelfHelp box Contact Formular Message								*/
/*	SHur		:	SelfHelp box User Request											*/
/*	SHurm		:	SelfHelp box User Request Message									*/
/*	SHmsg		:	SelfHelp box MeSsaGe												*/
/*======================================================================================*/

/*========================================================= Default Tag Definition =====*/
a:visited, a:link
{
	text-decoration:			none;
	color:						#000080;
}
/*======================================================================================*/

/*================================================= SHnc : SelfHelp New Credential =====*/
table.SHnc
{
	border-collapse:			collapse;
}
td.SHncF						/* Frage */
{
	padding:					4px 0px 8px 0px;
	font-weight:				bold;
}
td.SHncE						/* Erklärung */
{
	padding:					0px 0px 4px 0px;
}
td.SHncCi						/* Captcha Image*/
{
	padding:					0px 8px 0px 0px;
	text-align:					left;
}
td.SHncL						/* Link */
{
	font-weight:				bold;
	text-align:					center;
}
td.SHncL a						/* Link */
{
	color:						#000080;
}
/*======================================================================================*/

/*========================================== SHsnp : SelfHelp box Set New Password =====*/
table.SHsnp
{
	border-collapse:			collapse;
}
table.SHsnp tr td				/* caption */
{
	padding:					4px 8px;
	font-weight:				bold;
	vertical-align:				top;
	text-align:					right;
	color:						#800000;
	white-space:				nowrap;
}
table.SHsnp tr td+td			/* value */
{
	font-weight:				normal;
	text-align:					left;
	color:						#000000;
}
table.SHsnp tr td+td input		/* input value */
{
	padding-left:				2px;
	text-align:					left;
	color:						#000000;
	background:					#f0f0c0;
	border:						1px solid #808080;
}
tr.SHsnps td					/* Spacing */
{
	padding-top:				20px!important;
	border-top:					1px solid #808080;
}
input.SHsnpr					/* Readonly */
{
	background:					#c0c0c0!important;
}
/*======================================================================================*/

/*=========================================== SHcf : SelfHelp box Contact Formular =====*/
table.SHcf
{
	border-collapse:			collapse;
}
table.SHcf tr td				/* caption */
{
	padding:					4px 8px;
	font-weight:				bold;
	text-align:					right;
	color:						#800000;
	white-space:				nowrap;
}
table.SHcf tr td+td				/* value */
{
	font-weight:				normal;
	text-align:					left;
	color:						#000000;
}
td.SHcfCi						/* Captcha Image*/
{
	padding:					0px 8px 0px 0px;
	text-align:					left;
}
/*======================================================================================*/

/*================================== SHcfm : SelfHelp box Contact Formular Message =====*/
table.SHcfm
{
	border-collapse:			collapse;
}
table.SHcfm tr td				/* caption */
{
	padding:					4px 8px;
	font-weight:				bold;
	text-align:					right;
	color:						#800000;
	white-space:				nowrap;
}
table.SHcfm tr td+td			/* value */
{
	font-weight:				normal;
	text-align:					left;
	color:						#000000;
}
/*======================================================================================*/

/*=============================================== SHur : SelfHelp box User Request =====*/
table.SHur
{
	border-collapse:			collapse;
}
table.SHur tr td				/* caption */
{
	padding:					4px 8px;
	font-weight:				bold;
	text-align:					right;
	color:						#800000;
	white-space:				nowrap;
}
table.SHur tr td+td				/* value */
{
	font-weight:				normal;
	text-align:					left;
	color:						#000000;
}
td.SHurCi						/* Captcha Image*/
{
	padding:					0px 8px 0px 0px;
	text-align:					left;
}
/*======================================================================================*/

/*====================================== SHurm : SelfHelp box User Request Message =====*/
table.SHurm
{
	border-collapse:			collapse;
}
table.SHurm tr td				/* caption */
{
	padding:					4px 8px;
	font-weight:				bold;
	text-align:					right;
	color:						#800000;
	white-space:				nowrap;
}
table.SHurm tr td+td			/* value */
{
	font-weight:				normal;
	text-align:					left;
	color:						#000000;
}
/*======================================================================================*/

/*=================================================== SHmsg : SelfHelp box MeSsaGe =====*/
table.SHmsg
{
	border-collapse:			collapse;
}
table.SHmsg tr td				/* caption */
{
	padding:					16px;
	font-size:					16px;
	font-weight:				bold;
	text-align:					left;
	color:						#800000;
	white-space:				nowrap;
}
/*======================================================================================*/
