#overlay {
	 visibility: visible;
	 position: absolute;
	 top:35%; 
	 left:15%;
	 width:65%;
	 height:85%;
	 text-align:center;
	 z-index: 1000;
	 background-image:url(../images/progress.gif);
	 background-repeat: no-repeat;
	 background-position: center;
}

html {
	direction: ltr;
}
body  {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: black;
    background-color: #666666;
    align:left;
    font-family:Tahoma;
}
.titleDiv {
    background-color: #E5E5E5;
    font-weight:bold;
    font-size:18px;
    text-align:center;
    padding-left:20px;
    padding-top:20px;
    padding-bottom:20px;
    border:2px solid #F3F3F3;
    color: black;
}

.error {
    color: red;
}
.errorSection {
    padding-left:18px;
    padding-top:2px;
    padding-bottom:10px;
    padding-right:5px;
}

.even { background-color: #FFD1A4; }
.odd { background-color: #FFE9D2; }

.nowrap { white-space:nowrap; }

.errorsBg{
	background-color:#fdd;
	color:red;	
	border: 1px solid;
}
 

.headerFrame{
	background-color: #E5E5E5;
}

.formDiv {
	/*border: 1px solid black;*/
	/*padding-top : 2em; */
	position: relative;
}
.errorSpan {align:center;}


.wwFormTable {
	background-color: rgb(245,249,234);
	width: auto;
	border: 1px solid gray;
	align: center;
	padding-right: 1em;
	padding-left: 1em;
	border-spacing: 15px;
	margin-left: 3em;
}

.wwFormTable td, th {
	padding-top: 3px;
	padding-bottom: 3px;
	font-family:Tahoma;
	font-size: small;
	
}


.label {font-style:none; font-size: small; color:black; font-family:Tahoma;}
.errorLabel {color:red; font-size: small; font-family:Tahoma; }
.errorMessage {list-style:none; font-size:small; color:red; margin-left: 3em; font-family:Tahoma;}
.checkboxLabel {}
.checkboxErrorLabel {color:red;font-family:Tahoma; }
.required {color:red; font-family:Tahoma; }
.requiredPlus {color:red;font-family:Tahoma;  text-decoration:blink}
.tdLabel {text-align:right; vertical-align:top;font-family:Tahoma; } 
.actionMessage {margin-left: 3em; list-style:none; color:#00a544;}
.errorTable {
	margin-left: 3em;
	text-align: left;
}

.editImage {
	background: url(../images/page_edit.ico);
	height: 16px;
}

.deleteImage {
	background: url(../images/delete.ico);
	height: 16px;
	width: 16px;
}


.button {
    padding: 5px 10px;
    display: inline;
    background: #777 url(button.png) repeat-x bottom;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px #666;
    }
.button:hover {
    background-position: 0 -48px;
    }
.button:active {
    background-position: 0 top;
    position: relative;
    top: 1px;
    padding: 6px 10px 4px;
    }
.button.red { background-color: #e50000; }
.button.purple { background-color: #9400bf; }
.button.green { background-color: #58aa00; }
.button.orange { background-color: #ff9c00; }
.button.blue { background-color: #2c6da0; }
.button.black { background-color: #333; }
.button.white { background-color: #fff; color: #000; text-shadow: 1px 1px #fff; }
.button.small { font-size: 75%; padding: 3px 7px; }
.button.small:hover { background-position: 0 -50px; }
.button.small:active { padding: 4px 7px 2px; background-position: 0 top; }
.button.large { font-size: 125%; padding: 7px 12px; }
.button.large:hover { background-position: 0 -35px; }
.button.large:active { padding: 8px 12px 6px; background-position: 0 top; }


caption{
	background: url(../images/dtable.gif) #FFF repeat-x scroll center left;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	display: none;
	font: normal normal bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	height: 30px;
}

.listTable {
	border: 1px solid gray;
	padding :0px;
	border-spacing:0;
  	border-collapse:collapse;
  	margin-left: 3em;
	margin-right: 1em;
}

.listTable td, th {
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 30px;
}


.tableRowEven {
	background: #FFF repeat-x scroll center left;
	font: normal normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	height: 20px;
}

.tableRowOdd {
	background: #EEF5E5 repeat-x scroll center left;
	font: normal normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	height: 20px;
}

.tableRowOdd:hover  {
	background: #D5E5B8 repeat-x scroll center left;
	color: #000;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
}

.tableRowEven:hover {
	background: #D5E5B8 repeat-x scroll center left;
	color: #000;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
}

.tableHeader {
	background: url(../images/tableHeader3.png) #FFF repeat-x scroll center left;
	border-bottom: 1px solid #CCC;
	font: normal normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 3px;
	text-align: left;
	padding-left:10px;
	color: #FFF;
}

p, ul, ol {
    padding-bottom: 1em;
}

ul, ol {
    padding-left: 1em;
}

.treeLi {
    margin-left: 0.7em;
    background: url(../images/e1.gif) repeat-y;
    color: black; 
    font-weight: normal; 
    font-size: 12;
    font-family:Tahoma;
    text-align: left;
    padding: 0;
    white-space: nowrap;
}

.treeUl {
    margin-left: 1.5em;
    list-style-type: none;
    color: black
    
}

.treeHeader {
	background: url(../images/e1.gif) no-repeat;
	font-size: 12;
	list-style-type: none;
}
.treeHeader a{
	margin-left: 1em;
	text-decoration: none;	
}
.treeHeader a:hover{
	color: black;
}
.treeHeader a:link{
	color: black;
}
.treeHeader a:visited{
	color: black;
}
.treeHeader a:active{
	color: black;
}
.treeLi a {
	margin-left: 1em;
	text-decoration: none;
}

.treeLi a:hover{
	color: black;
}
.treeLi a:link{
	color: black;
}
.treeLi a:visited{
	color: black;
}
.treeLi a:active{
	color: black;
}
* {
     margin: 0;
     padding: 0;
}


#amlo-header {
	display: block;
	background-image: url(../images/bg.png);
	background-color: #7ea544;
	color: black;
	height: 83px;
	margin: 0;
	padding: 0;
	position: relative;
}

.title {
	/*display: block;
	background: url(../images/title1.PNG);*/
	padding-top: 2em;
	padding-left: 3em;
	font-weight: bold;
	font-size: 16;
	color: rgb(0,64,0);
	height: 30px;
	text-align: left;
	padding-bottom: 1em;
}


#menuButton {
    /* background-color: #004864; */
/*
    background: #5b9887 url('/dms/magnolia-documentation/img/breadcrumbs_bg.gif') repeat-x;
*/
/* padding-left = navigation-width + 1em */
    /*padding: 3px 0 4px 18em;*/
    height: 15px;
    color: white; /*rgb( 200, 200, 200 );linkverifierhelper*/
    position: absolute;
    top: 59px;
    font-weight: bold;
    width:100px;
    text-align: right;
}

#menuTitle {
    /* background-color: #004864; */
/*
    background: #5b9887 url('/dms/magnolia-documentation/img/breadcrumbs_bg.gif') repeat-x;
*/
/* padding-left = navigation-width + 1em */
    /*padding: 3px 0 4px 18em;*/
    height: 15px;
    color: white; /*rgb( 200, 200, 200 );linkverifierhelper*/
    position: absolute;
    top: 59px;
    left: 100px;
    font-weight: bold;
    width:85%;
    text-align: right;
}

#buttonDiv {
	padding-left: 5em;
}

#navigation * {
    /*let's reset stuff for the navigation*/
    margin: 0;
    padding: 0;
}

#navigation {
    position: absolute;
    left: 0;
    /* header height + breadcrumbs height + breadcrumbs paddings ? */
    top: 0px;
    bottom: 35px;
    width: 21em;
}

/*
#navigation strong {
    font-weight: normal;
}
*/

#navigation ul {
    list-style-type: none;
}

#navigation ul li {
    display: block;
    list-style: none;
}
#navigation ul li a {
    display: block;
    padding: 2px 0 2px 0;
    color: black;
    text-decoration: none;
    padding-right: 0.5em;
}

#navigation ul.level0 li a {
	background: url('../images/increase.ico') left center no-repeat;
    padding-left: 1.5em;
    border: 1px solid #dbdbdb;
    background-color: #EEF5E5;
    margin-bottom: 4px;
}

