@charset "utf-8";
/* CSS Document */
/*ssa@i42.de*/

ul.listStyle
{
	background-color: #fff;
	border: 2px inset #cdcdcd;
	list-style-type: none;
	padding: 2px;
	/* height: 200px; */
	/* overflow: scroll; */
	width: 125px;
}

ul.listStyle li
{
    cursor: default;
}

div.twoColumnContainerForDraggables div.left,
div.twoColumnContainerForDraggables div.right
{
    float:left;
    padding-right: 15px;
}

ul li.first
{
    background-color: #a5d2ed;
}
ul li.second
{
    background-color: #71b9e3;
}

ul.autocompleterChoices
{
    overflow: auto;
    height: 180px;
    z-index: 100;
}

div .noticeError{
	background:#AA3333; 
	color:#00ffff; 
	text-align:center; 
	padding: 10px 0 10px 0; 
	font-weight: bold;
}

div.notice{
	background:#ecffdf; 
	color:#11bb7d; 
	text-align:center; 
	padding: 10px 0 10px 0; 
	font-weight: bold;
}

div.noticeLock{
	background:#ffdfdf; 
	color:#b11; 
	text-align:center; 
	padding: 10px 0 10px 0; 
	font-weight: bold;
}

.formError{
	background-color: #FFDFDF;
	border:1px solid #fd9d9d;
}