/*MEDIENSPIEGEL-/ DOSSIER-AUSWAHL*/

/*Links auf die einzelnen Rubriken und auf "alle Artikel"*/
.reviewSelection 
{
  width: 200px; /*wird benötigt, damit lange und kurze Rubriken nicht die Breite des Moduls verändern*/
  font-variant: small-caps;
  /*text-transform:uppercase;*/
  font-size:11px;
}

.reviewSelection a
{
  color:#333333;
}

.reviewSelection a:hover
{
  text-decoration: none;
  background-color: #D6D6D6;
}

.reviewSelection a:visited
{
  color:#333333;
}

/*ZUSAMMENSTELLUNG*/

/*Gesamter Bereich zum Bearbeiten*/
.reviewList 
{
	width:95%;
}

.reviewList ul 
{
	margin-bottom:0px;
	margin-top:0px;
}

.reviewList li a, .reviewList li 
{
	list-style-type:none;
	list-style-position:inside;
	margin:1px;
	margin-left:-25px;
}

.reviewList_PDFLink
{
	font-weight:bold !important;
	text-decoration:underline !important;	
}

.reviewList a:hover 
{
	text-decoration: none;
  color: black;
  background-color: #D6D6D6;
}

.reviewList a:link, .reviewList a:visited 
{
	text-decoration: none;
	list-style-type:none;
	margin:1px;
	list-style-position:inside;
	color:black;
}

.reviewList tr 
{
	vertical-align:top;
}

/*Rubrikendarstellung*/
.topicItem 
{
  list-style-type:none;
  list-style-position:inside;
  margin-bottom:5px;
  margin-top:5px;
  margin-left:-11px;
  font-size:110%;
  font-variant:small-caps;
  /*text-transform:uppercase;*/
}

/*Darstellung eines Artikels*/
.itemArea 
{
	font-size: 11px;
    font-weight: normal;
    font-family: sans-serif;
	text-align:left;
}

/*Element zum Verschieben der Einträge*/
.dragHandle 
{
	width:15px;
	height:15px;
	background-image:url(images/file.gif);
	background-repeat:no-repeat;
	background-position:center;
	cursor:move;
}

/*Bereich der nach einem Verschieben kurz aufblitzt*/
.callbackStyle 
{
	border:thin black inset;		
	background-color:#D6D6D6;	
	color:Black;
}

/*Bereich der markiert, wo das zu verschiebende Element eingefügt wird*/
.reorderCue 
{
	border:dashed thin black;
	width:100%;
	height:15px;
}


/*CONTENTVIEW*/

.downloadArticleDocument
{
	font-size:11px;
}

.ContextLabel
{
	width: 70px;
	padding: 5px;
}

.ContextMenuPanel
{
	background-color: #E2E2E2;
	width: 150px;
	padding: 2px;
	text-align: left;
	font-size:11px;
}

.ContextMenuPanel a:link, .ContextMenuPanel a:hover
{
	color:#333333;
}

/*Trefferübersicht*/
.reviewContentItem
{
  margin-top: 15px;
  background-color: white;
  padding: 3px;
}

.reviewContentAlternateItem
{
  margin-top: 15px;
  background-color: #DBDBDB;
  padding: 3px;
}

.reviewContentItem h1, .reviewContentAlternateItem h1
{
  font-size: 14px;
  font-weight: bold;

  color:#333333;

	margin-left:5px;
	margin-top: 0px;          
	margin-bottom: 0px;   
}   
     
.reviewContentItem h2, .reviewContentAlternateItem h2
{
  font-size: 11px;
  text-transform:uppercase;

  color: #5c5c5c;

  margin-left:5px;
  margin-top: 3px;          
  margin-bottom: 0px;
}

.reviewContentItem h3, .reviewContentAlternateItem h3
{
  font-size: 11px;
  font-weight: normal;

  color:#333333;

  margin-left:5px;
  margin-top: 5px;          
  margin-bottom: 10px;          
}

.reviewContentItem a:link, .reviewContentItem a:visited, .reviewContentAlternateItem a:link, .reviewContentAlternateItem a:visited
{	
  font-size: 12px;
  font-weight: bold;
  color:#333333;
  margin-left:5px;
  text-decoration: none;
}        

.reviewContentItem a:hover, .reviewContentAlternateItem a:hover
{	
  font-size: 12px;
  color:#333333;
  margin-left:5px;
  text-decoration: none;
}        

/*Nach einer Suche hervorgehobene Worte*/
.highlight
{
  background-color: yellow;
}

/*Wird benötigt, um die Zusammenfassung wahlweise anzuzeigen oder auszublenden*/
.abstract
{
}

/*Navigation über die Trefferliste (nach Suche oder Medienspiegel-Auswahl)*/
.articleNavigation
{
  padding-top:20px;
  padding-bottom:10px;
}

.articleNavigation a
{
  color:#333333;
  padding: 5px;          
}

.articleNavigation a:hover
{
  font-weight: bold;
  color:#333333;
}

.articleNavigation a:link, .articleNavigation a:visited
{
  color:#333333;
  text-decoration: none;
}

/*Hervorheben der aktuell angezeigten Seite*/
.selectedPage
{
  background-color: #A6A6A6;
}

/*Einzel-Artikel-Darstellung*/
.articleDetail
{
  color: #333333;
}

/*Hinzufügen zur Zusammenstellung*/
.articleDetailBasketButton
{
   margin-left:-4px;
   margin-top: 0px;          
   margin-bottom: 10px;
}

