<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">TD {
	font-size: 12px;
}
.account_sh {
	font-weight: bold;
	padding-top: 20px;
}
.account_sb {
	border: #966 1px solid;
	padding: 5px;
	vertical-align: top;
}


.box-container-row {
	display: block;
	float: none;
	clear: both;
	margin: 0 20px 0 20px;
	font-size: 12px;
	overflow: hidden;
}
.box-container,
.box-container-half-left,
.box-container-half-right,
.box-container-small {
	text-align: center;
	padding: 0;
	margin: 0 0 1em 0;
	overflow: hidden;
}
.box-container {
	width: 100%;
}
.box-container-small {
	width: 50%;
	margin: 0 auto 1em auto;
}
.box-container-half-left,
.box-container-half-right {
	width: 460px; /*50%;*/
	clear: none;
}
.box-container-half-left {
	float: left;
}
.box-container-half-right {
	float: right;
}
.box-container .box {
	width: auto;
	border: 1px solid #eee;
	border-radius: 0 0 3px 3px;
	background-color: #f6f6f6;
	padding: 1em;
	text-align: left;
}
.box-container label[for] {
	cursor: pointer;
}
.box-container h3 {
	margin: 0;
	padding: 0;
	background-color: #eee;
	border-radius: 3px 3px 0 0;
	line-height: 2em;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
.box-container h4 {
	margin: 0;
	padding: 0;
	line-height: 2em;
	color: #222;
	font-size: 12px;
	font-weight: bold;
}
.box-container p {
	margin: 0 0 1em 0;
	padding: 0;
}
.box-container hr {
	height: 1px;
	background: transparent;
	border: 0;
	display: block;
	clear: both;
	margin: 1em 0 1em 0;
	border-bottom: 1px solid #ccc;
}
.box-container table {
	border: 0;
	border-collapse: collapse;
	margin: 0 0 1em 0;
	padding: 0;
	width: 100%;
}
.box-container table th,
.box-container table td {
	padding: 2px;
	margin: 0;
}

.box-login,
.box-signup {
	background-color:  #faf9f7 !important;
	height: 180px;
}
.box-login td,
.box-signup td {
	vertical-align: middle;
}
.box-login {
	background: url(/images/profile/profile-login.gif) no-repeat;
	background-position: 350px 40px;
}
.box-signup {
	background: url(/images/profile/profile-new.gif) no-repeat;
	background-position: 360px 40px;
}

#name-box {
	text-align: center;
}


/*
	Striped table
*/
table.striped {
	background-color: #f6f6f6;
}
table.striped tbody tr:nth-child(2n) {
	background-color: #eee;
}
table.striped td {
	line-height: 1.5em;
}







/* PROFILE PAGE */
/*
	@TODO: Delete this css section once /account/ cleanup is complete
*/
.login-profile_container {
	position: relative;
	float: left;
	width: 940px;
	margin-left: 19px;
	margin-bottom: 10px;
	padding-top: 10px;
}

.login-profile_container_half {
	position: relative;
	float: left;
	width: 460px;
	margin-left: 19px;
	background: url(/images/profile/profile-login.gif) no-repeat #faf9f7;
	background-position: 350px 40px;
}

.login-profile_container_half_2 {
	position: relative;
	float: left;
	width: 460px;
	margin-left: 20px;
	background: url(/images/profile/profile-new.gif) no-repeat #faf9f7;
	background-position: 360px 40px;
}

.login-profile_block {
	position: relative;
	float: left;
	width: inherit;
	width: 100%;
	border: 1px solid #966;
	valign: middle;
	align: center;
}

.login-profile_login_block {
	position: relative;
	float: left;
	width: inherit;
	width: 100%;
	height: 210px;
	border: 1px solid #966;
	valign: middle;
	align: center;
}

.login-profile_title {
	position: relative;
	float: left;
	width: inherit;
	width: 100%;
	height: 20px;
	padding-top: 4px;
	font-weight: bold;
	border-bottom: 1px dotted #966;
	background: #d9d9c7;
	text-align: center;
}

.login-profile_title_full {
	position: relative;
	float: left;
	width: inherit;
	width: 100%;
	height: 20px;
	padding-top: 4px;
	font-weight: bold;
	border-bottom: 1px dotted #966;
	background: #d9d9c7;
	text-align: center;
}

.login-profile_text {
	position: relative;
	width: inherit;
	width: 100%;
	float: left;
	padding: 15px 0;
	background:  #faf9f7;
}

.login-profile_login_form {
	posiition: relative;
	float: left;
	height: 160px;
	padding-top: 40px;
	padding-left: 15px;
}

.login-profile_register_form {
	posiition: relative;
	float: left;
	height: 160px;
	padding-top: 10px;
	padding-left: 15px;
}

#email-confirm {
	display: block;
	clear: both;
	overflow: hidden;
	width: 400px;
	margin: 0 auto 2em auto;
	text-align: center;
	
}
#email-confirm input.data_input {
	height: 30px;
	line-height: 30px;
	width: 100%;
	border: 1px solid #999;
}
#email-confirm img {
	border: 1px solid #999;
}</pre></body></html>