

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

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

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

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

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

div.ZMSFile.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title
	{
	font-size:x-small;
	white-space:nowrap;
	}

div.ZMSFile div.title a:link,
div.ZMSFile div.title a:visited
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

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

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

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

div.ZMSLinkElement
	{
	background-color: #EEEEEE;
	padding: 2px;
	}

div.ZMSLinkElement div.title a:link,
div.ZMSLinkElement div.title a:visited,
div.ZMSLinkElement div.title
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

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

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

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

div.ZMSGraphic.floatright 
	{ 
	float:right;
	}

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

/* BO f_css_defaults */

#imagegallery {
  font-family:monospace;
}

#imagegallery .preview {
  margin:1em 0;
  padding:0.5em;
  background:#eee;
  border:1px #ccc solid; 
}

#imagegallery .overview {
  margin:1em 0;
  padding:0.5em;
  background:#eee;
  border:1px #ccc solid; 
}

#imagegallery .overview table {
  padding:0.3em;
  background:#fff;
  border:1px #ccc solid; 
}

#imagegallery .overview table td {
  padding:0.3em;
  border:0;
}

 
/* EO f_css_defaults *//* BO f_css_defaults */

object#editor1 {
 width:100%;
 height:500px;
 text-align:center;
 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.status {
 color:red;
 width:60px;
}

table#wikiMenu td.info {
 text-align:right;
}

table#wikiMenu td a {
 color:#000;
 text-decoration:none;
 display:block;
}
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#wikiKeywords {
 font-size:10px;
 font-style:italic;
 display:block;
 border-top:1px dotted #999;
 margin:1em 0em;
}
div#wikiButtons {
 margin:15px;
}


/* EO 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: 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: red;
  font-weight: bold;
  border: 1px dashed blue; 
}

/* basic.css */
/*  background-image:url(bgr.gif); */
body
{
	font-family: tahoma,verdana,arial,sans-serif;
	font-size: 12px;
}

a
{
	text-decoration: none;
	font-weight: bold;
	color: #7F9066;
}

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

a.zoom img.zoom
{
	width: 21px;
	height: 19px;
	background: url(/misc_/zms/zoom.gif);
	background-position: -1px -1px;
}

pre, .pre, div.box
{
	border: 0px;
	padding: 0px;
	background-color: #fafafa;
	overflow: hidden;
	margin-left: 30px;
}

.pre
{
	font-family: monospace;
	margin: 0px;
}

span.pre { padding: 0px; }

