.MultiSelect {
	border:1px solid #999999;
	padding: 2px;
}

.mdmsBackground {


	display: none; 
	position: absolute;
	

	
/*
	top: 20px;
	left: 20px;
	width: 220px;
	height: 100px;
*/

	/* background-color: #CCC; */
	
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;

	z-index: 199;
	
}

.mdmsMain {

	font-size: 11px;
	font-family: "Verdana", sans-serif;
	position: absolute;
	/*display: none;*/
	top: -999px;
	left: -999px;
	
	background-color: #FFF;
	width: 400px;
	padding: 3px;
	border:1px solid #000;
	cursor: default;
	-moz-user-select: none;
	-webkit-user-select: none;
	z-index: 200;

}

p.mdmsList {

	margin: 0px;
	padding: 0px;
	overflow:auto;
	width:200px;
	height:145px;
	border:1px solid #999999;
	background-color: #a7cbb2;
	-moz-user-select: none;
}

p.mdmsList input {
	width: auto;
}

.mdmsCalcWidth
{
	font-size: 11px;
	font-family: "Verdana", sans-serif;
    position: absolute;
    visibility: hidden;
    height: auto;
    width: auto;
}


p.mdmsAllNone {

	text-align: center;
	padding: 0px;
	padding-top: 4px;
	margin: 0px;

}

	p.mdmsAllNone a {text-decoration: none; outline: none;}
	p.mdmsAllNone a:link {color: #0F68A0}
	p.mdmsAllNone a:visited {color: #0F68A0}
	p.mdmsAllNone a:hover {color: #0F68A0}
	p.mdmsAllNone a:active {color: #0F68A0}





