
div.moo-select {
	background:url("images/form-elements/select-box/component.gif") 0 0 no-repeat;
	position:relative;
	height:23px;
	width:175px;
	float:left;
	margin:0px 0px 0px 0px
	}
/*	
.moo-select-label-hover {
	background:url("images/form-elements/select-box/component.gif") 0 -27px no-repeat;
	position:relative;
	height:25px;
	width:191px;
	}
*/	

.moo-select div.moo-select-label {
	padding:4px 20px 0px 15px;
	overflow:hidden;
	height:20px;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	font-style:oblique;
	}
.moo-select ul {
	margin:0px !important;
	margin-left:0px !important;
	padding:0px;
	list-style:none;
	sborder-bottom:1px solid #c0c0c0;
	sbackground:#fff;
	width:auto;
	position:relative
	}
.moo-select ul li {
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:5px 5px 5px 15px  !important;
	margin:0px !important ;
	cursor:pointer;
	float:none;
	width:128px !important;
	font-weight:bold;
	font-size:11px;
	font-style:oblique;
	height:auto  !important;
	position:relative;
	background:#e5e5e5;
	}
.moo-select-option-idle {
	background:#e5e5e5;
	color:#383838;
	}
.moo-select ul li.last {
	sborder-bottom:1px solid #909090;
	}
	
.moo-select-option-hover {
	background:#383838;
	color:#e5e5e5;
	}
	
/*///////////////////////////////////////////////////////////*/


div.events-type-filter {
	background:url("images/form-elements/select-box/select-event-type-filter.gif") 0 0 no-repeat;
	position:relative;
	height:25px;
	width:205px;
	float:left;
	margin:0px 0px 5px 0px
	}
/*	
.events-type-filter-label-hover {
	background:url("images/form-elements/select-box/component.gif") 0 -27px no-repeat;
	position:relative;
	height:25px;
	width:191px;
	}
*/	

.events-type-filter div.events-type-filter-label {
	padding:6px 20px 0px 15px;
	overflow:hidden;
	height:20px;
	cursor:pointer;
	color:#333;
	font-weight:bold;
	font-size:12px;
	font-style:oblique;
	}
div.events-type-filter ul {
	margin:0px 0px 5px 0px;
	padding:0px;
	list-style:none;
	sborder-bottom:1px solid #c0c0c0;
	sbackground:#fff;
	width:auto;
	position:relative
	}
#left div.events-type-filter ul li {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px 5px 5px 15px;
	margin:0px ;
	cursor:pointer;
	float:none;
	width:162px;
	font-weight:bold;
	font-size:11px;
	font-style:oblique;
	height:auto;
	position:relative;
	background:#fff ;
	}
.events-type-filter-option-idle {
	background:#fff ;
	color:#333;
	}
#left div.events-type-filter ul li.events-type-filter ul li.last {
	sborder-bottom:1px solid #909090;
	}
	
.events-type-filter-option-hover {
	background:#333 ;
	color:#fff;
	}