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:7px;
}

.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.button_warning,
.user_profile input.button
{
	font-weight:bold;
	color:#ffffff;
	background-color:transparent;
	border:none;
	background-position:center;
	background-repeat:no-repeat;
	padding-bottom:3px;
	width:97px;
	height:31px;
	cursor:pointer;
}


.user_profile input.password
{
	width:100px;
	margin-right:10px;
	padding-left:2px;
}

.user_profile select
{
	width:225px;
}

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

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


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

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

div.centre_menu
{
	border:solid #D5DDE6 1px;
}


div.centre_menu a 
{
	padding: 2px 5px 3px 5px;
	display:block;
	text-decoration:none;
	width:300px;
	border:solid #D5DDE6 1px;
	background-color:#D5DDE6;
	font-weight:bold;
}

div.centre_menu ul
{
	list-style:none;
}

div.centre_menu ul li
{
	background-image:url('images/icon_list_menu_1.gif');
	background-position:0px 18px;
	background-repeat:no-repeat;
	padding: 20px 0px 20px 60px;
}


.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;
}


.datepickerwrapper_hidden,
.datepickerwrapper_visible
{
	position:absolute;
}
.datepickerwrapper_visible
{
	visibility:visible;
	top:313px;
	left:300px;
	height:24px;
	width:420px;
}
.datepickerwrapper_hidden
{
	visibility:hidden;
	height:0px;
	width:0px;
}

.datepickerbox
{
	height:24px;
	width:420px;
	background-color:#D5DDE6;
	padding:2px;
	xpadding-top:5px;
	padding-left:5px;
	border: solid #5687C8 2px;
}

form.datepickerform
{
	margin:0;
	padding:0;
	border:none;
}

a.internal:hover;
{
	border:solid silver 5px;
}

a.internal
{
	margin-top:20px;
	background-color:silver; 
	padding: 5px 10px 5px 10px; 
	border:solid silver 5px;
	text-decoration:none;
}

table.centre_list
{
	border-collapse:collapse;
	margin-top:3px;
	margin:auto;
}
table.centre_list tr.rowflip0:hover,
table.centre_list tr.rowflip1:hover
{
	background-color: #f0f0f0;
}
table.centre_list tr.rowflip0
{
	background-color: #e0e0e0;
}
table.centre_list tr.rowflip1
{
	background-color: #d0d0d0;
}
table.centre_list tr.rowflip0_fuped
{
	background-color: #b0c0c0;
}
table.centre_list tr.rowflip1_fuped
{
	background-color: #a0b0b0;
}
table.centre_list th
{
	text-align:left;
	padding: 2px 10px 2px 10px;
	border: solid #777777 1px;
	background-color: #aaaaaa;
}
table.centre_list td
{
	padding: 2px 10px 2px 10px;
	border: solid #777777 1px;
}

table.centre_list input[type="button"],
table.centre_list input[type="submit"]
{
	border:none;
	background-color:transparent;
	cursor:hand;
	cursor:pointer;
}


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

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


form.contact fieldset h1
{
	padding-left:2.0em;
}


form.contact label
{
	float:left;
	width:10.0em;
	text-align:right;
	margin-right:0.5em;
}
form.contact textarea
{
	width:30.5em;
	height:10.0em;
	overflow-y:scroll;
}

form.contact input[type="text"]
{
	width:30.0em;
}

form.contact input,
form.contact textarea
{
	margin-bottom:0.25em;
}

address.contact
{
	margin-left:2.0em;
}

form.contact label.required:after
{
	visibility:visible;
	color:#ff3333;
}

form.contact label:after
{
	visibility:hidden;
	content:"*";
}

.trafficlight_green
{
	background-color:#cfc;
}

.trafficlight_amber
{
	background-color:#eec;
}

.trafficlight_red
{
	background-color:#fcc;
}

tr.flip_anon td.list_display
{
	background-color:#777;
	color:white;
}

input.email
{
	width:30.0em;
	margin-bottom:0.25em;
}