
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- 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
	{
	}

/*  BO poll f_css_defaults */
div.poll { margin-bottom:1em;}
.pollColorStrong { background-color:#4984AC; }
.pollColorMedium { background:#ddd;}
.pollColorLight { background:#CCCCCC url("common/grad_lightblue.gif") bottom left repeat-x; }
.pollColorBlack { background-color:#00000; }
table.poll td blockquote {font-size:14px;}
table.poll td {padding:0px;margin:0px;}
table.poll, 
table.pollColorLight, 
table.pollColorBlack {border-collapse: collapse; margin:0px;}
table.pollColorLight td {border-collapse: collapse;border:1px solid white;}
tr.pollColorLight {background:#eee}
/* EO poll f_css_defaults */
/*-- BO InfoBox --*/

div.infobox  {
	border-top:5px solid #ccc;
	padding:0px;
	margin: 10px 0px 20px 0px;
	background-color:#f6f6f6;
}
p.infoboxtitle  {
	padding:3px;
	margin:0px;
	font-weight:bold;
}
div.infoboxContentEven,
div.infoboxContentOdd {
	padding:10px 0px;
}
div.infoboxContentOdd  {
	background-color:#eaeaea;
}
div.infoboxContentEven p,
div.infoboxContentOdd p  {
	padding: 3px;
	margin:0px;
}
div.infobox ul.ZMSFile {
	padding-bottom:5px;
}
div.infobox ul {
	margin:0px 5px 0px 28px;
	padding: 0px;
}
div.infobox ul li {
	padding:0px !important;
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 10px;
}
li.LinkElementExternal {
	list-style-image:url(common/external_link.gif);
}
li.LinkElementInternal, 
li.LinkElementInternalPortal {
	list-style-image:url(common/external_link.gif);
}
li.LinkElementInternalClient {
	list-style-image:url(common/external_link.gif);
}
li.LinkElementMailto {
	list-style-image:url(common/mail_link.gif);
}

/*-- EO InfoBox --*//* BO formContainer.f_css_defaults */

input#formulatorFindBtn {
display:none;
}
p#formulatorHint {
font-size:10px;
display:none;
}

div.formular form.saved {
display:none;
}

div.formular {
/* display:table; */
/* table-layout:auto; */
width:auto;
border-collapse:collapse;
background-color:#fcfcfc;
border:1px solid silver;
padding:3px;
font-size:12px;
}
div.formrow {
/* display:table-row;*/
}
div.formrow div.system-msg  {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
  padding-left: 22px !important;
  background-repeat:no-repeat;
  background-position:2px 2px;
  background-image:url(/misc_/zms/spacer.gif);
}


div.formular h2 {
/* color:#900; */
/*background-color:#ccc;*/
border-top:1px solid silver;
padding:3px 0;
margin:0px;
margin-top:10px;
line-height:1em;
}
div.formular h3 {
/*font-size:14px;*/
border-top:1px solid silver;
padding:3px 0;
margin:0px;
margin-top:10px;
line-height:1.2em;
}

div.formtext, div.formvalue {
/* display:table-cell; */
padding:3px;
}
div.formtext {
margin-top:15px;
font-weight:bold;
/* border-top: 1px dotted #bbb; */
padding-top:2px;
line-height:1.4em;
}

div.formtext span.hints {
font-style:normal;
font-weight:normal;
}

div.formvalue input {
  background-color: #fff;
}

table.displayRecords { 
border:2px solid grey;
border-collapse:collapse;
}
table.displayRecords td {
border:1px solid silver;
padding:3px;
vertical-align:top;
}

.form-small {
font-size:11px;
vertical-align:top;
}

.zmiTableRowHead {
background-color:#ccc;
font-size:x-small;
padding:3px;
}

.zmiTableRowEven {
background-color:#eee;
font-size:x-small;
}
.zmiTableRowOdd {
background-color:#ddd;
font-size:x-small;
height:15px;
}
textarea.zmiTableRowOdd {
background-color:#ddd;
font-size:11px;
width:600px;
height:150px;
}
select.zmiTableRowEven, select.zmiTableRowOdd {
background-color:#eee;
font-size:x-small;
width:150px;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [ZMI] Calendar
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

#zmiCalDiv {filter:Alpha(opacity=80);-moz-opacity:0.80;background-color:#ffffff;padding:2px;border:1px solid #646464;}
#zmiCalLastMon,#zmiCalMon,#zmiCalNextMon,#zmiCalClose {float:left;font-size:11px;font-family:helvetica,arial;overflow:hidden;}
a.zmiCalNorm:link, a.zmiCalNorm:visited, a.zmiCalNorm:hover, a.zmiCalNorm:active {font-size:11px;font-family:helvetica,arial;color:#000000;text-decoration:none;}
a.zmiCalBold:link, a.zmiCalBold:visited, a.zmiCalBold:hover, a.zmiCalBold:active {font-size:11px;font-family:helvetica,arial;color:#000000;text-decoration:none;font-weight:bold;}
a.zmiCalCurr:link, a.zmiCalCurr:visited, a.zmiCalCurr:hover, a.zmiCalCurr:active {font-size:11px;font-family:helvetica,arial;color:#FFFFFF;background-color:#FF6600;text-decoration:none;font-weight:bold;}
a.zmiCalHead:link, a.zmiCalHead:visited, a.zmiCalHead:hover, a.zmiCalHead:active {font-size:11px;font-family:helvetica,arial;font-weight:bold;color:#000000;text-decoration:none;}
div.zmiCalWeekday {float:left;width:14px;height:14px;font-family:helvetica,arial;font-size:11px;padding:0;clip:rect(0 14 14 0);border-right:1px solid #CCCCCC;overflow:hidden;text-align:right;padding-right:2px;}
div.zmiCalDayname {float:left;width:14px;height:14px;font-family:helvetica,arial;font-size:11px;padding:0;clip:rect(0 14 14 0);border-right:1px solid #CCCCCC;overflow:hidden;text-align:right;padding-right:2px;color:#646464;font-weight:bold;}


/* EO formContainer.f_css_defaults *//* BO refGlossary.f_css_defaults */

a.glossary {
border: 1px dotted #326598;
/* background-color:#FFFFE0; */
background-color:#fff;
color: #326598 !important;
font-style:normal;
font-weight:normal !important;
}

div#glossary input.glossarysearch {
background: #ccc url(common/menuBG.gif) repeat scroll 0 0;
padding:3px 5px 3px 5px;
margin-top:-1px;
color:#fff;
font-weight:bold;
font-size:10px
}

div#glossary {
/* based on 2L */
/* patch required for IE6 */ 
 width:100% !important;
 width:680px;
}
/* EO refGlossary.f_css_defaults  *//* -------// BO refLiteratureList.f_css_default //------- */
div.zmi div.refLiteratureList {
width:480px;
overflow:hidden;
font-size:13px;
font-family:verdana;
}

div.refLiteratureList {
border:1px solid silver;
padding:5px;
margin:2em 0em;
}

div.refLiteratureList h2 {
padding:0px;
margin-top:0em !important;
background-color:transparent !important;;
}

div.refLiteratureList p {
font-weight:bold;
margin:0px;
padding:0px;
}

div.refLiteratureList ol {
margin-top:1em;
margin-bottom:0px;
line-height:1.4em;
}
div.refLiteratureList ol li {
margin-bottom:3px;
margin-left:1em;
line-height:1.5em;
}
/* -------// EO refLiteratureList.f_css_default //------- *//* BO refLiterature.f_css_defaults */

span.refLitHeading {
vertical-align:top;
font-weight:bold;
color:#666;
font-size:11px;
line-height:2em;
margin-right:1em;
}

a.literature { }
 
img#refLitLine { border-top: 1px solid black; }
 
div#refLit { font-size:9px; }
 
div#refLit span.refLitDescription { }
 
div#refLit span.refLitAuthor {
 	font-variant:small-caps; 
 	font-size:110% } 
div#refLit span.refLitTitle { }
div#refLit span.refLitJournal { }
div#refLit span.refLitIssue { }
div#refLit span.refLitLink { }


div#refLiteratureSearch {
  width:675px;
  height:40px;
  }
div#refLiteratureSearch div#refLiteratureAlpha {
  float:left;
  width:350px;
  padding-top:3px
  }
div#refLiteratureSearch div#refLiteratureAlpha a {
  padding:0px 3px;
  margin:0px
  }
div#refLiteratureSearch div#refLiteratureAlpha a:hover,
div#refLiteratureSearch div#refLiteratureAlpha a.selectedCh {
  color:#fff;
  background-color:#326598;
  }

div#refLiteratureSearch form {
  padding:0px;
  margin:0px;
  margin-right:2em;
  float:right;
  position:relative;
  }
div#refLiteratureSearch form select {
  padding:0px;
  margin:0px;
  margin-right:1em;
}
table#refLiteratureList {
  width:658px;
  margin:0px;}
  table#refLiteratureList td {
  vertical-align:top
  }
