

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 
body.print {
	background-color:#fff; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchForm table {
	width:100%;
}
.searchForm input {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}
.searchForm input.searchInput {
	width:80%;
}
.searchHeader {
	text-align:right;
	border-top: 1px solid #CCC;
	background-color: #EEE;
	font-size:70%;
}
.searchResult {
	margin-bottom:20px;
}
.searchResult span.title {
	display:block;
	font-weight:bold;
	color:#2200D5;
}
.searchResult span.title a {
	color:#2200D5;
}
.searchResult span.title a:visited {
	color:#91198B;
}
.searchResult span.description {
	display:block;
}
.searchResult span.linkpath {
	display:block;
	font-size:smaller;
	line-height:1.3em;
} 
.searchResult span.linkpath a {
	color:#008000;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSLinkContainer
	{
	background-color: #eee;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSFile / ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSFile, div.ZMSLinkElement 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

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, div.ZMSLinkElement div.title 
	{
	font-size:x-small;
	white-space:nowrap;
	}

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;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text 
	{
	font-size:xx-small;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description 
	{
	font-size:x-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] 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_extEdit_action {
	margin:0px 0px 20px 0px;
}

a.ZMSGraphic_extEdit_action img {
	padding:1px 1px 9px 1px;
	background:transparent url(/misc_/zms/ico_plus.gif) bottom right no-repeat;
}

div.ZMSGraphic {
	background-color: transparent;
	margin: 4px;
}

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:10px;
}

div.ZMSGraphic.floatright {
	float:right;
	margin-left:10px;
}

div.ZMSGraphic.center div.graphic {
	text-align:center;
	margin:0px auto;
}

div.graphic.alignleft {
	float:left;
	text-align:right;
}

div.graphic.alignright {
	float:right;
	text-align:right;
}

div.ZMSGraphic div.text {
	padding: 4px;
}

/*-- ## 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,
a.download img.download {
	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.download img.download { background-image: url(/misc_/zms/download.gif); }
a.superzoom img.superzoom { background-image: url(/misc_/zms/superzoom.gif); }

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

table.ZMSTable th {
	background-color:#DDEFFC; 
}

table.ZMSTable td {
	background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td {
	background-color:transparent; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{
	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}


.ps_meetContainer .meet_date{
 font-size: 10pt;
 background-color:#f6f6f6;
 font-weight: bold;
 padding: 4px;
 color: #003366;
width:100%; 
margin: auto; 
}

.ps_meetContainer .meetBox{
border: 1px solid #fff; 
padding: 5px 3px 5px 10px; 
background-color: #ccc;
height:18px;
width:99%; 
}

.ps_meetContainer .meetContent{
background-color:#f3f3f3; 
border: 1px solid #fff; 
padding: 4px 3px 4px 10px;
width: 99%; 
max-height: 100px;
}  

.ps_meetContainer .meetDate{
float:left;
margin:1px;
width:10%;
}
.ps_meetContainer .meetInfo{
float:left;
margin:1px;
width:30%;
}
.ps_meetContainer .meetScience{
float:left; 
margin:1px; 
width:37%; 
}
.ps_meeting .meetFile, .ps_meetBox .meetFile {
float:left; 
margin:1px; 
width:20%; 
}
.ps_meeting span.topic { padding-left:1em;padding-right:.8em;display: inline-block; }
/* -------// 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 //------- */
/* BO newsticker.f_css_defaults */
/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
border: 1px solid #ccc;
background: transparent;
width: auto; /* 738px; */
height: 27px;
margin: 10px 0px;
padding: 0;
overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0px;
top: 7px;
width: auto; /* 718px; */
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 520px; /* 750px */
font: 10px;
list-style-type: none;
margin: 0;
padding: 0;
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
background: transparent;
background-image: none !important;
padding: 0 !important;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
font: bold 10px;
margin: 0 50px 0 0;
}
ul.newsticker span {
margin: 0 10px 0 0;
}

/* EO newsticker.f_css_defaults *//* BO f_css_defaults */

object#editorXStandard {
 width:100%;
 height:500px;
 text-align:center;
 margin:0px;
 padding:0px;
} 

