


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- 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:#fff url(/misc_/zms/zoom.gif) bottom right no-repeat;
}

div.ZMSGraphic {
	background-color: #F8F8F8;
	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 {
	text-align:center;
}

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 {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
}

a.download img.download {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
}

a.superzoom img.superzoom {
	width: 23px;
	height: 21px;
	background: 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
	{
	}

div.note {
	border-left: 1px solid #FCCD64;
	border-bottom: 1px solid #FCCD64;
	margin: 8px;
	padding: 4px;
	background: #FCFECC url(http://www.operieren.de/content/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}/* ex Salzhausen portraitCard ---------------------- */       
      
.portraitCard {
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
	width: 470px;
	}

.portraitCard p {
/* overflow:hidden; */
	display: block;
	height: 153px;
	padding: 0 3px 0 0;
	width: auto;
	border: 1px solid #D1D2CD;
	background: url(http://www.operieren.de/common/css/common/portraitCardBelement.gif) top right no-repeat;
	color: #816f6e;
	font-size: 90%;
	line-height: 1.5em;
	}

a.portraitCardLink active,a.portraitCardLink hover {
	color: #f2b69c;
text-decoration:underline;
	}
a.portraitCardLink link,a.portraitCardLink visited {
	color: #e0e5e9;
	}

.portraitCard p strong {
	display: block;
	color: #f2b69c;
	margin: 3px 6px;
	}

.portraitCard p img {  
	float: left;   
	margin: 0px 12px 0 0;
	}/*  BO poll f_css_defaults */
div.poll { margin-bottom:1em;}
.pollColorStrong { background-color:#5D6175; }
.pollColorMedium { background-color:#89A391; }
.pollColorLight { background-color:#CCC3A0; }
.pollColorBlack { background-color:#000; }
/* EO poll f_css_defaults */form fieldset{

	background-color:#eee;

	border:2px solid #ccc;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:12px;

	margin:20px 0px 20px 0px;

	width:550px;

	position:relative;

	display:block;

	padding: 0px 10px 10px 10px;

}



form fieldset legend{
	color:#666;
	font-weight:bold;
	font-size:100%;
	padding:10px 5px;

}



label{

	font-size:80%;

	display:block;

	float:left;

	width:150px;

	text-align:right;

	margin:3px 5px 0px 0px;


}



textarea {

width:250px;

border:1px solid #666;

margin:0px;

padding:0px;

}


input {
border:1px solid #666;
margin:5px;
padding:0px;
font-size:100%;

}


#alert {

margin:5px;

padding:3px;

border:1px solid #666;

background:#FF7375;

display:none;

font-size:9px;

}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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: red;
  text-decoration: line-through;
} 

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

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

/***************/
/* Colorscheme */
/***************/

.primColorStrong0 { background-color:#000000; }
.primColorMedium { background-color:#abdade; } 
.primColorMedium0 { background-color:#666666; } 
.primColorLight0 { background-color:#E7E7E6; } 

.secndColorStrong1 { background-color:#8A8E16; }
.secndColorStrong0 { background-color:#F2B69C; }
.secndColorMedium1 { background-color:#D5D579; } 
.secndColorMedium0  { background-color:#D5D579; }
.secndColorLight1 { background-color:#E9E9B0; }
.secndColorLight0 { background-color:#EFF3F6; }

.teaserColor { background-color:#800000; } 

.neutralColorBlack { background-color:#000000; }
.neutralColorStrong0 { background-color:#999999; }
.neutralColorMedium0 { background-color:#CCCCCC; } 
.neutralColorLight0 { background-color:#E2E3DE; } 
.neutralColorWhite { background-color:#FFFFFF; }
.neutralColorTrans { background-color:none; } 


/*************************/
/* Layout                           */
/*************************/


body
	{
margin:0;
height:100%; 
background:#fff url(http://www.operieren.de/common/css/common/bgkach.gif) repeat-y
	}

#Logo 
	{
position:relative;
left:0px;
 top:0px;
width:100%;
overflow:hidden;
	}


#bodyTop 
	{
width:100%;
background-color:#fff
	}


#bodyTop_Channels 
	{

height:20px;
width:100%;
background-color:#e48c68;
color:#eee
	}


/***************/
/* Links */
/***************/

a:link, a:visited  {
   color: #E8997B;
  text-decoration: none;
}

a:hover{
  color: #E8997B;
 text-decoration: underline;
}

a:active {
  color: #F37948;
 text-decoration: underline;
}

.navChannel0, .navChannel1 {
  font: 11px Arial,Helvetica,sans-serif;
  text-decoration: none;

}

a.navChannel0:link, a.navChannel0:visited {
  text-decoration: none;
  color: #fff
}

a.navChannel0:hover, a.navChannel0:active
{
  text-decoration: underline;
  color: #fff
}

a.navChannel1:hover, a.navChannel1:active,
a.navChannel1:link, a.navChannel1:visited {
  text-decoration: underline;
  color:#ccc
}



#navMicro {
width:100%;
background-color:#EFF3F6;
padding:3px 50px;
font: 10px Arial,Helvetica,sans-serif;
  text-decoration: none;
  color: #444;
}


.navMacroLin {
  vertical-align:middle;
  width:190px;
  border-bottom:2px solid #eee
}

a.navMicro:hover, a.navMicro:active,
a.navMicro:link, a.navMicro:visited {
  text-decoration: none;
  color: #444444;
}

div.navMacroChan {
width:170px;
margin:15px 0px 0px 15px;
font: 11px Verdana,Arial,Helvetica,sans-serif bold;
}


a.navMacroChan:hover, a.navMacroChan:active,
a.navMacroChan:link, a.navMacroChan:visited
 {
  font-weight: bold;
  vertical-align:middle;
  text-decoration: none;
  color: #35535E
}

a.navMacro:hover, a.navMacro:active,
a.navMacro:link, a.navMacro:visited
 {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  vertical-align:middle;
  text-decoration: none;
  color: #35535E
}

a.navMacro1:hover, a.navMacro1:active,
a.navMacro1:link, a.navMacro1:visited {
  vertical-align:middle;
  font-weight: bold;
  text-decoration: none;
  color: #35535E;
}


a.navMacro0:hover, a.navMacro0:active,
a.navMacro0:link, a.navMacro0:visited {
  vertical-align:middle;
  font-weight: normal;
  text-decoration: none;
  color: #35535E;
}

ul.inlinelink {
/* list-style-image:url(http://www.operieren.de/common/css/common/iconPub.gif); */
margin:5px 0px 0px 132px
}
ul.Pageindex li{
list-style-image:url(http://www.operieren.de/common/css/common/iconList.gif)
}


/*********************/
/* Textbody-Elements */
/*********************/

h1, h2, h3, h4, h5, h6, .heading1, .heading2, .heading3, .heading4, .heading5, .heading6 {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  color: #6C7F88;
  clear: left;
  margin-left: 0em;
  margin-right: 0em;
  margin-top: 0em;
  margin-bottom: 0.5em;
  padding-top: 0.5em;
}
.standardtext, body, form, p, ol, ul, li, em, sup, sub, table, tr, th, td,.docinfo {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  color: #576971;
  font-size: 12px;
  line-height: 18px;
}

body {
  background-color: #FFFFFF;
  margin-top: 0px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
}

h1, .title, .heading1 {
  font-size: 160%;
  font-weight: bold;
  margin-top:20px;
}

h1.title {
  font-weight: normal;
}


h2,.heading2 {margin-top: 30px;
  font-size: 140%;
  font-weight: bold;
}

h3,.heading3 {
  font-size: 120%;  
  font-weight: bold;
}

h4,.heading4 {
  font-size: 110%;
  font-weight: bold;
}


.description {
  color: #999;
  font-weight: bold;
}

.caption {
  font-size: 10px;
  line-height: 14px;
  font-style: normal;
}

P.emphasis {
  background-color:#DDEFFC;
  margin-left: 20px;
  margin-right: 30px;
  line-height: 16px;
 padding: 10px;
}

P.docinfo {
  line-height: 12px;

}

em {
  font-weight: bold;
  font-style: normal 
}

sup, sub {
  font-size: 10px 
}

blockquote {
  font-size: 11px;
  font-style: normal;
  background-color:#E2E3DE;
  border: 1px solid #666666;
  padding:10px
}

/**********************/
/* Teaser */
/**********************/

div.ZMSTeaserElement{
padding-bottom:5px;
margin:0;
width:210px;
border-bottom: 10px solid #fff
}

div.ZMSTeaserElement img{
border:0;
}

div.teaserTitle{
padding-bottom:1px;
margin:0;
background:#9ea1a3;
height: 22px;
vertical-align:middle;
clear:both
}

div.teaserTitle h2 { 
margin:0;
margin-left:20px;
font-weight:bold;
font-size :11px;
color : #fff;
}

div.teaserText { 
padding-left:20px;
}

div.teaserText p {
 font: 10px Verdana,Helvetica,Arial,sans-serif normal #444;
text-decoration : none;
line-height: 15px;
margin:5px 0px 0px 20px;
font-size:10px;

}

a.teaserTitle:link, a.teaserTitle:visited,
a.teaserTitle:hover, a.teaserTitle:active {
  font-weight: bold;
  font-size : 12px;
  text-decoration: none;
  color:#000;
}

div.teaserText a:link,div.teaserText a:visited {
text-decoration: none;
font-size: 11px;
color:#666
}
div.teaserText a:hover, div.teaserText a:active {
text-decoration: none;
font-size: 11px;
color:#aaa
}

div.InlineteaserOut {

padding:10px 5px 0px 150px;
min-height:80px;
overflow:visible;
margin-bottom:20px;
border:0px solid #aaa
}

h2.Inlineteaser{
  font: 13px Verdana,Helvetica,Arial,sans-serif bold;
  text-decoration : none;
  color : #71858E;
  line-height: 16px;
  margin-top: 3px;
  margin-bottom: 3px;
vertical-align:middle;
}

h2.Inlineteaser a:link, h2.Inlineteaser a:visited {
text-decoration: none;
color : #F4652D;
}

h2.Inlineteaser a:hover, h2.Inlineteaser a:active {
text-decoration: underline;
color : #F74D0A;
}

p.Inlineteaser {
	padding-right:50px;
	}

/**********************/
/* Inputs */
/**********************/

form {
    border: none;
    margin: 0;
}

/**********************/
/* Functions */
/**********************/

.Copyright {
  font: 10px Verdana,Arial,Helvetica,sans-serif normal;
  color: #eee;
}

a.Copyright:link, a.Copyright:visited {
  font: 100% Verdana, Arial, Helvetica, sans-serif;  font-size: 11px;
  font-size: 10px;
  font-weight: normal;
  color: white;
  text-decoration : none;
}


.functionSearch {
  font: 10px Verdana, Arial, Helvetica, sans-serif normal;

  color: #51666B;
}

a.functionSearch:link, a.functionSearch:visited {
  font: 100% Verdana, Arial, Helvetica, sans-serif; 
 color: #58595b;
font-size: 10px;
  text-decoration: none;
}


a.functionSearch:hover {
  font: 100% Verdana, Arial, Helvetica, sans-serif;  font-size: 11px;
  font-size: 10px;
  font-weight: normal;
  color: #58595b;
  text-decoration: underline;
}

/*******************/
/* H.3.6 Sitemap   */
/*******************/

TD.sitemapTitle0 {
  background-color: #DDD;
  border-right: solid 1px #444;
 }

TD.sitemapTitle1 {
  background-color: #DDD;
  border-right: solid 1px #000;
 }

A.sitemapTitle0:link, A.sitemapTitle0:visited ,
A.sitemapTitle0:hover, A.sitemapTitle0:active {
  font-weight: bold;
  color: #444444;
  text-decoration: none;
}

A.sitemapTitle1:link, A.sitemapTitle1:visited,
A.sitemapTitle1:hover, A.sitemapTitle1:active {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

A.sitemapElement0:link, A.sitemapElement0:visited,
A.sitemapElement0:hover, A.sitemapElement0:active {
  color: #444444;
  text-decoration: none;
}

A.sitemapElement1:link, A.sitemapElement1:visited,
A.sitemapElement1:hover, A.sitemapElement1:active {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}


/*************************/
/* Management Interface  */
/*************************/

.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }

table.ZMSTable th {
 background-color:#58585a; }
table.ZMSTable td  { background-color:#EEE;
vertical-align:top }


table.ZMSTable th p{font-size:15px;
color:#eee;margin:5px; }

table.ZMSTable td p{
margin:1px; }


.form-submit { font-size:13px; }

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

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

div.ZMSGraphic div.text
	{
	padding: 4px;
	}
	
a.zoom img.zoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
	}

a.download img.download
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
	}

a.superzoom img.superzoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/superzoom.gif);
	}



#navMacroTD
	{
background-color:#dce2e7;
	}

#TeaserTD
	{
background-color:#dce2e7;
width:210px;
/* background-image: url(http://www.operieren.de/common/css/common/masses.jpg); */
background-repeat:repeat-x
	}

#homelinks 
	{
margin:auto;
text-align:left;
width:780px;
	}


#homelinksleft 
	{
margin:25px 15px 50px 75px;
border-right:1px solid #666;
float:left;
width:300px;
padding-left:20px;
	}

#homelinksright 
	{
margin:25px 25px 50px 0px;
border:0px solid #FF1BAC;
float:left;
width:300px;
padding-left:20px;
	}

#homelinksleft em,
#homelinksright em
	{
display:block;
line-height:14px;
margin:10px 0px -15px -20px;
padding-left:20px;
font-size:13px;
font-weight:bold;
color:#6d6f72;
background-image: url(http://www.operieren.de/common/css/common/homewink.gif);
background-repeat:no-repeat

	}

table.content {
background-color:#eee;
	}

table.content tr th {
text-align:left;
font-weight:bold;
vertical-align:top;
	}


/*************************/
/* Arztsuche  */
/*************************/


.neutralColorMedium0  {
background-color: #eee;
}
.neutralColorStrong0  {
background-color: #E0E5E9;
}
tr.zmiTableRowEven  {
background-color: #D5EEFE;
}
td.form-small {
font-size:13px;
line-height: 15px;
padding:4px;
border-bottom:1px solid #666
}
td.form-normal {
font-size:13px;
line-height: 15px;
padding:4px;
font-weight:bold;
}
td.form-small a:link, td.form-small a:visited{
color:#FF8816;
text-decoration:none
}
td.form-small a:active, td.form-small a:hover{
color:#FF6912;
text-decoration:underline
}
td.form-small a:active{
background:#FF6912;
color:#eee
}
th.form-small {
font-size:12px;
line-height: 15px;
padding:4px;
text-align:left;
border-bottom:1px solid #666;
vertical-align:top
}
.forms {
background:#dce2e7;
font-size:x-small;
width:150px;
height:15px;
border:1px solid #666
}


div.Hometeaser {
width:280px;
margin:10px 0px;
border:0px dashed grey;
font-size:small;
clear:both;
}

div.Hometeaser img, div#Homechannel img{
border:0;
margin:0px;
}
div.Hometeaser img{
margin-top:12px
}

div.Hometeasertext {
width:180px;
margin:0px 0px 10px 10px;
border:0px dashed grey;
float:left
}

div.Hometeasertext p{
border:0px dashed grey;
font-size:11px;
line-height:13px;
margin-bottom:2px;
}

div.Hometeasertext h4{
font-size:12px;
color:#666;
margin:3px 0px -10px 0px;
}


div.Hometeasertext a{
margin:0px;
padding:0;
font-size:10px;
display:inline;
}

div#Homechannel{
margin:auto;
text-align:left;
width:780px;
height:134px;
background-image: url(common/oframes.gif); 
background-repeat:no-repeat
}

ul#ZMIManageTabs{
height:20px;
border:0px solid red
}

div.ZMSLinkElement{
background-color:transparent
}
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited{
font-size:12px;
color:#E8997B
}
div.ZMSLinkElement div.description,div.ZMSLinkElement div.text{
font-size:12px;
color:#6C7F88;
font-weight:normal
}



.ZMSTable2 {
background-color:#eee;
width:600px;
}


.ZMSTable2 th {
background-color:#ddd;
font-weight:bold;
}

.ZMSTable2 td{
vertical-align:top;
padding:3px
}