#expandMenu {
	display: block;
	background: url('../images/increase.ico') left center no-repeat;
    padding-left: 10em;
    border: 1px solid #dbdbdb;
    background-color: #EEF5E5;
    margin-bottom: 4px;
}

#collapseMenu {
	display: none;
	background: url('../images/decrease.ico') left center no-repeat;
    padding-left: 1.5em;
    border: 1px solid #dbdbdb;
    background-color: #EEF5E5;
    margin-bottom: 4px;
}

#navigation ul.level0>li>a {
    font-weight: bold;
}

#navigation ul.level0 li.open a {
    background-color: #D5E5B8;
    color: #000;
}

#navigation ul.level0 li.active a {
    background-color: #D5E5B8;
    color: #000;
}

#navigation ul.level0 ul.level1 {
    margin-bottom: 18px;
    margin-left: 0em; /* NEW */
    display: none;
}

#navigation ul.level0 ul.level1 li a {
    /*padding-left: 2em;*/
    background: url('/dms/magnolia-documentation/img/nav_arrow.gif') right center no-repeat;
    color: #666666;
    border: none;
    border-bottom: 1px solid #ebebeb;
    height: 18px;
}

#navigation ul.level0 ul.level1 li.open a {
    background: url('/dms/magnolia-documentation/img/nav_arrow_open.gif') right center no-repeat;
}