table#refLiteratureList td a {
  font-weight:normal !important;
  }
span.refLitDesc {
  margin-bottom:2em;
}
/*  EO refLiterature.f_css_defaults  */textarea#code.form-element {
 font-family:courier !important;
 font-size:11px !important;
 height:350px !important;
 width:630px !important; 
}/* 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;
}
#ZMSForum ul.nav-tabs {
padding-bottom:1em
}
#ZMSForum table {
margin: 0em 0em 1.5em 0em;
}
#ZMSForum fieldset {	
margin: 0em 0em 0.7em 0em;
}
#ZMSForum ul.nav-tabs li {
padding:0px 0.5em;
list-style-type:none;
}
div.threadTree .zfmAuthor,
div.threadTree .zfmDateTime {
color:#999 !important;
}
div.threadTree .zfmSubject { }
div.zfmFileForm {
padding:0.3em;
margin-top:0.7em;
}

/* EO f_css_defaults *//* -- BO infoboxTeaser -- */ 

body.zmi div.infoboxteaserset,
body.zmi td.zmiContainerColCenter > div.infoboxTeaserContainer {
width:480px !important;
overflow:scroll!important;
}
body.maximized div.infoboxteaserset,
body.maximized td.zmiContainerColCenter > div.infoboxTeaserContainer {
width:auto !important;
overflow:hidden!important;
}

/* ############################## */
/* layout sizes necessary for IE6 */
/* ############################## */
.layout1 div.infoboxteaserset {
 width:920px;
 position:static;
}
.layout2L div.infoboxteaserset,
.layout2R div.infoboxteaserset {
 width:675px;
}
.layout3 div.infoboxteaserset {
 width:460px;

}


div.infoboxTeaserContainer {
 border:1px solid #98a7ba;
 float:left!important; /* floating FF */
 float:none; /* floating IE */
 display:inline; /* floating IE */
 margin-top:20px;
 overflow:hidden;
 background-color:#fff;


}

div#pageregionLeft div.infoboxTeaserContainer {
 margin:0px 0px 20px 0px !important;
}
div#pageregionRight div.infoboxTeaserContainer {
 margin:0px 0px 20px 0px !important;
}

/* FONT_DEFS */
div.infoboxTeaserTitle,
div.infoboxTeaserText,
div.infoboxTeaserText p,
div.infoboxTeaserText ol,
div.infoboxTeaserText ul,
div.infoboxTeaserText li
div.infoboxTeaserText a {
 font-size:11px !important;
 line-height:160% !important;
}

div.infoboxTeaserTitle {
 color:#666;
 font-weight:bold;
 font-size:13px;
 text-align:left;
 font-size:13px !important;
}
div.infoboxTeaserTitle a:link,
div.infoboxTeaserTitle a:visited {
 color:#666;
}

div.infoboxTeaserHeader {
 padding:2px 20px 4px 20px;
 margin-bottom:-3px;
}

div.teaserColor1 div.infoboxTeaserTitle,
div.teaserColor2 div.infoboxTeaserTitle,
div.teaserColor3 div.infoboxTeaserTitle,
div.teaserColor4 div.infoboxTeaserTitle,
div.teaserColor5 div.infoboxTeaserTitle,
div.teaserColor6 div.infoboxTeaserTitle {
  color:#fff;
  font-size:11px !important;
}


div.infoboxTeaserText {
 padding:10px 20px;
 font-weight:normal;
 line-height:160%;
}
div.infoboxTeaserText span.headline {
 font-weight:bold;
/* color:#6d7a89; */
}
div.infoboxTeaserText p,
div.infoboxTeaserText ul,
div.infoboxTeaserText ol {
 margin-top:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-bottom:0px;
}
div.infoboxTeaserText img {
 margin:0px;
 padding:0px;
}
html>/**/body#web div.infoboxTeaserText img {
 margin-bottom:2px; /* only FF */ 
}

