/* ###################### */
/* invenio.f_css_defaults */
/* ###################### */
/*** BO Invenio Styles ***/
span.reftitle { color: #000; }
span.refauthor { white-space: nowrap; }
.linkresicon {
	height: 1.1em;
	border: none;
	vertical-align: text-bottom;
}
li.record { list-style-type: none; }
li.record div.title { font-size: 12px; font-weight: bold; letter-spacing: normal; margin: 0; }
ul.authors { margin-top: 0; margin-left: 0; list-style: none; }
li.author { float: left; }

.publicationYear1,
.publicationYear2 {
    display: none;
}

.MathJax .math span {
  font-family: Arial !important;
  font-size: 13px;
}
/*** EO Invenio Styles ***/

/* ########################### */
/* indicoevents.f_css_defaults */
/* ########################### */
/* BO f_css_defaults */

#IndicoEventsWrapper {
	margin-top:10px;
	width: 96%;
}
#IndicoEventsWrapper_teaser {
	margin:-27px 12px 20px 0;
	/*border: 1px dotted #333333; */
	/*padding: 6px; */
	width: 208px; 
	font-size: 1em; 
	float: right; 
}

#IndicoEvents_teaser {
	border-top: 1px solid dimGray;
	border-bottom: 1px solid dimGray;
	overflow: hidden; 
}

.IndicoEachEvent {
	border: 1px dotted #333333;
}
.IndicoEachEvent_teaser {
	/* border-bottom: 1px solid #007ACC; */
	margin: 6px 1px 14px 1px;
}

.IndicoTitleImage { padding:5px; }

.IndicoEventTitle {
	color: #007ACC; 
	font-weight:bold; 
	border-bottom: 1px solid #007ACC; 
}
.IndicoEventTitle a {
	font-weight:bold; 
}
.IndicoEventTitle_teaser {
	color: #007ACC; 
	font-weight:bold; 
}
.IndicoEventTitle_teaser a {
	font-weight:bold; 
}

.IndicoEventSpeaker {
	border-top: 0px;
	border-right: 0px; 
	border-left: 0px;
	padding: 1px 3px 3px 14px; 
	border-bottom: 1px solid #007ACC;
}
.IndicoEventSpeaker_teaser {
	border-top: 0px; 
	border-right: 0px; 
	border-left: 0px;
}

.IndicoEventLocation {
	margin: 0px; 
	border: 0px;
	padding: 4px 3px 4px 25px; 
	float:right;
}
.IndicoEventLocation_teaser {
	margin: 0px; 
	border-top: 0px; 
	border-right: 0px; 
	border-left: 0px; 
}

.IndicoEventAbstractFileIcon { vertical-align: text-bottom; margin-right: 4px; }

.IndicoEventSchedules {
	margin: 0px; 
	/* border-bottom: 1px solid #007ACC; */
	padding: 4px 3px 4px 0px;
}
.IndicoEventSchedules_teaser {
	margin: 0px; 
	border: 0px;
	color: dimGray;
	margin-bottom: 0.2em; 
}
.IndicoEventSchedules_teaser span {
	margin-left: 20px; 
}
.ical {
	width: 14px;
	height: 15px;
	background-repeat: no-repeat;
	float: left;
	background-position-y: bottom;
	margin-right: 8px;
}

.IndicoEventLink {
	margin: 0 0 4px 0; 
	padding: 1px 3px 3px 14px;
}
.IndicoEventLink_teaser {
	margin: 0 0 4px 0; 
}

.IndicoEventLink a {
	background: url('') no-repeat;
	background-position: right center;
	padding-right: 10px;
}
.IndicoEventLink_teaser a {
	background: url('') no-repeat;
	background-position: right center;
	padding-right: 10px;
}

#more_events {
	margin-top: 10px;
	float: left;
}
.indico_arrow_right { 
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px; 
}