#navigation ul.level0 ul.level1 li.active a {
    background: url('/dms/magnolia-documentation/img/nav_arrow_active.gif') right center no-repeat;
    color: black;
}

#navigation ul.level0 ul.level1 li a:hover {
    background: url('/dms/magnolia-documentation/img/nav_arrow_active.gif') right center no-repeat;
    color: black;
}

#navigation ul.level0 ul.level1 li ul.level2 li a {
    padding-left: 2em;
    background: url('/dms/magnolia-documentation/img/nav_arrow.gif') right center no-repeat;
    color: #666666;
}

#navigation ul.level0 ul.level1 li.active ul.level2 a:hover {
    background: url('/dms/magnolia-documentation/img/nav_arrow_active.gif') right center no-repeat;
    color: black;
}

#navigation ul.level0 ul.level1 li ul.level2 li.active a {
    background: url('/dms/magnolia-documentation/img/nav_arrow_active.gif') right center no-repeat;
    color: black;
}

#navigation ul.level0 ul.level1 ul.level2 li.open ul.level3 li a {
    padding-left: 3em;
    background: url('/dms/magnolia-documentation/img/nav_arrow.gif') right center no-repeat;
    color: #666666;
}

#navigation ul.level0 ul.level1 ul.level2 li.open ul.level3 li a:hover {
    background: url('/dms/magnolia-documentation/img/nav_arrow_active.gif') right center no-repeat;
    color: black;
}

#navigation ul.level0 ul.level1 ul.level2 li.open ul.level3 li.active a {
    background: url('/dms/magnolia-documentation/img/nav_arrow_active.gif') right center no-repeat;
    color: black;
}

#navigation ul.level4 li a {
    padding-left: 5em;
}

#navigation ul li a:hover {
    background-color: #D5E5B8;
    color: #000;
}


/* this is made to match the navigation menu's style */
#to-the-top {
    width: 17em;
    height: 30px;
    position: fixed;
    bottom: 0;
}