div.infoboxTeaserText a.morelink {
 color:#6d7a89;
 text-decoration:none;
 font-weight:bold;
}
div.infoboxImage {
/* border:1px solid #6d7a89;
   margin:3px;
overflow:hidden;
*/
}

div.infoboxTeaserText select {
font-family:verdana;
font-size:11px;
color: #666;
width:160px !important;
margin:1em 0em;
display:block;
}

div#content div.infoboxTeaserText select,
div#content div.infoboxTeaserText select#diseasecategory,
div#content div.infoboxTeaserText select#selectedtrial {
width:100% !important;
}

div.infoboxTeaserText ul,
div.infoboxTeaserText ul li {
line-height:1.5em;
padding:0px;
margin:0px;
list-style-type:none; 
list-style-position:outside;
list-style-image:none;
}
div.infoboxTeaserText ul {
margin-top:0.75em;
}
div.infoboxTeaserText ul li a {
font-weight:normal;
}

div.infoboxTeaserText ul li span.linkdescription {
padding-left:1em;
display:block
}

/* -- EO infoboxTeaser-- */
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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;
}


/* -- register.html -- */

#registerform div.zmi_col_left {color:#ccc;}
#registerform #info_username {display:block;}
#registerform #new_gender {
 width:80px;
}
#registerform #new_organisation {
 width:30em;
}
#registerform #tr_disciplines,
#registerform #tr_disciplines table,
#registerform #tr_disciplines div.form-small,
#registerform #tr_disciplines div.form-element,
#registerform #tr_disciplines table td,
#registerform #tr_interests table,
#registerform #tr_interests div.form-small,
#registerform #tr_interests div.form-element,
#registerform #tr_interests table td {
 margin:0px;
 padding:0px;
}
#registerform #tr_disciplines select.form-element,
#registerform #tr_interests select.form-element {
 width:190px;
 font-size:11px;
}
#registerform #tr_disciplines input.form-submit,
#registerform #tr_interests input.form-submit {
 height:20px;
 background-color:#eee;
 font-size:14px;
}

#registerform #tr_disciplines table,
#registerform #tr_interests table {
 width:400px;
}

/* -- register.html:FAX-VARIANTE -- */
#fax input, 
#fax select {
background-color:#fff !important;
border:0px;
border-bottom:1px dotted #000;
}
#fax hr,
#fax input[name="btn"],
#fax div.zmi_col_left {
display:none !important;
}


#new_lastname {background-color:#fdd;}
#new_passwd_confirm, 
#new_passwd {background-color:#fdd; width:10em !important}
#info_passwd {margin-left:0.5em;font-weight:normal;color:red;}
#new_firstname {background-color:#fdd;}
#new_username {background-color:#fdd;}
#new_gender {background-color:#fdd;}
#new_personaddressstreet {background-color:#fdd;}
#new_personaddresszip {background-color:#fdd;}
#new_personaddresscity {background-color:#fdd;}
#new_email1 {background-color:#fdd;}
#new_lang {background-color:#fdd;}
#new_phone {background-color:#fdd;}
#new_fax {background-color:#fdd;}
#new_birthdate {width:12em !important}

#info_passwd {color:red;font-weight:bold;text-decoration: blink;display:inline;}
#new_passwd,#new_passwd_confirm {width:12em !important}

div#custombuttons {
 margin-bottom:1em;
 height:2.5em;
 position:absolute;
 margin:-32px 0px 0px 300px;
}
div#custombuttons {
 *margin-left:150px;
}
div#custombuttons input,
div#custombuttons select {
margin-left:10px;
}
#invoice,
#copyadress,
#asciitext
#sendmail,
#sendmailtype,
#clone { 
 position:relative;
 display:auto;
}
#sendmailtype {
 margin-top:4px;
 font-size:10px;
 font-weight:normal;
}

body#web #sendmail, 
body#web #sendmailtype, 
body#web #clone {
 display:none;
}
body.zmi select.form-element {
 width:165px
}
#tr_events select.form-element,
#tr_targetgroups select.form-element,
#tr_interests select.form-element,
#tr_disciplines select.form-element {
 width:165px
}
body.zmi td.form-element textarea, 
body.zmi #new_organisation,
body.zmi #person_has_workpackage_person_idperson {
 width:360px !important;
}
body.zmi #person_has_workpackage_person_idperson {
 background-color:#eee;
}
body.zmi div.zmiNeutralColorMedium0 div input {
 margin:1px
}
body.zmi textarea#new_comments  {
 background-color:#ffd;
}

/* --- contact fields --- */
body.zmi #tr_contact1,
body.zmi #tr_contact2,
body.zmi #tr_authority1,
body.zmi #tr_authority2,
body.zmi #tr_eucoordinator {
 background-color:#def;
 width:284px;
 display:none;
}
/* -- FF hack -- */
html>/**/body.zmi #displayfield_contact1,
html>/**/body.zmi #displayfield_contact2,
html>/**/body.zmi #displayfield_authority1,
html>/**/body.zmi #displayfield_authority2,
html>/**/body.zmi #displayfield_eucoordinator {width:275px }


body.zmi #tr_persons {background-color:#dde}
body.zmi #tr_persons td.form-element div.form-small {height:20px;vertical-align:bottom}
body.zmi #organisation_has_person_organisation_idorganisation {width:360px}
body.zmi #organisation_has_person_organisation_idorganisation1,
body.zmi #displayfield_organisation_has_person_organisation_idorganisation0  {width:165px;height:20px;padding:0px:margin:0px;font-size:11px;}

body.zmi #new_country, body.zmi #new_lang  {width:120px;}

/* -- BILLINGCASE ELEMENTS --*/
body.zmi #tr_study_temp {display:none;}
body.zmi #tr_study select {width:96px}
body.zmi #tr_patinitials input#new_patinitials {width:96px !important}
body.zmi #tr_patbirth input#new_patbirth {width:96px !important}
body.zmi #tr_leaflet input#new_leaflet {width:96px !important}
body.zmi #tr_examdate input#new_examdate{width:96px !important}
body.zmi #tr_lastmodified input#new_lastmodified {background-color:#F2F3EE;width:96px !important;border-color:#bbb}
body.zmi #tr_lastmodified td.form-label {color:#999;}
body.zmi #tr_lastmodified a {display:none;}
body.zmi #tr_billingdate input#new_billingdate {background-color:#F2F3EE;width:96px !important;border-color:#bbb}
body.zmi #tr_billingdate a {display:none;}
body.zmi #tr_billingdate td.form-label {color:#999;}

