
#ZMIManageTabsBar div.zmi_col_right ul {margin-top:5px;}
#ZMIManageTabsBar div.zmi_col_right ul li {margin-top:-2px;}



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- 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 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 infoboxTeaser -- */ 

body.zmi div.infoboxteaserset,
body.zmi td.zmiContainerColCenter > div.infoboxTeaserContainer {
width:480px !important;
overflow:scroll!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:440px;

}


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;
}

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


div.zmi-fancybox-img {
    background:transparent url(http://www.zms-publishing.com/common/css/common/images/zoom.png) top left no-repeat;
    width:28px;
    height:28px;
    margin:0;
    padding:2px;
    cursor:pointer;
}

a {
	color: #0B559B;
	font-size: 110%;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial,sans-serif !important;
}

h1.title {
	font-size:350%;
	font-weight:normal;
	line-height:2em;
}

h2 {
	font-size:275%;
}

h3 {
	font-size:200%;
}

h4 {
	font-size:175%;
}

p.description {
	color:#aaa;
	margin-bottom:1em;
}
p.smalltext {
	font-size:10px;
}

.demo-sample-section fieldset {
	color:#888;
	background-color:#eee;
	padding:1em;
	margin:0.2em;
}

.demo-sample-references ul {
	margin:1em;
}

/* Colors
   -------------------------------- */
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #FFF}
.neutralColorLight {background-color: #EEE}
.neutralColorMedium {background-color: #DDD}
.neutralColorStrong {background-color: #888}
.neutralColorBlack  {background-color: #000}
.teaserColor {background-color: #B8CB00;}
.secondColorStrong {background-color: #aaa;}
.secondColorMedium {background-color: #ddd;}
.secondColorLight {background-color: #eee;}
.primColorStrong {background-color: #FF9C00;}
.primColorMedium {background-color: #FFCD80;}
.primColorLight {background-color: #FFFFFF;}

/* Dock
   -------------------------------- */

#dock ul li a:hover,
#dock ul li.selected a {
	border-bottom: 2px solid #cccc00;
}

/* Navigation
   -------------------------------- */

#navigation ul li.active a {
	color: #fff;
}

/* Search-Form
   -------------------------------- */

#primarySearchForm {
	text-align:right;
	margin:0;
	padding:2px;
	vertical-align:middle;
}
#primarySearchForm input#primarySearch {
	border:1px solid #888;
	color:#888;
	height:14px;
	width:120px;
}
#primarySearchForm button#searchGoButton {
	background: transparent;
	text-transform: uppercase;
	font-weight:bold;
	border:1px solid #888;
	color:#DDD;
	padding:0px;
}


/* Page-Regions
   -------------------------------- */

#pageregionLeft {
 width:200px;
 float:left;
}

#pageregionCenter {
 width:454px;
 padding:8px;
 padding-bottom:16px;
 float:left;
}

#pageregionRight {
 width:192px;
 padding:4px;
 float:right;
}


/* Search-Result
   -------------------------------- */

.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;
}


/* Teaser
   -------------------------------- */

div#teaser {
 padding:0px !important;
 margin:0px;
 width:100%;
/* width:auto!important;
 width:190px;
 overflow:visible!important;
 overflow:hidden;
*/
}
div.ZMSTeaserContainer {
 margin:0px;
 margin-bottom:2em;

}
div.ZMSTeaserElement {
 padding-bottom:1px;
}
div.ZMSTeaserElement div.title {
 font-weight:bold;
 background-color:#ff9c00;
}
div.ZMSTeaserElement div.title,
div.ZMSTeaserElement div.text {
 padding: 0.2em 0.5em !important;
}
div.ZMSTeaserElement > div.title > a:link,
div.ZMSTeaserElement > div.title > a:visited,
div.ZMSTeaserElement > div.title > a:hover,
div.ZMSTeaserElement > div.title > a:active {
	text-decoration:underline;
	color:white;
}
div.ZMSTeaserElement > div.text {
	border-color:#e5e5e5;
	border-bottom:2px solid #e9e9e9;
	background: url(../images/bg-demo-landing-section.gif) repeat-y right top;
}


/* Misc
   -------------------------------- */

div.ZMSGraphic.left div.graphic { margin-right:8px; }
div.ZMSGraphic div.text p { margin-top:0px }
a.fancybox > img { border:1px solid #DDD; }

#e4927 { margin-right:3em !important}

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

body.print {
	background:#fff url(/misc_/zms/spacer.gif);
	text-align:left;
	width: 956px;
	padding: 10px;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +-  sitemap customization layer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
div#div_content {
	padding-bottom:3em;
}

/* Richedit
   -------------------------------- */


/* ZMI styles
   -------------------------------- */
body.zmi {background-image:none !important}
body.zmi h1, body.zmi h2, body.zmi h3 { font-size:smaller; line-height:1.1em; }
body.zmi p, body.zmi ul li, body.zmi ol li { font-size:12px; font-family: Verdana, Geneva, sans-serif;}
a img {border:0px;}
