#scroller {
	bottom:1px;
	left:0;
	overflow-x:hidden;
	overflow-y:auto;
	position:absolute;
	right:0;
	top:1px;
	width:100%;	
}

#wrapper, #slide1_wrap {
	border-right:1px solid #AAAAAA;
	display:block;
	width:219px;
}

#limoselection ul li {

}

#limoselection ul li .img,
#limoselection ul li .imgs {
	float:left;
	width: 74px;
	margin-top:7px;
}

#limoselection ul li .imgs {
	width: 35px;	
	margin-top: 8px;
}

#limoselection ul li .img.tiny {
	width: 35px;	
}

#limoselection ul li .img img {
	height: 30px;
}

#limoselection ul li.event .imgs img {
	height: 22px;	
}

#limoselection ul li .label {
	float:left;
	font-size:14px;
	margin-left:9px;
	margin-top:12px;
}

#limoselection ul li a {
	height:40px;
	width:218px;	
	padding-left:7px;
	display: block;
	border-bottom: solid 1px #AAA;
}


#limoselection ul li.event a {
	background: none repeat scroll 0 0 transparent;
}


#limoselection ul li.event.nohover a:hover {
	background: none;
	color: #000;
}


#limoselection ul li.event.nohover a:hover .label {
	color: #000;
	font-weight: normal;
}

#limoselection ul li a:hover {
	background: transparent url(/libs/img/hbg.gif) repeat-x scroll 0 0;
}

#limoselection ul li.event a:hover {
	background: transparent url(/libs/img/hbg_even.gif) repeat-x scroll 0 0;
}

#limoselection ul li.event.active a {}


#limoselection ul li.event a {
	background: none repeat scroll 0 0 transparent;
}



#limoselection ul li.active {
	font-weight: bold;
	background: transparent url(/libs/img/hbg.gif) repeat-x scroll 0 0;
}

#limoselection ul li.event.active {
	font-weight: bold;
	background: transparent url(/libs/img/hbg_even.gif) repeat-x scroll 0 0;
}

#limoselection ul li a:hover .label, #limoselection ul li.active a:hover .label  {
	font-weight: bold;
	color: #FFF;
}


#FormName {
	padding: 15px;	
}

#FormName label {
	display: block;
}
#FormName input, #FormName select {
	padding: 3px;
	width: 170px;
	border: solid 1px #AAA;
}

#FormName select, #FormName submit  {
	width: 178px; 	
}

#FormName input.generateNow {
	display: block;
	height: 40px;
	width: 180px;
	cursor: pointer;
	border: solid 0px;
	background: transparent url(/libs/img/generate.png) repeat-x scroll 0 0;	
}

#FormName input.generateNow:hover {
	background: transparent url(/libs/img/generate.png) repeat-x scroll 0 -41px;	
}

#control {
	border-top: 1px solid #AAAAAA;
	background: #EEEEEE none repeat scroll 0 0;	
}

#FormName label {
	font-weight: bold;
	font-size: 12px;
}


#limoselection ul li.event a:hover {
	color: #000;	
}