/**
	ufd 0.5: http://code.google.com/p/ufd/
	
	This is the default skin, a plain but attractive dropdown.
*/

span.ufd.plain {
    height: 18px;
    /*background-color: #B5B8C8;  http://blog.toolman.geek.nz/2009/12/annoying-ie6-bug-of-day.html */
    border: 1px solid #B5B8C8;
}

span.ufd.plain-focus {
    background-color: #757888;
    border: 1px solid #757888;
}

.ufd.plain input
{
	line-height: 15px !important;
	height: 16px;
	padding-top: 1px;
	padding-right: 0px;
	padding-left: 4px;
	padding-bottom: 1px;
	border: 0px;
	font-size: 11px;
	border:0px solid red;
}

.ufd.plain input.disabled {
	color: #A0A0A0;
    background-color: white !important;
}

.ufd.plain input.focus {
}

.ufd.plain button
{
	width: 17px;
	height: 18px;
	margin-left: 0px; /* for divider */
	background: url(plain.gif) no-repeat 0px 0px;
	right: 0px;
}

.ufd.plain button.focus {
}


.ufd.plain button.hover {
	background-position: -18px 0px;
}

.ufd.plain button.mouseDown {
	background-position: -36px 0px;
}

.ufd.plain button.disabled {
	background-position: -54px 0px !important;
}

/* dropdown */

#ufd-container .plain div.list-scroll {
    border: 1px solid #757888;
    border-top-width: 0px;
    background-color: #FFF;
	padding-top:2px;
	font-size: 11px;

}

#ufd-container .plain div.list-wrapper-up div.list-scroll {
    border-top-width: 0px;
    border-bottom-width: 0px;
}

#ufd-container .plain li {
    padding-left: 5px;
	padding-top:0px;
	padding-bottom:0px;
}

#ufd-container .plain li em {
	font-weight: bold;
	font-style: normal;
}


#ufd-container .plain li.active {
	background-color: highlight;
	color: highlighttext;
}