textarea#editorBBCodes {
 width:100%;
 height:500px;
 margin:0px;
 padding:0px;
}

table#wikiMenu {
 width:99%;
 padding:0px;
 margin:0px;
 border:0px;
 border-bottom:1px solid #bbb;
 border-collapse:collapse;
}
table#wikiMenu td {
 padding:0px;
 font-size:11px;
 text-align:center;
}

table#wikiMenu td.inactive {
 background:#eee;
 border:1px solid #bbb;
 border-bottom:0px;
 width:60px;
}

table#wikiMenu td.active {
 background:#bbb;
 border:1px solid #bbb;
 border-bottom:0px;
 width:60px;
}
table#wikiMenu td.logout{
 background:#eee;
 border:1px solid #bbb;
 border-bottom:0px;
 text-align:center;
 width:16px;
}
table#wikiMenu td.status {
 color:red;
 width:*;
 white-space:nowrap;
 text-align:left;
 padding:0px 3px;
}
table#wikiMenu td.info {
 text-align:right;
}
table#wikiMenu td a {
 color:#000;
 text-decoration:none;
 display:block;
}
table#wikiMenu td.info a {
 display:inline;
}

table#wikiMenu td a:hover {
 background-color:#bbb;
}
form#wikiForm {
 background:#bbb;
 padding:0px 0px 5px 0px;;
 margin:0px;
}
div#wikiMetas {
 margin:0px;
 padding:10px;
}
div#wikiMetas table {
 font-size:10px;
 margin:0px;
 padding:0px;
}
table#wikiMetas td {
 padding:0px;
}
input#wikiTitle,
select#wikiRubric,
input#wikiNewrubric,
input#wikiKeywords {
 font-size:11px;
 font-family:Courier;
 width:200px;
 background-color:#fefede;
}
select#wikiRubric {
 width:198px;
 margin-left:2px;
}
input#wikiNewrubric {
 width:194px;
 margin-left:2px;
}
div.wikiDate {
 float:right;
 font-style:normal;
 padding:0.5em;
 font-size:11px;
 /* display:none; */
}
.zmiNeutralColorLight1 {
 background-color:#eee;
}
.zmiNeutralColorMedium0  {
 background-color:#ccc;
}
div#wikiBottom {
 border-top:1px dotted #999;
 margin:1em 0em 2em 0em;
 width:99%;
}
div#wikiKeywords {
 font-size:10px;
 font-style:italic;
 float:left;
}
div#wikiStatus {
 font-size:10px;
 font-style:italic;
 float:right;
}
div#wikiButtons {
 margin:15px;
}
table.comments {
 margin:0em 0em 3em 0em !important;
}

/* EO 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;
}

p.sicopy {
    position: absolute;
    font-size: 9px;
    color: #fff;
    background: rgba(0,0,0,.2);
    padding: 0 5px;
    top: -20px;
    margin-left: -10px;
}
.teaser p.sicopy {
    text-transform: none;
    top: 195px;
}

.sub_title {
	font-size: 15px;
	letter-spacing: 0;
	adding-top: 20px;
        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)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
}

/*** /IE7+8 Hacks ***/


/*** 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 ***/
/* >>>>>>>>>> ERROR in indicoevents - AttributeError: 'str' object has no attribute 'getHref' <<<<<<<<<< *//* -------// 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 //------- *//* -------// BO Publication.f_css_defaults //------- */

table.publication { margin-top:10px; }

.publTitle{
 font-size: 8pt;
 background-color: var(--desy-orange);
 font-weight: bold;
 padding-left: 3px;
color: white;
}

.publBox{
 background-color: #f5f5f5; 

}

.publKeywords{
 font-size: 0.9em;
 border:1px solid #fff; 
 padding: 0.3em; 
}  
/* -------// EO PersonalProfile.f_css_defaults //------- *//* BO f_css_defaults */