/* Form Button Patch IE = FF */
body.zmi .form-submit {
overflow:visible;
padding: 1px 3px;
}

/* Register Form */
body#web tr#tr_idperson,
body#web tr#tr_targetgroups,
body#web tr#tr_memberships,
body#web tr#tr_workpackages,
body#web tr#tr_groups,
body#web tr#tr_lastmodified,
body#web tr#tr_funded,
body#web tr#tr_comments,
body.zmi tr#tr_username {display:none;}

/* ------------- KPOH --------------- */
#new_cert {
border-color:#999;
background-color:transparent;
height:3em;
}
#new_anmerkung {
background-color:#ffd;
border-color:#999;
}
tr#tr_rechte select {
width:168px;
}
#info_password {color:red;}

#tr_coverage { display:none; }

#tr_coverage select.form-element {
width:195px;
}
tr#tr_proxyterm {
display:none;
}

tr#tr_moretext textarea#new_moretext,
tr#tr_description textarea#new_description {
height:10em;
}
.hilightField {
background-color:#fef;
}
.hilightBold {
font-weight:bold;
}

#tr_coverage select {
width:168px !important;
}
/* Patch RECHTE */
#tr_rechte select {
background:transparent;
border:1px solid #ccc;
color:#666;
}
#tr_rechte select {
width:180px !important;
}
#tr_rechte input {
display:none
}

body.zmi img { border:0px !important; }
body.zmi div.zmi {width: 800px;}
#ZMIManageTabs a, #ZMIManageTabsSub a {text-decoration:none;}
#ZMIManageTabs a:hover, #ZMIManageTabsSub a:hover {text-decoration:underline;}
ul#ZMIManageTabsButtons li, 
div.zmi-tabs ul li  {
 background-image:none;
 list-style-image:none;
 line-height: auto;}
ul#ZMIManageTabs li { height:22px; margin-bottom:0px;}
html>/**/body ul#ZMIManageTabs li {
height:21px; !important; /* only FF */ }

#contentEditable_e76410_ger #contentEditable_items76411_ger .infoboxTeaserText div a {
display:none
}


/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans {background-color: transparent;}
.neutralColorWhite {background-color: #fff;}
.neutralColorLight {background-color: #e8e8e8;}
.neutralColorMedium {background-color: #ccc;}
.neutralColorStrong {background-color: #999;}
.neutralColorBlack  {background-color: #000;}


.teaserColor1 {background-color: #244A5D;}
.teaserColor2 {background-color: #4984AC;}
.teaserColor3 {background-color: #1E8888;}
.teaserColor4 {background-color: #32B5A7;}
.teaserColor5 {background-color: #318A50;}
.teaserColor6 {background-color: #6BAD31;}
.teaserColor7 {background-color: #244A5D;}

div.ZMSTeaserElement .teaserColor1 {border-color: #244A5D !important;}
div.ZMSTeaserElement .teaserColor2 {border-color: #4984AC !important;}
div.ZMSTeaserElement .teaserColor3 {border-color: #1E8888 !important;}
div.ZMSTeaserElement .teaserColor4 {border-color: #32B5A7 !important;}
div.ZMSTeaserElement .teaserColor5 {border-color: #318A50 !important;}
div.ZMSTeaserElement .teaserColor6 {border-color: #6BAD31 !important;}
div.ZMSTeaserElement .teaserColor7 {border-color: #244A5D !important;}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +-  blueprint customization layer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

body#web {
/* background-color:#69c;*/
 background-color:#fff;
 margin:0px auto;
 font-family:Verdana;
 font-size:70%;
}
/* bodyWrapper */
.container {
 width:960px!important;
 margin:0 auto;
}
#Metanavigation {
 background:url(common/darkblueBG.gif) #036;
 text-align:right;
 margin:0px;
 padding:7px;
 vertical-align:center;
}
#Metanavigation input#raw {
 background:#036 none repeat scroll 0%;
 border:1px solid #fff;
 color:#fff;
 height:14px;
 margin:0px 10px;
 padding:0px;
 width:145px;
}
#Metanavigation input#btnSearch {
 margin:0px;
 margin-bottom:0px!important;
 margin-bottom:-3px;
 padding:0px;
 height:14px;
}
div.colborder {border-right:1px solid #ddd;}

#Logo {
 height:90px;
 text-align:left;
 whitespace:nowrap;
 width:960px;
 overflow:hidden;
}
#Logo a {
 text-decoration:none;
}
#Micronavigation {
 margin-left:0px;
}
#Micronavigation.Gabelseite {
 margin-bottom:10px;
}

#Micronavigation a {
 font-weight:normal;
}

div#contentWrapper1 {
 background:url(../../instance/BG.gif) #fff;
}

#pageregionRight { }

#Copyright {
 background: #036 url(../../instance/menuBG.gif) repeat scroll 0 0;
 text-align:right;
 margin:0px;
 padding:1px 3px 3px 3px;
 text-align:center;
 vertical-align:center;
 color:#fff;
 clear:both;
}
#Copyright a {
 color:#fff;
 font-weight:normal;
}

div#pageregionBottom {
padding-top: 1em;
width:960px;
}

h1 {
 color:#666 !important; 
 font-size:120%;
 font-weight:bold;
 margin-top:2em;
 line-height:1.3em;
}
h2 {
 color:#666 !important; 
 font-size:110%;
 font-weight:bold;
}
body#web h2 {
 margin-top:2em;
 line-height:1.3em;
}
body#web th h2,
body#web div.infobox h2  {
 background: transparent;
}
body#web div.infobox h2 {
margin-top:1em;
}
body#web div.infobox h2,
body#web div.infobox h3 {
 margin:0px;
 padding:0px;
}

h3 {
 color:#0060ab !important; 
 font-size:100%;
 font-style:italic;
 font-weight:bold;
 margin-top:2em;
 line-height:1.3em;
}
h4 {
 color:#666!important; 
 font-size:100%;
 font-style:normal;
 font-weight:bold;
 margin-top:2em;
 line-height:1.3em;
}

p.emphasis {
 background-color:#eee;
 padding:4px 6px;
 font-size: 11px;
 border: 1px solid #eee;
}

p.description {
 line-height: 16px;
 font-weight:bold;
 color:#666;
 margin-top:0.5em;
}

p.author, p.creator  {
	font-size:9px;
	margin: 1em 0em 1em 0em;
	padding:0.5em 0em;
	font-style: italic;
	color:#333333;
	text-align:left;
}

/* BO Hellenbrecht */
a:link, a:visited {
font-weight: bold;
color:#326598;
text-decoration:none;
}
a:hover {
font-weight: bold
color:#0066ff;
text-decoration:none;
}

ul li {
line-height: 15px;
list-style-image: url(common/bullet.gif);
text-align:left;
margin-bottom: 10px;
}

abbr {border-bottom:0px !important;}
/* EO Hellenbrecht */

a:link span.normal, 
a:visited span.normal,
a:hover span.normal {
font-weight: normal !important;
}

/*-----------------*/
/*--  ZMSGraphic --*/
/*-----------------*/
div.ZMSGraphic { background-color:transparent; margin:0px;padding-left:0px}
div.ZMSGraphic div.graphic.alignleft { margin-right:10px; }
div.ZMSGraphic div.graphic.alignright { margin-left:10px; }
div.ZMSGraphic.floatleft { margin-right:10px; }
div.ZMSGraphic.floatright { margin-left:10px; }
div.ZMSGraphic div.text { padding: 4px 0 0 0; }
/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic { width:100%!important; }
div.ZMSGraphic.right div.graphic img { display:inline!important; }

body#web div.ZMSGraphic.floatleft {
padding:0em 0.5em;
margin-left:-60px; /* IE6 */
margin-left:-120px!important;/* IE7, FF */ 
/* IE6 box modell fix */
width:1px;/* IE6 */
width:auto!important;/* IE7, FF */ 
display:inline;
}
body#web div.ZMSGraphic p.caption {
 font-style:italic;
}

/*-----------------*/
/*--  ZMSLink    --*/
/*-----------------*/

div.ZMSLinkContainer {
background-color: #fff;
}
div.ZMSLinkElement  { 
	background-color: #fff;
	margin: 1em 0em;
}
div.ZMSLinkElement div.title img {
	margin: 0px 0px -7px -4px;
}
div.ZMSLinkElement div.title,
div.ZMSLinkElement div.title a,
div.ZMSLinkElement div.text,
div.ZMSLinkElement div.description {
	font-size:11px !important;
}
div.ZMSLinkElement div.description {
	font-style:italic;
}
div.ZMSLinkElement div.text a {
font-weight:normal;
}
div.ZMSLinkElement div.title a:link,
div.ZMSLinkElement div.title a:visited {
color:#326598;
}
div.ZMSLinkElement div.title a:hover {
text-decoration:underline;
}

/*-----------------*/
/*--  ZMSTeaser  --*/
/*-----------------*/
div#teaser,
div#teaserleft {
 padding:0px !important;
 padding-top:6em !important;
 margin:0px;
 width:216px;
/*  
 width:188px;
 overflow:visible!important;
*/
 overflow:hidden; /* IE6*/
}
div.ZMSTeaserContainer {
 margin:0px;
 margin-bottom:2em;
 border:1px solid #69c;


}
div.ZMSTeaserElement {
 padding-bottom:1px;
}
div.ZMSTeaserElement div.title { 
 font-weight:bold; 
}
div.ZMSTeaserElement div.title, 
div.ZMSTeaserElement div.text {
 font-size:11px;
}
div.ZMSTeaserElement div.text {
 font-size:11px;
 padding: 0.2em 0.5em !important;
}
/*--  LEFT Teaser--*/
#pageregionLeft #teaserleft {
padding-top:0em !important;
margin:3em 0em 2em 20px;
}

