/*
	User profile page
*/
.AccountInfoLabel {
	FONT-SIZE: 11px;
}
.AccountInfoTitle, .AccountInfoTitle TD, .AccountInfoTitle LABEL {
	COLOR: #550000;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
}
DIV.AccountInfoTitle, TABLE.AccountInfoTitle {
	border-bottom: solid 1px #999;
	line-height: 18px;
}

.AccountInfoBox {
	margin-bottom: 15px;
	padding: 1px;
}
.AccountInfoBox TR {
	line-height: 20px;
}

.AccountPointsBox {
	border: dashed 1px #CCC;
	padding: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	display: inline;
	width: auto;
	float: left;
}
.AccountPointsBig {
	COLOR: #18477E;
	FONT-SIZE: 96px;
	line-height: 84px;
	font-weight: bold;
	padding: 3px;
}
.AccountPointsMath {
	COLOR: #888;
	FONT-SIZE: 10px;
	line-height: 10px;
}

.AccountSeminarTagline,
.AccountSeminarTagline A:link,
.AccountSeminarTagline A:visited,
.AccountSeminarTagline A:active,
.AccountSeminarTagline A:hover {
	COLOR: #18477E;
	FONT-SIZE: 11px;
}
.AccountSeminarDescription {
	COLOR: #333;
	FONT-SIZE: 11px;
	border-top: solid 1px #18477E;
	padding: 3px;
	margin-bottom: 8px;
}
