/* ############################### */
/* slider_container.f_css_defaults */
/* ############################### */

.sliderbanner { 
	position: relative; 
	overflow: auto;
}

.sliderbanner li { 
	list-style: none;
	max-height: 300px;
}

.sliderbanner li div {
	height: 300px;
}

.sliderbanner ul { 
	padding: 0; 
	margin: 0; 
}

.sliderbanner ul li { 
	float: left; 
}

.slide_item {
	background-repeat: no-repeat;
	padding-top: 40px;
	text-align: left;
	font-weight: normal;
	line-height: 29px;
	font-size: 22px;
	font-family: Helvetica;
	background-size: cover;
        padding-right: 60%;
        padding-left: 11px;
/*        padding-left: 2%; */
}
ol.dots {
	position: absolute;
	display: block;
	list-style-type: decimal;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	bottom: 0px;
	text-align: left;
	width: 100%;
        margin-left: -30px;
}

.sliderbanner .dots li {
	display: inline-block;
	margin: 0px 2px;
	color:#E89700;
	/*text-indent: -999em;*/
	border: 2px solid #fff;
	/*border-radius: 6px;*/
	cursor: pointer;
	/*opacity: .4;*/
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
        padding: 0 4px;
        background: #fff;
        font-weight: bold;
}

.sliderbanner .dots li.active {
        background: #E89700;
        color: #fff;
        opacity: 1;
        border: 2px solid #E89700;
}

.sub_title {
	font-size: 15px;
	letter-spacing: 0;
	padding-top: 8px;
        line-height: 20px;
}

.sliderbanner ul li a {
	text-decoration: none;
}

.descriptionshadow {
background: #000;
opacity: 0.6;
padding-top: 12px;
margin-top: -40px;
margin-left: -11px;
padding-left: 8px;
}
.descriptionshadow.shadowbottom { margin-top: 27%; }

.slide_item .description {
position: absolute;
top: 10px;
max-width: 200px;
margin: 0;
}
.slide_item .description h4 { max-width: 100px; }
.desy_dot { color: #E89700 }


/*** IE7+8 Hacks ***/
ol.dots {
  margin-left: 510px\9;
  margin-bottom: 1.5em\9;
  width: 170px\9 !important;
}
ol.dots li.dot { float: left\9; }
.descriptionshadow {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

/*** /IE7+8 Hacks ***/


/* ######################### */
/* 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 --------------*/

/* ###################### */
/* 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 */
/* ###################### */
/* 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;
	}

/* ####################### */
/* imagemap.f_css_defaults */
/* ####################### */
/* BO Imagemap CSS */
#dhtmltooltip {
 font-size:11px;
 line-height:1.25em;
 color:#666; 
}
div.imgagemap {
 text-align:center;
}
/* EO Imagemap CSS */
/* ############################### */
/* ZMSLinkContainer.f_css_defaults */
/* ############################### */
div.ZMSLinkContainer {
	background-color: #eee;
}
/* ###################### */
/* 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 //------- */
/* ##################### */
/* ZMSLib.f_css_defaults */
/* ##################### */

/* ################## */
/* faq.f_css_defaults */
/* ################## */
/* -------// BO FAQ.f_css_defaults //------- */

#faq_smallteaser {
	float: left;
	width: 100%;
	font-size: 13px !important; font-size: 0.9em;
	font-weight: bold;		
        padding: 5px;
}

#faq_box {
   float: left;
   width: auto;
   border: 1px dashed #D3D3D3;
   margin-top: 10px;
   margin-bottom: 10px;
}

.faq_teaser {
   background: #DBE4D4;
   font-size: 13px !important; font-size: 0.9em;
   font-weight: bold;
   padding: 5px;
}

.faq_toplink {
   padding: 5px;
}

.faq_body {
   padding: 5px;
}

.faq_links {
  margin-bottom: -5px;         
}

/* -------// EO FAQ.f_css_defaults //------- */
/* ######################### */
/* columntext.f_css_defaults */
/* ######################### */
/* -------// BO ColumnText.f_css_defaults //------- */

table.column{
  border:0px solid black;
  padding:0px;
}
td.col{
 text-align:left;
 vertical-align: top;
 padding:2px;
}
td.col a:visited {
 text-decoration:underline; 
}
td.col div.text{
   padding-bottom:0px;
	}
td.col img{
 border:none;
}


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

/* ################################ */
/* TopLinksContainer.f_css_defaults */
/* ################################ */

#quick_nav_container { margin-bottom:10px; }

.quick_nav_item { 
	width: 232px;
	height: 35px;
	margin-bottom: 4px; 
	background-color: #007acc;
 }

a:hover .quick_nav_item { 
	background-color: #E89700;
}

a:hover .quick_nav_img_wrapper {
	background-color: #E89700;
}

.quick_nav_img_wrapper {
	width: 232px;
	height:35px;
	background-color: #007acc;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	display: block;
	position: absolute;
}

.quick_nav_img {  
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100%;
	height:35px;
}

.quick_nav_nontrans {
	position: absolute;
	text-align: right;
	width: 232px;
}
.quick_nav_nontrans h4 {
/*	display: table-cell;
	vertical-align: middle; */
	padding: 3px 10px;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
/*	letter-spacing: 0.1em;*/
}
/* Chrome only hack */
::root .quick_nav_nontrans h4 { line-height: normal; }


/* ############################## */
/* personalprofile.f_css_defaults */
/* ############################## */
/* -------// BO PersonalProfile.f_css_defaults //------- */

.personName{
 font-size: 12.5px;
 font-weight: bold;
 padding-left: 3px;
}

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

.personPic img {
  border:0;
  width:100px;
}

.personBox{
 background-color: #f5f5f5; 
}

.profilBoxData { padding: 6px 0; margin-left: 110px; }

.profilBoxDataKey { color:#666; }

.personDescr{
 padding: 0.3em; 
 font-style: italic;
 line-height: 125%;
}  

.profilBox{
 background-color: #f5f5f5; 
 border-bottom: 1px solid #CCC;
 border-top: 1px solid #CCC;
 overflow:hidden;
 height: 140px;
}
/* -------// EO PersonalProfile.f_css_defaults //------- */
/* ############################# */
/* ZMSLinkElement.f_css_defaults */
/* ############################# */
/* @see ZMSFile.f_css_defaults */