#divTermsBrowser{
	position: absolute;
	top: 86px;
	left: 10px;
	bottom: 10px;
	width: 250px;
	border: 1px solid #CFCFCF;
	border-top: 0;
	min-width: 250px;
	min-height: 300px;
}

#divBrowse{
	display: none;
}

#divClassHeader{
	height: 45px;
	background: url("../img/mfa-toolbarGradient.gif");
	font-size: 20px;
	font-weight: bold;
	color : #2B7AA6;
	line-height: 45px;
	text-align: center;
}

#divClassSelector{
	height: 45px;
	background-color: #F7F7F7;
	border-bottom: 1px solid #CFCFCF;
	line-height: 45px;
	white-space: nowrap;
	overflow: hidden;
}

#divPickList{
	position: absolute;
	top: 93px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	overflow: auto;
}

.niceAll{
	cursor: pointer;
	color: #2B7AA6;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.niceAll:hover{
	color: #990033;
}

#divPickList ul{
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#divPickList ul li{
	padding: 3px;
	padding-left: 25px;
	list-style: none;
	color: #003466;
	background-color: transparent;
}

#divPickList ul li.nice{
	background-image: url("../img/nice-n12_2.png");
	background-position: 3px;
	background-repeat: no-repeat;
}

@media print{
	
  #divPickList ul li.nice {
    padding-left: 0px;
  }
	
  #divPickList ul li.nice:before {
    content: url("../img/nice-n12_2.png");
  }
}

#divPickList ul li.alt{
	background-color: #F1F1F1;
}

#divPickList ul li:hover{
	background-color: #D9E1E8;
	color: #990033;
}

#divPickList ul li.alt:hover{
	background-color: #CDD5DC;
	color: #990033;
}

#divPickList ul li.hide{
	display: none;
}