.daisyconSelect
{
	float:					left;
	background:				url(./shared/daisycon/img/dropdown.png) no-repeat top right;
	height:					22px;
	cursor:					pointer;
	padding-right: 21px;
	margin: 0px 5px 0px 0px;
}

.daisyconSelect div
{
	float:					left;
	background:				url(./shared/daisycon/img/dropdown.png) no-repeat top left;
	height:					22px;
	width:					10px;
}

.daisyconSelect .selectText
{
	padding-top:			3px;
	height:					19px;
	background:				none;
	white-space:			nowrap;
	overflow:				hidden;
	width: auto;
}

.daisyconSelect .selectTextHover
{
	padding-top:			3px;
	height:					19px;
	white-space:			nowrap;
	position:				absolute;
	border:					solid 1px gray;
	background:				none;
	background-color:		white;
}

.daisyconSelect .selectText option
{
	background-color: #000000;
}


.daisyconSelectPanel
{
	padding:				0 9px 10px 0px;
	color:					black;
	z-index:				99999;
	margin-left:			10px;
	background:				transparent url(./shared/daisycon/img/dropdown.png) no-repeat bottom right;
	padding-right: 10px;
}


.daisyconSelectPanel .selector
{
	border-left:			1px solid #b0b0b0;
	padding:				2px 0px 2px 10px;
	left:					-10px;
	position:				relative;
	cursor:					default;
}

.daisyconSelectPanel .roundedcorner
{
	position:				absolute;
	bottom:					0px;
	left:					-10px;
	width:					10px;
	height:					100%;
	background:				transparent url(./shared/daisycon/img/dropdown.png) no-repeat bottom left;
}

.daisyconSelectPanel .items
{
	padding:				0 0 0 0px;
	margin:					0 0 0 -10px;
	overflow-x:				hidden;
	overflow-y:				auto;
	white-space:			nowrap;
	max-height:				200px;
	position:				relative;
	z-index:				2;
}


.daisyconSelectPanel .items .item
{
	white-space:			nowrap;
	padding:				0 0 0 9px;
	margin-left:			1px;
	cursor:					pointer;
}

.daisyconSelect div.disabled
{
	float:					left;
	top:					0px;
	left:					0px;
	margin:					-22px 0 0 0;
	background:				none #ffffff;
	filter:					alpha(opacity=50);
	opacity:				0.5;
	cursor:					auto;
	padding:				0 22px 0 0;
	width: 					100%;
}

.daisyconSelectPanel .items .item input
{
	margin-left:			-6px;
}

.daisyconSelectPanel .items .item:hover
{
	background-color:		#ffc;
}




.daisycon .table.stats .daisyconSelect
{
	background:				url(./shared/daisycon/img/dropdownsmall.png) no-repeat top right;
	height:					16px;
}

.daisycon .table.stats .daisyconSelect div
{
	float:					left;
	background:				url(./shared/daisycon/img/dropdownsmall.png) no-repeat top left;
	height:					16px;
	width:					10px;
}

.daisycon .table.stats .daisyconSelect div.selectText
{
	background:				none;
	padding-top:			1px;
}

.daisycon .table.stats .daisyconSelect div.disabled,
{
	margin-top:				-17px;
	height: 				16px;
	pointer:				auto;
}

