/* variables */
:root {
	--color-brand: #017C77;
	--active-link: #017C77;
}

BODY
{
	background-color: #cfd0d2;
	text-align:center;
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-family: Arial;
}

TABLE.Login
{
	background-color: #cfd0d2;
	width: 300px;
}

p
{
    margin-top: 10px;
    font-size: initial;
    font-weight: normal;
}

a.LD_StandaloneLink:link
{
    text-decoration: underline;
    color: #007575;
}

.LoginGeneric,
.LoginUsername,
.LoginPassword,
.LoginSelfRegLogin,
.LoginSelfRegPassword1,
.LoginSelfRegPassword2,
.LoginSelfRegGeneric,
.LoginPassword2
{
	height: 32px;
}

.LoginLabelGeneric,
.LoginLabelUsername,
.LoginLabelPassword,
.LoginLabelSelfRegLogin,
.LoginLabelSelfRegPassword1,
.LoginLabelSelfRegPassword2,
.LoginLabelSelfRegGeneric

{
	width: 100px;
	height: 32px;
	text-align:left;
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	background-color: #cfd0d2;
	padding-left: 10px;
}

.LoginTextboxGeneric,
.LoginTextboxUsername,
.LoginTextboxPassword,
.LoginTextboxSelfRegLogin,
.LoginTextboxSelfRegPassword1,
.LoginTextboxSelfRegPassword2,
.LoginTextboxSelfRegGeneric
{
	width: 180px;
	font-weight: normal;
	font-size: 10pt;
	font-family: Verdana;
	color: black;
}


.LoginError
{
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	color: #a00000;
	padding-left: 10px;
	padding-right: 10px;
}

.LoginButton
{
	width: 90px;
	text-align:center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10pt;
	color: black;
}

.LoginButtonRow
{
	height: 34px;
	text-align:center;
	background-color: #cfd0d2;
	font-weight: bold;
	font-size: 8pt;
	color: black;
}

.LinkTextRow
{
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-weight: normal;
	font-size: 8pt;
	color: black;
}

.LinkText
{
	font-weight: bold;
}

.ContentCell p {
	margin-right: 10px;
}