fieldset
{
	border:solid #D5DDE6 1px;
	padding-bottom:5px;
}

#USER_PROFILE_PUBLIC input	
{
	border:none;
}

.public_info
{
}

.linespacer
{
	clear:both;
	margin-top:2px;
}

.user_profile label
{
	float:left;
	display:block;
	width:200px;
	text-align:right;
	padding-right:5px;
	margin-top:3px;
}
.user_profile label.button
{
	padding-top:5px;
}

.user_profile label.continue
{
	float: none;
	display:inline;
	padding-left:5px;
}

.user_profile .linkwrapper
{
	margin-top:3px;
}

.confirm_update
{
	padding-left:200px;
	padding-right:100px;
}


.space_before_1
{
	margin-top:20px;
}


.user_profile input.password_invalid
{
	background-color:#ff7777;
}
.user_profile input.password_quality_5
{
	background-color:#aaffaa;
}
.user_profile input.password_quality_4,
.user_profile input.password_quality_3
{
	background-color:#ffeeaa;
}
.user_profile input.password_quality_2
{
	background-color:#ffddaa;
}
.user_profile input.password_quality_1
{
	background-color:#ffccaa;
}
.user_profile input.password_quality_0
{
	background-color:#ffffff;
}

.user_profile input.password_quality_5,
.user_profile input.password_quality_4,
.user_profile input.password_quality_3,
.user_profile input.password_quality_2,
.user_profile input.password_quality_1,
.user_profile input.password_quality_0,
.user_profile input.password_invalid,
.user_profile input.password
{
	width:100px;
	margin-right:10px;
	padding-left:2px;
}

.user_profile input:disabled
{
	cursor:not-allowed;
}

.user_profile select
{
	width:225px;
}

.user_profile input
{
	width:220px;
	padding-left:2px;
}


input.smalltextbox
{
	width:50px;
	margin-right:1px;
	padding-left:2px;
}

input.tickbox
{
	width:20px;
	margin-top:0.4em;
	text-align:left;
	padding-left:0px;
}

.display_only label
{
	float:left;
	display:block;
	width:200px;
	text-align:right;
	padding-right:5px;
}

iframe
{
	border:solid #D5DDE6 1px;
}



.choose_user legend
{
	color:#5687C8;
}
.choose_user label.button
{
	margin-top:7px;
}
.choose_user label
{
	margin-top:2px;
	float:left;
	display:block;
	width:200px;
	text-align:right;
	padding-right:5px;
}

input.movers
{
	font-size:xx-small;
	font-weight:bold;
	height:19px;
	margin-top:2px;
	margin-bottom:2px;
}
table.change_list
{
	/* border: solid #777777 1px; */
	border-collapse:collapse;
	min-width:400px;
	margin-top:3px;
}
table.change_list tr.rowflip0_archived td,
table.change_list tr.rowflip1_archived td
{
	color:#9E931B;
}
table.change_list tr.rowflip0_deleted td,
table.change_list tr.rowflip1_deleted td
{
	color:red;
}
table.change_list tr.rowflip0_archived,
table.change_list tr.rowflip0_deleted,
table.change_list tr.rowflip0
{
	background-color: #e0e0e0;
}
table.change_list tr.rowflip1_archived,
table.change_list tr.rowflip1_deleted,
table.change_list tr.rowflip1
{
	background-color: #d0d0d0;
}
table.change_list th
{
	text-align:left;
	padding: 2px 10px 2px 10px;
	border: solid #777777 1px;
	background-color: #aaaaaa;
}

table.change_list td.controls
{
	text-align:left;
	vertical-align:top;
	border:none;
}
table.change_list td.controls select.wide
{
	width:150px;
}
table.change_list td.controls select
{
	width:50px;
}

table.change_list td.list_id
{
	text-align:right;
	padding-right:5px;
	width:30px;
}

table.change_list td
{
	padding: 2px 10px 2px 10px;
	border-left: solid #777777 1px;
}
table.change_list td.list_button
{
	text-align:center;
	border-left: solid #777777 1px;
	width:60px;
}

.change_list input.button_list,
.change_list input.button
{	
	background-image:none;
	width:60px;
	height:18px;
	font-size:10px;
	font-weight:bold;	
	border:none;
	cursor:pointer;
	background-color:transparent;
}

label.required::before
{
	color: red;
	content: "*  ";
}