

/* *** */
#boxResetPassToken .strongType {
	text-align: center;
	font-size: 1em;
	line-height: 0.9em;
	
	font-family: "arial black";
	font-weight: bold;
	
	color: #72d35a;
	letter-spacing: 1px;
}

#boxResetPassToken .invalid {
	color: #d35a88;
	
	background-image: url('/images/icon-no.png');
	background-position: center center;
	background-repeat: no-repeat;
} 

/* -------------------- */

#boxContainer {
	display: flex;
}

#boxLeft {
	position: relative;
	flex-basis: 27%;
	margin-right: 0.25em;
	
	display: flex;
	flex-flow: column nowrap;
}

/* -------------------- */

#boxHelpR {
	position: relative;
	
	padding-top: 1.5em;
	flex-grow: 1;
}

#boxHelpNav {
	position: relative;
	
	font-variant: small-caps;
}

#boxHelpNav > ul {
	padding: 0;
}

#boxHelpNav li:hover {
	background-color: rgb(var(--main-fg-light-color));
}

#boxHelpNav .ulLevel1 > li {
	background-color: rgb(var(--main-fg-color));
	padding-left: 1em;
	list-style-type: none;
}
/* -------------------- */

.hlpNoSelection {
	
}

#boxHelpR > * {
	margin-bottom: 1em;
}

ol {
	margin: 0;
}
/* -------------------- */

#boxHashlinkDemo {
	position: relative;
	margin-top: 2em;
}

#boxHashlinkDemo textarea {
	height: 55px;
	width: 335px;
}

/* -------------------- */

#boxUploadRules {
	
}

#boxUploadRules ul > li {
	margin-bottom: 1em;
}

#boxUploadRules .ulrBottomMsg {
	text-align: center;
	font-variant: small-caps;
}

/* -------------------- */
/* User Info ----- */

#usrInfo{
	position: relative;
	overflow: hidden;
	
	display: flex;
	flex-direction: column;
	
	margin: 0.125em;
	margin-bottom: 0.5em;
	padding: 0.1250em;

	background-color: #f1f4ff;
	
	border: 1px solid #CCC;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;

	border-radius: 15px;
	
	font-size: 0.8em;
	
	text-align: center;
	cursor:pointer;
}

#usrInfo .usrThumbContainer {
	position: relative;
	min-height: 12em;
}

#usrUserName:hover {
	text-decoration: underline;
}

#usrUserName{
	font-size: 1.1em;
	font-weight: bold;
	background-color: #d8e2eb;
	
	font-variant: small-caps;
	text-transform:capitalize;
	
	border: 1px solid #CCC;
	border-top: 2px solid #CCC;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
}

#usrNumUploads{
	font-weight: bold;
	font-size: 0.9em;
}

/*---------------------------- */