@charset "UTF-8";
/* CSS Document For Backstage Crteate New Profile and Edit Profile */

#profile form {
}

#profile h3 {
	clear: both;
	padding-bottom: .2em;
	font-size: 14px;
	font-weight: normal;
	border-bottom: #E0E0E0 1px solid;
	margin-top: 12px;
	margin-bottom: 2px;
}

#profile h3.pad_top {
	padding-top: 16px;
}

#profile dl {
	position:relative;
	width: 360px;
	list-style: none;
	margin-top: 4px;
}

#profile dt {
	margin: 3px 0 0 0;
	padding:0;
	float: left;
	clear: left;
	width: 120px;
	text-align: right;
	font-weight: bold;
}

#profile dd {
	float:left;
	margin: 0 0 0 6px;
	padding: 0;
	width: 190px;
	height: 22px;
	text-align: left;
}
#profile div.display dd {
	margin-top: 3px;
}

#profile dd input.text {
	border: 1px solid #A5ACB2;
	margin: 0;
	padding: 2px 4px 0 3px;
	#padding: 0px 0 0 3px;
	height: 15px;
	color: #5C5C5C;
}

#profile li.off {
	color: #9a9a9a;
}

#profile select {
	border: 1px solid #A5ACB2;
	margin: 0;
	padding: 2px 0 0 3px;
	#padding: 0px 0 0 3px;
	color: #5C5C5C;
	font-size: 11px;
}

#profile p.submit {
	clear:both;
	text-align: center;
	padding-top: 10px;
}

#profile br {
	clear: both;
}

#serverResponse {
	position: relative;
	width: 200px;
	top: 7px;
	text-align: center;
	margin: 0 auto;
}

#passwordForm {
	float: right;
	width: 290px;
}

#passwordForm .box {
	border: solid 1px #666666;
	padding: 0 4px;
}

a.edit {
	display: block;
	float: right;
	height: 15px;
	width: 32px;
	background-image: url(/images/backstage/editButton.gif);
	position: relative;
	top: -20px;
}

a.edit span {
	display:none;
}

#profile .red {
	color: #FF0000;
}

#profile .error {
	color: red;
}

#profile #changePasswordResult {
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding-top: 6px;
}

#profile input.age_range {
	position: relative;
	padding-top: 0;
	margin-top: 4px;
}

#profile label.age_range {
	border-right: 1px solid #666666;
	padding-right: 8px;
	margin-right: 2px;
}

#profile label.last {
	border-right: none;
}

/* EDIT EMAIL */

#profile dl.alternate_emails {
	clear: both;
	width: 560px;
}

#profile dl.alternate_emails dd {
	width: 560px;
	float: none;
}

#profile dl.alternate_emails dd table {
	position: relative;
	top: 3px;
	left: 6px;
}

#profile dl.alternate_emails td.email {
	width: 140px;
	padding-right: 4px;
}

#profile dl.alternate_emails td.status {
	width: 60px;
	padding-right: 4px;
}

#profile dl.alternate_emails td.row3 {
	width: 130px;
	padding-right: 4px;
}

#profile p.instruct {
	clear: both;
	margin-top: 20px;
}

#PGI li {
	display: block;
	line-height: 17px;
	width: 250px;
	float: left;
	font-weight: bold;
}

#PGI span.off {
	color: #A5ACB2;
}

#PGI li.left {
	clear:left;
}

#editPIGDiv {
	padding-top: 4px;
}