div.ZMSTeaserElement .adress-ldapreference {
padding:0px 0.5em;
font-size:11px !important;
overflow:hidden;
}
div.ZMSTeaserElement .adress-ldapreference  h3 {
padding:0.5em 0em;
margin:0px;
color:black !important;
font-style:normal !important;
}


/*-----------------*/
/*--  ZMSTable  --*/
/*-----------------*/
table th, table.ZMSTable th {
background-color:#d1e5f8; 
}

table#e353 th {
white-space:nowrap;
}

/* -- register.html -- */
#new_lastname {background-color:#fdd;}
#new_passwd_confirm {background-color:#fdd;}
#new_firstname {background-color:#fdd;}
#new_passwd_confirm {background-color:#fdd;}
#new_username {background-color:#fdd;}
#new_passwd_confirm {background-color:#fdd;}
#new_passwd {background-color:#fdd;}
#new_passwd_confirm {background-color:#fdd;}
#new_gender {background-color:#fdd;}
#new_passwd_confirm {background-color:#fdd;}
#new_personaddressstreet {background-color:#fdd;}
#new_passwd_confirm {background-color:#fdd;}
#new_personaddresszip {background-color:#fdd;}
#new_passwd_confirm {background-color:#fdd;}
#new_personaddresscity {background-color:#fdd;}
#new_passwd_confirm {background-color:#fdd;}
#new_email1 {background-color:#fdd;}
#new_passwd_confirm {background-color:#fdd;}
#new_lang {background-color:#fdd;}
#new_passwd_confirm {background-color:#fdd;}

/**************************************/
/* 3. CSS-Modul: NAVIGATION           */
/**************************************/

/*--  Menu ---------------------------*/

div#Menu {
	float: left;
	width: 100%;
	margin:0px;
	padding:0px;
	background: url(../../instance/menuBG.gif) #244A5D;
	white-space:nowrap;
	border-top:1px solid #0067ac;
	border-bottom:0px;
	border-bottom:10px solid #4984AC;
 }
div#Menu ul#nav {
	float:left;
}

div#Menu ul {
	margin:0px;
	padding:0px;
	font-size:small;
	white-space: nowrap;
}

div#Menu ul li {
	line-height: 200%;
	display: inline;
	padding:0px;
	margin:0px;
}
div#Menu ul li a {
	float: left;
	font-family: verdana,arial,helvetica,sans-serif;
	text-transform:normal;
	font-weight:bold;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	border-right: 0.1em solid #69c;
	padding: 0.30em 1em;
	font-size: 11px;
}

