/*SECURITY QUESTIONS AND ANSWERS*/

fieldset ol#ApplicationSecAns li label
{
width: 215px;
/*background-color: #00FF00;*/
text-align: left;
}

fieldset ol#ApplicationSecAns li input
{
width: 220px;
}

/*RESET SECURITY ANSWER*/

fieldset ol#ResetSecAns li label
{
width: 215px;
/*background-color: #00FF00;*/
text-align: right;
}

fieldset ol#ResetSecAns li input
{
width: 220px;
}

/*RESET NEW PASSWORD*/

fieldset ol#ResetNewPass li label
{
width: 90px;
/*background-color: #00FF00;*/
text-align: left;
}

fieldset ol#ResetNewPass li input
{
width: 150px;
}

#imgDesc li.bullet
{
list-style: square;
margin-left: 15px;
}

/* -------
User Logged In - Structure
------- */
#userLoggedInUL {
	font-size: 0.75em;
	color: #FFF;
	background-color: #BDB9B4;
}

#userLoggedInUL li {
	border-bottom: 1px solid black;
	padding: 5px 10px 5px 10px;
}

/* -------
USER LOGGED IN - HEADING
------- */
#userLoggedInUL li.heading {
	border-top: 1px solid black;
	color: #000;
	font-weight: bold;
	cursor: default;
	background:  url(../../display/s.client/login/.panel/.assets/image/login_header_slice.jpg)repeat-x 0 0;
}

/* -------
USER LOGGED IN - LINKS
------- */
#userLoggedInUL li a:link, #userLoggedInUL li a:visited {
	text-decoration: none;
	color: #FFF;
	background-color: inherit;
}

#userLoggedInUL li.iconUserDisabled:hover {
	background-color: #999992;
}

/* -------
USER LOGGED IN - ICONS
------- */
#userLoggedInUL li.iconUserActive {
	padding-left: 40px;
	color: #CC0033;
	background:  url(../-assets/icon/login/user_active-trans.png) no-repeat 8px 1px;
	cursor: default;
}

#userLoggedInUL li.iconUserDisabled {
	padding-left: 40px;
	background:  url(../-assets/icon/login/user_disabled-trans.png) no-repeat 8px 1px;
}

#userLoggedInUL li.iconUserId {
	padding-left: 40px;
	background:  url(../-assets/icon/login/user_id.png) no-repeat 8px 1px;
	cursor: default;
}

#userLoggedInUL li.iconUserReset {
	padding-left: 40px;
	background:  url(../-assets/icon/login/user_reset.png) no-repeat 8px 1px;
}

#userLoggedInUL li a:link.active
{
color: #CC0000;
}