div.box pre
{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

h1
{
	page-break-before: always;
	font-size: 1.2em;
}

h2
{
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
        color: rgb(51, 51, 51);
	margin-top: 1em;
	margin-bottom: 1.6em;
	margin-left: 0px;
	margin-right: 60px;
}

h3
{
	font-size: 12px;
        color: rgb(51, 51, 51);
	line-height: 140%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.2em;
	margin-left: 0px;
	margin-right: 60px;
}

h4 { margin-left: 20px; }
img { border-width: 0px; }


div#pnlBase
{
	width: 1048px;
	background-color: #fff;
        margin:15px auto 0 auto; 
        padding: 0px;

	
}

div#colLeft
{
        margin-left:54px;
	width: 386px;
	float: left;
}

div#colContent
{
	width: 560px;
	float: left;
}


div#colRight
{
	float: right;
	margin-top: 0px;
	margin-left: 20px;
}

/*
.colLeft{float:left;width:225px;}
.colContent{float:left;margin-left:0px;;width:600px;}/*overflow:hidden;

.colRight
{
	float: right;
	margin-top: 0px;
	margin-left: 20px;
}

*/
.rowContent, br.clear { clear: both; }
div.apiDocuItem { margin-left: 20px; }

/* content.css */
#pnlContent { line-height: 150%; }

div.ZMSGraphic
{      background-color:#fff;
	margin-top: 25px;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 15px;
}


p
{
	line-height: 160%;
	margin-top: 0em;
	margin-bottom: 1.0em;
	margin-right: 60px;
	font-size: 12px;
	color: rgb(51, 51, 51);
}

p.description
{
	color: rgb(51, 51, 51);
	line-height: 140%;
	font-weight: bold;
	margin-top: 1em;
        color:#666;
	margin-bottom: 0.8em;
	margin-left: 0px;
	margin-right: 60px;
}

p.moviedescription
{
	line-height: 140%;
	font-style: italic;
	margin-top: 1em;
	margin-bottom: 0.8em;
	margin-left: 0px;
	margin-right: 10px;
}

p.teaserTitle
{
	color: rgb(51, 51, 51);
	line-height: 140%;
	font-weight: bold;
	margin-top: 0.5em;
	margin-right: 3px;
}

p.teaserText
{
	line-height: 140%;
	font-weight: normal;
	margin-top: 0.5em;
	margin-bottom: 0em;
	margin-left: 0.3em;
	margin-right: 3px;
}

p.heading3
{
    color: rgb(51, 51, 51);
	line-height: 140%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1.5em;
	margin-left: 0px;
	margin-right: 10px;
	font-size: 0.8em;
}

p.heading2
{
	color: rgb(51, 51, 51);
	line-height: 140%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.8em;
	margin-left: 0px;
	margin-right: 10px;
}
li
{
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 0.2em;
	margin-right: 10px;
	font-size: 12px;
}


/* header.css */
#imgHeader { padding-bottom: 15px; }

#pnlMainNavigation
{
	background-image: url(bgr-nav.gif);
	height: 20px;
	padding-left: 240px;
}

#pnlSearch .colLeft a { color: rgb(99,99,99); }

#Search
{
	clear: both;
	padding: 0px 0px 12px 2px;
	margin: 18px 10px 0px 0px;
}

.ZMS_Graphic { margin: 0px 0px 12px 0px; }

.graphic
{
	margin: 0px 0px 12px 0px;
	border: 0px;
}

.quickTimeAsset { margin-left: 0px; }

/* navigation_tree.css */
#treeNavigation
{
	margin-left: 0em;
	clear: both;
	padding: 0;
}

#treeNavigation ul
{
	list-style-type: none;
	margin-left: 1em;
	margin-top: 0.3em;
	text-decoration: none;
	padding: 0;
}

#treeNavigation ul ul
{
	margin-left: 1em;
	list-style-type: none;
}

#treeNavigation li
{
    list-style-type: none;
	margin: 0px;
	margin-top: 0.2em;
}

#treeNavigation a
{
	color: rgb(99,99,99);
	font-weight: normal;
	margin-left: 1em;
	padding-left: 2em;
}

#treeNavigation a.active
{
	color: #000;
	margin-left: 1em;
	padding-left: 2em;
}

#treeNavigation a.activenode
{
	color: #000;
	margin-left: 1em;
	background-image: url(/common/css/common/List_Dot_Nav.gif);
	background-position:top left;
background-repeat: no-repeat;
	padding-left: 2em;
}

#treeNavigation a:hover { text-decoration: underline; }

/**********************/
/* Teaser */
/**********************/
.neutralColorWhite { background-color: #FFFFFF; }

.ZMSTeaserElement
{
	width: 150px;
	margin-top: 2px;
	margin-bottom: 8px;
	margin-left: 10px;
	text-align: left;
}

.text { color: rgb(99,99,99); }

/**********************/

/* Styles Forms
/**********************/

/* forms */
form {padding-left:0em; }
input, select, textarea { margin-left: 0em; }

fieldset
{
	margin: 0em 0em;
	padding: 0em 1em;
	border: 0px dotted #696;
}

fieldset br { display: none; }

legend
{
	font-weight: bold;
	color: #696;
	padding: 1em;
	border: 1px solid #696;
}

fieldset div
{
	clear: both;
	margin: 0;
	position: relative;
      
}

fieldset div span { display: none; }

* html fieldset div span
{
	font-size: 0.8em;
	margin-left: 0em;
	padding: 1em;
	display: block;
       
}

label, fieldset div.cr p
{
	margin: 0;
	display: block;
	width: 13.5em;
	text-align: right;
	padding-right: 1em;
	float: left;
}

fieldset div.cr label
{
	text-align: left;
	margin-top: 1em;
	margin-left: 5.5em;
	float: none;
     
}

fieldset div.crlist
{
	text-align: left;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	margin-left: 14.5em;
	width: 400px;
	float: none;
}

.mandat { color: #666; }


table.ZMSTable th 

{

background-color: #9CA7A9;
font-color:#white;

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

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

div.ZMSTable table th { background-color:#9CA7A9; }
div.ZMSTable table td  { background-color:#EEEEEE; }

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

.decoratedlist {
list-style-image:url(/common/css/common/List_Dot.gif);

}
.decoratedlist li {
margin-left:-2em;
font-size:12px;
line-height:160%;
}