div#Menu ul li a:hover,
div#Menu ul li a.current,
div#Menu ul li a.active {
	background: url(../../instance/menuBGActive.gif) #4984AC;
	color:#fff;
}
div#Menu ul li:hover.hoverteaserColor1,
div#Menu ul li a:hover.hoverteaserColor1 {
	background: url(../../instance/menuBGActive1.gif) #244A5D;
}
div#Menu ul li:hover.hoverteaserColor2,
div#Menu ul li a:hover.hoverteaserColor2 {
	background: url(../../instance/menuBGActive2.gif) #4984AC;
}
div#Menu ul li:hover.hoverteaserColor3,
div#Menu ul li a:hover.hoverteaserColor3 {
	background: url(../../instance/menuBGActive3.gif) #1E8888;
}
div#Menu ul li:hover.hoverteaserColor4,
div#Menu ul li a:hover.hoverteaserColor4 {
	background: url(../../instance/menuBGActive4.gif) #32B5A7;
}
div#Menu ul li:hover.hoverteaserColor5,
div#Menu ul li a:hover.hoverteaserColor5 {
	background: url(../../instance/menuBGActive5.gif) #318A50;
}
div#Menu ul li:hover.hoverteaserColor6,
div#Menu ul li a:hover.hoverteaserColor6 {
	background: url(../../instance/menuBGActive6.gif) #6BAD31;
}
div#Menu ul li:hover.hoverteaserColor7,
div#Menu ul li a:hover.hoverteaserColor7 {
	background: url(../../instance/menuBGActive1.gif) #244A5D;
}

/*--  Language Selector --------------*/
div#translate {
  padding-top:6px;
  float:right;
}
div#translate select {
  padding:0px;
  margin-top:0px !important;
  margin-right:90px;
  width:100px;
  background-color:#003A62;
  font-size:10px;
  color:#fff;
  float:right;
}
div#translate select option {
  background-color:#003A62;
}
/* FF hack */
html>/**/body div#translate select {
  background-color:transparent !important;
}

/*--  Macronavigation ----------------*/
#Macronavigation {
 width: 216px;
 margin:5em 0em 2em 20px;
 border-left:1px solid #ccc;
 border-right:1px solid #ccc;
 border-top:1px solid #ccc;
}
html>/**/body#web #Macronavigation {
/* -- FF -- */
}
#Macronavigation ul { 
 width: 216px;
 margin:0px; 
 padding:0px; 
 list-style-type: none; 
 overflow: hidden;
 font-weight: bold;
}
#Macronavigation li { 
 list-style-type: none; 
 float:left; 
 width: 100%; 
 margin:0; 
 padding: 0; 
/* line-height:2em; */
}

#Macronavigation li.restricted {
background:#fed;
}
#Macronavigation li.restricted a span { 
background:#fed url(common/restricted.gif) no-repeat right 8px;
}
#Macronavigation li ul li.restricted a span { 
background:#fed url(common/restricted.gif) no-repeat right 8px;
}
div#Macronavigation ul li.restricted ul li a span {
background:#fed url(common/restricted.gif) no-repeat 183px 8px;
}


#Macronavigation a,
#Macronavigation strong {
 display:block;
 width: 90%;
 padding: 2px 0px 2px 3%;
 text-decoration: none;
}

/* Menu Title */
#Macronavigation li#title {
 width: 90%;
 padding: 1px 0px 1px 5%;
}

#Macronavigation li span {
 display:block;
 width: 90%;
 padding: 1px 0px 1px 3%;
 cursor:pointer;
}

/* Level 1 */
#Macronavigation li a { 
 width: 100%; 
 padding-left: 0%; 
 border-bottom:1px solid #ccc; !important;
}

#Macronavigation li.current {
/* background-image:url(instance/menuBG.gif); */
}
#Macronavigation li.current  li {
/* background-image:url(instance/menuBG.gif); */
}
#Macronavigation li a.active,
#Macronavigation li a.current {
 color: #f90;
 color:#f60;
 text-decoration:none;
}

#Macronavigation li a:hover,
#Macronavigation li a:active { 
 color:#fff;
/* background-image:url(instance/menuBGActive.gif)!important; */
 background-image:none;
 background-color:#4482AC
}

div#Macronavigation.hoverteaserColor1 li a:hover {
	background-color:#244A5D;
}
div#Macronavigation.hoverteaserColor2 li a:hover {
	background-color:#4984AC;
}
div#Macronavigation.hoverteaserColor3 li a:hover {
	background-color:#1E8888;
}
div#Macronavigation.hoverteaserColor4 li a:hover {
	background-color:#32B5A7;
}
div#Macronavigation.hoverteaserColor5 li a:hover {
	background-color:#318A50;
}
div#Macronavigation.hoverteaserColor6 li a:hover {
	background-color:#6BAD31;
}
div#Macronavigation.hoverteaserColor7 li a:hover {
	background-color:#244A5D;
}
div#Macronavigation.hoverteaserColor1 li.restricted a:hover,
div#Macronavigation.hoverteaserColor2 li.restricted a:hover,
div#Macronavigation.hoverteaserColor3 li.restricted a:hover,
div#Macronavigation.hoverteaserColor4 li.restricted a:hover,
div#Macronavigation.hoverteaserColor5 li.restricted a:hover,
div#Macronavigation.hoverteaserColor6 li.restricted a:hover,
div#Macronavigation.hoverteaserColor7 li.restricted a:hover {
 background-color:transparent;
 color:orange;
}


/* Level 2 */
#Macronavigation li ul li a,
#Macronavigation li ul li#active,
#Macronavigation li ul li strong,
#Macronavigation li ul li span { 
 /* width: 87%; */
 /* border:0px; */ 
 padding: 1px 0px 1px 3%; 
 font-weight:normal;
}
#Macronavigation li ul li a { }
#Macronavigation li ul li a:focus,
#Macronavigation li ul li a:hover,
#Macronavigation li ul li a:active { 

}

/* Level 3 */
#Macronavigation li ul li ul li a,
#Macronavigation li ul li ul li#active,
#Macronavigation li ul li ul li strong,
#Macronavigation li ul li ul li span { 
 /* width: 87%;*/ 
 padding: 1px 0em 1px 5%; 
 font-weight:normal;
}

#Macronavigation li ul li ul li a { }
#Macronavigation li ul li ul li a:focus,
#Macronavigation li ul li ul li a:hover,
#Macronavigation li ul li ul li a:active { }

/* Level 4 */
#Macronavigation li ul li ul li ul li a,
#Macronavigation li ul li ul li ul li#active,
#Macronavigation menu li ul li ul li ul li strong,
#Macronavigation li ul li ul li ul li span { 
 /* width: 82%;*/ 
 padding: 1px 0em 1px 8%; 
 font-weight:normal;
}