#ZMSForum
{	color: #000;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
}

#ZMSForum div.breadcrumb
{ vertical-align:middle;
  margin-top:0.5em;
}

#ZMSForum div.breadcrumb span
{ margin:0 0.5em;
}

#ZMSForum div.error
{	background-color:#FFCE7B;
	border:1px solid #A7CBFF;
	margin:0 0 1em;
	padding:1em;
	width:auto;
}

#ZMSForum table a
{	color:#5555E2;
}

#ZMSForum table
{	width: 100%;
	border-collapse: collapse;
	margin: 1.5em 0;
}

#ZMSForum th
{
	border: 1px solid #666666;
	display: table-cell;
	font-weight: bold;
	padding: 0.5em;
	vertical-align: middle;
	text-align:left;
}

#ZMSForum td
{ border: 1px solid #666666;
	line-height: 1.5em;
	padding: 0.5em;
	vertical-align: top; 
	overflow: hidden;
}

#ZMSForum td.scroll
{
	border-width: 0px;
	vertical-align: middle;
	padding: 0px;
}

#ZMSForum fieldset
{	border: 1px solid #666666;
	line-height: 1.5em;
	margin: 0.7em 0;
	padding: 0 1em 1em;
	width: auto;
}

#ZMSForum legend
{	background: white none repeat scroll 0 0;
	font-size: 90%;
	padding: 0.5em;
}

#ZMSForum div.field
{	border-top: 0 solid #999999;
	left: 0;
	margin: 0 1em 0 0;
	padding: 0.5em 0;
	top: 0;
}

#ZMSForum select, #ZMSForum input, #ZMSForum textarea {
	background-color: white;
	border:1px solid #999999;
	color:black;
	padding:0.25em;
}

#ZMSForum input[type="submit"] {
	/*background-color: #C8DBE2;*/
}

#ZMSForum div.field input[type="radio"],
#ZMSForum div.field input[type="checkbox"],
#ZMSForum input[type="submit"]
{	cursor:pointer;
}

#ZMSForum div.field input[type="text"],
#ZMSForum div.field input[type="file"],
#ZMSForum div.field textarea
{ width:90%
}

#ZMSForum div.field label
{	font-weight: bold;
}

#ZMSForum div.field label.singleLabel
{	cursor:pointer;
	font-weight:normal;
}

#ZMSForum img 
{	border:0px !important;
	vertical-align:middle;
}

/***************** navigation tabs *****************/
#ZMSForum ul.nav-tabs 
{	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}
#ZMSForum .nav-tabs:after
{	display: block;
	clear: both;
	content: " ";
}

#ZMSForum .nav-tabs li
{	border: 1px solid #C8DBE2;
	float: left;
	margin: 0pt 7px 7px 0pt;
}
#ZMSForum .nav-tabs li.selected
{	background-color: #C8DBE2;
	border-color: #C8DBE2;
	margin-bottom: 0pt;
}

#ZMSForum .nav-tabs a
{	float: left; /* fixes dir=ltr problem and other quirks IE */
	padding:0;
}

#ZMSForum .nav-tabs a
{	margin:0; /* position: relative makes opacity fail for disabled tab in IE */
	padding:0.25em 0.45em 0.25em 0.45em;
	text-decoration: none;
	white-space: nowrap; /* @ IE 6 */
	outline:none; /* @ Firefox, prevent dotted border after click */    
}

#ZMSForum .nav-tabs a:link, #ZMSForum .nav-tabs a:visited
{ /*color: #000;*/ }

#ZMSForum .nav-tabs a:hover, #ZMSForum .nav-tabs a:active
{	text-decoration:underline; }

/*IE7 fails to replaca margin-bottom with padding-bottom from 2nd tab on*/	
*+html #jquery_ui_container .ui-tabs-nav .ui-tabs-selected 
{ margin-bottom:7px; }

* html #ZMSForum .nav-tabs
{ /* auto clear @ IE 6 & IE 7 Quirks Mode */
	/*display: inline-block;*/
}

