/**
	ufd 0.4: http://code.google.com/p/ufd/
	
	This is the skin from the sexy-combo project.
*/

.ufd.sexy {
    height: 22px;
    background-color: #B5B8C8; /* http://blog.toolman.geek.nz/2009/12/annoying-ie6-bug-of-day.html */
}

.ufd.sexy input {
    height: 18px;
	line-height: 18px  !important;
    padding: 1px 3px;
    background: #fff url(text-bg.gif) repeat-x 0 0;
    border: 1px solid #B5B8C8;
}


.ufd.sexy input.disabled {
	background-color: graytext;
	background-image: none;
}


.ufd.sexy button {
    width: 17px;
    height: 21px;
    background: url(icon.gif) no-repeat 0 0;
}

.ufd.sexy button.hover {
	background-position: -17px 0px;
}

.ufd.sexy button.mouseDown {
	background-position: -34px 0px;
}

.ufd.sexy button.disabled {
	background-position: -51px 0px !important; 
}

#ufd-container .sexy div.list-wrapper {

    border: 1px solid #B5B8C8;
    background-color: #FFFFFF;
    max-height: 200px; /* must set this explicitly, as height is manipulated */ 
}

#ufd-container .sexy li {
    padding-left: 5px;
    background-color: white;
}

#ufd-container .sexy li.active {
	background-color: highlight;
}