#Macronavigation li ul li ul li ul li a { }
#Macronavigation li ul li ul li ul li a:focus,
#Macronavigation li ul li ul li ul li a:hover,
#Macronavigation li ul li ul li ul li a:active { }  

/* Level 5 */
#Macronavigation li ul li ul li ul li ul li a,
#Macronavigation li ul li ul li ul li ul li#active,
#Macronavigation menu li ul li ul li ul li ul li strong,
#Macronavigation li ul li ul li ul li ul li span { 
 /* width: 82%;*/ 
 padding: 1px 0em 1px 11%; 
 font-weight:normal;
}

/* Level 6 */
#Macronavigation li ul li ul li ul li ul li  a,
#Macronavigation li ul li ul li ul li ul li#active,
#Macronavigation menu li ul li ul li ul li ul li strong,
#Macronavigation li ul li ul li ul li ul li span { 
 /* width: 82%;*/ 
 padding: 1px 0em 1px 11%; 
 font-weight:normal;
}

/* ---- INDEX ----- */

#Standardindex ul li  {
margin-bottom:0.75em;
}

/* ---- PAGETOC ----- */
#pageelement_PAGETOC {padding-bottom:1em}
#pageelement_PAGETOC h2 {display:none}
#pageelement_PAGETOC ol,
#pageelement_PAGETOC ol li {list-style:none;margin:0px;padding:0px;border:0px;line-height:150%}
#pageelement_PAGETOC ol li a {font-weight:normal}

/*---- BO UCT calendar css -----*/
table#calTabs,
table#calContentTabs,
table#calContent {
margin:0em;
width:620px !important;
}
table#calTableNav {
 margin-bottom:0px;
}

form#calTabSearch {
width:607px!important;
width:606px; /*IE6*/
}

table#calContentTabs table#calContentBatch span.date {
width:370px
}

table#calTabs {
margin-top:1.5em;
}
table#calContent td#calContentNext {
	background-color:#dee;
}
table#calGrid {
	margin:0em 0em 1em 0em;
}



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +-  print customization layer
 * +-  more: print.css
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

body.print { 
	background-color:#fff; 
	text-align:left;
	padding-left:6px;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +-  sitemap customization layer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

a.zmi {font-weight:normal !important}

body#web a.sitemapElement0 img,
body#web a.sitemapElement1 img {
margin-right:4px;
margin-bottom:-1px;
}
body#web div#div_content {
padding: 1em 1em 3em 2em;
}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +-  KPOH Specials
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.invisible {
display:none;
}
div.ZMSTeaserContainer {
background-color: transparent !important;
}
div.ZMSTeaserElement div.graphic {
text-align:center;
margin-top:6px;
}
div.ZMSTeaserElement div.text {
background-color:transparent !important;
}

div.ZMSFile div.title, div.ZMSLinkElement div.title {
  white-space:normal;
  font-size:normal;
	}

div#newsletteritem code {
white-space:normal;
}

table#trialinfo {
border:1px solid #D1E5F8;
border-collapse:collapse;
}
table#trialinfo th,
table#trialinfo td {
vertical-align:top;
background-color:#fff;
}
table#trialinfo th {
border-top:1px solid #D1E5F8;
}
table#trialinfo td {
border-top:1px solid #D1E5F8;
}
div.downloadfile {
 margin:1em 0em;
}
div.downloadfile img {
margin-right:0.5em;
margin-bottom:-0.2em;
}
div.downloadfile a:hover {
text-decoration:underline;
}

span.linkpath a {
 font-weight:normal;
}


/* -- NEWSLETTER -- */

#nloverview {
border:1px solid #ccc;
padding:1em;
clear:both;
position:relative;
height:410px;
}
#nlhistory h2 {
margin-top:0.75em !important;
padding-top:0px !important;
}

#nlhistory {
width:250px;
float:left;
position:relative;
}
#nlhistory p {
padding:0px;
margin:0.5em 0em;
}
#nlitem {
border:1px solid #ccc;
width:380px;
height:400px;
float:right;
margin:1em 1em 1e, 0em;
position:relative;
}
iframe#nlframe {
float right;
width:380px;
height:400px;
}
#nlregistrationForm {
background-color:#d4eeff;
padding:1em;
font-size:11px;
margin-top:1em;
}
#nlregistrationForm {
clear:both;
}


/* -----  SpecObjs-Correction; Chartseries ------ */
div.chartimg {
  width:220px;
}
div.chartimg div.graphic,
div.chartimg img.img {
  width:220px !important;
  height:150px !important;
}

/* -----  ZMI ------ */
.zmiTableRowOdd .form-small,
.zmiTableRowEven .form-small {
 text-align:left;
}
select#attr_dc_contributor_role_translator_ger {display:none}

/* -----  SpecObjs-Correction; Formulator ------ */

div.formular {
padding:0px;
font-size:10px;
border:0px;
background-color:#fff
}
div.formular hr {
background-color:#fff
}
div.formular div.formrow {
background:#fff url("common/grad_lightblue.gif") bottom left repeat-x;
}

div.formular div.formtext, 
div.formular div.formvalue {
padding:1em;
}
div.formular div.formtext {
background-color:#0667AC;
color:#fff;
padding:2px 5px;
line-height:150%;
}
div.formular div.formtext span.hints {
font-style:italic;
}
div.formular .form-button,
div.formular .form-small {
font-size:10px;
margin-bottom:1em;
}
div.formular div.formvalue input {background: transparent}

/* -----  SpecObjs-Correction; ZMSForum ------ */

#ZMSForum .nav-tabs li {
list-style-image: none !important;
background:#d6edff url(common/grad_lightblue.gif) 0px -20px repeat-x;
}
#ZMSForum th {
background:#d6edff url(common/grad_lightblue.gif) 0px -20px repeat-x;
color:#666;
}
#ZMSForum .nav-tabs li.selected {
background-color:#d6edff;
background-image: none !important;
}
#ZMSForum .nav-tabs li:hover {
background-color:#d6edff;
background-image: none !important;
}
#ZMSForum div.threadTree {
  overflow:hidden;
  white-space:nowrap;
  width:630px;
}
#ZMSForum table a {
  color:#326598
}