#to-the-top a {
    display:block;
    padding: 2px 0 2px 1em;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    background-color: #EEF5E5;
    color: black;
}

#to-the-top a:hover {
    background-color: #D5E5B8;
    color: black;
}

    /* ================ widget styles ================ */
.code {
  border: dashed 1px #dbdbdb;
  background-color: #f0f8fd;
  font-size: 10pt;
  padding: 0.5em 1em;
  margin: 0 0 1em 0;
  word-wrap: break-word !important;
}

.code pre {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.xmltag {
  background-color: inherit;
  color: blue;
}

.javaquote {
  color: green;
}

.javakeyword, .sqlkeyword {
  color: blue;
}

.snippet .snippet-source {
   display: none;
}

.tool-tip {
    width: 15em;
    z-index: 13000;
}

.tool-title {
    margin: 0;
    padding: 4px 1em;
    color: #29415f;
    /*background: url(bubble.png) top left;*/
    border: 1px solid #dbdbdb;
    background-color: #e8efe9;
}

.tool-text {
    padding: 4px 1em;
    text-align: justify;
    /* background: url(bubble.png) bottom right; */
    border: 1px solid #dbdbdb;
    background-color: #e8efe9;
}

/* wiki boxes */
div.warning, div.info, div.tip {
    margin-left: 0;
    margin-right: 2em;
    padding-bottom: 1em;
}

div.warning-title, div.info-title, div.tip-title {
    display: inline;
    line-height: 16px;
    border:none;
    padding: 2px 0 1px 0.5em;
    color: #ffffff;
    font-weight: bold;
}

div.warning-title {
    background-color: #cc0000;
}

div.info-title {
    background-color: #669900;
}

div.tip-title {
    background-color: #669900;
}

div.warning-title span, div.info-title span, div.tip-title span {
    padding: 2px 15px 1px 0;
    background-color: white;
    background-position: top right;
    background-repeat: no-repeat;
}

div.warning-title span {
    background-image: url( '/dms/magnolia-documentation/img/warning_corner.gif' );
}

div.info-title span {
    background-image: url( '/dms/magnolia-documentation/img/info_corner.gif' );
}

div.tip-title span {
    background-image: url( '/dms/magnolia-documentation/img/tip_corner.gif' );
}

div.warning-content, div.info-content, div.tip-content {
    padding: 3px 0.5em;
    border: 1px solid;
}

div.warning-content {
    background-color: #fcf2f2;
    border-color: #cc0000;
}

div.info-content {
    background-color: #e8f0d9;
    border-color: #669900;
}

div.tip-content {
    background-color: #e8f0d9;
    border-color: #669900;
}

div.warning-content p, div.info-content p, div.tip-content p {
    padding-bottom: 0;
}

/* deprecated info boxes */
div.roundGreen {
    background-color: rgb( 152, 200, 60 );
    border: 1px dotted rgb( 102, 153, 0 );
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

div.roundBlack {
    background-color: rgb( 30, 30, 30 );
    border: 1px dotted rgb( 102, 153, 0 );
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: white;
}

div.boxWarning {
    background-color: rgb( 182, 100, 60 );
    border: 1px dotted rgb( 102, 153, 0 );
}

div.boxHint {
    background-color: rgb( 152, 200, 60 );
    border: 1px dotted rgb( 102, 153, 0 );
}

/* similar pages */
#extras {
}

#extras .loading-mask {
  background: transparent url(/dms/magnolia-documentation/img/loading.gif) no-repeat 0 50% !important;
}

#extras .ajax-status {
  display: none;
}

#extras .ajax-data {
  min-height: 25px;
}

#extras ul.similar {
    list-style: none;
}

#extras ul.similar li {
  padding-left: 22px;
  margin-left: 0;
}

#extras li.similar-from-MagnoliaDocu {
   background: url(/dms/magnolia-documentation/img/similar_docu.png) no-repeat;
}

