#mContainer,#mContainer2 {
	display:block;
	position:relative;
	width:230px;
	height:auto;
	margin:auto;
	top: 5px;
	background-color:#FFFFFF;
	border:1px solid #000099;
	overflow:hidden;
}

#nContainer,#nContainer2 {
	position:relative;
	overflow:hidden;
	width:230px;
	border-style:none;
	background:#FFFFFF;
	
}

#listContainer,#listContainer2 {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:230px;
	padding:0px;
	margin:0px;
}

#listContainer li {
	position:relative;
	display:block;
	border-style:none;
	width:230px;
	height:10px;
	padding:2px;
	font:9px verdana;
	cursor:pointer;
	margin:0px;
	color:#000099;
	background-color:#FFFFFF;
	line-height:10px;
	border-top:0px solid #FFFFFF;
}

#listContainer2 li {
	position:relative;
	display:block;
	border-style:none;
	width:230px;
	height:10px;
	padding:2px;
	font:9px verdana;
	cursor:pointer;
	margin:0px;
	color:#000099;
	background-color:#FFFFFF;
	line-height:10px;
	border-top:0px solid #FFFFFF;
}

#listContainer li:hover {
	color:#FFCC33;
}
#listContainer2 li:hover {
	color:#FFCC33;
}

#upArrow,#downArrow,#upArrow2,#downArrow2 {
	width:230px;
	height:10px;
	font:9px verdana;;
	text-align:center;
	color:#FFFFFF;
	cursor:pointer;
}

#upArrow,#upArrow2 {
	background:#FFFFFF url(up.gif) no-repeat center center;
}

#downArrow,#downArrow2 {
	background:#FFFFFF url(down.gif) no-repeat center center;
}

#changeSize,#changeSize2 {
	width:10px;
	height:10px;
	position:relative;
	float:right;
	background:#FFFFFF url(plus.gif) no-repeat center center;
}

/* following styles dont apply to the application */


#description {
	position: relative;
	font:9px verdana;
	left:1px;
	color:#000099;
	width:230px;
	padding: 5px;	
}