/* ---- COLUMN LAYOUT ----- */
/* ------------------------ */
/*      1  = |  C  |        */
/*      2L = | C |T|        */
/*      2R = |N| C |        */
/*      3  = |N|C|T|        */
/* ------------------------ */
/* ---- BROAD PAGE -------- */
/* ------------------------ */

div.layout3 div#contentWrapper2 {
  width:470px!important; /* FF/IE7+ */
}
body#web div#contentWrapper2 div#content {
  margin:0px;
  padding:0px 10px 0px 20px!important;
  padding:0px 0px 0px 10px; /* only IE6 */
  width:445px!important; /*  FF/IE7+ */
  width:450px;  /* only IE6 */
}

/* ------------------------ */
/*      1  = |  C  |        */
/* ------------------------ */
div.layout1 div#contentWrapper2 {
 width:920px !important;
}
body#web div#contentWrapper2 div#content.layout1 {
 margin:0px;
 padding:0px 0px 0px 20px;
 width:920px !important; 
}
/* ------------------------ */
/*      2R = |N| C |        */
/* ------------------------ */
div.layout2R div#contentWrapper2 {
 width:675px!important;
 width:685px; /* only IE6 */ 
}
body#web div#contentWrapper2 div#content.layout2R {
 margin:0px;
 padding:0px 0px 0px 20px!important;
 padding:0px 0px 0px 10px; /* IE6 */
 width:675px!important;
 width:685px; /* only IE6 */ 
}
/* ------------------------ */
/*      2L = | C |T|        */
/* ------------------------ */
div.layout2L div#contentWrapper2 {
 width:705px!important;
 width:695px; /* only IE6 */ 
 margin-left:0px!important;
 margin-left:5px; /* only IE6 */ 
}

body#web div#contentWrapper2 div#content.layout2L {
 margin:0px;
 width:675px !important;
 padding:0px 0px 0px 20px;
}

body.zmiNeutralColorLight0 div form {
text-align:left !important;
}


select#selectedtrial.highlight {
background-color:#fff9f9;
}

/* ------------------------ */
/*      SEARCHRESULTS       */
/* ------------------------ */

form#searchform {
border:1px solid #ccc;
padding:1em;
clear:both;
}

input#nlSubmit,
input#formulatorSaveBtn,
form#searchform input.searchSubmit,
input.searchSubmit { 
  background-image:url(instance/menuBG.gif)!important; 
  color:#fff;
  font-weight:bold;
  font-size:10px;
  padding:2px 5px 3px;
  border:1px solid #000;
}
table#formextended td select {
  width:200px;
/* #2 Cols ## width:305px;*/
}
table#formextended th {
  color:#666;
}
table#searchresults {
border:1px solid #ccc;
margin-top:1em;
border-collapse:collapse;
font-size:12px
}
table#searchresults tr.searchresultsnav td,
table#searchresults tr.searchresultsnav th,
table#searchresults tr.searchresultsnav td a,
table#searchresults tr.searchresultsnav th a {
background-color:#0067AC;
font-weight:bold;
color:#fff;
}
.searchresultsnav u {
text-decoration:none;
border:1px solid #d6edff
}
tr.searchresultsnav a:hover u {
color:orange
}
table#searchresults tr.searchresultsnav p {
display:inline;
}
table#searchresults tr.searchresult td {
padding:1em;
border:1px solid #ccc;
}
table#searchresults span.docdate {
display:block;
font-weight:bold;
color:#666;
font-size:10px;
}
table#searchresults span.description {
font-size:10px;
}
table#searchresults td.score {
width:80px;
background:#d6edff url(common/grad_lightblue.gif) top left repeat-x;
font-weight:bold;
color:#666;
vertical-align:middle;
text-align:center;
}

table#searchresults span.title a {
color:#666;
}
/* Favorites / Merkzettel */
span.rmFav
span.newFav {
color:#326598;
font-weight:normal;
font-size:9px;
cursor:pointer;
}
span.rmFav img
span.newFav img {
cursor:pointer;
}
#myFavorites ol li a {
font-weight:normal;
}
#myFavorites ol,
#myFavorites ol li {
margin-right:0px;
}

/* -- CALENDAR -- */
table#searchresults.calBatchCurrent th {
border:1px solid #0067AC
}
table#searchresults.calBatchCurrent td {
font-weight:normal;
font-size:11px;
padding-bottom:1em;
border:1px solid #ccc
}
table#searchresults.calBatchCurrent span.title {
font-weight:bold;
font-size:13px;
}
table#searchresults td.cal_logo {width:100px;}

table#calBatchNavigation {
width:auto;
align:right;
}
table#calBatchNavigation td {
border:1px solid #ccc;
padding:5px;
}
table#calBatchNavigation td select {
margin:0px;
font-size:10px;
}
/* -- CALENDAR ZMI -- */
textarea#attr_dc_description,
textarea#cal_place,
textarea#cal_contact {
width:42.6em !important;
height:7em !important;
}



table#diseaseindex  {
  border-collapse:collapse;
  font-size:11px !important;
  font-family:verdana;
  }
table#diseaseindex tr th,
table#diseaseindex tr td {
   vertical-align:middle;
   border: 2px solid #fff;
}
table#diseaseindex tr th {
   background-color:#3f7ea7;
   color:#fff;
   white-space:nowrap
}
table#diseaseindex tr td {
   background-color:#ebf4fd;
   color:#000;
}
table#diseaseindex tr td.header {
   background-color:#fff;
}
table#diseaseindex tr td.dpatinfoshort,
table#diseaseindex tr td.dpatinfolong {
   text-align:center;
}



@media print {
/* +-+-+-+-  print customization layer  +-+-+-+-+-+-+- */

    body.print { text-align:left;}
    
    div#Unibanner,
    div#Metanavigation,
    div#Logo,
    div#Menu,
    div#pageregionLeft,
    div#pageregionRight,
    ul#Macronavigation,
    div#pageregionBottom,
    span#Footerlinks {
      display:none;
    }
    
    body,
    div#bodyWrapper.container,
    body#web div#contentWrapper2,
    body#web div#content.hyphenate {
      width:auto !important;
      margin:0px;
      padding:0px;
    }
    body#web div#contentWrapper2 div#content {
      width:100% !important
    }
    
    /* -- register.html:FAX-VARIANTE -- */
    #fax input, 
    #fax select {
      background-color:#fff !important;
      border:0px;
      border-bottom:1px dotted #000;
    }
    #fax input[name="btn"],
    #fax div.zmi_col_left {
      display:none !important;
    }
}