#extras li.similar-from-MagnoliaForum {
  background: url(/dms/magnolia-documentation/img/similar_forum.png) no-repeat;
}

#extras .similar-items .attribution {
  color: #666;
  font-size: 80%;
  margin-top: 0em;
}

    
#searchbox {
  position: absolute;
  right: 10px;
  top: 28px;
}

#searchbox input {
	font-family:Tahoma;
    /* font-family: Arial, sans-serif; */
    font-size: 12px;
    padding: 2px;
}

#searchbox input.gsc-input {
    width: 150px;
}

#searchbox td.gsc-search-button, 
#searchbox td.gsc-clear-button {
    display: none;
}

input.gsc-search-button {
    font-size: 9pt !important;
    font-weight: normal !important;
}

#searchbox input#query {
    width: 90%;
}

/* External links have an icon except the Google Custom Search image */
a[href^="http://www.google.com"] {
 background: none !important;
 padding-right: 0px !important;
}

img.gcsc-branding-img-noclear {
  max-width: none !important;
  display: inline;
  border: none !important;
  margin: 0px !important;
  padding: 0px !important;
  vertical-align: top;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#ffffff')" !important;
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#ffffff') !important;
}

table.gsc-table-result {
  margin-bottom: 0px;
}

div.gsc-cursor-box {
  position: absolute !important;
  left: 40%;
}

/* == override of community header */
/*#magnolia-community-logo {
  background: url(http://www.magnolia-cms.com/logoImgBinary/magnolia-logo.png) !important;
}*/

/* ================ global styles ================ */


body {
	font-family:Tahoma;
    font-size: 10pt;
    line-height: 150%;
    background: #ffffff;
    color: #000000;
}

h1 {
	color: white;
	padding-top: 12px;
	text-align: center;
	margin-left: 70px;
} 

h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: black;
    margin-top: 0em;
    margin-bottom: 1ex;
    padding-bottom: 4px;
}


h2 {
    font-size: 138.5%;
}

h3 {
    font-size: 116%;
}

h4 {
    font-size: 100%;
    font-weight: bold;
}


div#content div.paragraph ol, div#content div.paragraph ul {
    margin-left: 2em;
    padding-left: 0px;
    margin-bottom: 1em;
    padding-bottom: 0em;
}

div#content div.paragraph ol li, div#content div.paragraph ul li {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 0.2em;
}

/* Margins for nested lists */
div#content div.paragraph ol ul, div#content div.paragraph ul ol,
div#content div.paragraph ul ul, div#content div.paragraph ol ol {
    margin-bottom: 0.2em;
    padding-bottom: 0em;
}

/* Table of contents */
ul.table-of-contents ul, ul.table-of-contents ul ul {
  margin-bottom: 0em !important;
}
/* ul.table-of-contents, ul.table-of-contents ul, ul.table-of-contents ul ul {
  list-style-type: none;
}
ul.table-of-contents {
  margin-left: 0px !important;
} */

a img, img {
    border: none;
}

div#content div.paragraph img {
    float: none;
    border: none; /*1px solid #cccccc;*/
    padding: 8px;
    background: white;
    max-width: 100%;
-moz-box-shadow: 1px 1px 5px #ccc;
-webkit-box-shadow: 1px 1px 5px #ccc;
box-shadow: 1px 1px 5px #ccc;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
}

div#content div.paragraph img[src*="icon_"] {
    display: inline;
    border: none;
    margin: 0px 2px 0px 2px;
    padding: 0px;
    max-width: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#ffffff')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#ffffff');
}

#content div.paragraph img.icon {
  display: inline;
  border: none !important;
  margin: 0;
  padding: 0;
  vertical-align: top;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#ffffff')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#ffffff');
}

#content div.paragraph img.image-variation-icon {
  display: inline;
  border: none !important;
  margin: 0;
  padding: 0;
  vertical-align: top;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#ffffff')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#ffffff');
}

