
#modul-list-table tr.inactive
{
	background-color: #e5e5e5;
	font-weight: bold;
	color: #999999;
}
.sub-navigation
{
	line-height: 20px; 
	list-type: none;
	clear: right;
}
.mysql-error
{
	width: 300px;
	position: absolute;
	left: 10px;
	top: 10px;
	border: 1px solid gray;
	background-color: #f4f3f3;
	color: black;
	font-size: 0.9em;
}

#gallery-container
{
	position: absolute;
	width: 400px;
	z-index: 1000;
	background-color: #EEEEEE;
}
.search-list
{
	position: absolute;
	width: 400px;
	z-index: 1000;
	background-color: #EEEEEE;
}


#gallery-container li, .search-list li
{
	width:390px;
	line-height:20px;
	padding-left:10px;
}
.gallery_tip
{
	color: #000000;
}
.gallery_tip.ul.li
{
	border-bottom: 1px solid gray;
	color: gray;
}
.selected-item
{
	color: red;
	background-color: #CCC;
	width:400px;
}







.autocomplete
{
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	width:400px;
	z-index:1000;
	background-color:#FFFFFF;
}
.autocomplete li
{
	position:relative;
	text-indent:10px;
	width:400px;
	line-height:20px;
}
.autocomplete li a
{
	position:absolute;
	right:20px;
}
.autocomplete .selected a
{
	color:#FFFFFF !important;
}
.autocomplete .selected
{
    background-color:Red;
    color:White;
}

