/***********************************/
/********* ONLY BACKEND ************/
/***********************************/
body.mceContentBody {
    background-color: #ffffff;
    font-family: arial,helvetica, sans-serif;
    font-size: 75%;
}
body.mceContentBody .mceItemTable, body.mceContentBody .mceItemTable td, body.mceContentBody .mceItemTable th, body.mceContentBody .mceItemTable caption, body.mceContentBody .mceItemVisualAid { border: 1px dashed #BBB;}
body.mceContentBody img.ttlayer { border: 1px dashed #000000; }
body.mceContentBody td          { font-size: 0.75em; } /* hack 2 undo the page stylesheets of admin do not copy to a frontened css */
/***********************************/

.mceContentBody p 			{ font-size: 14px; font-family: "Times New Roman", Times, serif; line-height: 19px; color: #4e5656;  }
.mceContentBody a:link		{ font-size: 14px; text-decoration: underline; }
.mceContentBody a:hover		{ /*text-decoration: underline;*/ }

.mceContentBody span.date			{ font-size: 14px; color: #8f9797; }
.mceContentBody a.readmore			{  }
.mceContentBody a.readmore:hover	{ text-decoration: underline; }
/* standardtable */
.mceContentBody table.standardtable thead tr td { font-weight: bold; background-color: #999999; color: #ffffff; }
.mceContentBody table.standardtable tbody tr td { background-color: #e5e5e5; }
.mceContentBody table.standardtable tfoot tr td { background-color: #999999; }
.mceContentBody table.standardtable tbody tr td.standardtablefirstcolumn,
.mceContentBody table.standardtable tbody tr td.standardtablefirstcolumn a { background-color: #ffffff; color: #000000; font-weight: bold; }

.mceContentBody ol li .document a   { font-size: 14px; }

/*custom styles */
.mceContentBody .red { color: #ff0000; }

/*** LISTS, option 1: bullets when next to image, but not aligned neatly behind bullet after linebreaks ***/
.mceContentBody ul,
.mceContentBody ol          { padding: 0px; margin: 0px; list-style-position: inside; display: block; position: relative; }
.mceContentBody li          { margin: 0em; padding: 0 0 0 14px; background: url('../../images/default/listitem_grey.gif') left 7px no-repeat; font-size: 14px; font-family: "Times New Roman", Times, serif; list-style-type: none; list-style-position: outside; }
    /* frontend */
div.mceContentBody ul ul,
div.mceContentBody ol ul,
div.mceContentBody ul ol,
div.mceContentBody ol ol    { font-size: 14px; left: 1.6em; }
    /* backend */ /* frontend works in backend for firefox but not in IE */
body.mceContentBody ul ul,
body.mceContentBody ol ul,
body.mceContentBody ul ol,
body.mceContentBody ol ol   { font-size: 14px; margin-left: 1.6em; }

/*** LISTS, option 2: aligned neatly behind bullet after linebreaks but no bullets and indentation when next to image ***/
/*.mceContentBody ul,
.mceContentBody ol          { margin-left: 1.6em; padding: 0em; }
.mceContentBody ul ul,
.mceContentBody ol ul,
.mceContentBody ul ol,
.mceContentBody ol ol       { font-size: 1em; margin-left: 1.6em; }
.mceContentBody li          { }*/

/***********************************/
/********* ONLY FRONTEND ***********/
/***********************************/
div.mceContentBody ul.toc   			{ float:left; padding:4px 0; margin:0 0 12px; border-bottom:1px solid #4E5656; border-top:1px solid #4E5656; list-style-type:none; }
div.mceContentBody ul.toc li   			{ float: left; width: 196px; height: 1%; padding-left: 14px; background: transparent url('../../images/default/listitem_red.gif') no-repeat scroll left 7px; }
div.mceContentBody ul.toc li a			{ text-decoration: none; font: 12px Arial, Helvetica, sans-serif; }
div.mceContentBody ul.toc li a:hover	{ text-decoration: underline; }

div.mceContentBody span.ttlayer { display: inline; }
div.mceContentBody span.ttlayer span.document { margin: 0em; }
div.mceContentBody span.ttlayer span.document img { margin: 0em 0.8em 0em 0em; border-width: 0em; width: 1.6em; height: 1.6em; }
div.mceContentBody span.ttlayer span.imagecaption { display: block; margin: 0em; text-align: center; }

div.contentpane img                               { padding:2px; border:1px solid #BFC2C2;}
div.contentpane span.ttlayer                      { padding:5px; border:1px solid #BFC2C2;}
div.contentpane span.ttlayer img                  { padding:0; border:none; }
div.contentpane span.ttlayer span.imagecaption    { padding:5px; font-size:12px; line-height:normal; }

div.mceContentBody table.download                   { border: solid #555555 1px; border-bottom: none; }
div.mceContentBody table.download tr td             { border-bottom: solid #555555 1px; padding: 2px; height: 60px; }
div.mceContentBody table.download tr td.icon        { width: 60px; text-align: center; vertical-align: middle; }

div.mceContentBody div.slideshowjs { background-color: #ffffff; }
div.mceContentBody div.slideshowjs img { }
div.mceContentBody div.slideshowjs p { text-align: center; }

div.mceContentBody div.downloadlink span.specs		{ font-size: 14px; }
