﻿/* Changes */
/* T06971, 10.01.2014, aza: .RegioCatDataList Höhe angepasst, table.search td.searchlabelh4up padding ergänzt*/
/* T06560, 02.04.2014, aza: Positionierung Footer unter RegioCat von absoluter auf relativePos. umgestellt */
/* T06488, 05.02.2015, aza: Positionierung RegioCatPanel  */

 
/* ----------------------------------------------------------- */
/* Äusseres div um den RegioCat Suchbereich incl. Content-Text */
.SearchRegioCatArea
{
	border: 1px solid #e5e8dd;
	z-index: 10;
	/* [disabled]display: block; */
	margin: 20px 0px 0px;
	padding: 0px;
}

/* RegioCat styles */
.SearchRegioCatContainerDiv
{
	/*border: 1px solid #E5E8DD;	*/
	/* [disabled]position: absolute; */
	/* [disabled]top: 0px; */
	/* [disabled]left: 330px; */
	padding: 0px;
	margin-left: 0px;
	margin-top: 10px;
}

.SearchRegioCatContainerDiv a
{
	text-decoration: none;	
	color: #000;
}

.SearchRegioCatContainerDiv a:hover
{
	text-decoration: underline;	
	/**/color: #b04c13;
}

.SearchRegioCatContainerDiv table td
{
	height: 9px;
	padding: 0 0 0 0;		
}

.searchbuttonRegioCat  
{
	width:135px; 
	height:25px; 
	background-color: #7c7879; 
	border: 1px solid #797f7d;
	color: #ffffff; 
	font-size : 14px; 
	font-weight: bold; 
	cursor:pointer; 
	margin: 0 0 0 0;
}

/* Regionen Bereich Suche links mit Textfeld und Button */
.searchregiocatleft
{ /*
	[disabled]height: 115px; */
	width: 33%;
}

.searchregio
{
	width: 132px;
	font-size: 12px;
	border: solid 1px #cecbbd;
}

/* Liste auf der Seite RegioCat.aspx */
.RegioCatPanel
{
	font-size: 12px;
	font-family:Arial;
	font-weight: normal;
	font-style:normal;	
	position: relative;/* T06560, 02.04.2014, aza */
	top: 20px;
	border: 1px solid #cedbbd;
	/*width: 990px;*/
	padding:10px 0;
}

.RegioCatDataList
{
	font-weight: normal;
	font-size: 12px;
	height: 70%;
	/*  width: 430px;
	margin-left: 15px;*/
	table-layout: fixed;
}

.RegioCatDataList td
{
	/*border-left: 1px solid 	#c0c0c0;	*/
	padding: 5px 5px 5px 5px;
	width: 33%;
}

table.search td.searchlabelh4up
{
	padding-top:2px;
}


/* Stil der Regio / Category Tabelle (in den Listen Region und Categories) */
/* Die Tabelle in der Liste Regionen auf metasuche.aspx */
.regionalkatalogCategoryTable
{
	border-collapse: collapse;
	border: none;
}

/* Die Tabelle in der Liste Categories auf regionalkatalog.aspx */
.metasucheCategoryTable
{
	border: none;
}

.metasucheCategoryTable td
{
	border: none;
}

/* Formatierung der Links in den Listen Region und Categories */
.regionalkatalogCategoryTable a.RegioCatLink
{
	/*
	font-weight: normal;
	font-size:12px;
	letter-spacing: 1px;
*/
		
}
/*, .metasucheCategoryTable a.RegioCatLink */

/* Anzeige Ergebnis*/
.RegioCatResultTest
{
	display:none;
	visibility:hidden;
	/* height: 100px;
	width: 980px;
	text-align: center;
	margin-top: 100px;
	color: #c80018;
	font-weight: bold; */
}


/* #T06560/05.11.2010/bap JT4 Portal: Regionalkatalog Seite regionalauswahl */

a.RegioCatSelectionLink
{
	display: block;
	font-size: 12px;
	font-weight: bold !important;
	text-decoration: none;
	/* [disabled]margin-left:15px; */
	padding-top: 5px;
}

.RegioCatSelectionLink a:hover
{
	text-decoration: underline;    
}

#RegioSelectPanel
{
	/*width: 990px;
	padding-top: 160px;*/
	width: 100%;
	padding-top: 15px;
}

#RegioSelectPanel .ContentContainerDiv
{
	padding: 0 15px 0 15px;
}

/* CharacterQueue */
.CharacterQueueContainer
{
	text-align: center;
	height: 30px;
	margin: 20px 50px 0 15px;    
}

ul.CharacterQueueList
{
	display: block;
	padding: 5px 0 5px 0;
	margin: 0 0 0 15px;
}

ul.CharacterQueueList li
{
	list-style-type: none;	
	font-style: normal;	
	display: inline;
	padding: 2px 0 0 0;
}

ul.CharacterQueueList li a
{
	display: inline;
	width: 15px;
	margin: 0 5px 0 5px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.CharacterQueueContainer li a:hover
{
	text-decoration:  underline;    
}

ul.CharacterQueueList li.Active_False
{
	/*border-top: 1px solid #c80018;
	border-bottom: 1px solid #c80018;*/
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	font-style: italic;
}

.CharacterGroupsPanel, .CharacterSelectionPanel
{
	margin: 0px 0px 0px 15px;
	width: 100%;    
}

.CharacterGroupsPanel table, .CharacterSelectionPanel table
{
	width: 100%;    
}

.CharacterGroupsPanel table td
{
	vertical-align: top;    
}

/* Link Alle Orte mit... */
a.CharacterSelectionLink
{
	font-weight: bold !important;
	font-size: 12px !important;
	color: #000 !important;
	text-decoration: underline !important;
}
a.CharacterSelectionLink:hover
{
	text-decoration: none !important;    
}