div#content div.paragraph img.image-variation-diagram {
    border: none;
    padding: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#ffffff')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#ffffff');
}

div#content div.paragraph img.image-variation-thumbnail {
    max-width: none;
}

div#content div.paragraph ol+img, div#content div.paragraph ul+img {
    margin-left: 2em;
    max-width: 95%;
}

a {
    /* Light blue option #63a0c2 */
    color: #0645AD;
    text-decoration: underline;
}

a:visited {
    color: #800080;
}

/* External links have an icon */
a[href^="http://"] {
 background: transparent url('/dms/magnolia-documentation/img/external-link-ltr-icon.png') no-repeat center right;;
 padding-right: 15px;
}

/* No icon for internal links or images hosted on Google */
a[href*="magnolia-cms.com"], a[href*="docs.google.com"] {
 padding-right: 0;
 background: none;
}

/* have to use the .wiki-table class to avoid restyling the magnolia buttons */
table.wiki-table {
    margin-top: 0em;
    margin-left: 0em;
    margin-right: 0em;
    margin-bottom: 1em;
    border-collapse: collapse;
    border: #cccccc 1px solid;
}

table.wiki-table th, table.wiki-table td {
    border: #cccccc 1px solid;
    padding: 0.2em 0.5em 0.2em 0.5em;
    vertical-align: top;
    text-align: left;
}

table.wiki-table th {
    background-color: #E6E6E6;
    color: #000000;
    font-weight: bold;
    white-space: nowrap;
}

table.wiki-table td {
    background-color: #ffffff;
    color: #000000;
}

table.wiki-table td li {
  margin-left: 0.2em;
}

ol+table.wiki-table, ul+table.wiki-table {
  margin-left: 2em;
}


/* ================ structure styles ================ */
#top {
 /* TODO : check if we want to keep this - needed for long menu, that's all*/
    position: absolute;
    width: 100%;
}

#header {
/*
    background: url( '/dms/logos/magnolia_documentation.gif' ) 2% 50% no-repeat;
    height: 60px;
*/
    position: relative;
}

#header h1 {
  display: none;
}

#breadcrumbs {
    /* background-color: #004864; */
/*
    background: #5b9887 url('/dms/magnolia-documentation/img/breadcrumbs_bg.gif') repeat-x;
*/
/* padding-left = navigation-width + 1em */
    padding: 3px 0 4px 18em;
    height: 15px;
    color: rgb( 200, 200, 200 );
    position: absolute;
    top: 59px;
}

#breadcrumbs a {
    color: white;
    text-decoration: none;
}

#breadcrumbs a.active {
    font-weight: bold;
}

#breadcrumbs .commentcount {
   padding-left: 3em;
   color: #e8efe9;
}

#notes {
    float: right;
    width: 200px;
    margin: 1em 0 1em 0;
    padding: 0 1em 0 0;
}

#notes h1, #notes h2, #notes h3, #notes h4, #notes h5, #notes h6 {
    margin-top: 0;
}

#notes p, #notes ul, #notes ol, #notes table {
    padding-bottom: 0.2em;
    padding-left: 0;
}

#content {
    /* margin-left = navigation-width */
    margin-left: 17em;
    /* margin-right = width of #notes div */
    margin-right: 230px;
    margin-top: 0em;
    margin-bottom: 1em;
    padding: 0em 2em 0em 1em;
    min-height: 50em;
    border-right: 1px solid #DBDBDB;
}

/* h1 and first h2 */
#content h1,
#content div:first-child h2 {
    margin-top: 0em;
}

#content.paragraph {

}

#content p {
    text-align: left;
}

#content img {
  float: left;
  margin: 0 1em 1em 0;
}

#content div,
#content p,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    clear: left;
}

#content h2+p:empty, 
#content h3+p:empty, 
#content h4+p:empty {
  display: none;
}

#comments {
    margin-left: 17em;
    margin-right: 2em;
    padding: 0 3em 3em 1em;
    border-top: #dbdbdb 1px solid;
}

