/**
  Module developed for the Open Source Content Management System Website Baker (http://websitebaker.org)
  Copyright (C) 2008, Oliver Maurer
  Contact me: oli.maurer(at)googlemail.com, http://www.maurer-mediendesign.de

  This module is free software. You can redistribute it and/or modify it 
  under the terms of the GNU General Public License  - version 2 or later, 
  as published by the Free Software Foundation: http://www.gnu.org/licenses/gpl.html.

  This module is distributed in the hope that it will be useful, 
  but WITHOUT ANY WARRANTY; without even the implied warranty of 
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  GNU General Public License for more details.
  
  Lecture. A lectures module for Website Baker 2.7.x by Oliver Maurer
  for the 
  Department of Pysics, University Stuttgart, Germany
**/
/* CSS for right column RC */

.mod_lecture_view H2.mod_lecture_view_mod_head_rc {
	background: #e2e5e9;
	color: #263859;
	font-size: 0.742em;
	padding: 5px;
}

.mod_lecture_view H3.mod_lecture_view_head_rc {
	color: #000;
	border-bottom: 1px solid #000;
	font-size: 0.742em;
	padding: 5px 0 1px 0;
}

.mod_lecture_view .mod_lecture_view_entry_rc {
	margin-bottom: 5px;
	font-size: 0.68em;
	line-height: 1.2em;
	padding: 5px;
	background: #fff url(images/list_item_bg.gif) repeat-x bottom;
}

.mod_lecture_view .mod_lecture_view_entry_rc A {
	color: #263859;
}

.mod_lecture_view .mod_lecture_date_view_rc {
	display: block;
	font-weight: bold;
	color: #000000;
}

.mod_lecture_view .mod_lecture_view_title_rc {
	margin: 0;
	padding: 0 0 8px 20px;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	background-color:#edeef1;
}

.mod_lecture_view .mod_lecture_date_view_rc { color: #263859; }

.mod_lecture_view .mod_lecture_view_speaker_rc {
	font-weight: bold;
}

.mod_lecture_view .mod_lecture_view_location_rc {
	margin: 0;
	padding: 4px 0 0 20px;
	font-style: italic;
	display: block;
}

.mod_lecture_view .mod_lecture_view_host_rc {
	margin: 0;
	padding: 0 0 0 20px;
	font-style: italic;
	display: block;
}

.mod_lecture_view .mod_lecture_view_abstract_rc {
	
}


/* CSS for the center column */
#inhalt .mod_lview {}
#inhalt .mod_lview .mod_lview_entry {margin-bottom: 5px; padding-bottom:5px;}
#inhalt .mod_lview .mod_lview_date {
	margin: 0;
	padding: 0.1em 0.2em;
	font-weight: bold;
	border-bottom: 2px solid #e2e5e9;
	display: block;
	font-size: 1em;
	background-color: #263859;
	color: #ffffff;
}
#inhalt .mod_lview .mod_lview_title {
	margin: 0;
	padding: 0 0 8px 20px;
	display: block;
	font-size: 1em;
	font-weight: bold;
	background-color:#edeef1;
}
#inhalt .mod_lview .mod_lview_speaker {
	margin: 0;
	padding: 5px 0 0 20px;
	display: block;
	background-color:#edeef1;
}
#inhalt .mod_lview .mod_lview_location {
	margin: 0;
	padding: 4px 0 0 20px;
	font-style: italic;
	display: block;
}
#inhalt .mod_lview .mod_lview_host {
	margin: 0;
	padding: 0 0 0 20px;
	font-style: italic;
	display: block;
}
#inhalt .mod_lview .mod_lview_abstract {}




.mod_lview .mod_lview_pag_f {
}

.mod_lview .mod_lview_pag_f A {
	color: #263859;
	text-decoration: underline;
	/*line-height: normal;*/
}
.mod_lview .mod_lview_pag_f A:hover {
	background: #ffffff;
	text-decoration: none;
}

.mod_lview .mod_lview_curpage_f {
	color: #263859;
	font-weight: bold;
	/*line-height: normal;*/
}

.mod_lview .mod_lview_sep_f {
	/*display: none;*/
	font-weight: bold;
}

/* DETAIL VIEW */
.mod_lview .mod_lview_det_speaker {font-size: 2em; font-weight: bold; margin: 0; padding: 0 0 5px 0 !important;}
.mod_lview .mod_lview_det_time { margin: 0; padding: 0 0 5px 0 !important;}
.mod_lview .mod_lview_det_loc { margin: 0; padding: 0 0 5px 0 !important;}
.mod_lview .mod_lview_det_host { margin: 0; padding: 0 0 5px 0 !important;}
.mod_lview .mod_lview_det_abstract {}
.mod_lview .mod_lview_det_more_info LI { /*font-size: 0.742em;*/ }

/* ZUSAMMENFASSUNG AUF AKTUELLES */
.lviewAktuelles {
	
}

/* STANDARDFORMATIERUNG IN RECHTER SPALTE */

/*.mod_lview */.mod_lview_head_sb  {
	background: #e2e5e9; color: #263859;
	font-size: 0.742em; padding: 5px;
}
/*.mod_lview */ .mod_lview_subhead_sb {
	color: #000; border-bottom: 1px solid #000;
	font-size: 0.742em; padding: 5px 0 1px 0;
}
/*.mod_lview */.mod_lview_entry_sb {
	padding: 5px; margin-bottom: 5px;
	font-size: 0.68em; line-height: 1.2em;
	background: #fff url(images/list_item_bg.gif) repeat-x bottom;
}
/*.mod_lview */.mod_lview_date_sb { display: block; font-weight: bold; color: #263859; }
/*.mod_lview */ .mod_lview_speaker_sb { font-weight: bold; }
/*.mod_lview */ .mod_lview_title_sb A { color: #263859; }
