.megaGlobReg.container
{
	padding:25px 0px;
	max-height:750px;
	margin-top:2px;
	margin-bottom:12px;
	overflow:hidden;
}

.megaGlobReg.searchForm
{
	text-align:center;
	padding:0px 20px;
}

.megaGlobReg.submitSearchButton
{
	margin-left: 5px;
}

.megaGlobReg.letterContainer
{
	width: 90%;
	margin-top: 10px;
	display:inline-block;
}

.megaGlobReg.letterButton.noHover
{
	padding:0px 1px;
	border:none;
	background:none;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
}

.megaGlobReg.letterButton.ui-state-hover
{
	padding:0px 1px;
	cursor: pointer;
	font-weight:normal;
}

.megaGlobReg.outerContainer
{
	padding:0px 12px 0px 20px;
	margin-top:20px;
	overflow:auto;
}

.megaGlobReg.onameList
{
	list-style-type:square;
	/*list-style:none;
	padding-left: 0px;*/
}

.megaGlobReg.onameListItem
{
	cursor: pointer;
	padding-left: 5px;
}

.megaGlobReg.onameListItem.noHover
{
	cursor: pointer;
	border:solid;
	border-width: 1px;
	border-color: transparent;
}

.megaGlobReg.onameListItem.ui-state-hover
{
	font-weight: normal;
	cursor: pointer;
}

.megaGlobReg.wait
{
	text-align:center;
	font-weight:bold;
	padding: 0px 23px 0px 15px; /*Differenz zwischen padding-right and -left von outerContainer ber�cksichtigen*/
}

.megaGlobReg.noMatches
{
	text-align:center;
	font-weight:bold;
}

/* globReg-Ausgabe */

.megaGlobReg.oList
{
	list-style:square;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

.megaGlobReg.oListItem
{
	padding:0px;
	margin-bottom:30px;
}

.megaGlobReg.oname
{
	font-weight: bold;
	margin-bottom: 15px;
}

.megaGlobReg.uList
{
	list-style:circle;
	padding-left:10px;
}

.megaGlobReg.uListItem
{
	margin-bottom: 10px;
}

.megaGlobReg.uname
{
	margin-top: 10px;
}

.megaGlobReg.groupList
{
	list-style:none;
	padding-left:0px;
	margin-top: 5px;
}

.megaGlobReg.groupListItem
{
	
}

.megaGlobReg.entry
{
	display:inline;
	margin-right:-4px;
	padding-right:2px;
	padding-left:2px;
}

.megaGlobReg.entryButton
{
	padding:0px;
	cursor: pointer;
	border-style:solid;
	border-width:1px;
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
}

.megaGlobReg.entryButton.noHover
{
	background:none;
	border-color:transparent;
}

.megaGlobReg.entryButton.ui-state-hover
{
	font-weight:normal;
}

.megaGlobReg.entryButton.locked
{
	color: grey;
	cursor:default;
}

.megaGlobReg.linkList
{
	list-style:disc;
	padding-left:10px;
}

.megaGlobReg.linkListItem
{
	
}

.megaGlobReg.link
{
	cursor:pointer;
	border-style:solid;
	border-width:1px;
}

.megaGlobReg.link.noHover
{
	border-color:transparent;
}

.megaGlobReg.link.ui-state-hover
{
	font-weight:normal;
}

.megaGlobReg.hit
{
	background-color: yellow;
}