#comments #idc-container {
   margin-top: 0 !important;
}

#comments textarea {
    width: 95% !important;
}

#footer {
    /*background-color: rgb( 152, 200, 60 );*/
    background-color: #e8efe9;
    color: #666666;
    /* height: 30px; */
    text-align: left;
    margin: 0;
    padding: 5px 0 0 18em;
}

#footer p {
    font-size: 80%;
}

/* ================ paragraph-specific styles ================ */
.searchresult-modificationdate {
    display: none;
}

.searchresult-snippet {
    color: #666666;
    margin-left: 1em;
}

.searchresult-snippet strong {
    /* font-weight: normal; */
}

/* for wiki syntax errors */
.error {
    color: red;
    border: 1px dashed yellow;
    background: #ccc;
}

div.error {
    display: inline;
}

div#todo {
   color: #cccccc;
   font-size: 150%;
   background-color: #A72525;
   border: 2px dashed #4E1A17;
   padding: 1em;
}

.statusTable {
	border: 1px solid black;
	padding :0px;
	border-spacing:0;
  	border-collapse:collapse;
  	margin-left: 3em;
	margin-right: 1em;
}
.statusTable td, th {
	border-right: none;
	border-bottom: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 30px;
}


.statusRowEven {
	background: #FFF repeat-x scroll center left;
	font: normal normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	height: 20px;
}

.statusRowOdd {
	background: #FFF repeat-x scroll center left;
	font: normal normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	height: 20px;
}

.statusRowOdd:hover  {
	background: #FFF repeat-x scroll center left;
	color: #000;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
}

.statusRowEven:hover {
	background: #FFF repeat-x scroll center left;
	color: #000;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
}

.statusHeader {
	background:#FFF repeat-x scroll center left;
	border-bottom: 1px solid #CCC;
	font: normal normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 3px;
	text-align: left;
	padding-left:10px;
	color: #000;
}


.navigatorTable {
	border: 1px solid black;
	padding :0px;
	border-spacing:0;
  	border-collapse:collapse;
  	margin-left: 3em;
	margin-right: 1em;
}
.navigatorTable td, th {
	border-right: none;
	border-bottom: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 30px;
}


.navigatorRowEven {
	background: #FFF repeat-x scroll center left;
	font: normal normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	height: 20px;
}

.navigatorRowOdd {
	background: #FFF repeat-x scroll center left;
	font: normal normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	height: 20px;
}

.navigatorRowOdd:hover  {
	background: #FFF repeat-x scroll center left;
	color: #000;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
}

.navigatorRowEven:hover {
	background: #FFF repeat-x scroll center left;
	color: #000;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
}

.navigatorHeader {
	background:#FFF repeat-x scroll center left;
	border-bottom: 1px solid #CCC;
	font: normal normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 3px;
	text-align: left;
	padding-left:10px;
	color: #000;
}

.FieldTextDate {
	font-family:Tahoma;
	/* font-family: b koodak; */
	background-color: white;
    border: 1px solid silver;
    color: black;
    font-family:Tahoma;
    font-size: 13px;
    font-weight: normal;
    height: 25px;
}

.FieldButton{
	background-image: url(/AMLBase/images/dateIcon.gif);
    background-color: transparent;
    background-repeat: no-repeat; 
    color: white;
    cursor: pointer;
    font-family:Tahoma;
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border:0 none;
}

.wwFormTableForCustPopup {
	background-color: rgb(245,249,234);
	width: auto;
	border: 1px solid gray;
	align: center;
	margin-left: 2em;
}

.wwFormTableForCustPopup td, th {
	font-family:Tahoma;
	font-size: small;
	
}

.titleForCustPopup {
	padding-top: 1em;
	padding-left: 3em;
	font-weight: bold;
	font-size: 16;
	color: rgb(0,64,0);
	text-align: left;
}
