/**
* Stylish Select 0.4.5 - $ plugin to replace a select drop down box with a stylable unordered list
* http://scottdarby.com/
* 
* 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:164px;
	position:absolute;
	top:22px;
	left:0;
	z-index:2;
}

.stylish-select ul.newList {
	margin:0;
	padding:0;
	list-style:none;
	color:#000;
	background:#fff;

	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:164px;
	color:#000;
	height:20px;
	padding:0px 0 0 0px;
	float:left;
	background:url(select-bg.png) no-repeat;
}

.stylish-select ul.newList li a:focus {
	-moz-outline-style: none;
}

.stylish-select .selectedTxt {
	width:133px;
	overflow:hidden;
	height:16px;
	padding:3px 23px 0 8px;
}

.stylish-select .hiLite {
	background: #808080!important;
	color:#fff!important;    
}

.newListSelected, .hiLite {
outline:none;
cursor:pointer;}

.stylish-select .newListHover {
	background:#ccc!important;
	color:#000!important;
	cursor:pointer;
}

.stylish-select .newListSelHover,
.stylish-select .newListSelFocus 
{
	background-position:0 -20px;
	cursor:pointer;
}

.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;  
}


.ucf-stb {
background: url("/ucf-sel-top.png") repeat-x scroll 0 0 white;

 padding-top: 3px;
}

.ucf-mlb {
       padding-bottom: 4px;  
background: url("/ucf-sel-bottom.png") no-repeat scroll 0 100% white;
  float: left;
  width:100%;
  display:inline;

}

.ucf-sbb {
 background: url("/ucf-sel-middle.png") repeat-y scroll 0 0 white;
 padding: 0 3px;}