﻿/* Äusseres div um den RegioCat Suchbereich incl. Content-Text */
.SearchRegioCatArea
{
	border: 1px solid #e5e8dd;
	position: absolute;
	top: 160px;
	left: 0px;
	width: 990px;
	background-color: #f6e3d2;
	z-index: 10; 
	height: 135px;
}

/* RegioCat styles */
.SearchRegioCatContainerDiv
{
	/*border: 1px solid #E5E8DD;	*/
	position:absolute;
	height: 135px;
	width: 660px;
	background-color: #fff;
	top: 0px;
	left: 330px;
	
}

.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
{
	height: 115px;
}

.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: absolute;
	left: 15px;
	top: 130px;
	border: 1px solid #cedbbd;
	width: 980px;
	/*padding: 0 10px 0 0;*/
}

.RegioCatDataList
{
	font-weight: normal;
	font-size: 12px;
	height: 100%;
	width: 430px;
	margin-left: 15px;
	table-layout: fixed;
}

.RegioCatDataList td
{
	/*border-left: 1px solid 	#c0c0c0;	*/
	padding: 5px 5px 5px 5px;
	width: 33%;
}


/* 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
{
	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;
    margin-left:15px;
    padding-top:5px;    
}

.RegioCatSelectionLink a:hover
{
    text-decoration: underline;    
}

#RegioSelectPanel
{
    width: 990px;
}

#RegioSelectPanel .ContentContainerDiv
{
    padding: 0 15px 0 15px;
}

/* CharacterQueue */
.CharacterQueueContainer
{
    text-align: center;
    height: 50px;
    margin: 20px 50px 20px 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: 0 0 0 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;    
}