*:first-child+html #ZMSForum .nav-tabs
{ /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
}

div.threadTree { line-height: 18px; /*color:#595959;*/ }
div.threadTree img { vertical-align: middle; margin-right:0.25em; }
div.threadTree:hover, div.threadTree:active { background:#C8DBE2; }
div.threadTree.selected { font-weight:bold; }

/* --------- ZMSFORUM CUSTOMIZED -------------- */
div#ZMSForum {
margin-top:2em !important;
}
#ZMSForum ul.nav-tabs li {
padding:0px 0.5em;;
list-style-type:none;
}
div.threadTree .zfmSubject { }

div.threadTree .zfmAuthor,
div.threadTree .zfmDateTime {
color:#999 !important;
}

/* EO 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 //------- */


.thesis_first{
 color: #d9d9d9;
 font-weight: bold;
 font-size:16px;
}

.thesis_text {
 font-size:13px;
margin: 12px 0 20px 8px;
}

/* -------// 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 //------- *//* BO Imagemap CSS */
#dhtmltooltip {
 font-size:11px;
 line-height:1.25em;
 color:#666; 
}
/* EO Imagemap CSS */
.meet_date{
 font-size: 10pt;
 background-color:#f6f6f6;
 font-weight: bold;
 padding: 4px;
 color: #003366;

width:100%; 
margin: auto; 
}

.meetBox{
border: 1px solid #fff; 
padding: 5px 3px 5px 10px; 
background-color: #ccc;
height:18px;
width:99%; 
}

.meetContent{
background-color:#f3f3f3; 
border: 1px solid #fff; 
padding: 4px 3px 4px 10px;
width: 99%; 
max-height: 80px;
}  

.meetDate{
float:left;
margin:1px;
width:10%;
}
.meetAuthor{
float:left;
margin:1px;
width:15%;
}
.meetTopic{
float:left; 
margin:1px; 
width:47%; 
}
.meetFile{
float:left; 
margin:1px; 
width:25%; 
}

table.filelist td,
table.filelist td div {
padding:3px;
margin:0px;
vertical-align:top;
font-size:11px;
}

table.filelist td img {
margin-right:3px;
margin-bottom:-2px;
}
table.filelist td a {
text-decoration:none;
font-weight:bold;
}
table.filelist td a:hover span.filename {
text-decoration:underline;
}

table.filelist td div.small {
font-size:10px;
line-height:15px;
margin-bottom:.5em;
}

table.fileupload td div {
margin:0px;
}
table.filelist th,
table.fileupload th {
color:#666;
}

table.fileupload td {
padding-right:0px;
margin-right:0px;
}
table.fileupload td textarea {
height:3em;
width:96%
}

table.filelist {
border-collapse:collapse !important;
border:1px solid #fff;
}
table.filelist td {
border-spacing:0px;
border:1px solid #fff;
}
div.uploadmsg {
color:red;
background-color:#FFFFD0;
border:1px solid #999;
margin:6px 0px;
padding:4px;
width:98%;
}


#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; }


.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:3px solid #ccc;
	margin: 0 0 10px auto;
	text-align: center;
	font-weight: bold;
	float:none;
	cursor:pointer;
	position:relative;
  box-shadow: 1.5px 1.5px 1px #ccc;
	color: #E89700;
	font-size: 30px;
	padding: 5px;
	border-radius: 50%;
}
.categoryGroup h4{
  font-size: 16px;
	padding-top: 2em;
}
.faq_menu .navLinks {
	/*color: #007acc;*/
  color: #666666;
  font-size: 11px;
  text-transform: uppercase;
}

.faq_menu .navLinks:hover {
  color:#E89700;
}

