/*ajax_list*/
#ajax_listOfOptions{
	position:absolute;	/* Never change this one */
	width:277px;	/* Width of box */
	height:150px;	/* Height of box */
	overflow:auto;	/* Scrolling features */
	border:1px solid #86B3FF;	/* Dark green border */
	background-color:#FFF;	/* White background color */
	text-align:left;
	font-size:0.9em;
	z-index:100;
	font-family:Verdana;
	font-size:10pt;
}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;		
	padding:1px;
	cursor:pointer;
	font-size:0.9em;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	background-color:#86B3FF;
	color:#FFF;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}
.termTab{width:75%;/*height:33px;.height:25px;_height:25px;*/float:left;padding-top:7px;font-size:14px;}.termTab div{font-size:14px;}
.selected_follow{width:14%;border:none;font-weight:bold;padding:2px;height:16px;text-align:center;}
.unselected_follow{width:14%;border:none;padding:2px;text-align:center;height:16px;color:blue;}

