/**
* Stylish Select 0.4.6 - $ plugin to replace a select drop down box with a stylable unordered list
* http://github.com/scottdarby/Stylish-Select/
* 
* Copyright (c) 2009 Scott Darby
* 
* Requires: jQuery 1.3 or newer
* 
* Dual licensed under the MIT and GPL licenses.
*/

/**
* Hide lists on page load
---------------------------------------------------------*/

.stylish-select .SSContainerDivWrapper {
	left:-9999px;
}

/*
* Red example
---------------------------------------------------------*/
.stylish-select .SSContainerDivWrapper {
	margin:0;
	padding:0;
	width:290px;
	position:absolute;
	top:22px;
	left:0;
	z-index:2;
}

.stylish-select ul.newList {
	margin:0;
	padding:0;
	list-style:none;
	color:#000;
	background:#fff;
	border:1px solid #ccc;
	overflow:auto;
}

.stylish-select ul.newList * {
	margin:0;
	padding:0;
}


.stylish-select ul.newList a {
	color: #000;
	text-decoration:none;
	display:block;
	padding:3px 8px;
}

.stylish-select .newListSelected {
	width:285px;
	color:#000;
	height:19px;
	padding:3px 0 0 6px;
	float:left;
	background:url(select-bg.png) no-repeat;
}

.stylish-select ul.newList li a:focus {
	-moz-outline-style: none;
}

.stylish-select .selectedTxt {
	width:258px;
	overflow:hidden;
	height:16px;
	padding:0 23px 0 0;
}

.stylish-select .hiLite {
	background:#650101!important;
	color:#fff!important;
}

.stylish-select .newListHover {
	background:#ccc!important;
	color:#000!important;
	cursor:default;
}

.stylish-select .newListSelHover,
.stylish-select .newListSelFocus {
	background-position:0 -22px;
	cursor:default;
}

.stylish-select .newListOptionTitle {
	font-weight:bold;
}

.stylish-select .newListOptionTitle ul {
	margin:3px 0 0;
}

.stylish-select .newListOptionTitle li {
	font-weight:normal;
	border-left:1px solid #ccc;
}

/* siteuser */
#change_role .newListSelected {
	width: 155px;
	height: 18px;
	padding: 0;
	background: url('../media/images/bg/select_155.gif') no-repeat 0 0;
}
#change_role .selectedTxt {
	width: 123px;
	height: 18px;
	line-height: 18px;
	color: #565656;
	padding: 0 22px 0 7px;
}
#change_role .newListSelHover,
#change_role .newListSelFocus {
	background: url('../media/images/bg/select_155.gif') no-repeat 0 0;
}
#change_role .SSContainerDivWrapper {
	width: 155px;
	top: 18px;
}
#change_role ul.newList {
	color: #565656;
	background: #bbbbbb;
	border: 1px solid #666666;
}
#change_role ul.newList a {
	color: #565656;
	padding: 0 6px;
}
#change_role .hiLite {
	background: transparent !important;
	color: #565656 !important;
}
#change_role .newListHover {
	background: #316ac5 !important;
	color: #ffffff !important;
}
/* siteuser */