	.multiSelect {
		font-family: Arial, Helvetica, sans-serif;
		/*position: relative;*/
		height: 22px;
		/*padding: 0;*/
		/*margin: -.05em 0 0 0;*/
		border: 0;    
	}
	.multiSelect .title {
		background-color: #fff;
		border: 1px solid #999;
		padding: 0;
		margin: 0;
		cursor: default;
		min-width: 9.8em; 
	}
	.multiSelect div.title {
		position: absolute;
		z-index: 104;
    right: 27px;
    width: 150px;
	}
	.multiSelect div.title-open {
		border-bottom: 1px solid #fff;
	}
	.multiSelect .title {
		/*font-size: .8em;*/
		/*height: 1.3em;*/
		/*line-height: 1.2em;*/
		overflow: hidden;
		padding: 5px 2px 2px 2px;
		background: white url(../images/multiselect.gif) no-repeat top right;
	}
	.multiSelect .title:hover {
		background: white url(../images/multiselect-hover.gif) no-repeat top right;
	}
	.multiSelectContent {
		position: absolute;
		z-index: 106;
		min-height: 1em;
		background: #e9f3f8;    
		padding: .1em;
		display: block;
		font-size: 75%;
		margin-top: -1px;
		border: 1px solid #999;
    right: 27px;
    width: 153px;
	}
	.collapsed {
		display: none;
	}
	.multiSelectContent ul {
		overflow: auto;
		min-height: 1em;
		min-width: 20em;
		margin: 0;
		padding: 0;
	}
	.multiSelectContent ul li {
		cursor: pointer;
		cursor: hand;
		margin: 2px;
		list-style:none;
    background-image: none;
    padding: 0;
	}
  .multiSelectContent ul li label {
    margin-left: 5px;
  }
	.multiSelectContent li:hover {
		background: #ddd;
	}
	.arc90_multiselect {
		width: 12.5em;
		height: 1.35em;
		visibility: hidden;
	}
	.a9selectall {
		border-bottom: 1px solid #ccc;
	}
  
  div#selectedenergies {
    font-size: 1.1em;
    width: 300px;
    position: absolute;
    top: 0;
    left: 25px;
  }