.faq_menu {
  float:right;
  margin-right: -256px;
  width: 220px;
  margin-top: 45px;
}
.faq_menu span {
  font-size: 15px;
  font-family: DesyNeueHelveticaWFS-87HvCn, Arial, Helvetica;
  color: #666;
  text-transform: uppercase;
  margin: 6px 0px 0px 0px;
  font-weight: normal;
  line-height: 100%;
  padding-bottom: 6px;
  margin: 0 2px 12px 4px;

}
.faq_topics {
  margin-left: 0;
  margin-top: 8px;
  list-style: none;
  margin: 4px 2px 24px 4px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding-top: 6px;

}
.faq_menu #options {
	/* margin-left: 0px; */
	/* margin-top: 8px; */
	/* list-style: none; */
	/* margin: 4px 2px 24px 4px; */
	/* border-bottom: 1px solid #ccc; */
	/* border-top: 1px solid #ccc; */
	/* padding-top: 6px; */
	/* position: relative; */
	/* padding-left: 25px; */
	/* padding-bottom: 6px; */
	display: block;
	position: relative;
	cursor: pointer;
	margin-bottom: 8px;
	margin-left: 5px;
	padding-left: 5px;
}
.faq_menu .expand_all_check{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    margin: 0;
    opacity: 0;
    z-index: 1;
}
.faq_menu #options label {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-left: 18px;
	font-size: 11px;
	margin-left: 4px;
	color: #666666;
	text-transform: uppercase;
}
.faq_menu #options label:before {
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background: #dddddd;
    border-radius: 3px;
}
.faq_menu #options label:before, #options label:after {
    content: '';
    display: block;
    position: absolute;
}
.faq_menu #options input:checked ~ label:after {
    opacity: 1;
}
.faq_menu #options label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #F28E00;
    opacity: 0;
    pointer-events: none;
}

li.faq_menu_item {
  list-style: none;
  margin-bottom: 6px;
  font-size: 11px;
}
li.faq_menu_item::before {
	background: url(common/images/quickLinks_arrow.png) no-repeat bottom;
	min-width: 10px;
	min-height: 10px;
	padding-right: 10px;
	display: inline-block;
	transform: rotate(90deg);
	content: "";
}
.faq_menu hr {
	height: 1px;
	border: none;
	background-color: #ccc;
	margin-bottom: 10px;
}


.trigger {
	border-radius:0;
	box-shadow:2px 2px 1px #ccc;
	background:#f3f3f5;
	border:1px solid #ccc;
	color:#888;
	cursor:pointer;
	margin-top:0;
	padding:18px 0 18px 20px;
	text-shadow:0 1px 0 #fff;
  font-size: 15px;
  font-weight: normal;
	display: flex;
	justify-content: left;
	flex-direction: row;
}
.trigger_active {
	color:#333;
}
.toggle_container {
	padding:5px 10px;
  margin-bottom: 2.2em;
}
.trigger .background-arrow {
    background: url('common/css/common/images/arrow_large_orange.png') no-repeat right;
    height: 14px;
    width: 14px;
    display: inline-block;
    float: right;
    margin-right: 10px;
    transform: rotate(90deg);
		align-self: center;
		margin-left: 5px;
}
.trigger.trigger_active .background-arrow{
  transform: rotate(-90deg);
}
.toggle_row {
		order: 0;
		align-self:auto;
		flex:1;
}


/* -------// BO mediafeature.f_css_defaults //------- */

div.mediacollection { }
div.mediaitem {
margin-bottom:2em;
}
p.mediaiteminfo {
border:1px solid silver;
padding:2px 5px 2px 5px;
font-size:11px;
margin-bottom:0.5em;
line-height:1.35em;
}

/* -------// EO mediafeature.f_css_defaults //------- */
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSObject.new, div.ZMSObject.modified {
	border: 2px dashed blue;
	background-color: #F0F0FF;
} 
div.ZMSObject.deleted {
	border: 2px dashed red;
	background-color: #FFF0F0;
	color: #CCC;
	text-decoration: line-through;
}
.preview.highlight {
	background: filter:Alpha(opacity=90);-moz-opacity:0.90;opacity:0.90;
	background-color: #E2E3DE;
	cursor:pointer;
}

span.unicode { 
  font-family:"Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.highlight { 
  background-color: yellow;
  color: black;
  font-weight: bold;
}