#calendar_wrapper table tr td { width: 128px; border-right: 1px solid #666; padding:0px 2px; }
#calendar_wrapper table tr th { width: 128px; color: #666; border-right: 1px solid #666; font-size: 13px; font-weight: bold; padding:0px 2px; }
div.multidayevent { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* EO f_css_defaults */
/* ############################### */
/* toggle_container.f_css_defaults */
/* ############################### */
.trigger {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 1px 1px #fff inset;
	-webkit-box-shadow:0 1px 1px #fff inset;
	box-shadow:0 1px 1px #fff inset;
	background:-moz-linear-gradient(center top, #e9e9e9 50%, #ddd 50%);
	background-color:#ddd;
	border:1px solid #ddd;
	color:#888;
	cursor:pointer;
	margin-bottom:5px;
	padding:5px;
	text-shadow:0 1px 0 #fff;
}
.trigger_active {
	color:#333;
}
toggle_wrapper {
	clear: both;
	margin-bottom: 2em;
}
.toggle_container {
	padding:5px 10px;
}
.expand_button {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	border-left: 3px solid #e1010f;
	margin: 0 auto 10px;
	border-bottom: 3px solid #e1010f;
	border-right: 3px solid #009DE1;
	border-top: 3px solid #009DE1;
	text-align: center;
	font-weight: bold; 
	float:right;
	cursor:pointer;
	position:relative;
}

/* ###################### */
/* ZMSFile.f_css_defaults */
/* ###################### */

div.ZMSFile.none, div.ZMSLinkElement.none 
	{
	background-color: transparent;
	border: 2px dashed #eee;
	}

div.ZMSFile.floatleft, div.ZMSLinkElement.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright, div.ZMSLinkElement.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-weight:bold;
	text-decoration:none;
	}

/* ############################### */
/* ZMSLinkContainer.f_css_defaults */
/* ############################### */
div.ZMSLinkContainer {
	background-color: #eee;
}
/* ################################# */
/* ZMSTeaserContainer.f_css_defaults */
/* ################################# */

/* ########################## */
/* toggle_text.f_css_defaults */
/* ########################## */
.trigger {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 1px 1px #fff inset;
	-webkit-box-shadow:0 1px 1px #fff inset;
	box-shadow:0 1px 1px #fff inset;
	background:-moz-linear-gradient(center top, #e9e9e9 50%, #ddd 50%);
	background-color:#ddd;
	border:1px solid #ddd;
	color:#888;
	cursor:pointer;
	margin-bottom:5px;
	padding:5px;
	text-shadow:0 1px 0 #fff;
}
.trigger_active {
	color:#333;
}
.toggle_container {
	padding:5px 10px;
}

/* ############################### */
/* ZMSTeaserElement.f_css_defaults */
/* ############################### */

/* ###################### */
/* gallery.f_css_defaults */
/* ###################### */
div.gallery { margin-top: 10px; }
div.mediaitem {
  float: left;
  height: 300px;
  margin-right: 2em;
  font-size: 70%;
}

/* ############################# */
/* ZMSLinkElement.f_css_defaults */
/* ############################# */
/* @see ZMSFile.f_css_defaults */
/* ############################## */
/* personalprofile.f_css_defaults */
/* ############################## */
/* -------// BO PersonalProfile.f_css_defaults //------- */

.personName{
 font-size: 1em;
 font-weight: bold;
}

.personPic{
  float:left;
  margin-right:4px;
}

.personBox{
}

.personDescr{
 font-size: 0.9em; 
 padding: 0.3em; 
}  

.profilBox{ 
}
/* -------// EO PersonalProfile.f_css_defaults //------- */
/* ###################### */
/* infobox.f_css_defaults */
/* ###################### */
/* -------// BO LinkBox.f_css_defaults //------- */

.LinkBox { font-size: 0.8em; }
.LinkBox a { font-size: 1.2em; }
.LinkBox li { line-height: 140%; }
.infoboxtitle { font-weight: bold; }

table.infobox {
  margin:1em 0em;
}

p.infoboxtitle,
td span.infoboxtitle  {
	padding:3px;
	margin:0px;
	font-weight:bold;
	font-size:13px;
}

table.infobox div.ZMSFile,
table.infobox div.ZMSTextarea {
  margin-left:20px;
}

div.infobox  div.ZMSFile div.title,
div.infobox  div.ZMSFile div.text,
div.infobox  div.ZMSFile div.title a,
table.infobox,
table.infobox div.ZMSFile div.title,
table.infobox div.ZMSFile div.text {
	font-size:13px;
}

table.infobox div.ZMSFile div.title a:link {
        color: #0000EE;
	font-size:13px;
}

table.infobox div.ZMSFile div.title a:hover,
table.infobox div.ZMSFile div.title a:active {
        color: #0000EE;
        text-decoration: underline;
}

table.infobox div.ZMSFile div.title a:visited {
        color: #551ABB;
        text-decoration: none;
	font-size:13px;
}

table.infobox div.ZMSFile div.text {
margin-left:20px;
}
table.infobox p {
   margin-left:24px;
}  

/* -------// EO LinkBox.f_css_defaults //------- */
/* ######################### */
/* ZMSGraphic.f_css_defaults */
/* ######################### */

/*--------- .ZMSGraphic --------------*/
a.fancybox img {
	padding:1px 1px 21px 1px;
	background:transparent url(/misc_/zms/zoom.gif) bottom right no-repeat;
	background-color:transparent;
}
div.ZMSGraphic {
	background-color: transparent;
	margin: 1em 0;
}
.zmi div.ZMSGraphic {
	margin:0;
}
div.ZMSGraphic.left {
	text-align:left;
}
div.ZMSGraphic.right {
	text-align:right;
}
div.ZMSGraphic.center {
	text-align:center;
}
div.ZMSGraphic.floatleft {
	float:left;
	margin-right:2em;
}
div.ZMSGraphic.floatright {
	float:right;
	margin-left:2em;
}
div.ZMSGraphic .alignleft {
	margin-right:10px;
}
div.ZMSGraphic.center div.graphic {
	text-align:center;
	margin:0px auto;
}
div.graphic {
	max-width:100% !important;
}
div.graphic.alignleft {
	float:left;
	text-align:right;
}
div.graphic.alignright {
	float:right;
	text-align:right;
}
div.ZMSGraphic div.text {
	padding: 4px;
}
.ZMSGraphic .text {
	background-color:transparent;
	padding:.5em 1em 0em 1em;
	font-size:smaller;
	font-style:italic;
}
.ZMSGraphic .graphic {
	margin-bottom: 7px;
}
.ZMSGraphic.center div.graphic  {
	margin:0 auto
}
.ZMSGraphic.left .graphic.alignleft {
	float:left;
	margin-right:15px;
}
.ZMSGraphic.left .text,
.ZMSGraphic.right .graphic,
.ZMSGraphic.right .text {
	width: auto !important;
}
/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important;
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}
a.zoom img.zoom,
a.superzoom img.superzoom {
	width: 26px;
	height: 21px;
	background-position:top right;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
a.zoom img.zoom {
	background-image: url(/misc_/zms/zoom.gif);
}
a.superzoom img.superzoom {
	background-image: url(/misc_/zms/superzoom.gif);
}
/*--------- /.ZMSGraphic --------------*/

/* ##################### */
/* ZMSLib.f_css_defaults */
/* ##################### */
