/**
	ufd 0.5: http://code.google.com/p/ufd/
	
	This is a template skin; a basic pure CSS for you to build from for your own needs.
	
*/


span.ufd.custom {
    height: 17px;
    background-color: #B5B8C8; /* http://blog.toolman.geek.nz/2009/12/annoying-ie6-bug-of-day.html */
    
}

/* wrapper gets class <skin>-focus for iE6 support */
span.ufd.custom-focus {
    background-color: #757888;
    border: 1px solid #757888;
    border-right:0px;
}

.ufd.custom input {
    line-height: 16px !important;
    height: 15px;
    padding: 0px 3px;
    border: 1px solid #B5B8C8;
    background: #fff url(text-bg.gif) repeat-x 0 0;
    font-family: Verdana;
	font-size: 10px;
	color: #4b555e;
}

.ufd.custom input.disabled {
	color: #ccc;
    background-color: gray !important;
}

.ufd.custom input.focus {
	
}

.ufd.custom button {
     width: 18px;
    height: 18px;
    margin-left: 1px; /* for divider */
    background: url(DropDown.png) no-repeat 0px 0px;
    border:0px;
}

.ufd.custom button.focus {
	border-color: red; 
}

.ufd.custom button.hover {
	
}

.ufd.custom button.mouseDown {
	
}

.ufd.custom button.disabled {
	
}

/* dropdown */


#ufd-container .custom div.list-scroll {
     border: 1px solid #757888;
    border-top-width: 0px;
    background-color: #FFF;
}

#ufd-container .custom div.list-wrapper-up div.list-scroll {
     border-top-width: 1px;
    border-bottom-width: 0px;
}

#ufd-container .custom ul {
}

#ufd-container .custom li {
    padding-left: 5px;
}

#ufd-container .custom li em {
	font-weight: bold;
	font-style: normal;
}


#ufd-container .custom li.active {
   background-color: highlight;
	color: highlighttext;
}

