	/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:300px;	/* Width of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #aaaaaa;	/* Dark green border */
		background-color:#ffffe7;	/* White background color */
		text-align:left;
		z-index:100;
		height:250px;
	}
	#ajax_activist_callOut{
		position:absolute;	/* Never change this one */
		width:520px;	/* Width of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #aaaaaa;	/* Dark green border */
		background-color:#ffffe7;	/* White background color */
		text-align:left;
		z-index:100;
	}
	#ajax_shark_callOut{
		position:absolute;	/* Never change this one */
		width:280px;	/* Width of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #aaaaaa;	/* Dark green border */
		background-color:#ffffe7;	/* White background color */
		text-align:left;
		z-index:100;
	}
	#ajax_mstg_callOut, #ajax_mstg_all_callOut{
		position:absolute;	/* Never change this one */
		width:280px;	/* Width of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #aaaaaa;	/* Dark green border */
		background-color:#ffffe7;	/* White background color */
		text-align:left;
		z-index:100;
		height:200px;
	}
	#ajax_msaq_callOut, #ajax_msaq_all_callOut{
		position:absolute;	/* Never change this one */
		width:280px;	/* Width of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #aaaaaa;	/* Dark green border */
		background-color:#ffffe7;	/* White background color */
		text-align:left;
		z-index:100;
	}
	#ajax_account_callOut{
		position:absolute;	/* Never change this one */
		width:380px;	/* Width of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #aaaaaa;	/* Dark green border */
		background-color:#ffffe7;	/* White background color */
		text-align:left;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;
		padding:1px;
		cursor:pointer;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */

	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#ffffcc;
		border:1px solid black;
	}
	#ajax_listOfOptions .optionDivSelectedNV{ /* Selected item in the list */
		border:1px solid black;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
   #ta-nv{
		color:gray;
   }
   #ta-note{
		background-color:#B4CFEC;
		border:1px solid #B4CFEC;
		color:#000000;
   }
.nameChange {
	color:#0000A0;
}

.childProponentIndent {
	margin:2px 0 0 0;
	text-indent: 10px;
	padding:0px 0 0 0px;
	line-height:100%;
	background-color:#ffffe7;
}