/*Hinweis "Dokumente geändert" beim Artikel bearbeiten*/
.articleDetailsDocumentsChanged
{
	font-weight: bold;
	font-style: italic;	
	font-size: 14px;
}

/*Anzeige der Metadaten-Namen*/
.detailviewleft
{
	width:150px;
}

/*Tabellenzeile eines Metadatums*/
.detailview
{
  _height:13px; /*IE-Hack (entspricht min-height)*/
  min-height:13px;	
  width:95%;

	border: 1px solid;
	border-color: white;
	background-color: white;

	font-size:  11px;
	vertical-align:text-top;

	padding-left:5px;
	padding-top:0px;
	padding-bottom:0px;
}

/*Tabellenzeile eines Metadatums (jede 2. Zeile)*/
.detailviewalt
{
  _height:13px; /*IE-Hack (entspricht min-height)*/
  min-height:13px;
  width:95%;

	border: 1px solid;
	border-color: #f2f2f2;
	background-color: #f2f2f2;
	
	font-size:  11px;
	vertical-align:text-top;

	padding-left:5px;
	padding-top:0px;
	padding-bottom:0px;
}

/*Sonderbehandlung des Titels*/
.detailviewTitle
{
   font-size:  14px;
   font-weight: bold; 

	 padding-left:5px;
	 padding-top:0px;
	 padding-bottom:0px;
}

/*Hervorheben von Medadaten die bearbeitet werden können*/
.EditTextHover
{
  _height:13px; /*IE-Hack (entspricht min-height)*/
  min-height:13px;
  width:95%;
	
	border: 1px inset;
	background-color: #FFFFA6;

	font-size:  11px;
	vertical-align:top;

	padding-left:5px;
	padding-top:0px;
	padding-bottom:0px;
}

/*Sonderbehandlung des Titels*/
.EditTextHoverTitle
{
  width:95%;

	border: 1px inset;
	background-color: #FFFFA6;

  font-size:  14px;
  font-weight: bold; 
	vertical-align:top;
	
	padding-left:5px;
	padding-top:0px;
	padding-bottom:0px;
	
}

/*Bearbeitungsmodus eines Metadatums*/
.EditTextEdit
{
  width:95%;

	border: 1px inset;
	background-color: white;

	font-size:  11px;
	vertical-align:top;

	padding-left:5px;
	padding-top:0px;
	padding-bottom:0px;
}

/*Sonderbehandlung des Titels*/
.EditTextEditTitle
{
  width:95%;

	border: 1px inset;
	background-color: white;

	font-size:  14px;
  font-weight: bold; 	
	vertical-align:top;

	padding-left:5px;
	padding-top:0px;
	padding-bottom:0px;
}

/*Anzeige von bereits geänderten Daten (Dropdownlisten)*/
.EditTextChanged
{
  _height:13px; /*IE-Hack (entspricht min-height)*/
  min-height:13px;
  width:95%;

	border: 1px inset;
	border-color: #f2f2f2;  
	background-color: #FFB9B9;
  
  font-size:  11px;
	vertical-align:top;

	padding-left:5px;
	padding-top:0px;
	padding-bottom:0px;
}

/*Link zum Anlegen eines neuen Artikels*/
.newArticleLink
{
}

/*Darstellung der Checkboxen*/
.checkBox input
{
	background: transparent;
}

/*Kalendardarstellung*/
.xrayCalendar {
  font-weight:normal;
}

.xrayCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color:#e5e5e5;
    color:#000000;
}
.xrayCalendar .ajax__calendar_footer {
    border-top:1px solid #f5f5f5;
} 
.xrayCalendar .ajax__calendar_dayname {
    border-bottom:1px solid #f5f5f5;
    color:#333333;
} 
.xrayCalendar .ajax__calendar_day {
    border:1px solid #ffffff;
} 
.xrayCalendar .ajax__calendar_month {
    border:1px solid #ffffff;
} 
.xrayCalendar .ajax__calendar_year {
    border:1px solid #ffffff;
} 
.xrayCalendar .ajax__calendar_active .ajax__calendar_day {
    background-color:#F5F5F5;
    border-color:#333333;
    color:#333333;
} 
.xrayCalendar .ajax__calendar_active .ajax__calendar_month {
    background-color:#F5F5F5;
    border-color:#333333;
    color:#333333;
} 
.xrayCalendar .ajax__calendar_active .ajax__calendar_year {
    background-color:#F5F5F5;
    border-color:#333333;
    color:#333333;
} 
.xrayCalendar .ajax__calendar_other .ajax__calendar_day {
    background-color:#ffffff; 
    border-color:#ffffff;
    color:#646464;
} 
.xrayCalendar .ajax__calendar_other .ajax__calendar_year {
    background-color:#ffffff;
    border-color:#ffffff;
    color:#646464;
} 
.xrayCalendar .ajax__calendar_hover .ajax__calendar_day {
    background-color:#F5F5F5;
    border-color:#E2E2E2;
    color:#333333;
} 
.xrayCalendar .ajax__calendar_hover .ajax__calendar_month {
    background-color:#F5F5F5;
    border-color:#E2E2E2;
    color:#333333;
} 
.xrayCalendar .ajax__calendar_hover .ajax__calendar_year {
    background-color:#F5F5F5;
    border-color:#E2E2E2;
    color:#333333;
} 
.xrayCalendar .ajax__calendar_hover .ajax__calendar_title {
    color:#333333;
} 
.xrayCalendar .ajax__calendar_hover .ajax__calendar_today {
    color:#333333;
} 

