.errorMessage
{
	font-family: "Arial Narrow";
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #990000;
	text-align: left;
}

/* Master Page */
body
{
	background-image: url('../../images/LightBackground.gif');
	font-family: Calibri;
	-webkit-text-size-adjust: none;
}
#divHeaderM
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-image: url('../../images/LightStripeBackground.gif');
	height: 40px;
}
#divConnectLogo
{
	float: left;
}
#divWUSTLLogo
{
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}
#divHeaderLinks
{
	height: 25px;
	float: right;
	color: #5B191B;
	font-weight: bold;
}
#divHeaderLinks a
{
	text-decoration: none;
}
#divContentWrapper
{
	margin: 0px;
}
#divFooter
{
	text-align: center;
}
#divContent
{
	clear: both;
	background-image: url('../../images/LightStripeBackground.gif');
	border-radius: .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	margin: 10px;
}
.selfServiceButton
{
	height: 40px;
	width: 80px;
	margin: 20px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border: 1px solid #000000;
	font-size: small; /* IE10 */
	background-image: -ms-linear-gradient(top left, #148464 0%, #095745 100%); /* Mozilla Firefox */
	background-image: -moz-linear-gradient(top left, #148464 0%, #095745 100%); /* Opera */
	background-image: -o-linear-gradient(top left, #148464 0%, #095745 100%); /* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #148464), color-stop(1, #095745)); /* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top left, #148464 0%, #095745 100%); /* Proposed W3C Markup */
	background-image: linear-gradient(top left, #148464 0%, #095745 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#148464, endColorStr=#095745, GradientType=1); /* For Internet Explorer 5.5 - 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#148464, endColorstr=#095745, GradientType=1)"; /* For Internet Explorer 8 */
	color: White;
	vertical-align: top;
	cursor: pointer;
}
.breadcrumbLink
{
	color: #444444 !important;
	font-size: smaller;
}
/*
First child element rendered by a SiteMapPath is an <a> tag you have no control over, 
adjacent to that is your root node's span tag, adjacent to that is the root node's 
path-separator span: don't display it.
*/
.breadCrumbTrail > a:first-child + span + span
{
	display: none;
}

/* ChangeID.aspx */
.wustlKeySelectionContainer
{
	float: left;
}
.wustlKeySelectionContainer .listBox
{
	margin-top: 20px;
	margin-left: 15px;
	width: 250px;
}
.wustlKeyDisplayContainer
{
	margin-left: 15px;
	color: #900;
	font-family: Arial Narrow;
	font-size: 14px;
	font-weight: bold;
	vertical-align: bottom;
	float: left;
	margin-top: 20px;
}
.wustlKeyButtonContainer
{
	text-align: center;
	width: 100%;
	clear: both;
}
.wustlKeyButtonContainer .button
{
	height: 40px;
	width: 50px;
	margin: 20px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border: 1px solid #000000;
	font-size: small; /* IE10 */
	background-image: -ms-linear-gradient(top left, #148464 0%, #095745 100%); /* Mozilla Firefox */
	background-image: -moz-linear-gradient(top left, #148464 0%, #095745 100%); /* Opera */
	background-image: -o-linear-gradient(top left, #148464 0%, #095745 100%); /* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #148464), color-stop(1, #095745)); /* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top left, #148464 0%, #095745 100%); /* Proposed W3C Markup */
	background-image: linear-gradient(top left, #148464 0%, #095745 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#148464, endColorStr=#095745, GradientType=1); /* For Internet Explorer 5.5 - 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#148464, endColorstr=#095745, GradientType=1)"; /* For Internet Explorer 8 */
	color: White;
	vertical-align: top;
	cursor: pointer;
	margin-left: 5px;
}

/* ChangePassword.aspx */
.changePasswordFieldLabel
{
	display: block;
}
.changePasswordButtonContainer
{
	text-align: center;
	width: 100%;
	clear: both;
}
.changePasswordButtonContainer .button
{
	height: 40px; /*width: 50px;*/ /* this is too narrow for all the text on the "Change Password" button */
	margin: 20px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border: 1px solid #000000;
	font-size: small;
	background-image: -ms-linear-gradient(top left, #148464 0%, #095745 100%); /* IE10 */
	background-image: -moz-linear-gradient(top left, #148464 0%, #095745 100%); /* Mozilla Firefox */
	background-image: -o-linear-gradient(top left, #148464 0%, #095745 100%); /* Opera */
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #148464), color-stop(1, #095745)); /* Webkit (Safari/Chrome 10) */
	background-image: -webkit-linear-gradient(top left, #148464 0%, #095745 100%); /* Webkit (Chrome 11+) */
	background-image: linear-gradient(top left, #148464 0%, #095745 100%); /* Proposed W3C Markup */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#148464, endColorStr=#095745, GradientType=1); /* For Internet Explorer 5.5 - 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#148464, endColorstr=#095745, GradientType=1)"; /* For Internet Explorer 8 */
	color: White;
	vertical-align: top;
	cursor: pointer;
	margin-left: 5px;
}
.changePasswordWrapper .helpLink
{
	display: none;
}
.top_testresult
{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #666666;
	padding: 0;
	margin: 2px 0 2px 0;
	width: 151px;
}
.top_testresult span
{
	padding: 6px;
	margin: 0;
}
/*
		.top_shortPass
		{
			background: #edabab;
			border: 1px solid #bc0000;
			display: block;
		}
		.top_shortPass span
		{
		}
		*/
.top_badPass
{
	background: #edabab;
	border: 1px solid #bc0000;
	display: block;
}
.top_badPass span
{
}
.top_goodPass
{
	background: #ede3ab;
	border: 1px solid #bc9f00;
	display: block;
}
.top_goodPass span
{
}
.top_strongPass
{
	background: #d3edab;
	border: 1px solid #73bc00;
	display: block;
}
.top_strongPass span
{
}
.changePasswordStrengthLabel
{
}
.passwordStrengthHelpLink
{
}

/* SecretQuestions.aspx */
.secretQuestionQuestionAnswerContainer
{
	clear: both;
	padding-top: 10px;
}
.secretQuestionsQuestionLabel
{
	float: left;
	text-align: left;
	font-weight: bold;
	width: 100px;
	display: block;
}
.secretQuestionsSelectField
{
	float: left;
	text-align: left;
	margin-left: 10px;
	white-space: nowrap;
	width: 80%;
}
.secretQuestionsAnswerLabel
{
	text-align: left;
	font-weight: bold;
	clear: both;
	float: left;
	width: 100px;
	margin-top: 5px;
}
.secretQuestionsTextField
{
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	width: 80%;
}
.secretQuestionsHeader
{
}
.secretQuestionAlternateEmailContainer
{
	clear: both;
	padding-top: 20px;
}
.secretQuestionsAlertMessage b
{
	color: Gray;
	display: block;
	margin-bottom: 10px;
}
.secretQuestionsAlternateEmailLabel
{
	text-align: left;
	font-weight: bold;
	clear: both;
	float: left;
	width: 110px;
	white-space: nowrap;
	margin-top: 7px;
}
.secretQuestionsButtonsContainer
{
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.secretQuestionsButton
{
	margin: 20px;
	height: 40px;
	width: 50px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border: 1px solid #000000;
	font-size: small; /* IE10 */
	background-image: -ms-linear-gradient(top left, #148464 0%, #095745 100%); /* Mozilla Firefox */
	background-image: -moz-linear-gradient(top left, #148464 0%, #095745 100%); /* Opera */
	background-image: -o-linear-gradient(top left, #148464 0%, #095745 100%); /* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #148464), color-stop(1, #095745)); /* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top left, #148464 0%, #095745 100%); /* Proposed W3C Markup */
	background-image: linear-gradient(top left, #148464 0%, #095745 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#148464, endColorStr=#095745, GradientType=1); /* For Internet Explorer 5.5 - 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#148464, endColorstr=#095745, GradientType=1)"; /* For Internet Explorer 8 */
	color: White;
	vertical-align: top;
	cursor: pointer;
	margin-left: 5px;
}
.secretQuestionsConfirmationMessage, .secretQuestionsDisclaimerMessage
{
	margin-bottom: 10px;
}
.secretQuestionsConfirmationLabel, .secretQuestionsConfirmationAnswerLabel, .secretQuestionsConfirmationValue
{
	display: block;
}
.secretQuestionsConfirmationLabel, .secretQuestionsConfirmationAnswerLabel
{
	font-weight: bold;
}
.secretQuestionsConfirmationValue
{
	margin-bottom: 10px;
}

/* Default.aspx */
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}
.divNavMenu
{
	margin: 0px;
}
.divError
{
	padding: 5px;
}

/* Profile.aspx */
.divSliderImage
{
	float: left;
	margin-left: 5px;
}
.divSliderImage:hover
{
	cursor: pointer;
}
.divContainerLabel
{
	float: left;
	margin-left: 5px;
	font-weight: bold;
}
.SORContent
{
	margin-left: 25px;
	clear: both;
	margin-bottom: 10px;
}
#divRolesContainer
{
	font-size: 11pt;
	margin: 10px;
}
.divSORContainer
{
	font-family: Calibri;
	font-size: 11pt;
	border-top: 2px groove black;
	overflow: hidden;
	margin-top: 10px;
}
.divEmailContainer
{
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 420px;
	overflow: hidden;
	float: left;
}
.divTelephoneContainer
{
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 290px;
	overflow: hidden;
	float: left;
}
.TypeLabel
{
	color: Gray;
}
.SORMessage
{
	color: Gray;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 10px;
}
.ensLabel
{
	float: left;
	width: 200px;
	color: Gray;
	text-align: left;
}
.ensValue
{
	float: left;
	width: 520px;
	text-align: left;
	overflow: hidden;
}
.profileLabel
{
	font-weight: bold;
}
