/* -------------- USER MANAGEMENT ---------------- */
#ul_form {
	background-color: #B86032;
	padding: 10px 16px;
	width: 248px;
}

#ul_login, #ul_pw {
	margin-bottom: 12px;
}

#ul_button {
	text-align: center;
}

.ul_text {
	font-weight: bold;
	margin-bottom: 3px;
}

#ul_username, #ul_password {
	font-family: Verdana;
	font-size: 12pt;
	padding: 2px;
	background-color: #D6D6D6;
	border: 1px solid #6B6B6B;
	width: 240px;
}

#ul_keychain_solution {
	font-family: Verdana;
	font-size: 12pt;
	padding: 2px;
	background-color: #D6D6D6;
	border: 1px solid #6B6B6B;
	width: 100px;
	margin: 12px 0px;
	text-align: center;
}

#ul_info {
	width: 268px;
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
}

.ul_account {
	padding: 3px 5px;
	background-color: #945B0A;
	margin: 4px 16px 0px 0px;
	font-weight: bold;
}

.ul_account:hover {
	background-color: #754808;
	color: #D1D1D1;
	cursor: pointer;
}

.ul_option {
	margin: 2px 0px;
	padding: 0px 4px;
	background-color: #B87312;
}

.ul_option:hover {
	cursor: pointer;
	background-color: #CF8D30;
}

.ul_block {
	margin-bottom: 8px;
}

.ul_block div label {
	font-size: 11pt;
}

.ul_title {
	font-weight: bold;
	margin-bottom: 6px;
	color: #0B8BDB;
}

.ul_head {
	margin-bottom: 2px;
	font-weight: bold;
}

.ul_settings_sel {
	font-weight: bold;
	background-color: #07A4D9;
}

.ul_settings_nosel {
	background-color: #82C3D9;
}

.ul_settings_nosel:hover {
	cursor: pointer;
	background-color: #3D91AD;
}


/* ****************** KEY CHAIN *************** */

#ul_alt_login {
	background-color: #929292;
	padding: 4px 6px;
	margin-top: 12px;
}

.ul_alt_login_span {
	display: inline-block;
	margin-right: 16px;
	vertical-align: top;
}

.ul_kc_row {
	margin-bottom: 3px;
}

.ul_kc_elem {
	display: inline-block;
	width: 28px;
	text-align: center;
	margin: 0px 2px;
	padding: 1px 0px;
	background-color: #CECECE;
	font-size: 12pt;
}

.ul_kc_elem:hover {
	cursor: pointer;
	color: #E5E5E5;
	background-color: #A9A9A9;
}

#ul_kc_pattern {
	display: inline-block;
	margin: 31px 0px;
	width: 240px;
	height: 20px;
	padding: 4px 8px;
	background-color: #575757;
	color: #F1F1F1;
	font-weight: bold;
	text-align: center;
}

#ul_kc_clear {
	display: inline-block;
	padding: 4px 8px;
	background-color: #B0B0B0;
}

#ul_kc_clear:hover {
	cursor: pointer;
	color: #D3D3D3;
	background-color: #646464;
}

.ul_kc_disable {
	background-color: #A0A0A0 !important;
	color: #343434 !important;
}

.ul_kc_disable:hover {
	cursor: default !important;
}

.ul_kc_username {
	color: #27509C;
}

#ul_keychain_form {
	text-align: center;
}

.ul_kc_form_row {
	margin-bottom: 4px;
}

.ul_kc_form_elem {
	display: inline-block;
	width: 24px;
	margin: 0px 3px;
	background-color: #C48E10;
	text-align: center;
}

/* ----------------------------------------------- */


/* ----------------------------------------------- */

#user_settings_select_selection {
	margin: 6px 0px 10px 0px;
}

#user_settings_select_selection span {
	padding: 3px 5px;
	margin-right: 8px;
	display: inline-block;
	text-align: center;
}

#user_settings_select_1 {
	width: 164px;
}

#user_settings_select_2 {
	width: 77px;
}