openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 0129956b1e87700a4770ea9de07107d4c875dfc2
parent d40d13e005dcb947c112289d9968f773e544c8c9
Author: Jan Dankert <devnull@localhost>
Date:   Sat, 25 Nov 2017 01:21:39 +0100

Neue SVG-Icons, welche im Header korrekt eingefärbt werden müssen. Neues Event 'orHeaderLoaded', welches nach dem Laden des Headers gefeuert wird.

Diffstat:
themes/default/css/openrat-theme.css | 2340-------------------------------------------------------------------------------
themes/default/css/openrat-theme.less | 32++++++++++++++++++++++++++++++--
themes/default/css/openrat-theme.min.css | 2--
themes/default/images/icon/action/language.svg | 2++
themes/default/images/icon/action/model.svg | 2++
themes/default/images/icon/action/page.svg | 2++
themes/default/images/icon/action/project.svg | 2++
themes/default/images/icon/action/template.svg | 2++
themes/default/images/icon/action/user.svg | 2++
themes/default/images/icon/element/code.svg | 2++
themes/default/images/icon/element/date.svg | 2++
themes/default/images/icon/element/dynamic.svg | 2++
themes/default/images/icon/element/info.svg | 2++
themes/default/images/icon/element/link.svg | 2++
themes/default/images/icon/element/text.svg | 2++
themes/default/images/icon/method/password.svg | 2++
themes/default/images/icon/method/publish.svg | 2++
themes/default/images/icon/method/reload.svg | 2++
themes/default/include/elements.ini.php | 4++--
themes/default/include/html/image/Image.class.php | 12++++++++++++
themes/default/include/html/image/image.js | 2+-
themes/default/include/html/image/image.min.js | 4++--
themes/default/js/openrat.js | 2++
themes/default/js/openrat.min.js | 2+-
themes/default/templates/title/show.tpl.src.xml | 53+++++++++++++++++++++++++++--------------------------
util/TemplateEngine.class.php | 6+++---
26 files changed, 110 insertions(+), 2379 deletions(-)

diff --git a/themes/default/css/openrat-theme.css b/themes/default/css/openrat-theme.css @@ -1,2339 +0,0 @@ -/* DO NOT CHANGE THIS FILE! CHANGE .LESS INSTEAD! */ - - -/* Style earlgrey */ -/* OpenRat Theme */ -/* - * The following variables beginning with '@cms-...' are overwritten by the CMS style configuration values - */ -/* technical name of theme */ -/* Image-path */ -/* Logic name of theme */ -html.theme-earlgrey { - scrollbar-face-color: #808080; - scrollbar-arrow-color: #808080; - scrollbar-base-color: #ffffff; -} -html.theme-earlgrey div#workbench div.panel.modal { - border-color: #000000 !important; - -webkit-box-shadow: 0px 0px 40px #000000; - -moz-box-shadow: 0px 0px 40px #000000; - box-shadow: 0px 0px 40px #000000; -} -html.theme-earlgrey div#dialog { - background-color: #e9e9e9; - color: #000000; - border-color: #000000 !important; - -webkit-box-shadow: 0px 0px 40px #000000; - -moz-box-shadow: 0px 0px 40px #000000; - box-shadow: 0px 0px 40px #000000; -} -html.theme-earlgrey div.container > div.divider.ui-draggable-dragging { - background-color: #808080; -} -html.theme-earlgrey div#workbench div.panel div.arrow-down { - border-top-color: #808080; -} -html.theme-earlgrey div#workbench div.panel div.arrow-right { - border-left-color: #808080; -} -html.theme-earlgrey iframe { - border: 1px solid #808080; -} -html.theme-earlgrey div.breadcrumb, -html.theme-earlgrey div.breadcrumb a, -html.theme-earlgrey div.panel > div.title { - color: #ffffff; -} -html.theme-earlgrey div#noticebar div.notice { - border: 2px solid #000000; - padding: 5px; - margin: 5px; - border-radius: 5px; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - -khtml-border-radius: 5px; - -webkit-box-shadow: 3px 2px 5px #000000; - -moz-box-shadow: 3px 2px 5px #000000; - box-shadow: 3px 2px 5px #000000; - display: none; -} -html.theme-earlgrey div#noticebar div.notice.ok { - background-color: green; -} -html.theme-earlgrey div#noticebar div.notice.warning { - background-color: yellow; -} -html.theme-earlgrey div#noticebar div.notice.error { - background-color: red; -} -html.theme-earlgrey div#noticebar div.notice.info { - background-color: #c0c0c0; -} -html.theme-earlgrey ul#history > li, -html.theme-earlgrey div.content a.action, -html.theme-earlgrey div.content a.help, -html.theme-earlgrey div.filler div.headermenu > a.entry, -html.theme-earlgrey div.filler div.header a.back.button { - border: 1px solid #808080; - background-color: #ffffff; - background: -moz-linear-gradient(top, #808080, #c0c0c0); - background: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#c0c0c0)); - color: #000000; -} -html.theme-earlgrey ul#history > li.active { - background-color: #ffffff; - color: #000000; -} -html.theme-earlgrey a.action:hover, -html.theme-earlgrey a.help:hover, -html.theme-earlgrey div.noaction:hover { - border-color: #ffffff; -} -html.theme-earlgrey a.action:active, -html.theme-earlgrey a.help:active, -html.theme-earlgrey div.noaction:active, -html.theme-earlgrey input.ok:active { - border-color: red; -} -html.theme-earlgrey a { - color: #000000; -} -html.theme-earlgrey div.dropdown > div.divide { - background-color: #808080; -} -html.theme-earlgrey td.preview { - background-color: papayawhip; - border-top: 1px solid #c0c0c0; - border-bottom: 1px solid #c0c0c0; -} -html.theme-earlgrey .preview a:link, -html.theme-earlgrey .preview a:visited, -html.theme-earlgrey .preview a:active, -html.theme-earlgrey .preview a:hover { - color: blue; -} -html.theme-earlgrey body.menu tr.menu td table tr td.noaction, -html.theme-earlgrey body.main tr.menu td table tr td.noaction { - color: #808080; -} -html.theme-earlgrey img[align=left], -html.theme-earlgrey img[align=right] { - padding-right: 1px; - padding-left: 1px; -} -html.theme-earlgrey small { - color: #808080; -} -html.theme-earlgrey body.main table.main td.window td.act { - border-top: 1px solid #808080; -} -html.theme-earlgrey td.motd { - border-left: 3px solid red; - border-right: 3px solid red; - font-weight: bold; - padding: 10px; - margin: 10px; -} -html.theme-earlgrey div.panel input.checkbox, -html.theme-earlgrey div.panel input.radio { - border: 1px solid #808080; -} -html.theme-earlgrey textarea.longtext { - border: 1px solid #000000; -} -html.theme-earlgrey td.notice { - margin: 0px; - padding: 5%; - text-align: center; -} -html.theme-earlgrey table.notice { - width: 100%; - border: 1px solid; - border-spacing: 0px; -} -html.theme-earlgrey table.notice th { - padding: 2px; - white-space: nowrap; - border-bottom: 1px solid #000000; - font-weight: normal; - text-align: left; -} -html.theme-earlgrey table.calendar td { - border: 1px dotted; -} -html.theme-earlgrey form.xlogin { - xbackground-color: #E0E0D5; - border: 2px solid #c0c0c0; - position: absolute; - z-index: 999; - top: 5%; - left: 5%; - width: 80%; - margin: 5%; - padding: 10%; - opacity: 1; - -webkit-box-shadow: 3px 2px 5px #808080; - -moz-box-shadow: 3px 2px 5px #808080; - box-shadow: 3px 2px 5px #808080; -} -html.theme-earlgrey ul.tree, -html.theme-earlgrey ul.tree ul { - list-style-type: none; - background: url(themes/default/css/themes/default/images/tree_line.gif) repeat-y; - xmargin: 0; - padding: 0; -} -html.theme-earlgrey div.entry.selected, -html.theme-earlgrey div.dropdown > div.entry:hover, -html.theme-earlgrey div.dropdown > div.entry:hover > a, -html.theme-earlgrey a.element { - background-color: #808080; - color: #ffffff; -} -html.theme-earlgrey ul.tree li { - xmargin: 0; - padding: 0 0px; - line-height: 18px; - background: url(themes/default/css/themes/default/images/tree_none.gif) no-repeat; - xcolor: #369; - font-weight: normal; - white-space: nowrap; -} -html.theme-earlgrey ul.tree li.last, -html.theme-earlgrey ul.tree li:last-child { - background: url(themes/default/css/themes/default/images/tree_none_end.gif) no-repeat; -} -html.theme-earlgrey div.tree.open { - background: url(themes/default/css/themes/default/images/tree_minus.png) no-repeat; -} -html.theme-earlgrey div.tree.closed { - background: url(themes/default/css/themes/default/images/tree_plus.png) no-repeat; -} -html.theme-earlgrey body > div { - display: none; -} -html.theme-earlgrey div.structure em { - font-style: italic; -} -html.theme-earlgrey .drophover { - border: 2px dotted green; - cursor: move; -} -html.theme-earlgrey .dropactive { - border: 1px dotted blue; - cursor: move; -} -html.theme-earlgrey div.panel > div.header > div.panel-icon { - xposition: static; - xright: -30px; - top: 3px; -} -html.theme-earlgrey div.backward_link { - float: left; -} -html.theme-earlgrey div.forward_link { - float: right; -} -html.theme-earlgrey div.panel > div.header { - padding: 0px; - width: 100%; - height: 25px; - border-bottom: 1px solid #808080; -} -html.theme-earlgrey div.panel div.header ul.views { - text-align: left; - list-style-type: none; - overflow: hidden; - white-space: nowrap; -} -html.theme-earlgrey img.icon { - padding: 4px; - width: 16px; - height: 16px; -} -html.theme-earlgrey ul.views div.tabname { - overflow: hidden; - white-space: nowrap; - padding: 4px; - vertical-align: middle; -} -html.theme-earlgrey div.panel div.header { - xborder-bottom: 1px solid #808080; -} -html.theme-earlgrey div.panel ul.views li { - vertical-align: middle; - padding: 0px; - cursor: pointer; - border-right: 1px solid #808080; - -moz-border-radius-topleft: 5px; - -webkit-border-radius-topleft: 5px; - -khtml-border-top-radius-topleft: 5px; - -moz-border-radius-topright: 5px; - -webkit-border-radius-topright: 5px; - -khtml-border-top-radius-topright: 5px; - border-top-right-radius: 5px; - xborder-top: 1px solid #808080; - xborder-left: 1px solid #808080; - xborder-right: 1px solid #808080; - xmargin-right: 10px; - display: inline; - white-space: nowrap; - float: left; -} -html.theme-earlgrey div.panel div.content table { - border: 2px #c0c0c0; -} -html.theme-earlgrey table tr.headline > td { - border-bottom: 1px solid #808080; -} -html.theme-earlgrey table tr.data > td { - border-bottom: 1px solid #808080; -} -html.theme-earlgrey table > tr.data:nth-child(2n) { - background-color: #c0c0c0; -} -html.theme-earlgrey table tr.data:hover, -html.theme-earlgrey div.content li div.entry:hover { - background-color: #c0c0c0; -} -html.theme-earlgrey div.panel div.status div, -html.theme-earlgrey div.message { - border: 1px solid #808080; -} -html.theme-earlgrey div#workbench div.panel.fullscreen { - background-color: #e9e9e9; -} -html.theme-earlgrey div#workbench div.panel { - border: 1px solid #808080; -} -html.theme-earlgrey input.submit { - background-color: #808080; - color: #ffffff; - -webkit-box-shadow: 0px 0px 15px #e9e9e9; - -moz-box-shadow: 0px 0px 15px #e9e9e9; - box-shadow: 0px 0px 15px 10px #e9e9e9; -} -html.theme-earlgrey ul#history > li { - border: 1px solid #808080; - background-color: #c0c0c0; - color: #000000; -} -html.theme-earlgrey ul#history > li.active { - border: 1px solid #000000; - background-color: #ffffff; - color: #000000; -} -html.theme-earlgrey ul#history { - display: none; -} -html.theme-earlgrey div#filler { - background-color: #000000; -} -html.theme-earlgrey div.clickable.filtered.inactive > a { - color: #c0c0c0; -} -html.theme-earlgrey div#header > div > div.arrow-down { - display: inline; - width: 0; - height: 0; - margin: 6; - padding: 0px; - border-right: 6px solid #808080; - border-left: 6px solid #808080; - border-top: 6px solid #c0c0c0; - border-bottom: 4px solid #808080; - margin-top: 10px; - font-size: 0; -} -html.theme-earlgrey div.dropdown { - -webkit-box-shadow: 3px 2px 10px #808080; - -moz-box-shadow: 3px 2px 10px #808080; - box-shadow: 3px 2px 10px #808080; - opacity: 0.95; - border: 2px solid #808080; - border-radius: 5px; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - -khtml-border-radius: 5px; - font-style: normal; - font-weight: normal; - text-decoration: none; -} -html.theme-earlgrey div#header span.titletext { - color: #ffffff; -} -html.theme-earlgrey div.toolbar-icon { - border: 1px solid #808080; - padding: 2px; - margin-left: 5px; - float: left; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - -khtml-border-radius: 3px; -} -html.theme-earlgrey div.toolbar-icon.inactive { - opacity: 0.5; -} -html.theme-earlgrey div.toolbar-icon:hover { - border: 1px solid #c0c0c0; -} -html.theme-earlgrey div.headermenu { - margin: 5px; - z-index: 1; - position: relative; - right: 0; - top: 0; -} -html.theme-earlgrey div.headermenu > div.toolbar-icon { - float: right; -} -html.theme-earlgrey div.panel.wide form div.line { - clear: left; - margin-top: 10px; -} -html.theme-earlgrey div.panel.wide form div.label { - display: inline-block; - width: 30%; - vertical-align: top; - text-align: right; -} -html.theme-earlgrey div.panel.wide form div.input { - display: inline-block; - width: 60%; - vertical-align: top; - text-align: left; -} -html.theme-earlgrey div.panel.small form div.line { - clear: left; - padding: 10px; -} -html.theme-earlgrey div.panel.small form div.label { - display: block; - width: 100%; - vertical-align: top; - text-align: left; -} -html.theme-earlgrey div.panel.small form div.input { - display: block; - width: 100%; - vertical-align: top; - text-align: left; -} -html.theme-earlgrey form div.label > label, -html.theme-earlgrey form div.input > div.intputholder { - padding: 0px 5px; -} -html.theme-earlgrey form div.input input[type=text], -html.theme-earlgrey form div.input input[type=password], -html.theme-earlgrey form div.input textarea, -html.theme-earlgrey form div.input select { - width: 100%; -} -html.theme-earlgrey form div.input input[type=checkbox], -html.theme-earlgrey form div.input input[type=radio] { - vertical-align: top; -} -html.theme-earlgrey label { - display: inline-block; -} -html.theme-earlgrey input[type=checkbox] + label, -html.theme-earlgrey input[type=radio] + label { - width: 80%; -} -html.theme-earlgrey label div.description { - font-size: 0.75em; - color: #808080; -} -html.theme-earlgrey div.inputholder { - background-color: #ffffff; - border: 1px solid #808080; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - -khtml-border-radius: 3px; - -webkit-box-shadow: inset 0px 0px 3px #808080; - -moz-box-shadow: inset 0px 0px 3px #808080; - box-shadow: inset 0px 0px 3px #808080; -} -html.theme-earlgrey div.inputholder ul.tree, -html.theme-earlgrey div.inputholder ul.tree li.last, -html.theme-earlgrey div.inputholder ul.tree li:last-child { - background-color: #ffffff; -} -html.theme-earlgrey div.inputholder > input, -html.theme-earlgrey div.inputholder > textarea, -html.theme-earlgrey div.inputholder > select { - border: 0px; - border-bottom: 1px solid #ffffff; - padding: 2px; - margin: 0px; - background-color: #ffffff; -} -html.theme-earlgrey input:focus, -html.theme-earlgrey textarea:focus, -html.theme-earlgrey select:focus { - border: 0px; - border-bottom: 1px solid #c0c0c0; -} -html.theme-earlgrey input.error, -html.theme-earlgrey textarea.error, -html.theme-earlgrey select.error { - border-bottom: 1px dotted #000000 !important; -} -html.theme-earlgrey div.inputholder.error { - border: 1px solid red ! important; -} -html.theme-earlgrey input.hint { - color: #808080; -} -html.theme-earlgrey fieldset > div input.name, -html.theme-earlgrey fieldset > div span.name { - font-weight: bold; -} -html.theme-earlgrey fieldset { - border-color: #808080; -} -html.theme-earlgrey div#tree { - overflow: visible; -} -html.theme-earlgrey tr.diff > td.line { - background-color: #ffffff; - padding-right: 2px; - border-right: 3px solid #808080; - text-align: right; - margin-right: 2px; -} -html.theme-earlgrey tr.diff > td.old { - background-color: red; -} -html.theme-earlgrey tr.diff > td.new { - background-color: green; -} -html.theme-earlgrey tr.diff > td.notequal { - background-color: yellow; -} -html.theme-earlgrey dl.notice { - border-left: 10px #c0c0c0 solid; - border-right: 1px #c0c0c0 solid; - padding: 15px; -} -html.theme-earlgrey dl.notice > dt { - border-top: 1px #c0c0c0 solid; -} -html.theme-earlgrey dl.notice > dd { - border-bottom: 1px #c0c0c0 solid; -} -html.theme-earlgrey div.content a.action, -html.theme-earlgrey div.content a.help { - -webkit-box-shadow: 3px 2px 5px #808080; - -moz-box-shadow: 3px 2px 5px #808080; - box-shadow: 3px 2px 5px #808080; -} -html.theme-earlgrey body { - background-color: #c0c0c0; -} -html.theme-earlgrey div.panel ul.views > li.active, -html.theme-earlgrey div.panel ul.views > li.active:hover { - background-color: #808080; - background-image: linear-gradient(#c0c0c0 0%, #808080 15%); - color: #ffffff; -} -html.theme-earlgrey div#header { - background-color: #808080; - background-image: linear-gradient(#808080, #9a9a9a); - /* - background-image: linear-gradient(@cms-title-background-color 85%, @cms-inactive-background-color 100%); - */ - color: #ffffff; -} -html.theme-earlgrey div#header div.toolbar-icon > a { - color: #ffffff; -} -html.theme-earlgrey div#header, -html.theme-earlgrey ul.views > li.action { - font-family: Arial, sans-serif; - font-size: 13px; -} -html.theme-earlgrey div.panel > div.content { - background-color: #e9e9e9; -} -html.theme-earlgrey div.panel > div.header { - background-color: #e9e9e9; - background-image: linear-gradient(#c0c0c0 0%, #e9e9e9 85%); -} -html.theme-earlgrey div.panel ul.views li:hover { - background-color: #c0c0c0; -} -html.theme-earlgrey ul.tree li.last, -html.theme-earlgrey ul.tree li:last-child { - background-color: #e9e9e9; -} -html.theme-earlgrey div.content pre, -html.theme-earlgrey div.dropdown { - background-color: #ffffff; - color: #000000; -} -html.theme-earlgrey div.filler div.headermenu > a.entry, -html.theme-earlgrey div.filler div.header a.back.button { - font-size: 0.8em; -} -html.theme-earlgrey div.line.filedropzone > div.input { - background-color: #ffffff; - border: 1px dotted #000000; -} -/* Theme Ende */ -/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22themes%5C%2Fdefault%5C%2Fcss%5C%2Fopenrat-theme.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3BAAAiP%2CIAAA%2COAAA%3BKAAA%2C6BAAA%3BKAAA%2C8BAAA%3BKAAA%2C6BAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CUAAA%2CIAAA%2CMAAA%3BKAAA%2CqBAAA%3BKAAA%2CwCAAA%3BKAAA%2CqCAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%3BKAAA%2CyBAAA%3BKAAA%2CcAAA%3BKAAA%2CqBAAA%3BKAAA%2CwCAAA%3BKAAA%2CqCAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CUAAA%2CMAAA%2CQAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CUAAA%2CIAAA%2CMAAA%2CIAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CUAAA%2CIAAA%2CMAAA%2CIAAA%3BKAAA%2C0BAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CWAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CMAAA%2CMAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CUAAA%2CIAAA%3BKAAA%2CyBAAA%3BKAAA%3BKAAA%3BKAAA%2CkBAAA%3BKAAA%2CuBAAA%3BKAAA%2C0BAAA%3BKAAA%2CyBAAA%3BKAAA%2CuCAAA%3BKAAA%2CoCAAA%3BKAAA%2C%2BBAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CUAAA%2CIAAA%2COAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CUAAA%2CIAAA%2COAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CUAAA%2CIAAA%2COAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CUAAA%2CIAAA%2COAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CGAAA%2CQAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CQAAA%2CEAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CQAAA%2CEAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2COAAA%2CIAAA%2CWAAA%2CIAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2COAAA%2CIAAA%2COAAA%2CEAAA%2CKAAA%3BKAAA%2CyBAAA%3BKAAA%2CyBAAA%3BKAAA%2CYAAA%2C2CAAA%3BKAAA%2CYAAA%2CgDAAA%2CeAAA%2CYAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CGAAA%2CQAAA%2CKAAA%3BKAAA%2CyBAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CEAAA%2COAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CEAAA%2CKAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CSAAA%3BKAAA%2CqBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CEAAA%2COAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CEAAA%2CKAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CSAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CMAAA%2CGAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CSAAA%2CMAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CGAAA%3BKAAA%3BKAAA%2C6BAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CSAAA%2CEAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CSAAA%2CEAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CSAAA%2CEAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CSAAA%2CEAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CKAAA%2CKAAA%2CGAAA%2CKAAA%2CGAAA%2CMAAA%2CGAAA%2CGAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CKAAA%2CKAAA%2CGAAA%2CKAAA%2CGAAA%2CMAAA%2CGAAA%2CGAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CKAAA%2CKAAA%2CMAAA%2CKAAA%2CGAAA%2COAAA%2CGAAA%3BKAAA%2C6BAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CGAAA%3BKAAA%2C0BAAA%3BKAAA%2C2BAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CMAAA%2CMAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CSAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CGAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CMAAA%3BKAAA%3BKAAA%2CiBAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CMAAA%2COAAA%3BKAAA%3BKAAA%3BKAAA%2CgCAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CMAAA%2CSAAA%3BKAAA%2CkBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CKAAA%3BKAAA%3BKAAA%2CyBAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%2CuCAAA%3BKAAA%2CoCAAA%3BKAAA%2C%2BBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CGAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CGAAA%2CKAAA%3BKAAA%3BKAAA%2CgFAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CSAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CSAAA%2CMAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CEAAA%3BKAAA%2CyBAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CGAAA%2CKAAA%3BKAAA%3BKAAA%2CcAAA%3BKAAA%3BKAAA%2CiFAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CGAAA%2CKAAA%2CGAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CGAAA%2CKAAA%2CGAAA%3BKAAA%2CqFAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CKAAA%3BKAAA%2CkFAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CKAAA%3BKAAA%2CiFAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CUAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%3BKAAA%2CwBAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%3BKAAA%2CuBAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CMAAA%2CMAAA%2COAAA%2CMAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CMAAA%2CMAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CMAAA%2CIAAA%2COAAA%2CGAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CGAAA%2CMAAA%2CIAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CMAAA%2CIAAA%3BKAAA%2CiCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CMAAA%2CGAAA%2CMAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%2C%2BBAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%2C8BAAA%3BKAAA%2C%2BBAAA%3BKAAA%2CgCAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CMAAA%2CIAAA%2CQAAA%3BKAAA%2CmBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CMAAA%2CGAAA%2CSAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CMAAA%2CGAAA%2CKAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CMAAA%2CKAAA%2CKAAA%2CUAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CMAAA%2CGAAA%2CKAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CQAAA%2CGAAA%2CIAAA%2CMAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CMAAA%2CIAAA%2COAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CUAAA%2CIAAA%2CMAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CUAAA%2CIAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CMAAA%3BKAAA%2CyBAAA%3BKAAA%2CcAAA%3BKAAA%2CwCAAA%3BKAAA%2CqCAAA%3BKAAA%2CqCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CGAAA%2CQAAA%3BKAAA%2CyBAAA%3BKAAA%2CyBAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CGAAA%2CQAAA%2CKAAA%3BKAAA%2CyBAAA%3BKAAA%2CyBAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CGAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CUAAA%2CSAAA%2CSAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2COAAA%2CMAAA%2CMAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%2C%2BBAAA%3BKAAA%2C8BAAA%3BKAAA%2C6BAAA%3BKAAA%2CgCAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%3BKAAA%2CwCAAA%3BKAAA%2CqCAAA%3BKAAA%2CgCAAA%3BKAAA%3BKAAA%2CyBAAA%3BKAAA%2CkBAAA%3BKAAA%2CuBAAA%3BKAAA%2C0BAAA%3BKAAA%2CyBAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2COAAA%2CKAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%3BKAAA%2CyBAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%2CkBAAA%3BKAAA%2CuBAAA%3BKAAA%2C0BAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CaAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CaAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CWAAA%2CMAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CMAAA%2CKAAA%2CKAAA%2CIAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CMAAA%2CKAAA%2CKAAA%2CIAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CMAAA%2CKAAA%2CKAAA%2CIAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CMAAA%2CMAAA%2CKAAA%2CIAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CMAAA%2CMAAA%2CKAAA%2CIAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CMAAA%2CMAAA%2CKAAA%2CIAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CKAAA%2CIAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CKAAA%2CIAAA%2CMAAA%2CMAAA%3BKAAA%2CgBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CKAAA%2CIAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CKAAA%2CIAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CKAAA%2CIAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CKAAA%2CIAAA%2CMAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CKAAA%2CIAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CKAAA%2CIAAA%2CMAAA%2CMAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CMAAA%2CeAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CMAAA%2CYAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CMAAA%2CIAAA%3BKAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%3BKAAA%2CyBAAA%3BKAAA%2CyBAAA%3BKAAA%2CkBAAA%3BKAAA%2CuBAAA%3BKAAA%2C0BAAA%3BKAAA%2CyBAAA%3BKAAA%2C6CAAA%3BKAAA%2C0CAAA%3BKAAA%2CqCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CYAAA%2CGAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CYAAA%2CGAAA%2CKAAA%2CGAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CYAAA%2CGAAA%2CKAAA%2CGAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CYAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CYAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CYAAA%3BKAAA%3BKAAA%2CgCAAA%3BKAAA%3BKAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CSAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2COAAA%3BKAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CSAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2COAAA%3BKAAA%2CiCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CYAAA%3BKAAA%2CiCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CMAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CSAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CSAAA%2CMAAA%2CKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%3BKAAA%2CqBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CGAAA%2CKAAA%2CKAAA%3BKAAA%2CyBAAA%3BKAAA%3BKAAA%2C%2BBAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CGAAA%2CKAAA%2CKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CGAAA%2CKAAA%2CKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CGAAA%2CKAAA%2CKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CGAAA%3BKAAA%2C%2BBAAA%3BKAAA%2C%2BBAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CGAAA%2COAAA%3BKAAA%2C6BAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CGAAA%2COAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CQAAA%2CEAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CQAAA%2CEAAA%3BKAAA%2CuCAAA%3BKAAA%2CoCAAA%3BKAAA%2C%2BBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CMAAA%2CGAAA%2CMAAA%2CKAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CMAAA%2CGAAA%2CMAAA%2CKAAA%2COAAA%3BKAAA%2CyBAAA%3BKAAA%2CkBAAA%2CwCAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%3BKAAA%2CyBAAA%3BKAAA%2CkBAAA%2CiCAAA%3B%3B%3B%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2COAAA%2CIAAA%2CaAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CGAAA%2CMAAA%2CKAAA%3BKAAA%2C8BAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CMAAA%2CMAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CMAAA%2CMAAA%3BKAAA%2CyBAAA%3BKAAA%2CkBAAA%2CwCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CMAAA%2CGAAA%2CMAAA%2CGAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CGAAA%2CKAAA%2CGAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CGAAA%2CKAAA%2CGAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CQAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%3BKAAA%2CyBAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2COAAA%2CIAAA%2CWAAA%2CIAAA%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2COAAA%2CIAAA%2COAAA%2CEAAA%2CKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CQAAA%2CIAAA%2CKAAA%2CaAAA%2CMAAA%3BKAAA%2CyBAAA%3BKAAA%2C0BAAA%22%2C%22sourcesContent%22%3A%5B%22%5C%2F*%20OpenRat%20Theme%20*%5C%2F%5Cn%20%20%20%20%20%20%20%5Cn%5C%2F*%20%5Cn%20*%20The%20following%20variables%20beginning%20with%20'%40cms-...'%20are%20overwritten%20by%20the%20CMS%20style%20configuration%20values%5Cn%20*%5C%2F%5Cn%40cms-theme-id%3A%20'theme-name'%3B%20%5C%2F*%20technical%20name%20of%20theme%20*%5C%2F%20%5Cn%40cms-image-path%3A%20'%5C%2F'%3B%20%5C%2F*%20Image-path%20*%5C%2F%5Cn%40cms-name%3A%20name%3B%20%5C%2F*%20Logic%20name%20of%20theme%20*%5C%2F%5Cn%40cms-title-background-color%3A%20white%3B%5Cn%40cms-title-text-color%3A%20black%3B%5Cn%40cms-text-color%3A%20black%3B%5Cn%40cms-background-color%3A%20silver%3B%5Cn%40cms-inactive-background-color%3A%20gray%3B%5Cn%5Cn%5Cnhtml.theme-%40%7Bcms-theme-id%7D%20%7B%20%5Cn%5Ct%5Cn%5Ctscrollbar-face-color%3A%20%40cms-title-background-color%3B%5Cn%5Ctscrollbar-arrow-color%3A%20%40cms-title-background-color%3B%5Cn%5Ctscrollbar-base-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Cn%5Ctdiv%23workbench%20div.panel.modal%20%7B%5Cn%5Ct%5Ctborder-color%3A%20%40cms-text-color%20!%20important%3B%5Cn%5Ct%5Ct-webkit-box-shadow%3A%200px%200px%2040px%20%40cms-text-color%3B%5Cn%5Ct%5Ct-moz-box-shadow%3A%200px%200px%2040px%20%40cms-text-color%3B%5Cn%5Ct%5Ctbox-shadow%3A%200px%200px%2040px%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%20%20%5Cn%5Ctdiv%23dialog%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-background-color%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-text-color%3B%5Cn%5Ct%5Ctborder-color%3A%20%40cms-text-color%20!%20important%3B%5Cn%5Ct%5Ct-webkit-box-shadow%3A%200px%200px%2040px%20%40cms-text-color%3B%5Cn%5Ct%5Ct-moz-box-shadow%3A%200px%200px%2040px%20%40cms-text-color%3B%5Cn%5Ct%5Ctbox-shadow%3A%200px%200px%2040px%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.container%20%3E%20div.divider.ui-draggable-dragging%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23workbench%20div.panel%20%7B%5Cn%5Ct%5Ctdiv.arrow-down%20%7B%5Cn%5Ct%5Ct%5Ctborder-top-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct%7D%5Cn%5Cn%5Ct%5Ctdiv.arrow-right%20%7B%5Cn%5Ct%5Ct%5Ctborder-left-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct%7D%5Cn%5Ct%7D%5Cn%5Cn%5Ctiframe%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.breadcrumb%20%2C%20div.breadcrumb%20a%20%2C%20div.panel%20%3E%20div.title%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23noticebar%20%7B%5Cn%5Ct%5Ct%5Cn%5Ct%5Ctdiv.notice%20%7B%5Cn%5Ct%5Ct%5Ctborder%3A%202px%20solid%20%40cms-text-color%3B%5Cn%5Ct%5Ct%5Ctpadding%3A%205px%3B%5Cn%5Ct%5Ct%5Ctmargin%3A%205px%3B%5Cn%5Cn%5Ct%5Ct%5Ct.border-radius(5px)%3B%5Cn%5Ct%5Ct%5Ct-webkit-box-shadow%3A%203px%202px%205px%20%40cms-text-color%3B%5Cn%5Ct%5Ct%5Ct-moz-box-shadow%3A%203px%202px%205px%20%40cms-text-color%3B%5Cn%5Ct%5Ct%5Ctbox-shadow%3A%203px%202px%205px%20%40cms-text-color%3B%5Cn%5Ct%5Ct%5Ctdisplay%3A%20none%3B%5Cn%5Ct%5Ct%7D%5Cn%5Cn%5Ct%5Ctdiv.notice.ok%20%7B%5Cn%5Ct%5Ct%5Ctbackground-color%3A%20green%3B%5Cn%5Ct%5Ct%7D%5Cn%5Cn%5Ct%5Ctdiv.notice.warning%20%7B%5Cn%5Ct%5Ct%5Ctbackground-color%3A%20yellow%3B%5Cn%5Ct%5Ct%7D%5Cn%5Cn%5Ct%5Ctdiv.notice.error%20%7B%5Cn%5Ct%5Ct%5Ctbackground-color%3A%20red%3B%5Cn%5Ct%5Ct%7D%5Cn%5Cn%5Ct%5Ctdiv.notice.info%20%7B%5Cn%5Ct%5Ct%5Ctbackground-color%3A%20%40cms-inactive-background-color%3B%5Cn%5Ct%5Ct%7D%5Cn%5Ct%7D%5Cn%5Cn%5Ctul%23history%20%3E%20li%20%2C%20div.content%20a.action%20%2C%20div.content%20a.help%20%2C%20div.filler%20div.headermenu%20%3E%20a.entry%20%2C%20div.filler%20div.header%20a.back.button%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctbackground%3A%20-moz-linear-gradient(top%2C%20%40cms-title-background-color%2C%20%40cms-inactive-background-color)%3B%5Cn%5Ct%5Ctbackground%3A%20-webkit-gradient(linear%2C%20left%20top%2C%20left%20bottom%2C%20from(%40cms-title-background-color)%2C%20to(%40cms-inactive-background-color))%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul%23history%20%3E%20li.active%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cta.action%3Ahover%20%2C%20a.help%3Ahover%20%2C%20div.noaction%3Ahover%20%7B%5Cn%5Ct%5Ctborder-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cta.action%3Aactive%20%2C%20a.help%3Aactive%20%2C%20div.noaction%3Aactive%20%2C%20input.ok%3Aactive%20%7B%5Cn%5Ct%5Ctborder-color%3A%20red%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cta%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.dropdown%20%3E%20div.divide%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttd.preview%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20papayawhip%3B%5Cn%5Ct%5Ctborder-top%3A%201px%20solid%20%40cms-inactive-background-color%3B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20solid%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ct.preview%20a%3Alink%20%2C%20.preview%20a%3Avisited%20%2C%20.preview%20a%3Aactive%20%2C%20.preview%20a%3Ahover%20%7B%5Cn%5Ct%5Ctcolor%3A%20blue%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctbody.menu%20tr.menu%20td%20table%20tr%20td.noaction%20%2C%20body.main%20tr.menu%20td%20table%20tr%20td.noaction%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctimg%5Balign%3Dleft%5D%20%2C%20img%5Balign%3Dright%5D%20%7B%5Cn%5Ct%5Ctpadding-right%3A%201px%3B%5Cn%5Ct%5Ctpadding-left%3A%201px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctsmall%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctbody.main%20table.main%20td.window%20td.act%20%7B%5Cn%5Ct%5Ctborder-top%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttd.motd%20%7B%5Cn%5Ct%5Ctborder-left%3A%203px%20solid%20red%3B%5Cn%5Ct%5Ctborder-right%3A%203px%20solid%20red%3B%5Cn%5Ct%5Ctfont-weight%3A%20bold%3B%5Cn%5Ct%5Ctpadding%3A%2010px%3B%5Cn%5Ct%5Ctmargin%3A%2010px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20input.checkbox%20%2C%20div.panel%20input.radio%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttextarea.longtext%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttd.notice%20%7B%5Cn%5Ct%5Ctmargin%3A%200px%3B%5Cn%5Ct%5Ctpadding%3A%205%25%3B%5Cn%5Ct%5Cttext-align%3A%20center%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttable.notice%20%7B%5Cn%5Ct%5Ctwidth%3A%20100%25%3B%5Cn%5Ct%5Ctborder%3A%201px%20solid%3B%5Cn%5Ct%5Ctborder-spacing%3A%200px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttable.notice%20th%20%7B%5Cn%5Ct%5Ctpadding%3A%202px%3B%5Cn%5Ct%5Ctwhite-space%3A%20nowrap%3B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20solid%20%40cms-text-color%3B%5Cn%5Ct%5Ctfont-weight%3A%20normal%3B%5Cn%5Ct%5Cttext-align%3A%20left%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttable.calendar%20td%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20dotted%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctform.xlogin%20%7B%5Cn%5Ct%5Ctxbackground-color%3A%20%23E0E0D5%3B%5Cn%5Ct%5Ctborder%3A%202px%20solid%20%40cms-inactive-background-color%3B%5Cn%5Ct%5Ctposition%3A%20absolute%3B%5Cn%5Ct%5Ctz-index%3A%20999%3B%5Cn%5Ct%5Cttop%3A%205%25%3B%5Cn%5Ct%5Ctleft%3A%205%25%3B%5Cn%5Ct%5Ctwidth%3A%2080%25%3B%5Cn%5Ct%5Ctmargin%3A%205%25%3B%5Cn%5Ct%5Ctpadding%3A%2010%25%3B%5Cn%5Ct%5Ctopacity%3A%201%3B%5Cn%5Ct%5Ct-webkit-box-shadow%3A%203px%202px%205px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct-moz-box-shadow%3A%203px%202px%205px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbox-shadow%3A%203px%202px%205px%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul.tree%20%2C%20ul.tree%20ul%20%7B%5Cn%5Ct%5Ctlist-style-type%3A%20none%3B%5Cn%5Ct%5Ctbackground%3A%20url(.%5C%2Fthemes%5C%2Fdefault%5C%2Fimages%5C%2Ftree_line.gif)%20repeat-y%3B%5Cn%5Ct%5Ctxmargin%3A%200%3B%5Cn%5Ct%5Ctpadding%3A%200%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.entry.selected%20%2C%20div.dropdown%20%3E%20div.entry%3Ahover%20%2C%20div.dropdown%20%3E%20div.entry%3Ahover%20%3E%20a%20%2C%20a.element%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul.tree%20li%20%7B%5Cn%5Ct%5Ctxmargin%3A%200%3B%5Cn%5Ct%5Ctpadding%3A%200%200px%3B%5Cn%5Ct%5Ctline-height%3A%2018px%3B%5Cn%5Ct%5Ctbackground%3A%20url(.%5C%2Fthemes%5C%2Fdefault%5C%2Fimages%5C%2Ftree_none.gif)%20no-repeat%3B%5Cn%5Ct%5Ctxcolor%3A%20%23369%3B%5Cn%5Ct%5Ctfont-weight%3A%20normal%3B%5Cn%5Ct%5Ctwhite-space%3A%20nowrap%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul.tree%20li.last%20%2C%20ul.tree%20li%3Alast-child%20%7B%5Cn%5Ct%5Ctbackground%3A%20url(.%5C%2Fthemes%5C%2Fdefault%5C%2Fimages%5C%2Ftree_none_end.gif)%20no-repeat%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.tree.open%20%7B%5Cn%5Ct%5Ctbackground%3A%20url(.%5C%2Fthemes%5C%2Fdefault%5C%2Fimages%5C%2Ftree_minus.png)%20no-repeat%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.tree.closed%20%7B%5Cn%5Ct%5Ctbackground%3A%20url(.%5C%2Fthemes%5C%2Fdefault%5C%2Fimages%5C%2Ftree_plus.png)%20no-repeat%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctbody%20%3E%20div%20%7B%5Cn%5Ct%5Ctdisplay%3A%20none%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.structure%20em%20%7B%5Cn%5Ct%5Ctfont-style%3A%20italic%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ct.drophover%20%7B%5Cn%5Ct%5Ctborder%3A%202px%20dotted%20green%3B%5Cn%5Ct%5Ctcursor%3A%20move%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ct.dropactive%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20dotted%20blue%3B%5Cn%5Ct%5Ctcursor%3A%20move%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20%3E%20div.header%20%3E%20div.panel-icon%20%7B%5Cn%5Ct%5Ctxposition%3A%20static%3B%5Cn%5Ct%5Ctxright%3A%20-30px%3B%5Cn%5Ct%5Cttop%3A%203px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.backward_link%20%7B%5Cn%5Ct%5Ctfloat%3A%20left%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.forward_link%20%7B%5Cn%5Ct%5Ctfloat%3A%20right%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20%3E%20div.header%20%7B%5Cn%5Ct%5Ctpadding%3A%200px%3B%5Cn%5Ct%5Ctwidth%3A%20100%25%3B%5Cn%5Ct%5Ctheight%3A%2025px%3B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20div.header%20ul.views%20%7B%5Cn%5Ct%5Cttext-align%3A%20left%3B%5Cn%5Ct%5Ctlist-style-type%3A%20none%3B%5Cn%5Ct%5Ctoverflow%3A%20hidden%3B%5Cn%5Ct%5Ctwhite-space%3A%20nowrap%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctimg.icon%20%7B%5Cn%5Ct%5Ctpadding%3A%204px%3B%5Cn%5Ct%5Ctwidth%3A%2016px%3B%5Cn%5Ct%5Ctheight%3A%2016px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul.views%20div.tabname%20%7B%5Cn%5Ct%5Ctoverflow%3A%20hidden%3B%5Cn%5Ct%5Ctwhite-space%3A%20nowrap%3B%5Cn%5Ct%5Ctpadding%3A%204px%3B%5Cn%5Ct%5Ctvertical-align%3A%20middle%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20div.header%20%7B%5Cn%5Ct%5Ctxborder-bottom%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20ul.views%20li%20%7B%5Cn%5Ct%5Ctvertical-align%3A%20middle%3B%5Cn%5Ct%5Ctpadding%3A%200px%3B%5Cn%5Ct%5Ctcursor%3A%20pointer%3B%5Cn%5Ct%5Ctborder-right%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct-moz-border-radius-topleft%3A%205px%3B%5Cn%5Ct%5Ct-webkit-border-radius-topleft%3A%205px%3B%5Cn%5Ct%5Ct-khtml-border-top-radius-topleft%3A%205px%3B%5Cn%5Ct%5Ctborder-top-right-radius%3A%205px%3B%5Cn%5Ct%5Ct-moz-border-radius-topright%3A%205px%3B%5Cn%5Ct%5Ct-webkit-border-radius-topright%3A%205px%3B%5Cn%5Ct%5Ct-khtml-border-top-radius-topright%3A%205px%3B%5Cn%5Ct%5Ctborder-top-right-radius%3A%205px%3B%5Cn%5Ct%5Ctxborder-top%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctxborder-left%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctxborder-right%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctxmargin-right%3A%2010px%3B%5Cn%5Ct%5Ctdisplay%3A%20inline%3B%5Cn%5Ct%5Ctwhite-space%3A%20nowrap%3B%5Cn%5Ct%5Ctfloat%3A%20left%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20div.content%20table%20%7B%5Cn%5Ct%5Ctborder%3A%202px%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttable%20tr.headline%20%3E%20td%20%7B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttable%20tr.data%20%3E%20td%20%7B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttable%20%3E%20tr.data%3Anth-child(2n)%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttable%20tr.data%3Ahover%20%2C%20div.content%20li%20div.entry%3Ahover%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20div.status%20div%20%2C%20div.message%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23workbench%20div.panel.fullscreen%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23workbench%20div.panel%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctinput.submit%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ct-webkit-box-shadow%3A%200px%200px%2015px%20%40cms-background-color%3B%5Cn%5Ct%5Ct-moz-box-shadow%3A%200px%200px%2015px%20%40cms-background-color%3B%5Cn%5Ct%5Ctbox-shadow%3A%200px%200px%2015px%2010px%20%40cms-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul%23history%20%3E%20li%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-inactive-background-color%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul%23history%20%3E%20li.active%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-text-color%3B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul%23history%20%7B%5Cn%5Ct%5Ctdisplay%3A%20none%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23filler%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.clickable.filtered.inactive%20%3E%20a%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23header%20%3E%20div%20%3E%20div.arrow-down%20%7B%5Cn%5Ct%5Ctdisplay%3A%20inline%3B%5Cn%5Ct%5Ctwidth%3A%200%3B%5Cn%5Ct%5Ctheight%3A%200%3B%5Cn%5Ct%5Ctmargin%3A%206%3B%5Cn%5Ct%5Ctpadding%3A%200px%3B%5Cn%5Ct%5Ctborder-right%3A%206px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctborder-left%3A%206px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctborder-top%3A%206px%20solid%20%40cms-inactive-background-color%3B%5Cn%5Ct%5Ctborder-bottom%3A%204px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctmargin-top%3A%2010px%3B%5Cn%5Ct%5Ctfont-size%3A%200%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ct.border-radius%20(%40radius)%20%7B%5Cn%5Ct%5Ctborder-radius%3A%20%40radius%3B%5Cn%5Ct%5Ct-moz-border-radius%3A%20%40radius%3B%5Cn%5Ct%5Ct-webkit-border-radius%3A%20%40radius%3B%5Cn%5Ct%5Ct-khtml-border-radius%3A%20%40radius%3B%5Cn%5Ct%7D%5Cn%5Ct%5Cn%5Ctdiv.dropdown%20%7B%5Cn%5Ct%5Ct-webkit-box-shadow%3A%203px%202px%2010px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct-moz-box-shadow%3A%203px%202px%2010px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbox-shadow%3A%203px%202px%2010px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctopacity%3A%200.95%3B%5Cn%5Cn%5Ct%5Ctborder%3A%202px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct.border-radius(%205px%20)%3B%5Cn%5Ct%5Ct%5Cn%5Ct%5Ctfont-style%3A%20normal%3B%5Cn%5Ct%5Ctfont-weight%3A%20normal%3B%5Cn%5Ct%5Cttext-decoration%3A%20none%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23header%20span.titletext%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.toolbar-icon%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctpadding%3A%202px%3B%5Cn%5Ct%5Ctmargin-left%3A%205px%3B%5Cn%5Ct%5Ctfloat%3A%20left%3B%5Cn%5Ct%5Ct.border-radius(%203px%20)%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.toolbar-icon.inactive%20%7B%5Cn%5Ct%5Ctopacity%3A%200.5%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.toolbar-icon%3Ahover%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.headermenu%20%7B%5Cn%5Ct%5Ctmargin%3A%205px%3B%5Cn%5Ct%5Ctz-index%3A%201%3B%5Cn%5Ct%5Ctposition%3A%20relative%3B%5Cn%5Ct%5Ctright%3A%200%3B%5Cn%5Ct%5Cttop%3A%200%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.headermenu%20%3E%20div.toolbar-icon%20%7B%5Cn%5Ct%5Ctfloat%3A%20right%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctbody%20%7B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel.wide%20form%20div.line%20%7B%5Cn%5Ct%5Ctclear%3A%20left%3B%5Cn%5Ct%5Ctmargin-top%3A%2010px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel.wide%20form%20div.label%20%7B%5Cn%5Ct%5Ctdisplay%3A%20inline-block%3B%5Cn%5Ct%5Ctwidth%3A%2030%25%3B%5Cn%5Ct%5Ctvertical-align%3A%20top%3B%5Cn%5Ct%5Cttext-align%3A%20right%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel.wide%20form%20div.input%20%7B%5Cn%5Ct%5Ctdisplay%3A%20inline-block%3B%5Cn%5Ct%5Ctwidth%3A%2060%25%3B%5Cn%5Ct%5Ctvertical-align%3A%20top%3B%5Cn%5Ct%5Cttext-align%3A%20left%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel.small%20form%20div.line%20%7B%5Cn%5Ct%5Ctclear%3A%20left%3B%5Cn%5Ct%5Ctpadding%3A%2010px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel.small%20form%20div.label%20%7B%5Cn%5Ct%5Ctdisplay%3A%20block%3B%5Cn%5Ct%5Ctwidth%3A%20100%25%3B%5Cn%5Ct%5Ctvertical-align%3A%20top%3B%5Cn%5Ct%5Cttext-align%3A%20left%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel.small%20form%20div.input%20%7B%5Cn%5Ct%5Ctdisplay%3A%20block%3B%5Cn%5Ct%5Ctwidth%3A%20100%25%3B%5Cn%5Ct%5Ctvertical-align%3A%20top%3B%5Cn%5Ct%5Cttext-align%3A%20left%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctform%20div.label%20%3E%20label%20%2C%20form%20div.input%20%3E%20div.intputholder%20%7B%5Cn%5Ct%5Ctpadding%3A%200px%205px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctform%20div.input%20input%5Btype%3Dtext%5D%20%2C%20form%20div.input%20input%5Btype%3Dpassword%5D%20%2C%20form%20div.input%20textarea%20%2C%20form%20div.input%20select%20%7B%5Cn%5Ct%5Ctwidth%3A%20100%25%3B%5Cn%5Ct%7D%5Cn%20%20%5Cn%5Ctform%20div.input%20input%5Btype%3Dcheckbox%5D%20%2C%20form%20div.input%20input%5Btype%3Dradio%5D%20%7B%5Cn%5Ct%5Ctvertical-align%3A%20top%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctlabel%20%7B%5Cn%5Ct%5Ctdisplay%3A%20inline-block%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctinput%5Btype%3Dcheckbox%5D%20%2B%20label%20%2C%20input%5Btype%3Dradio%5D%20%2B%20label%20%7B%5Cn%5Ct%5Ctwidth%3A%2080%25%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctlabel%20div.description%20%7B%5Cn%5Ct%5Ctfont-size%3A%200.75em%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.inputholder%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct.border-radius(%203px%20)%3B%5Cn%5Ct%5Ct-webkit-box-shadow%3A%20inset%200px%200px%203px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct-moz-box-shadow%3A%20inset%200px%200px%203px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbox-shadow%3A%20inset%200px%200px%203px%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.inputholder%20ul.tree%20%2C%20div.inputholder%20ul.tree%20li.last%20%2C%20div.inputholder%20ul.tree%20li%3Alast-child%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.inputholder%20%3E%20input%20%2C%20div.inputholder%20%3E%20textarea%20%2C%20div.inputholder%20%3E%20select%20%7B%5Cn%5Ct%5Ctborder%3A%200px%3B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20solid%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctpadding%3A%202px%3B%5Cn%5Ct%5Ctmargin%3A%200px%3B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctinput%3Afocus%20%2C%20textarea%3Afocus%20%2C%20select%3Afocus%20%7B%5Cn%5Ct%5Ctborder%3A%200px%3B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20solid%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctinput.error%20%2C%20textarea.error%20%2C%20select.error%20%7B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20dotted%20%40cms-text-color%20!%20important%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.inputholder.error%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20red%20!%20important%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctinput.hint%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctfieldset%20%3E%20div%20input.name%20%2C%20fieldset%20%3E%20div%20span.name%20%7B%5Cn%5Ct%5Ctfont-weight%3A%20bold%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctfieldset%20%7B%5Cn%5Ct%5Ctborder-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23tree%20%7B%5Cn%5Ct%5Ctoverflow%3A%20visible%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttr.diff%20%3E%20td.line%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctpadding-right%3A%202px%3B%5Cn%5Ct%5Ctborder-right%3A%203px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Cttext-align%3A%20right%3B%5Cn%5Ct%5Ctmargin-right%3A%202px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttr.diff%20%3E%20td.equal%20%7B%5Cn%5Ct%7D%5Cn%5Cn%5Cttr.diff%20%3E%20td.old%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20red%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttr.diff%20%3E%20td.new%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20green%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttr.diff%20%3E%20td.notequal%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20yellow%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdl.notice%20%7B%5Cn%5Ct%5Ctborder-left%3A%2010px%20%40cms-inactive-background-color%20solid%3B%5Cn%5Ct%5Ctborder-right%3A%201px%20%40cms-inactive-background-color%20solid%3B%5Cn%5Ct%5Ctpadding%3A%2015px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdl.notice%20%3E%20dt%20%7B%5Cn%5Ct%5Ctborder-top%3A%201px%20%40cms-inactive-background-color%20solid%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdl.notice%20%3E%20dd%20%7B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20%40cms-inactive-background-color%20solid%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.content%20a.action%20%2C%20div.content%20a.help%20%7B%5Cn%5Ct%5Ct-webkit-box-shadow%3A%203px%202px%205px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct-moz-box-shadow%3A%203px%202px%205px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbox-shadow%3A%203px%202px%205px%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctbody%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20ul.views%20%3E%20li.active%20%2C%20div.panel%20ul.views%20%3E%20li.active%3Ahover%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbackground-image%3A%20linear-gradient(%40cms-inactive-background-color%200%25%2C%20%40cms-title-background-color%2015%25)%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23header%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbackground-image%3A%20linear-gradient(%40cms-title-background-color%2Clighten(%40cms-title-background-color%2C10%25))%3B%5Cn%5Ct%5Ct%5C%2F*%5Cn%5Ct%5Ctbackground-image%3A%20linear-gradient(%40cms-title-background-color%2085%25%2C%20%40cms-inactive-background-color%20100%25)%3B%5Cn%5Ct%5Ct%20*%5C%2F%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23header%20div.toolbar-icon%20%3E%20a%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23header%20%2C%20ul.views%20%3E%20li.action%20%7B%5Cn%5Ct%5Ctfont-family%3A%20Arial%2C%20sans-serif%3B%5Cn%5Ct%5Ctfont-size%3A%2013px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20%3E%20div.content%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20%3E%20div.header%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-background-color%3B%5Cn%5Ct%5Ctbackground-image%3A%20linear-gradient(%40cms-inactive-background-color%2000%25%2C%20%40cms-background-color%2085%25)%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20ul.views%20li%3Ahover%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul.tree%20li.last%20%2C%20ul.tree%20li%3Alast-child%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.content%20pre%20%2C%20div.dropdown%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.filler%20div.headermenu%20%3E%20a.entry%20%2C%20div.filler%20div.header%20a.back.button%20%7B%5Cn%5Ct%5Ctfont-size%3A%200.8em%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.line.filedropzone%20%3E%20div.input%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctborder%3A%201px%20dotted%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%7D%5Cn%5Cn%5C%2F*%20Theme%20Ende%20*%5C%2F%5Cn%22%5D%7D */ -/* Style modern */ -/* OpenRat Theme */ -/* - * The following variables beginning with '@cms-...' are overwritten by the CMS style configuration values - */ -/* technical name of theme */ -/* Image-path */ -/* Logic name of theme */ -html.theme-modern { - scrollbar-face-color: #3f6194; - scrollbar-arrow-color: #3f6194; - scrollbar-base-color: #ffffff; -} -html.theme-modern div#workbench div.panel.modal { - border-color: #000000 !important; - -webkit-box-shadow: 0px 0px 40px #000000; - -moz-box-shadow: 0px 0px 40px #000000; - box-shadow: 0px 0px 40px #000000; -} -html.theme-modern div#dialog { - background-color: #f3f3f3; - color: #000000; - border-color: #000000 !important; - -webkit-box-shadow: 0px 0px 40px #000000; - -moz-box-shadow: 0px 0px 40px #000000; - box-shadow: 0px 0px 40px #000000; -} -html.theme-modern div.container > div.divider.ui-draggable-dragging { - background-color: #3f6194; -} -html.theme-modern div#workbench div.panel div.arrow-down { - border-top-color: #3f6194; -} -html.theme-modern div#workbench div.panel div.arrow-right { - border-left-color: #3f6194; -} -html.theme-modern iframe { - border: 1px solid #3f6194; -} -html.theme-modern div.breadcrumb, -html.theme-modern div.breadcrumb a, -html.theme-modern div.panel > div.title { - color: #ffffff; -} -html.theme-modern div#noticebar div.notice { - border: 2px solid #000000; - padding: 5px; - margin: 5px; - border-radius: 5px; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - -khtml-border-radius: 5px; - -webkit-box-shadow: 3px 2px 5px #000000; - -moz-box-shadow: 3px 2px 5px #000000; - box-shadow: 3px 2px 5px #000000; - display: none; -} -html.theme-modern div#noticebar div.notice.ok { - background-color: green; -} -html.theme-modern div#noticebar div.notice.warning { - background-color: yellow; -} -html.theme-modern div#noticebar div.notice.error { - background-color: red; -} -html.theme-modern div#noticebar div.notice.info { - background-color: #cccccc; -} -html.theme-modern ul#history > li, -html.theme-modern div.content a.action, -html.theme-modern div.content a.help, -html.theme-modern div.filler div.headermenu > a.entry, -html.theme-modern div.filler div.header a.back.button { - border: 1px solid #3f6194; - background-color: #ffffff; - background: -moz-linear-gradient(top, #3f6194, #cccccc); - background: -webkit-gradient(linear, left top, left bottom, from(#3f6194), to(#cccccc)); - color: #000000; -} -html.theme-modern ul#history > li.active { - background-color: #ffffff; - color: #000000; -} -html.theme-modern a.action:hover, -html.theme-modern a.help:hover, -html.theme-modern div.noaction:hover { - border-color: #ffffff; -} -html.theme-modern a.action:active, -html.theme-modern a.help:active, -html.theme-modern div.noaction:active, -html.theme-modern input.ok:active { - border-color: red; -} -html.theme-modern a { - color: #000000; -} -html.theme-modern div.dropdown > div.divide { - background-color: #3f6194; -} -html.theme-modern td.preview { - background-color: papayawhip; - border-top: 1px solid #cccccc; - border-bottom: 1px solid #cccccc; -} -html.theme-modern .preview a:link, -html.theme-modern .preview a:visited, -html.theme-modern .preview a:active, -html.theme-modern .preview a:hover { - color: blue; -} -html.theme-modern body.menu tr.menu td table tr td.noaction, -html.theme-modern body.main tr.menu td table tr td.noaction { - color: #3f6194; -} -html.theme-modern img[align=left], -html.theme-modern img[align=right] { - padding-right: 1px; - padding-left: 1px; -} -html.theme-modern small { - color: #3f6194; -} -html.theme-modern body.main table.main td.window td.act { - border-top: 1px solid #3f6194; -} -html.theme-modern td.motd { - border-left: 3px solid red; - border-right: 3px solid red; - font-weight: bold; - padding: 10px; - margin: 10px; -} -html.theme-modern div.panel input.checkbox, -html.theme-modern div.panel input.radio { - border: 1px solid #3f6194; -} -html.theme-modern textarea.longtext { - border: 1px solid #000000; -} -html.theme-modern td.notice { - margin: 0px; - padding: 5%; - text-align: center; -} -html.theme-modern table.notice { - width: 100%; - border: 1px solid; - border-spacing: 0px; -} -html.theme-modern table.notice th { - padding: 2px; - white-space: nowrap; - border-bottom: 1px solid #000000; - font-weight: normal; - text-align: left; -} -html.theme-modern table.calendar td { - border: 1px dotted; -} -html.theme-modern form.xlogin { - xbackground-color: #E0E0D5; - border: 2px solid #cccccc; - position: absolute; - z-index: 999; - top: 5%; - left: 5%; - width: 80%; - margin: 5%; - padding: 10%; - opacity: 1; - -webkit-box-shadow: 3px 2px 5px #3f6194; - -moz-box-shadow: 3px 2px 5px #3f6194; - box-shadow: 3px 2px 5px #3f6194; -} -html.theme-modern ul.tree, -html.theme-modern ul.tree ul { - list-style-type: none; - background: url(themes/default/css/themes/default/images/tree_line.gif) repeat-y; - xmargin: 0; - padding: 0; -} -html.theme-modern div.entry.selected, -html.theme-modern div.dropdown > div.entry:hover, -html.theme-modern div.dropdown > div.entry:hover > a, -html.theme-modern a.element { - background-color: #3f6194; - color: #ffffff; -} -html.theme-modern ul.tree li { - xmargin: 0; - padding: 0 0px; - line-height: 18px; - background: url(themes/default/css/themes/default/images/tree_none.gif) no-repeat; - xcolor: #369; - font-weight: normal; - white-space: nowrap; -} -html.theme-modern ul.tree li.last, -html.theme-modern ul.tree li:last-child { - background: url(themes/default/css/themes/default/images/tree_none_end.gif) no-repeat; -} -html.theme-modern div.tree.open { - background: url(themes/default/css/themes/default/images/tree_minus.png) no-repeat; -} -html.theme-modern div.tree.closed { - background: url(themes/default/css/themes/default/images/tree_plus.png) no-repeat; -} -html.theme-modern body > div { - display: none; -} -html.theme-modern div.structure em { - font-style: italic; -} -html.theme-modern .drophover { - border: 2px dotted green; - cursor: move; -} -html.theme-modern .dropactive { - border: 1px dotted blue; - cursor: move; -} -html.theme-modern div.panel > div.header > div.panel-icon { - xposition: static; - xright: -30px; - top: 3px; -} -html.theme-modern div.backward_link { - float: left; -} -html.theme-modern div.forward_link { - float: right; -} -html.theme-modern div.panel > div.header { - padding: 0px; - width: 100%; - height: 25px; - border-bottom: 1px solid #3f6194; -} -html.theme-modern div.panel div.header ul.views { - text-align: left; - list-style-type: none; - overflow: hidden; - white-space: nowrap; -} -html.theme-modern img.icon { - padding: 4px; - width: 16px; - height: 16px; -} -html.theme-modern ul.views div.tabname { - overflow: hidden; - white-space: nowrap; - padding: 4px; - vertical-align: middle; -} -html.theme-modern div.panel div.header { - xborder-bottom: 1px solid #3f6194; -} -html.theme-modern div.panel ul.views li { - vertical-align: middle; - padding: 0px; - cursor: pointer; - border-right: 1px solid #3f6194; - -moz-border-radius-topleft: 5px; - -webkit-border-radius-topleft: 5px; - -khtml-border-top-radius-topleft: 5px; - -moz-border-radius-topright: 5px; - -webkit-border-radius-topright: 5px; - -khtml-border-top-radius-topright: 5px; - border-top-right-radius: 5px; - xborder-top: 1px solid #3f6194; - xborder-left: 1px solid #3f6194; - xborder-right: 1px solid #3f6194; - xmargin-right: 10px; - display: inline; - white-space: nowrap; - float: left; -} -html.theme-modern div.panel div.content table { - border: 2px #cccccc; -} -html.theme-modern table tr.headline > td { - border-bottom: 1px solid #3f6194; -} -html.theme-modern table tr.data > td { - border-bottom: 1px solid #3f6194; -} -html.theme-modern table > tr.data:nth-child(2n) { - background-color: #cccccc; -} -html.theme-modern table tr.data:hover, -html.theme-modern div.content li div.entry:hover { - background-color: #cccccc; -} -html.theme-modern div.panel div.status div, -html.theme-modern div.message { - border: 1px solid #3f6194; -} -html.theme-modern div#workbench div.panel.fullscreen { - background-color: #f3f3f3; -} -html.theme-modern div#workbench div.panel { - border: 1px solid #3f6194; -} -html.theme-modern input.submit { - background-color: #3f6194; - color: #ffffff; - -webkit-box-shadow: 0px 0px 15px #f3f3f3; - -moz-box-shadow: 0px 0px 15px #f3f3f3; - box-shadow: 0px 0px 15px 10px #f3f3f3; -} -html.theme-modern ul#history > li { - border: 1px solid #3f6194; - background-color: #cccccc; - color: #000000; -} -html.theme-modern ul#history > li.active { - border: 1px solid #000000; - background-color: #ffffff; - color: #000000; -} -html.theme-modern ul#history { - display: none; -} -html.theme-modern div#filler { - background-color: #000000; -} -html.theme-modern div.clickable.filtered.inactive > a { - color: #cccccc; -} -html.theme-modern div#header > div > div.arrow-down { - display: inline; - width: 0; - height: 0; - margin: 6; - padding: 0px; - border-right: 6px solid #3f6194; - border-left: 6px solid #3f6194; - border-top: 6px solid #cccccc; - border-bottom: 4px solid #3f6194; - margin-top: 10px; - font-size: 0; -} -html.theme-modern div.dropdown { - -webkit-box-shadow: 3px 2px 10px #3f6194; - -moz-box-shadow: 3px 2px 10px #3f6194; - box-shadow: 3px 2px 10px #3f6194; - opacity: 0.95; - border: 2px solid #3f6194; - border-radius: 5px; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - -khtml-border-radius: 5px; - font-style: normal; - font-weight: normal; - text-decoration: none; -} -html.theme-modern div#header span.titletext { - color: #ffffff; -} -html.theme-modern div.toolbar-icon { - border: 1px solid #3f6194; - padding: 2px; - margin-left: 5px; - float: left; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - -khtml-border-radius: 3px; -} -html.theme-modern div.toolbar-icon.inactive { - opacity: 0.5; -} -html.theme-modern div.toolbar-icon:hover { - border: 1px solid #cccccc; -} -html.theme-modern div.headermenu { - margin: 5px; - z-index: 1; - position: relative; - right: 0; - top: 0; -} -html.theme-modern div.headermenu > div.toolbar-icon { - float: right; -} -html.theme-modern div.panel.wide form div.line { - clear: left; - margin-top: 10px; -} -html.theme-modern div.panel.wide form div.label { - display: inline-block; - width: 30%; - vertical-align: top; - text-align: right; -} -html.theme-modern div.panel.wide form div.input { - display: inline-block; - width: 60%; - vertical-align: top; - text-align: left; -} -html.theme-modern div.panel.small form div.line { - clear: left; - padding: 10px; -} -html.theme-modern div.panel.small form div.label { - display: block; - width: 100%; - vertical-align: top; - text-align: left; -} -html.theme-modern div.panel.small form div.input { - display: block; - width: 100%; - vertical-align: top; - text-align: left; -} -html.theme-modern form div.label > label, -html.theme-modern form div.input > div.intputholder { - padding: 0px 5px; -} -html.theme-modern form div.input input[type=text], -html.theme-modern form div.input input[type=password], -html.theme-modern form div.input textarea, -html.theme-modern form div.input select { - width: 100%; -} -html.theme-modern form div.input input[type=checkbox], -html.theme-modern form div.input input[type=radio] { - vertical-align: top; -} -html.theme-modern label { - display: inline-block; -} -html.theme-modern input[type=checkbox] + label, -html.theme-modern input[type=radio] + label { - width: 80%; -} -html.theme-modern label div.description { - font-size: 0.75em; - color: #3f6194; -} -html.theme-modern div.inputholder { - background-color: #ffffff; - border: 1px solid #3f6194; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - -khtml-border-radius: 3px; - -webkit-box-shadow: inset 0px 0px 3px #3f6194; - -moz-box-shadow: inset 0px 0px 3px #3f6194; - box-shadow: inset 0px 0px 3px #3f6194; -} -html.theme-modern div.inputholder ul.tree, -html.theme-modern div.inputholder ul.tree li.last, -html.theme-modern div.inputholder ul.tree li:last-child { - background-color: #ffffff; -} -html.theme-modern div.inputholder > input, -html.theme-modern div.inputholder > textarea, -html.theme-modern div.inputholder > select { - border: 0px; - border-bottom: 1px solid #ffffff; - padding: 2px; - margin: 0px; - background-color: #ffffff; -} -html.theme-modern input:focus, -html.theme-modern textarea:focus, -html.theme-modern select:focus { - border: 0px; - border-bottom: 1px solid #cccccc; -} -html.theme-modern input.error, -html.theme-modern textarea.error, -html.theme-modern select.error { - border-bottom: 1px dotted #000000 !important; -} -html.theme-modern div.inputholder.error { - border: 1px solid red ! important; -} -html.theme-modern input.hint { - color: #3f6194; -} -html.theme-modern fieldset > div input.name, -html.theme-modern fieldset > div span.name { - font-weight: bold; -} -html.theme-modern fieldset { - border-color: #3f6194; -} -html.theme-modern div#tree { - overflow: visible; -} -html.theme-modern tr.diff > td.line { - background-color: #ffffff; - padding-right: 2px; - border-right: 3px solid #3f6194; - text-align: right; - margin-right: 2px; -} -html.theme-modern tr.diff > td.old { - background-color: red; -} -html.theme-modern tr.diff > td.new { - background-color: green; -} -html.theme-modern tr.diff > td.notequal { - background-color: yellow; -} -html.theme-modern dl.notice { - border-left: 10px #cccccc solid; - border-right: 1px #cccccc solid; - padding: 15px; -} -html.theme-modern dl.notice > dt { - border-top: 1px #cccccc solid; -} -html.theme-modern dl.notice > dd { - border-bottom: 1px #cccccc solid; -} -html.theme-modern div.content a.action, -html.theme-modern div.content a.help { - -webkit-box-shadow: 3px 2px 5px #3f6194; - -moz-box-shadow: 3px 2px 5px #3f6194; - box-shadow: 3px 2px 5px #3f6194; -} -html.theme-modern body { - background-color: #cccccc; -} -html.theme-modern div.panel ul.views > li.active, -html.theme-modern div.panel ul.views > li.active:hover { - background-color: #3f6194; - background-image: linear-gradient(#cccccc 0%, #3f6194 15%); - color: #ffffff; -} -html.theme-modern div#header { - background-color: #3f6194; - background-image: linear-gradient(#3f6194, #5179b5); - /* - background-image: linear-gradient(@cms-title-background-color 85%, @cms-inactive-background-color 100%); - */ - color: #ffffff; -} -html.theme-modern div#header div.toolbar-icon > a { - color: #ffffff; -} -html.theme-modern div#header, -html.theme-modern ul.views > li.action { - font-family: Arial, sans-serif; - font-size: 13px; -} -html.theme-modern div.panel > div.content { - background-color: #f3f3f3; -} -html.theme-modern div.panel > div.header { - background-color: #f3f3f3; - background-image: linear-gradient(#cccccc 0%, #f3f3f3 85%); -} -html.theme-modern div.panel ul.views li:hover { - background-color: #cccccc; -} -html.theme-modern ul.tree li.last, -html.theme-modern ul.tree li:last-child { - background-color: #f3f3f3; -} -html.theme-modern div.content pre, -html.theme-modern div.dropdown { - background-color: #ffffff; - color: #000000; -} -html.theme-modern div.filler div.headermenu > a.entry, -html.theme-modern div.filler div.header a.back.button { - font-size: 0.8em; -} -html.theme-modern div.line.filedropzone > div.input { - background-color: #ffffff; - border: 1px dotted #000000; -} -/* Theme Ende */ -/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22themes%5C%2Fdefault%5C%2Fcss%5C%2Fopenrat-theme.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3BAAAkP%2CIAAA%2COAAA%3BKAAA%2C6BAAA%3BKAAA%2C8BAAA%3BKAAA%2C6BAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CUAAA%2CIAAA%2CMAAA%3BKAAA%2CqBAAA%3BKAAA%2CwCAAA%3BKAAA%2CqCAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%3BKAAA%2CyBAAA%3BKAAA%2CcAAA%3BKAAA%2CqBAAA%3BKAAA%2CwCAAA%3BKAAA%2CqCAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CUAAA%2CMAAA%2CQAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CUAAA%2CIAAA%2CMAAA%2CIAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CUAAA%2CIAAA%2CMAAA%2CIAAA%3BKAAA%2C0BAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CWAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CMAAA%2CMAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CUAAA%2CIAAA%3BKAAA%2CyBAAA%3BKAAA%3BKAAA%3BKAAA%2CkBAAA%3BKAAA%2CuBAAA%3BKAAA%2C0BAAA%3BKAAA%2CyBAAA%3BKAAA%2CuCAAA%3BKAAA%2CoCAAA%3BKAAA%2C%2BBAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CUAAA%2CIAAA%2COAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CUAAA%2CIAAA%2COAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CUAAA%2CIAAA%2COAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CUAAA%2CIAAA%2COAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CGAAA%2CQAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CQAAA%2CEAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CQAAA%2CEAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2COAAA%2CIAAA%2CWAAA%2CIAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2COAAA%2CIAAA%2COAAA%2CEAAA%2CKAAA%3BKAAA%2CyBAAA%3BKAAA%2CyBAAA%3BKAAA%2CYAAA%2C2CAAA%3BKAAA%2CYAAA%2CgDAAA%2CeAAA%2CYAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CGAAA%2CQAAA%2CKAAA%3BKAAA%2CyBAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CEAAA%2COAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CEAAA%2CKAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CSAAA%3BKAAA%2CqBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CEAAA%2COAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CEAAA%2CKAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CSAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CMAAA%2CGAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CSAAA%2CMAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CGAAA%3BKAAA%3BKAAA%2C6BAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CSAAA%2CEAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CSAAA%2CEAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CSAAA%2CEAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CSAAA%2CEAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CKAAA%2CKAAA%2CGAAA%2CKAAA%2CGAAA%2CMAAA%2CGAAA%2CGAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CKAAA%2CKAAA%2CGAAA%2CKAAA%2CGAAA%2CMAAA%2CGAAA%2CGAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CKAAA%2CKAAA%2CMAAA%2CKAAA%2CGAAA%2COAAA%2CGAAA%3BKAAA%2C6BAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CGAAA%3BKAAA%2C0BAAA%3BKAAA%2C2BAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CMAAA%2CMAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CSAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CGAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CMAAA%3BKAAA%3BKAAA%2CiBAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CMAAA%2COAAA%3BKAAA%3BKAAA%3BKAAA%2CgCAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CMAAA%2CSAAA%3BKAAA%2CkBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CKAAA%3BKAAA%3BKAAA%2CyBAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%2CuCAAA%3BKAAA%2CoCAAA%3BKAAA%2C%2BBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CGAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CGAAA%2CKAAA%3BKAAA%3BKAAA%2CgFAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CSAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CSAAA%2CMAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CEAAA%3BKAAA%2CyBAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CGAAA%2CKAAA%3BKAAA%3BKAAA%2CcAAA%3BKAAA%3BKAAA%2CiFAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CGAAA%2CKAAA%2CGAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CGAAA%2CKAAA%2CGAAA%3BKAAA%2CqFAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CKAAA%3BKAAA%2CkFAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CKAAA%3BKAAA%2CiFAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CUAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%3BKAAA%2CwBAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%3BKAAA%2CuBAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CMAAA%2CMAAA%2COAAA%2CMAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CMAAA%2CMAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CMAAA%2CIAAA%2COAAA%2CGAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CGAAA%2CMAAA%2CIAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CMAAA%2CIAAA%3BKAAA%2CiCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CMAAA%2CGAAA%2CMAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%2C%2BBAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%2C8BAAA%3BKAAA%2C%2BBAAA%3BKAAA%2CgCAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CMAAA%2CIAAA%2CQAAA%3BKAAA%2CmBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CMAAA%2CGAAA%2CSAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CMAAA%2CGAAA%2CKAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CMAAA%2CKAAA%2CKAAA%2CUAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CMAAA%2CGAAA%2CKAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CQAAA%2CGAAA%2CIAAA%2CMAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CMAAA%2CIAAA%2COAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CUAAA%2CIAAA%2CMAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CUAAA%2CIAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CMAAA%3BKAAA%2CyBAAA%3BKAAA%2CcAAA%3BKAAA%2CwCAAA%3BKAAA%2CqCAAA%3BKAAA%2CqCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CGAAA%2CQAAA%3BKAAA%2CyBAAA%3BKAAA%2CyBAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CGAAA%2CQAAA%2CKAAA%3BKAAA%2CyBAAA%3BKAAA%2CyBAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CGAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CUAAA%2CSAAA%2CSAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2COAAA%2CMAAA%2CMAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%2C%2BBAAA%3BKAAA%2C8BAAA%3BKAAA%2C6BAAA%3BKAAA%2CgCAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%3BKAAA%2CwCAAA%3BKAAA%2CqCAAA%3BKAAA%2CgCAAA%3BKAAA%3BKAAA%2CyBAAA%3BKAAA%2CkBAAA%3BKAAA%2CuBAAA%3BKAAA%2C0BAAA%3BKAAA%2CyBAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2COAAA%2CKAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%3BKAAA%2CyBAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%2CkBAAA%3BKAAA%2CuBAAA%3BKAAA%2C0BAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CaAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CaAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CWAAA%2CMAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CMAAA%2CKAAA%2CKAAA%2CIAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CMAAA%2CKAAA%2CKAAA%2CIAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CMAAA%2CKAAA%2CKAAA%2CIAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CMAAA%2CMAAA%2CKAAA%2CIAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CMAAA%2CMAAA%2CKAAA%2CIAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CMAAA%2CMAAA%2CKAAA%2CIAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CKAAA%2CIAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CKAAA%2CIAAA%2CMAAA%2CMAAA%3BKAAA%2CgBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CKAAA%2CIAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CKAAA%2CIAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CKAAA%2CIAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CKAAA%2CIAAA%2CMAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CKAAA%2CIAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CKAAA%2CIAAA%2CMAAA%2CMAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CMAAA%2CeAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CMAAA%2CYAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CMAAA%2CIAAA%3BKAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%3BKAAA%2CyBAAA%3BKAAA%2CyBAAA%3BKAAA%2CkBAAA%3BKAAA%2CuBAAA%3BKAAA%2C0BAAA%3BKAAA%2CyBAAA%3BKAAA%2C6CAAA%3BKAAA%2C0CAAA%3BKAAA%2CqCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CYAAA%2CGAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CYAAA%2CGAAA%2CKAAA%2CGAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CYAAA%2CGAAA%2CKAAA%2CGAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CYAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CYAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CYAAA%3BKAAA%3BKAAA%2CgCAAA%3BKAAA%3BKAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CSAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2COAAA%3BKAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CSAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2COAAA%3BKAAA%2CiCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CYAAA%3BKAAA%2CiCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CMAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CSAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CSAAA%2CMAAA%2CKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%3BKAAA%2CqBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CGAAA%2CKAAA%2CKAAA%3BKAAA%2CyBAAA%3BKAAA%3BKAAA%2C%2BBAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CGAAA%2CKAAA%2CKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CGAAA%2CKAAA%2CKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CGAAA%2CKAAA%2CKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CGAAA%3BKAAA%2C%2BBAAA%3BKAAA%2C%2BBAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CGAAA%2COAAA%3BKAAA%2C6BAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CGAAA%2COAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CQAAA%2CEAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CQAAA%2CEAAA%3BKAAA%2CuCAAA%3BKAAA%2CoCAAA%3BKAAA%2C%2BBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CMAAA%2CGAAA%2CMAAA%2CKAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CMAAA%2CGAAA%2CMAAA%2CKAAA%2COAAA%3BKAAA%2CyBAAA%3BKAAA%2CkBAAA%2CwCAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%3BKAAA%2CyBAAA%3BKAAA%2CkBAAA%2CiCAAA%3B%3B%3B%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2COAAA%2CIAAA%2CaAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CGAAA%2CMAAA%2CKAAA%3BKAAA%2C8BAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CMAAA%2CMAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CMAAA%2CMAAA%3BKAAA%2CyBAAA%3BKAAA%2CkBAAA%2CwCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CMAAA%2CGAAA%2CMAAA%2CGAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CGAAA%2CKAAA%2CGAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CGAAA%2CKAAA%2CGAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CQAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%3BKAAA%2CyBAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2COAAA%2CIAAA%2CWAAA%2CIAAA%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2COAAA%2CIAAA%2COAAA%2CEAAA%2CKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CMAAA%2CIAAA%2CKAAA%2CaAAA%2CMAAA%3BKAAA%2CyBAAA%3BKAAA%2C0BAAA%22%2C%22sourcesContent%22%3A%5B%22%5C%2F*%20OpenRat%20Theme%20*%5C%2F%5Cn%20%20%20%20%20%20%20%5Cn%5C%2F*%20%5Cn%20*%20The%20following%20variables%20beginning%20with%20'%40cms-...'%20are%20overwritten%20by%20the%20CMS%20style%20configuration%20values%5Cn%20*%5C%2F%5Cn%40cms-theme-id%3A%20'theme-name'%3B%20%5C%2F*%20technical%20name%20of%20theme%20*%5C%2F%20%5Cn%40cms-image-path%3A%20'%5C%2F'%3B%20%5C%2F*%20Image-path%20*%5C%2F%5Cn%40cms-name%3A%20name%3B%20%5C%2F*%20Logic%20name%20of%20theme%20*%5C%2F%5Cn%40cms-title-background-color%3A%20white%3B%5Cn%40cms-title-text-color%3A%20black%3B%5Cn%40cms-text-color%3A%20black%3B%5Cn%40cms-background-color%3A%20silver%3B%5Cn%40cms-inactive-background-color%3A%20gray%3B%5Cn%5Cn%5Cnhtml.theme-%40%7Bcms-theme-id%7D%20%7B%20%5Cn%5Ct%5Cn%5Ctscrollbar-face-color%3A%20%40cms-title-background-color%3B%5Cn%5Ctscrollbar-arrow-color%3A%20%40cms-title-background-color%3B%5Cn%5Ctscrollbar-base-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Cn%5Ctdiv%23workbench%20div.panel.modal%20%7B%5Cn%5Ct%5Ctborder-color%3A%20%40cms-text-color%20!%20important%3B%5Cn%5Ct%5Ct-webkit-box-shadow%3A%200px%200px%2040px%20%40cms-text-color%3B%5Cn%5Ct%5Ct-moz-box-shadow%3A%200px%200px%2040px%20%40cms-text-color%3B%5Cn%5Ct%5Ctbox-shadow%3A%200px%200px%2040px%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%20%20%5Cn%5Ctdiv%23dialog%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-background-color%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-text-color%3B%5Cn%5Ct%5Ctborder-color%3A%20%40cms-text-color%20!%20important%3B%5Cn%5Ct%5Ct-webkit-box-shadow%3A%200px%200px%2040px%20%40cms-text-color%3B%5Cn%5Ct%5Ct-moz-box-shadow%3A%200px%200px%2040px%20%40cms-text-color%3B%5Cn%5Ct%5Ctbox-shadow%3A%200px%200px%2040px%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.container%20%3E%20div.divider.ui-draggable-dragging%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23workbench%20div.panel%20%7B%5Cn%5Ct%5Ctdiv.arrow-down%20%7B%5Cn%5Ct%5Ct%5Ctborder-top-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct%7D%5Cn%5Cn%5Ct%5Ctdiv.arrow-right%20%7B%5Cn%5Ct%5Ct%5Ctborder-left-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct%7D%5Cn%5Ct%7D%5Cn%5Cn%5Ctiframe%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.breadcrumb%20%2C%20div.breadcrumb%20a%20%2C%20div.panel%20%3E%20div.title%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23noticebar%20%7B%5Cn%5Ct%5Ct%5Cn%5Ct%5Ctdiv.notice%20%7B%5Cn%5Ct%5Ct%5Ctborder%3A%202px%20solid%20%40cms-text-color%3B%5Cn%5Ct%5Ct%5Ctpadding%3A%205px%3B%5Cn%5Ct%5Ct%5Ctmargin%3A%205px%3B%5Cn%5Cn%5Ct%5Ct%5Ct.border-radius(5px)%3B%5Cn%5Ct%5Ct%5Ct-webkit-box-shadow%3A%203px%202px%205px%20%40cms-text-color%3B%5Cn%5Ct%5Ct%5Ct-moz-box-shadow%3A%203px%202px%205px%20%40cms-text-color%3B%5Cn%5Ct%5Ct%5Ctbox-shadow%3A%203px%202px%205px%20%40cms-text-color%3B%5Cn%5Ct%5Ct%5Ctdisplay%3A%20none%3B%5Cn%5Ct%5Ct%7D%5Cn%5Cn%5Ct%5Ctdiv.notice.ok%20%7B%5Cn%5Ct%5Ct%5Ctbackground-color%3A%20green%3B%5Cn%5Ct%5Ct%7D%5Cn%5Cn%5Ct%5Ctdiv.notice.warning%20%7B%5Cn%5Ct%5Ct%5Ctbackground-color%3A%20yellow%3B%5Cn%5Ct%5Ct%7D%5Cn%5Cn%5Ct%5Ctdiv.notice.error%20%7B%5Cn%5Ct%5Ct%5Ctbackground-color%3A%20red%3B%5Cn%5Ct%5Ct%7D%5Cn%5Cn%5Ct%5Ctdiv.notice.info%20%7B%5Cn%5Ct%5Ct%5Ctbackground-color%3A%20%40cms-inactive-background-color%3B%5Cn%5Ct%5Ct%7D%5Cn%5Ct%7D%5Cn%5Cn%5Ctul%23history%20%3E%20li%20%2C%20div.content%20a.action%20%2C%20div.content%20a.help%20%2C%20div.filler%20div.headermenu%20%3E%20a.entry%20%2C%20div.filler%20div.header%20a.back.button%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctbackground%3A%20-moz-linear-gradient(top%2C%20%40cms-title-background-color%2C%20%40cms-inactive-background-color)%3B%5Cn%5Ct%5Ctbackground%3A%20-webkit-gradient(linear%2C%20left%20top%2C%20left%20bottom%2C%20from(%40cms-title-background-color)%2C%20to(%40cms-inactive-background-color))%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul%23history%20%3E%20li.active%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cta.action%3Ahover%20%2C%20a.help%3Ahover%20%2C%20div.noaction%3Ahover%20%7B%5Cn%5Ct%5Ctborder-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cta.action%3Aactive%20%2C%20a.help%3Aactive%20%2C%20div.noaction%3Aactive%20%2C%20input.ok%3Aactive%20%7B%5Cn%5Ct%5Ctborder-color%3A%20red%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cta%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.dropdown%20%3E%20div.divide%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttd.preview%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20papayawhip%3B%5Cn%5Ct%5Ctborder-top%3A%201px%20solid%20%40cms-inactive-background-color%3B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20solid%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ct.preview%20a%3Alink%20%2C%20.preview%20a%3Avisited%20%2C%20.preview%20a%3Aactive%20%2C%20.preview%20a%3Ahover%20%7B%5Cn%5Ct%5Ctcolor%3A%20blue%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctbody.menu%20tr.menu%20td%20table%20tr%20td.noaction%20%2C%20body.main%20tr.menu%20td%20table%20tr%20td.noaction%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctimg%5Balign%3Dleft%5D%20%2C%20img%5Balign%3Dright%5D%20%7B%5Cn%5Ct%5Ctpadding-right%3A%201px%3B%5Cn%5Ct%5Ctpadding-left%3A%201px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctsmall%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctbody.main%20table.main%20td.window%20td.act%20%7B%5Cn%5Ct%5Ctborder-top%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttd.motd%20%7B%5Cn%5Ct%5Ctborder-left%3A%203px%20solid%20red%3B%5Cn%5Ct%5Ctborder-right%3A%203px%20solid%20red%3B%5Cn%5Ct%5Ctfont-weight%3A%20bold%3B%5Cn%5Ct%5Ctpadding%3A%2010px%3B%5Cn%5Ct%5Ctmargin%3A%2010px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20input.checkbox%20%2C%20div.panel%20input.radio%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttextarea.longtext%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttd.notice%20%7B%5Cn%5Ct%5Ctmargin%3A%200px%3B%5Cn%5Ct%5Ctpadding%3A%205%25%3B%5Cn%5Ct%5Cttext-align%3A%20center%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttable.notice%20%7B%5Cn%5Ct%5Ctwidth%3A%20100%25%3B%5Cn%5Ct%5Ctborder%3A%201px%20solid%3B%5Cn%5Ct%5Ctborder-spacing%3A%200px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttable.notice%20th%20%7B%5Cn%5Ct%5Ctpadding%3A%202px%3B%5Cn%5Ct%5Ctwhite-space%3A%20nowrap%3B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20solid%20%40cms-text-color%3B%5Cn%5Ct%5Ctfont-weight%3A%20normal%3B%5Cn%5Ct%5Cttext-align%3A%20left%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttable.calendar%20td%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20dotted%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctform.xlogin%20%7B%5Cn%5Ct%5Ctxbackground-color%3A%20%23E0E0D5%3B%5Cn%5Ct%5Ctborder%3A%202px%20solid%20%40cms-inactive-background-color%3B%5Cn%5Ct%5Ctposition%3A%20absolute%3B%5Cn%5Ct%5Ctz-index%3A%20999%3B%5Cn%5Ct%5Cttop%3A%205%25%3B%5Cn%5Ct%5Ctleft%3A%205%25%3B%5Cn%5Ct%5Ctwidth%3A%2080%25%3B%5Cn%5Ct%5Ctmargin%3A%205%25%3B%5Cn%5Ct%5Ctpadding%3A%2010%25%3B%5Cn%5Ct%5Ctopacity%3A%201%3B%5Cn%5Ct%5Ct-webkit-box-shadow%3A%203px%202px%205px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct-moz-box-shadow%3A%203px%202px%205px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbox-shadow%3A%203px%202px%205px%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul.tree%20%2C%20ul.tree%20ul%20%7B%5Cn%5Ct%5Ctlist-style-type%3A%20none%3B%5Cn%5Ct%5Ctbackground%3A%20url(.%5C%2Fthemes%5C%2Fdefault%5C%2Fimages%5C%2Ftree_line.gif)%20repeat-y%3B%5Cn%5Ct%5Ctxmargin%3A%200%3B%5Cn%5Ct%5Ctpadding%3A%200%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.entry.selected%20%2C%20div.dropdown%20%3E%20div.entry%3Ahover%20%2C%20div.dropdown%20%3E%20div.entry%3Ahover%20%3E%20a%20%2C%20a.element%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul.tree%20li%20%7B%5Cn%5Ct%5Ctxmargin%3A%200%3B%5Cn%5Ct%5Ctpadding%3A%200%200px%3B%5Cn%5Ct%5Ctline-height%3A%2018px%3B%5Cn%5Ct%5Ctbackground%3A%20url(.%5C%2Fthemes%5C%2Fdefault%5C%2Fimages%5C%2Ftree_none.gif)%20no-repeat%3B%5Cn%5Ct%5Ctxcolor%3A%20%23369%3B%5Cn%5Ct%5Ctfont-weight%3A%20normal%3B%5Cn%5Ct%5Ctwhite-space%3A%20nowrap%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul.tree%20li.last%20%2C%20ul.tree%20li%3Alast-child%20%7B%5Cn%5Ct%5Ctbackground%3A%20url(.%5C%2Fthemes%5C%2Fdefault%5C%2Fimages%5C%2Ftree_none_end.gif)%20no-repeat%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.tree.open%20%7B%5Cn%5Ct%5Ctbackground%3A%20url(.%5C%2Fthemes%5C%2Fdefault%5C%2Fimages%5C%2Ftree_minus.png)%20no-repeat%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.tree.closed%20%7B%5Cn%5Ct%5Ctbackground%3A%20url(.%5C%2Fthemes%5C%2Fdefault%5C%2Fimages%5C%2Ftree_plus.png)%20no-repeat%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctbody%20%3E%20div%20%7B%5Cn%5Ct%5Ctdisplay%3A%20none%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.structure%20em%20%7B%5Cn%5Ct%5Ctfont-style%3A%20italic%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ct.drophover%20%7B%5Cn%5Ct%5Ctborder%3A%202px%20dotted%20green%3B%5Cn%5Ct%5Ctcursor%3A%20move%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ct.dropactive%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20dotted%20blue%3B%5Cn%5Ct%5Ctcursor%3A%20move%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20%3E%20div.header%20%3E%20div.panel-icon%20%7B%5Cn%5Ct%5Ctxposition%3A%20static%3B%5Cn%5Ct%5Ctxright%3A%20-30px%3B%5Cn%5Ct%5Cttop%3A%203px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.backward_link%20%7B%5Cn%5Ct%5Ctfloat%3A%20left%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.forward_link%20%7B%5Cn%5Ct%5Ctfloat%3A%20right%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20%3E%20div.header%20%7B%5Cn%5Ct%5Ctpadding%3A%200px%3B%5Cn%5Ct%5Ctwidth%3A%20100%25%3B%5Cn%5Ct%5Ctheight%3A%2025px%3B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20div.header%20ul.views%20%7B%5Cn%5Ct%5Cttext-align%3A%20left%3B%5Cn%5Ct%5Ctlist-style-type%3A%20none%3B%5Cn%5Ct%5Ctoverflow%3A%20hidden%3B%5Cn%5Ct%5Ctwhite-space%3A%20nowrap%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctimg.icon%20%7B%5Cn%5Ct%5Ctpadding%3A%204px%3B%5Cn%5Ct%5Ctwidth%3A%2016px%3B%5Cn%5Ct%5Ctheight%3A%2016px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul.views%20div.tabname%20%7B%5Cn%5Ct%5Ctoverflow%3A%20hidden%3B%5Cn%5Ct%5Ctwhite-space%3A%20nowrap%3B%5Cn%5Ct%5Ctpadding%3A%204px%3B%5Cn%5Ct%5Ctvertical-align%3A%20middle%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20div.header%20%7B%5Cn%5Ct%5Ctxborder-bottom%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20ul.views%20li%20%7B%5Cn%5Ct%5Ctvertical-align%3A%20middle%3B%5Cn%5Ct%5Ctpadding%3A%200px%3B%5Cn%5Ct%5Ctcursor%3A%20pointer%3B%5Cn%5Ct%5Ctborder-right%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct-moz-border-radius-topleft%3A%205px%3B%5Cn%5Ct%5Ct-webkit-border-radius-topleft%3A%205px%3B%5Cn%5Ct%5Ct-khtml-border-top-radius-topleft%3A%205px%3B%5Cn%5Ct%5Ctborder-top-right-radius%3A%205px%3B%5Cn%5Ct%5Ct-moz-border-radius-topright%3A%205px%3B%5Cn%5Ct%5Ct-webkit-border-radius-topright%3A%205px%3B%5Cn%5Ct%5Ct-khtml-border-top-radius-topright%3A%205px%3B%5Cn%5Ct%5Ctborder-top-right-radius%3A%205px%3B%5Cn%5Ct%5Ctxborder-top%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctxborder-left%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctxborder-right%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctxmargin-right%3A%2010px%3B%5Cn%5Ct%5Ctdisplay%3A%20inline%3B%5Cn%5Ct%5Ctwhite-space%3A%20nowrap%3B%5Cn%5Ct%5Ctfloat%3A%20left%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20div.content%20table%20%7B%5Cn%5Ct%5Ctborder%3A%202px%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttable%20tr.headline%20%3E%20td%20%7B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttable%20tr.data%20%3E%20td%20%7B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttable%20%3E%20tr.data%3Anth-child(2n)%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttable%20tr.data%3Ahover%20%2C%20div.content%20li%20div.entry%3Ahover%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20div.status%20div%20%2C%20div.message%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23workbench%20div.panel.fullscreen%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23workbench%20div.panel%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctinput.submit%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ct-webkit-box-shadow%3A%200px%200px%2015px%20%40cms-background-color%3B%5Cn%5Ct%5Ct-moz-box-shadow%3A%200px%200px%2015px%20%40cms-background-color%3B%5Cn%5Ct%5Ctbox-shadow%3A%200px%200px%2015px%2010px%20%40cms-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul%23history%20%3E%20li%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-inactive-background-color%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul%23history%20%3E%20li.active%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-text-color%3B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul%23history%20%7B%5Cn%5Ct%5Ctdisplay%3A%20none%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23filler%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.clickable.filtered.inactive%20%3E%20a%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23header%20%3E%20div%20%3E%20div.arrow-down%20%7B%5Cn%5Ct%5Ctdisplay%3A%20inline%3B%5Cn%5Ct%5Ctwidth%3A%200%3B%5Cn%5Ct%5Ctheight%3A%200%3B%5Cn%5Ct%5Ctmargin%3A%206%3B%5Cn%5Ct%5Ctpadding%3A%200px%3B%5Cn%5Ct%5Ctborder-right%3A%206px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctborder-left%3A%206px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctborder-top%3A%206px%20solid%20%40cms-inactive-background-color%3B%5Cn%5Ct%5Ctborder-bottom%3A%204px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctmargin-top%3A%2010px%3B%5Cn%5Ct%5Ctfont-size%3A%200%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ct.border-radius%20(%40radius)%20%7B%5Cn%5Ct%5Ctborder-radius%3A%20%40radius%3B%5Cn%5Ct%5Ct-moz-border-radius%3A%20%40radius%3B%5Cn%5Ct%5Ct-webkit-border-radius%3A%20%40radius%3B%5Cn%5Ct%5Ct-khtml-border-radius%3A%20%40radius%3B%5Cn%5Ct%7D%5Cn%5Ct%5Cn%5Ctdiv.dropdown%20%7B%5Cn%5Ct%5Ct-webkit-box-shadow%3A%203px%202px%2010px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct-moz-box-shadow%3A%203px%202px%2010px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbox-shadow%3A%203px%202px%2010px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctopacity%3A%200.95%3B%5Cn%5Cn%5Ct%5Ctborder%3A%202px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct.border-radius(%205px%20)%3B%5Cn%5Ct%5Ct%5Cn%5Ct%5Ctfont-style%3A%20normal%3B%5Cn%5Ct%5Ctfont-weight%3A%20normal%3B%5Cn%5Ct%5Cttext-decoration%3A%20none%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23header%20span.titletext%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.toolbar-icon%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctpadding%3A%202px%3B%5Cn%5Ct%5Ctmargin-left%3A%205px%3B%5Cn%5Ct%5Ctfloat%3A%20left%3B%5Cn%5Ct%5Ct.border-radius(%203px%20)%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.toolbar-icon.inactive%20%7B%5Cn%5Ct%5Ctopacity%3A%200.5%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.toolbar-icon%3Ahover%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.headermenu%20%7B%5Cn%5Ct%5Ctmargin%3A%205px%3B%5Cn%5Ct%5Ctz-index%3A%201%3B%5Cn%5Ct%5Ctposition%3A%20relative%3B%5Cn%5Ct%5Ctright%3A%200%3B%5Cn%5Ct%5Cttop%3A%200%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.headermenu%20%3E%20div.toolbar-icon%20%7B%5Cn%5Ct%5Ctfloat%3A%20right%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctbody%20%7B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel.wide%20form%20div.line%20%7B%5Cn%5Ct%5Ctclear%3A%20left%3B%5Cn%5Ct%5Ctmargin-top%3A%2010px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel.wide%20form%20div.label%20%7B%5Cn%5Ct%5Ctdisplay%3A%20inline-block%3B%5Cn%5Ct%5Ctwidth%3A%2030%25%3B%5Cn%5Ct%5Ctvertical-align%3A%20top%3B%5Cn%5Ct%5Cttext-align%3A%20right%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel.wide%20form%20div.input%20%7B%5Cn%5Ct%5Ctdisplay%3A%20inline-block%3B%5Cn%5Ct%5Ctwidth%3A%2060%25%3B%5Cn%5Ct%5Ctvertical-align%3A%20top%3B%5Cn%5Ct%5Cttext-align%3A%20left%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel.small%20form%20div.line%20%7B%5Cn%5Ct%5Ctclear%3A%20left%3B%5Cn%5Ct%5Ctpadding%3A%2010px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel.small%20form%20div.label%20%7B%5Cn%5Ct%5Ctdisplay%3A%20block%3B%5Cn%5Ct%5Ctwidth%3A%20100%25%3B%5Cn%5Ct%5Ctvertical-align%3A%20top%3B%5Cn%5Ct%5Cttext-align%3A%20left%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel.small%20form%20div.input%20%7B%5Cn%5Ct%5Ctdisplay%3A%20block%3B%5Cn%5Ct%5Ctwidth%3A%20100%25%3B%5Cn%5Ct%5Ctvertical-align%3A%20top%3B%5Cn%5Ct%5Cttext-align%3A%20left%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctform%20div.label%20%3E%20label%20%2C%20form%20div.input%20%3E%20div.intputholder%20%7B%5Cn%5Ct%5Ctpadding%3A%200px%205px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctform%20div.input%20input%5Btype%3Dtext%5D%20%2C%20form%20div.input%20input%5Btype%3Dpassword%5D%20%2C%20form%20div.input%20textarea%20%2C%20form%20div.input%20select%20%7B%5Cn%5Ct%5Ctwidth%3A%20100%25%3B%5Cn%5Ct%7D%5Cn%20%20%5Cn%5Ctform%20div.input%20input%5Btype%3Dcheckbox%5D%20%2C%20form%20div.input%20input%5Btype%3Dradio%5D%20%7B%5Cn%5Ct%5Ctvertical-align%3A%20top%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctlabel%20%7B%5Cn%5Ct%5Ctdisplay%3A%20inline-block%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctinput%5Btype%3Dcheckbox%5D%20%2B%20label%20%2C%20input%5Btype%3Dradio%5D%20%2B%20label%20%7B%5Cn%5Ct%5Ctwidth%3A%2080%25%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctlabel%20div.description%20%7B%5Cn%5Ct%5Ctfont-size%3A%200.75em%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.inputholder%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct.border-radius(%203px%20)%3B%5Cn%5Ct%5Ct-webkit-box-shadow%3A%20inset%200px%200px%203px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct-moz-box-shadow%3A%20inset%200px%200px%203px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbox-shadow%3A%20inset%200px%200px%203px%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.inputholder%20ul.tree%20%2C%20div.inputholder%20ul.tree%20li.last%20%2C%20div.inputholder%20ul.tree%20li%3Alast-child%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.inputholder%20%3E%20input%20%2C%20div.inputholder%20%3E%20textarea%20%2C%20div.inputholder%20%3E%20select%20%7B%5Cn%5Ct%5Ctborder%3A%200px%3B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20solid%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctpadding%3A%202px%3B%5Cn%5Ct%5Ctmargin%3A%200px%3B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctinput%3Afocus%20%2C%20textarea%3Afocus%20%2C%20select%3Afocus%20%7B%5Cn%5Ct%5Ctborder%3A%200px%3B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20solid%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctinput.error%20%2C%20textarea.error%20%2C%20select.error%20%7B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20dotted%20%40cms-text-color%20!%20important%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.inputholder.error%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20red%20!%20important%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctinput.hint%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctfieldset%20%3E%20div%20input.name%20%2C%20fieldset%20%3E%20div%20span.name%20%7B%5Cn%5Ct%5Ctfont-weight%3A%20bold%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctfieldset%20%7B%5Cn%5Ct%5Ctborder-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23tree%20%7B%5Cn%5Ct%5Ctoverflow%3A%20visible%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttr.diff%20%3E%20td.line%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctpadding-right%3A%202px%3B%5Cn%5Ct%5Ctborder-right%3A%203px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Cttext-align%3A%20right%3B%5Cn%5Ct%5Ctmargin-right%3A%202px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttr.diff%20%3E%20td.equal%20%7B%5Cn%5Ct%7D%5Cn%5Cn%5Cttr.diff%20%3E%20td.old%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20red%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttr.diff%20%3E%20td.new%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20green%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttr.diff%20%3E%20td.notequal%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20yellow%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdl.notice%20%7B%5Cn%5Ct%5Ctborder-left%3A%2010px%20%40cms-inactive-background-color%20solid%3B%5Cn%5Ct%5Ctborder-right%3A%201px%20%40cms-inactive-background-color%20solid%3B%5Cn%5Ct%5Ctpadding%3A%2015px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdl.notice%20%3E%20dt%20%7B%5Cn%5Ct%5Ctborder-top%3A%201px%20%40cms-inactive-background-color%20solid%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdl.notice%20%3E%20dd%20%7B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20%40cms-inactive-background-color%20solid%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.content%20a.action%20%2C%20div.content%20a.help%20%7B%5Cn%5Ct%5Ct-webkit-box-shadow%3A%203px%202px%205px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct-moz-box-shadow%3A%203px%202px%205px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbox-shadow%3A%203px%202px%205px%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctbody%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20ul.views%20%3E%20li.active%20%2C%20div.panel%20ul.views%20%3E%20li.active%3Ahover%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbackground-image%3A%20linear-gradient(%40cms-inactive-background-color%200%25%2C%20%40cms-title-background-color%2015%25)%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23header%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbackground-image%3A%20linear-gradient(%40cms-title-background-color%2Clighten(%40cms-title-background-color%2C10%25))%3B%5Cn%5Ct%5Ct%5C%2F*%5Cn%5Ct%5Ctbackground-image%3A%20linear-gradient(%40cms-title-background-color%2085%25%2C%20%40cms-inactive-background-color%20100%25)%3B%5Cn%5Ct%5Ct%20*%5C%2F%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23header%20div.toolbar-icon%20%3E%20a%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23header%20%2C%20ul.views%20%3E%20li.action%20%7B%5Cn%5Ct%5Ctfont-family%3A%20Arial%2C%20sans-serif%3B%5Cn%5Ct%5Ctfont-size%3A%2013px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20%3E%20div.content%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20%3E%20div.header%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-background-color%3B%5Cn%5Ct%5Ctbackground-image%3A%20linear-gradient(%40cms-inactive-background-color%2000%25%2C%20%40cms-background-color%2085%25)%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20ul.views%20li%3Ahover%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul.tree%20li.last%20%2C%20ul.tree%20li%3Alast-child%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.content%20pre%20%2C%20div.dropdown%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.filler%20div.headermenu%20%3E%20a.entry%20%2C%20div.filler%20div.header%20a.back.button%20%7B%5Cn%5Ct%5Ctfont-size%3A%200.8em%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.line.filedropzone%20%3E%20div.input%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctborder%3A%201px%20dotted%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%7D%5Cn%5Cn%5C%2F*%20Theme%20Ende%20*%5C%2F%5Cn%22%5D%7D */ -/* Style moorweide */ -/* OpenRat Theme */ -/* - * The following variables beginning with '@cms-...' are overwritten by the CMS style configuration values - */ -/* technical name of theme */ -/* Image-path */ -/* Logic name of theme */ -html.theme-moorweide { - scrollbar-face-color: #006633; - scrollbar-arrow-color: #006633; - scrollbar-base-color: #ffffff; -} -html.theme-moorweide div#workbench div.panel.modal { - border-color: #000000 !important; - -webkit-box-shadow: 0px 0px 40px #000000; - -moz-box-shadow: 0px 0px 40px #000000; - box-shadow: 0px 0px 40px #000000; -} -html.theme-moorweide div#dialog { - background-color: #f5fffa; - color: #000000; - border-color: #000000 !important; - -webkit-box-shadow: 0px 0px 40px #000000; - -moz-box-shadow: 0px 0px 40px #000000; - box-shadow: 0px 0px 40px #000000; -} -html.theme-moorweide div.container > div.divider.ui-draggable-dragging { - background-color: #006633; -} -html.theme-moorweide div#workbench div.panel div.arrow-down { - border-top-color: #006633; -} -html.theme-moorweide div#workbench div.panel div.arrow-right { - border-left-color: #006633; -} -html.theme-moorweide iframe { - border: 1px solid #006633; -} -html.theme-moorweide div.breadcrumb, -html.theme-moorweide div.breadcrumb a, -html.theme-moorweide div.panel > div.title { - color: #ffffff; -} -html.theme-moorweide div#noticebar div.notice { - border: 2px solid #000000; - padding: 5px; - margin: 5px; - border-radius: 5px; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - -khtml-border-radius: 5px; - -webkit-box-shadow: 3px 2px 5px #000000; - -moz-box-shadow: 3px 2px 5px #000000; - box-shadow: 3px 2px 5px #000000; - display: none; -} -html.theme-moorweide div#noticebar div.notice.ok { - background-color: green; -} -html.theme-moorweide div#noticebar div.notice.warning { - background-color: yellow; -} -html.theme-moorweide div#noticebar div.notice.error { - background-color: red; -} -html.theme-moorweide div#noticebar div.notice.info { - background-color: #cee6da; -} -html.theme-moorweide ul#history > li, -html.theme-moorweide div.content a.action, -html.theme-moorweide div.content a.help, -html.theme-moorweide div.filler div.headermenu > a.entry, -html.theme-moorweide div.filler div.header a.back.button { - border: 1px solid #006633; - background-color: #ffffff; - background: -moz-linear-gradient(top, #006633, #cee6da); - background: -webkit-gradient(linear, left top, left bottom, from(#006633), to(#cee6da)); - color: #000000; -} -html.theme-moorweide ul#history > li.active { - background-color: #ffffff; - color: #000000; -} -html.theme-moorweide a.action:hover, -html.theme-moorweide a.help:hover, -html.theme-moorweide div.noaction:hover { - border-color: #ffffff; -} -html.theme-moorweide a.action:active, -html.theme-moorweide a.help:active, -html.theme-moorweide div.noaction:active, -html.theme-moorweide input.ok:active { - border-color: red; -} -html.theme-moorweide a { - color: #000000; -} -html.theme-moorweide div.dropdown > div.divide { - background-color: #006633; -} -html.theme-moorweide td.preview { - background-color: papayawhip; - border-top: 1px solid #cee6da; - border-bottom: 1px solid #cee6da; -} -html.theme-moorweide .preview a:link, -html.theme-moorweide .preview a:visited, -html.theme-moorweide .preview a:active, -html.theme-moorweide .preview a:hover { - color: blue; -} -html.theme-moorweide body.menu tr.menu td table tr td.noaction, -html.theme-moorweide body.main tr.menu td table tr td.noaction { - color: #006633; -} -html.theme-moorweide img[align=left], -html.theme-moorweide img[align=right] { - padding-right: 1px; - padding-left: 1px; -} -html.theme-moorweide small { - color: #006633; -} -html.theme-moorweide body.main table.main td.window td.act { - border-top: 1px solid #006633; -} -html.theme-moorweide td.motd { - border-left: 3px solid red; - border-right: 3px solid red; - font-weight: bold; - padding: 10px; - margin: 10px; -} -html.theme-moorweide div.panel input.checkbox, -html.theme-moorweide div.panel input.radio { - border: 1px solid #006633; -} -html.theme-moorweide textarea.longtext { - border: 1px solid #000000; -} -html.theme-moorweide td.notice { - margin: 0px; - padding: 5%; - text-align: center; -} -html.theme-moorweide table.notice { - width: 100%; - border: 1px solid; - border-spacing: 0px; -} -html.theme-moorweide table.notice th { - padding: 2px; - white-space: nowrap; - border-bottom: 1px solid #000000; - font-weight: normal; - text-align: left; -} -html.theme-moorweide table.calendar td { - border: 1px dotted; -} -html.theme-moorweide form.xlogin { - xbackground-color: #E0E0D5; - border: 2px solid #cee6da; - position: absolute; - z-index: 999; - top: 5%; - left: 5%; - width: 80%; - margin: 5%; - padding: 10%; - opacity: 1; - -webkit-box-shadow: 3px 2px 5px #006633; - -moz-box-shadow: 3px 2px 5px #006633; - box-shadow: 3px 2px 5px #006633; -} -html.theme-moorweide ul.tree, -html.theme-moorweide ul.tree ul { - list-style-type: none; - background: url(themes/default/css/themes/default/images/tree_line.gif) repeat-y; - xmargin: 0; - padding: 0; -} -html.theme-moorweide div.entry.selected, -html.theme-moorweide div.dropdown > div.entry:hover, -html.theme-moorweide div.dropdown > div.entry:hover > a, -html.theme-moorweide a.element { - background-color: #006633; - color: #ffffff; -} -html.theme-moorweide ul.tree li { - xmargin: 0; - padding: 0 0px; - line-height: 18px; - background: url(themes/default/css/themes/default/images/tree_none.gif) no-repeat; - xcolor: #369; - font-weight: normal; - white-space: nowrap; -} -html.theme-moorweide ul.tree li.last, -html.theme-moorweide ul.tree li:last-child { - background: url(themes/default/css/themes/default/images/tree_none_end.gif) no-repeat; -} -html.theme-moorweide div.tree.open { - background: url(themes/default/css/themes/default/images/tree_minus.png) no-repeat; -} -html.theme-moorweide div.tree.closed { - background: url(themes/default/css/themes/default/images/tree_plus.png) no-repeat; -} -html.theme-moorweide body > div { - display: none; -} -html.theme-moorweide div.structure em { - font-style: italic; -} -html.theme-moorweide .drophover { - border: 2px dotted green; - cursor: move; -} -html.theme-moorweide .dropactive { - border: 1px dotted blue; - cursor: move; -} -html.theme-moorweide div.panel > div.header > div.panel-icon { - xposition: static; - xright: -30px; - top: 3px; -} -html.theme-moorweide div.backward_link { - float: left; -} -html.theme-moorweide div.forward_link { - float: right; -} -html.theme-moorweide div.panel > div.header { - padding: 0px; - width: 100%; - height: 25px; - border-bottom: 1px solid #006633; -} -html.theme-moorweide div.panel div.header ul.views { - text-align: left; - list-style-type: none; - overflow: hidden; - white-space: nowrap; -} -html.theme-moorweide img.icon { - padding: 4px; - width: 16px; - height: 16px; -} -html.theme-moorweide ul.views div.tabname { - overflow: hidden; - white-space: nowrap; - padding: 4px; - vertical-align: middle; -} -html.theme-moorweide div.panel div.header { - xborder-bottom: 1px solid #006633; -} -html.theme-moorweide div.panel ul.views li { - vertical-align: middle; - padding: 0px; - cursor: pointer; - border-right: 1px solid #006633; - -moz-border-radius-topleft: 5px; - -webkit-border-radius-topleft: 5px; - -khtml-border-top-radius-topleft: 5px; - -moz-border-radius-topright: 5px; - -webkit-border-radius-topright: 5px; - -khtml-border-top-radius-topright: 5px; - border-top-right-radius: 5px; - xborder-top: 1px solid #006633; - xborder-left: 1px solid #006633; - xborder-right: 1px solid #006633; - xmargin-right: 10px; - display: inline; - white-space: nowrap; - float: left; -} -html.theme-moorweide div.panel div.content table { - border: 2px #cee6da; -} -html.theme-moorweide table tr.headline > td { - border-bottom: 1px solid #006633; -} -html.theme-moorweide table tr.data > td { - border-bottom: 1px solid #006633; -} -html.theme-moorweide table > tr.data:nth-child(2n) { - background-color: #cee6da; -} -html.theme-moorweide table tr.data:hover, -html.theme-moorweide div.content li div.entry:hover { - background-color: #cee6da; -} -html.theme-moorweide div.panel div.status div, -html.theme-moorweide div.message { - border: 1px solid #006633; -} -html.theme-moorweide div#workbench div.panel.fullscreen { - background-color: #f5fffa; -} -html.theme-moorweide div#workbench div.panel { - border: 1px solid #006633; -} -html.theme-moorweide input.submit { - background-color: #006633; - color: #ffffff; - -webkit-box-shadow: 0px 0px 15px #f5fffa; - -moz-box-shadow: 0px 0px 15px #f5fffa; - box-shadow: 0px 0px 15px 10px #f5fffa; -} -html.theme-moorweide ul#history > li { - border: 1px solid #006633; - background-color: #cee6da; - color: #000000; -} -html.theme-moorweide ul#history > li.active { - border: 1px solid #000000; - background-color: #ffffff; - color: #000000; -} -html.theme-moorweide ul#history { - display: none; -} -html.theme-moorweide div#filler { - background-color: #000000; -} -html.theme-moorweide div.clickable.filtered.inactive > a { - color: #cee6da; -} -html.theme-moorweide div#header > div > div.arrow-down { - display: inline; - width: 0; - height: 0; - margin: 6; - padding: 0px; - border-right: 6px solid #006633; - border-left: 6px solid #006633; - border-top: 6px solid #cee6da; - border-bottom: 4px solid #006633; - margin-top: 10px; - font-size: 0; -} -html.theme-moorweide div.dropdown { - -webkit-box-shadow: 3px 2px 10px #006633; - -moz-box-shadow: 3px 2px 10px #006633; - box-shadow: 3px 2px 10px #006633; - opacity: 0.95; - border: 2px solid #006633; - border-radius: 5px; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - -khtml-border-radius: 5px; - font-style: normal; - font-weight: normal; - text-decoration: none; -} -html.theme-moorweide div#header span.titletext { - color: #ffffff; -} -html.theme-moorweide div.toolbar-icon { - border: 1px solid #006633; - padding: 2px; - margin-left: 5px; - float: left; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - -khtml-border-radius: 3px; -} -html.theme-moorweide div.toolbar-icon.inactive { - opacity: 0.5; -} -html.theme-moorweide div.toolbar-icon:hover { - border: 1px solid #cee6da; -} -html.theme-moorweide div.headermenu { - margin: 5px; - z-index: 1; - position: relative; - right: 0; - top: 0; -} -html.theme-moorweide div.headermenu > div.toolbar-icon { - float: right; -} -html.theme-moorweide div.panel.wide form div.line { - clear: left; - margin-top: 10px; -} -html.theme-moorweide div.panel.wide form div.label { - display: inline-block; - width: 30%; - vertical-align: top; - text-align: right; -} -html.theme-moorweide div.panel.wide form div.input { - display: inline-block; - width: 60%; - vertical-align: top; - text-align: left; -} -html.theme-moorweide div.panel.small form div.line { - clear: left; - padding: 10px; -} -html.theme-moorweide div.panel.small form div.label { - display: block; - width: 100%; - vertical-align: top; - text-align: left; -} -html.theme-moorweide div.panel.small form div.input { - display: block; - width: 100%; - vertical-align: top; - text-align: left; -} -html.theme-moorweide form div.label > label, -html.theme-moorweide form div.input > div.intputholder { - padding: 0px 5px; -} -html.theme-moorweide form div.input input[type=text], -html.theme-moorweide form div.input input[type=password], -html.theme-moorweide form div.input textarea, -html.theme-moorweide form div.input select { - width: 100%; -} -html.theme-moorweide form div.input input[type=checkbox], -html.theme-moorweide form div.input input[type=radio] { - vertical-align: top; -} -html.theme-moorweide label { - display: inline-block; -} -html.theme-moorweide input[type=checkbox] + label, -html.theme-moorweide input[type=radio] + label { - width: 80%; -} -html.theme-moorweide label div.description { - font-size: 0.75em; - color: #006633; -} -html.theme-moorweide div.inputholder { - background-color: #ffffff; - border: 1px solid #006633; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - -khtml-border-radius: 3px; - -webkit-box-shadow: inset 0px 0px 3px #006633; - -moz-box-shadow: inset 0px 0px 3px #006633; - box-shadow: inset 0px 0px 3px #006633; -} -html.theme-moorweide div.inputholder ul.tree, -html.theme-moorweide div.inputholder ul.tree li.last, -html.theme-moorweide div.inputholder ul.tree li:last-child { - background-color: #ffffff; -} -html.theme-moorweide div.inputholder > input, -html.theme-moorweide div.inputholder > textarea, -html.theme-moorweide div.inputholder > select { - border: 0px; - border-bottom: 1px solid #ffffff; - padding: 2px; - margin: 0px; - background-color: #ffffff; -} -html.theme-moorweide input:focus, -html.theme-moorweide textarea:focus, -html.theme-moorweide select:focus { - border: 0px; - border-bottom: 1px solid #cee6da; -} -html.theme-moorweide input.error, -html.theme-moorweide textarea.error, -html.theme-moorweide select.error { - border-bottom: 1px dotted #000000 !important; -} -html.theme-moorweide div.inputholder.error { - border: 1px solid red ! important; -} -html.theme-moorweide input.hint { - color: #006633; -} -html.theme-moorweide fieldset > div input.name, -html.theme-moorweide fieldset > div span.name { - font-weight: bold; -} -html.theme-moorweide fieldset { - border-color: #006633; -} -html.theme-moorweide div#tree { - overflow: visible; -} -html.theme-moorweide tr.diff > td.line { - background-color: #ffffff; - padding-right: 2px; - border-right: 3px solid #006633; - text-align: right; - margin-right: 2px; -} -html.theme-moorweide tr.diff > td.old { - background-color: red; -} -html.theme-moorweide tr.diff > td.new { - background-color: green; -} -html.theme-moorweide tr.diff > td.notequal { - background-color: yellow; -} -html.theme-moorweide dl.notice { - border-left: 10px #cee6da solid; - border-right: 1px #cee6da solid; - padding: 15px; -} -html.theme-moorweide dl.notice > dt { - border-top: 1px #cee6da solid; -} -html.theme-moorweide dl.notice > dd { - border-bottom: 1px #cee6da solid; -} -html.theme-moorweide div.content a.action, -html.theme-moorweide div.content a.help { - -webkit-box-shadow: 3px 2px 5px #006633; - -moz-box-shadow: 3px 2px 5px #006633; - box-shadow: 3px 2px 5px #006633; -} -html.theme-moorweide body { - background-color: #cee6da; -} -html.theme-moorweide div.panel ul.views > li.active, -html.theme-moorweide div.panel ul.views > li.active:hover { - background-color: #006633; - background-image: linear-gradient(#cee6da 0%, #006633 15%); - color: #ffffff; -} -html.theme-moorweide div#header { - background-color: #006633; - background-image: linear-gradient(#006633, #00994d); - /* - background-image: linear-gradient(@cms-title-background-color 85%, @cms-inactive-background-color 100%); - */ - color: #ffffff; -} -html.theme-moorweide div#header div.toolbar-icon > a { - color: #ffffff; -} -html.theme-moorweide div#header, -html.theme-moorweide ul.views > li.action { - font-family: Arial, sans-serif; - font-size: 13px; -} -html.theme-moorweide div.panel > div.content { - background-color: #f5fffa; -} -html.theme-moorweide div.panel > div.header { - background-color: #f5fffa; - background-image: linear-gradient(#cee6da 0%, #f5fffa 85%); -} -html.theme-moorweide div.panel ul.views li:hover { - background-color: #cee6da; -} -html.theme-moorweide ul.tree li.last, -html.theme-moorweide ul.tree li:last-child { - background-color: #f5fffa; -} -html.theme-moorweide div.content pre, -html.theme-moorweide div.dropdown { - background-color: #ffffff; - color: #000000; -} -html.theme-moorweide div.filler div.headermenu > a.entry, -html.theme-moorweide div.filler div.header a.back.button { - font-size: 0.8em; -} -html.theme-moorweide div.line.filedropzone > div.input { - background-color: #ffffff; - border: 1px dotted #000000; -} -/* Theme Ende */ -/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22themes%5C%2Fdefault%5C%2Fcss%5C%2Fopenrat-theme.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3BAAAsP%2CIAAA%2COAAA%3BKAAA%2C6BAAA%3BKAAA%2C8BAAA%3BKAAA%2C6BAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CUAAA%2CIAAA%2CMAAA%3BKAAA%2CqBAAA%3BKAAA%2CwCAAA%3BKAAA%2CqCAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%3BKAAA%2CyBAAA%3BKAAA%2CcAAA%3BKAAA%2CqBAAA%3BKAAA%2CwCAAA%3BKAAA%2CqCAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CUAAA%2CMAAA%2CQAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CUAAA%2CIAAA%2CMAAA%2CIAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CUAAA%2CIAAA%2CMAAA%2CIAAA%3BKAAA%2C0BAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CWAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CMAAA%2CMAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CUAAA%2CIAAA%3BKAAA%2CyBAAA%3BKAAA%3BKAAA%3BKAAA%2CkBAAA%3BKAAA%2CuBAAA%3BKAAA%2C0BAAA%3BKAAA%2CyBAAA%3BKAAA%2CuCAAA%3BKAAA%2CoCAAA%3BKAAA%2C%2BBAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CUAAA%2CIAAA%2COAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CUAAA%2CIAAA%2COAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CUAAA%2CIAAA%2COAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CUAAA%2CIAAA%2COAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CGAAA%2CQAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CQAAA%2CEAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CQAAA%2CEAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2COAAA%2CIAAA%2CWAAA%2CIAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2COAAA%2CIAAA%2COAAA%2CEAAA%2CKAAA%3BKAAA%2CyBAAA%3BKAAA%2CyBAAA%3BKAAA%2CYAAA%2C2CAAA%3BKAAA%2CYAAA%2CgDAAA%2CeAAA%2CYAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CGAAA%2CQAAA%2CKAAA%3BKAAA%2CyBAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CEAAA%2COAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CEAAA%2CKAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CSAAA%3BKAAA%2CqBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CEAAA%2COAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CEAAA%2CKAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CSAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CMAAA%2CGAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CSAAA%2CMAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CGAAA%3BKAAA%3BKAAA%2C6BAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CSAAA%2CEAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CSAAA%2CEAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CSAAA%2CEAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CSAAA%2CEAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CKAAA%2CKAAA%2CGAAA%2CKAAA%2CGAAA%2CMAAA%2CGAAA%2CGAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CKAAA%2CKAAA%2CGAAA%2CKAAA%2CGAAA%2CMAAA%2CGAAA%2CGAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CKAAA%2CKAAA%2CMAAA%2CKAAA%2CGAAA%2COAAA%2CGAAA%3BKAAA%2C6BAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CGAAA%3BKAAA%2C0BAAA%3BKAAA%2C2BAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CMAAA%2CMAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CSAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CGAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CMAAA%3BKAAA%3BKAAA%2CiBAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CMAAA%2COAAA%3BKAAA%3BKAAA%3BKAAA%2CgCAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CMAAA%2CSAAA%3BKAAA%2CkBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CKAAA%3BKAAA%3BKAAA%2CyBAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%2CuCAAA%3BKAAA%2CoCAAA%3BKAAA%2C%2BBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CGAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CGAAA%2CKAAA%3BKAAA%3BKAAA%2CgFAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CSAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CSAAA%2CMAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CEAAA%3BKAAA%2CyBAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CGAAA%2CKAAA%3BKAAA%3BKAAA%2CcAAA%3BKAAA%3BKAAA%2CiFAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CGAAA%2CKAAA%2CGAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CGAAA%2CKAAA%2CGAAA%3BKAAA%2CqFAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CKAAA%3BKAAA%2CkFAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CKAAA%3BKAAA%2CiFAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CUAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%3BKAAA%2CwBAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%3BKAAA%2CuBAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CMAAA%2CMAAA%2COAAA%2CMAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CMAAA%2CMAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CMAAA%2CIAAA%2COAAA%2CGAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CGAAA%2CMAAA%2CIAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CMAAA%2CIAAA%3BKAAA%2CiCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CMAAA%2CGAAA%2CMAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%2C%2BBAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%2C8BAAA%3BKAAA%2C%2BBAAA%3BKAAA%2CgCAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CMAAA%2CIAAA%2CQAAA%3BKAAA%2CmBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CMAAA%2CGAAA%2CSAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CMAAA%2CGAAA%2CKAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CMAAA%2CKAAA%2CKAAA%2CUAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CMAAA%2CGAAA%2CKAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CQAAA%2CGAAA%2CIAAA%2CMAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CMAAA%2CIAAA%2COAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CUAAA%2CIAAA%2CMAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CUAAA%2CIAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CMAAA%3BKAAA%2CyBAAA%3BKAAA%2CcAAA%3BKAAA%2CwCAAA%3BKAAA%2CqCAAA%3BKAAA%2CqCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CGAAA%2CQAAA%3BKAAA%2CyBAAA%3BKAAA%2CyBAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CGAAA%2CQAAA%2CKAAA%3BKAAA%2CyBAAA%3BKAAA%2CyBAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CGAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CUAAA%2CSAAA%2CSAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2COAAA%2CMAAA%2CMAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%2C%2BBAAA%3BKAAA%2C8BAAA%3BKAAA%2C6BAAA%3BKAAA%2CgCAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%3BKAAA%2CwCAAA%3BKAAA%2CqCAAA%3BKAAA%2CgCAAA%3BKAAA%3BKAAA%2CyBAAA%3BKAAA%2CkBAAA%3BKAAA%2CuBAAA%3BKAAA%2C0BAAA%3BKAAA%2CyBAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2COAAA%2CKAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%3BKAAA%2CyBAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%2CkBAAA%3BKAAA%2CuBAAA%3BKAAA%2C0BAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CaAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CaAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CWAAA%2CMAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CMAAA%2CKAAA%2CKAAA%2CIAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CMAAA%2CKAAA%2CKAAA%2CIAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CMAAA%2CKAAA%2CKAAA%2CIAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CMAAA%2CMAAA%2CKAAA%2CIAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CMAAA%2CMAAA%2CKAAA%2CIAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CMAAA%2CMAAA%2CKAAA%2CIAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CKAAA%2CIAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CKAAA%2CIAAA%2CMAAA%2CMAAA%3BKAAA%2CgBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CKAAA%2CIAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CKAAA%2CIAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CKAAA%2CIAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CKAAA%2CIAAA%2CMAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CKAAA%2CIAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CKAAA%2CIAAA%2CMAAA%2CMAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CMAAA%2CeAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CMAAA%2CYAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CMAAA%2CIAAA%3BKAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%3BKAAA%2CyBAAA%3BKAAA%2CyBAAA%3BKAAA%2CkBAAA%3BKAAA%2CuBAAA%3BKAAA%2C0BAAA%3BKAAA%2CyBAAA%3BKAAA%2C6CAAA%3BKAAA%2C0CAAA%3BKAAA%2CqCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CYAAA%2CGAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CYAAA%2CGAAA%2CKAAA%2CGAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CYAAA%2CGAAA%2CKAAA%2CGAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CYAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CYAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CYAAA%3BKAAA%3BKAAA%2CgCAAA%3BKAAA%3BKAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CSAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2COAAA%3BKAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CSAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2COAAA%3BKAAA%2CiCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CYAAA%3BKAAA%2CiCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CMAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CSAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CSAAA%2CMAAA%2CKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%3BKAAA%2CqBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CGAAA%2CKAAA%2CKAAA%3BKAAA%2CyBAAA%3BKAAA%3BKAAA%2C%2BBAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CGAAA%2CKAAA%2CKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CGAAA%2CKAAA%2CKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CGAAA%2CKAAA%2CKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CGAAA%3BKAAA%2C%2BBAAA%3BKAAA%2C%2BBAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CGAAA%2COAAA%3BKAAA%2C6BAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CGAAA%2COAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CQAAA%2CEAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CQAAA%2CEAAA%3BKAAA%2CuCAAA%3BKAAA%2CoCAAA%3BKAAA%2C%2BBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CMAAA%2CGAAA%2CMAAA%2CKAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CMAAA%2CGAAA%2CMAAA%2CKAAA%2COAAA%3BKAAA%2CyBAAA%3BKAAA%2CkBAAA%2CwCAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%3BKAAA%2CyBAAA%3BKAAA%2CkBAAA%2CiCAAA%3B%3B%3B%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2COAAA%2CIAAA%2CaAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CGAAA%2CMAAA%2CKAAA%3BKAAA%2C8BAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CMAAA%2CMAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CMAAA%2CMAAA%3BKAAA%2CyBAAA%3BKAAA%2CkBAAA%2CwCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CMAAA%2CGAAA%2CMAAA%2CGAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CGAAA%2CKAAA%2CGAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CGAAA%2CKAAA%2CGAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CQAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%3BKAAA%2CyBAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2COAAA%2CIAAA%2CWAAA%2CIAAA%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2COAAA%2CIAAA%2COAAA%2CEAAA%2CKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CSAAA%2CIAAA%2CKAAA%2CaAAA%2CMAAA%3BKAAA%2CyBAAA%3BKAAA%2C0BAAA%22%2C%22sourcesContent%22%3A%5B%22%5C%2F*%20OpenRat%20Theme%20*%5C%2F%5Cn%20%20%20%20%20%20%20%5Cn%5C%2F*%20%5Cn%20*%20The%20following%20variables%20beginning%20with%20'%40cms-...'%20are%20overwritten%20by%20the%20CMS%20style%20configuration%20values%5Cn%20*%5C%2F%5Cn%40cms-theme-id%3A%20'theme-name'%3B%20%5C%2F*%20technical%20name%20of%20theme%20*%5C%2F%20%5Cn%40cms-image-path%3A%20'%5C%2F'%3B%20%5C%2F*%20Image-path%20*%5C%2F%5Cn%40cms-name%3A%20name%3B%20%5C%2F*%20Logic%20name%20of%20theme%20*%5C%2F%5Cn%40cms-title-background-color%3A%20white%3B%5Cn%40cms-title-text-color%3A%20black%3B%5Cn%40cms-text-color%3A%20black%3B%5Cn%40cms-background-color%3A%20silver%3B%5Cn%40cms-inactive-background-color%3A%20gray%3B%5Cn%5Cn%5Cnhtml.theme-%40%7Bcms-theme-id%7D%20%7B%20%5Cn%5Ct%5Cn%5Ctscrollbar-face-color%3A%20%40cms-title-background-color%3B%5Cn%5Ctscrollbar-arrow-color%3A%20%40cms-title-background-color%3B%5Cn%5Ctscrollbar-base-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Cn%5Ctdiv%23workbench%20div.panel.modal%20%7B%5Cn%5Ct%5Ctborder-color%3A%20%40cms-text-color%20!%20important%3B%5Cn%5Ct%5Ct-webkit-box-shadow%3A%200px%200px%2040px%20%40cms-text-color%3B%5Cn%5Ct%5Ct-moz-box-shadow%3A%200px%200px%2040px%20%40cms-text-color%3B%5Cn%5Ct%5Ctbox-shadow%3A%200px%200px%2040px%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%20%20%5Cn%5Ctdiv%23dialog%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-background-color%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-text-color%3B%5Cn%5Ct%5Ctborder-color%3A%20%40cms-text-color%20!%20important%3B%5Cn%5Ct%5Ct-webkit-box-shadow%3A%200px%200px%2040px%20%40cms-text-color%3B%5Cn%5Ct%5Ct-moz-box-shadow%3A%200px%200px%2040px%20%40cms-text-color%3B%5Cn%5Ct%5Ctbox-shadow%3A%200px%200px%2040px%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.container%20%3E%20div.divider.ui-draggable-dragging%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23workbench%20div.panel%20%7B%5Cn%5Ct%5Ctdiv.arrow-down%20%7B%5Cn%5Ct%5Ct%5Ctborder-top-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct%7D%5Cn%5Cn%5Ct%5Ctdiv.arrow-right%20%7B%5Cn%5Ct%5Ct%5Ctborder-left-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct%7D%5Cn%5Ct%7D%5Cn%5Cn%5Ctiframe%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.breadcrumb%20%2C%20div.breadcrumb%20a%20%2C%20div.panel%20%3E%20div.title%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23noticebar%20%7B%5Cn%5Ct%5Ct%5Cn%5Ct%5Ctdiv.notice%20%7B%5Cn%5Ct%5Ct%5Ctborder%3A%202px%20solid%20%40cms-text-color%3B%5Cn%5Ct%5Ct%5Ctpadding%3A%205px%3B%5Cn%5Ct%5Ct%5Ctmargin%3A%205px%3B%5Cn%5Cn%5Ct%5Ct%5Ct.border-radius(5px)%3B%5Cn%5Ct%5Ct%5Ct-webkit-box-shadow%3A%203px%202px%205px%20%40cms-text-color%3B%5Cn%5Ct%5Ct%5Ct-moz-box-shadow%3A%203px%202px%205px%20%40cms-text-color%3B%5Cn%5Ct%5Ct%5Ctbox-shadow%3A%203px%202px%205px%20%40cms-text-color%3B%5Cn%5Ct%5Ct%5Ctdisplay%3A%20none%3B%5Cn%5Ct%5Ct%7D%5Cn%5Cn%5Ct%5Ctdiv.notice.ok%20%7B%5Cn%5Ct%5Ct%5Ctbackground-color%3A%20green%3B%5Cn%5Ct%5Ct%7D%5Cn%5Cn%5Ct%5Ctdiv.notice.warning%20%7B%5Cn%5Ct%5Ct%5Ctbackground-color%3A%20yellow%3B%5Cn%5Ct%5Ct%7D%5Cn%5Cn%5Ct%5Ctdiv.notice.error%20%7B%5Cn%5Ct%5Ct%5Ctbackground-color%3A%20red%3B%5Cn%5Ct%5Ct%7D%5Cn%5Cn%5Ct%5Ctdiv.notice.info%20%7B%5Cn%5Ct%5Ct%5Ctbackground-color%3A%20%40cms-inactive-background-color%3B%5Cn%5Ct%5Ct%7D%5Cn%5Ct%7D%5Cn%5Cn%5Ctul%23history%20%3E%20li%20%2C%20div.content%20a.action%20%2C%20div.content%20a.help%20%2C%20div.filler%20div.headermenu%20%3E%20a.entry%20%2C%20div.filler%20div.header%20a.back.button%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctbackground%3A%20-moz-linear-gradient(top%2C%20%40cms-title-background-color%2C%20%40cms-inactive-background-color)%3B%5Cn%5Ct%5Ctbackground%3A%20-webkit-gradient(linear%2C%20left%20top%2C%20left%20bottom%2C%20from(%40cms-title-background-color)%2C%20to(%40cms-inactive-background-color))%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul%23history%20%3E%20li.active%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cta.action%3Ahover%20%2C%20a.help%3Ahover%20%2C%20div.noaction%3Ahover%20%7B%5Cn%5Ct%5Ctborder-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cta.action%3Aactive%20%2C%20a.help%3Aactive%20%2C%20div.noaction%3Aactive%20%2C%20input.ok%3Aactive%20%7B%5Cn%5Ct%5Ctborder-color%3A%20red%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cta%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.dropdown%20%3E%20div.divide%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttd.preview%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20papayawhip%3B%5Cn%5Ct%5Ctborder-top%3A%201px%20solid%20%40cms-inactive-background-color%3B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20solid%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ct.preview%20a%3Alink%20%2C%20.preview%20a%3Avisited%20%2C%20.preview%20a%3Aactive%20%2C%20.preview%20a%3Ahover%20%7B%5Cn%5Ct%5Ctcolor%3A%20blue%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctbody.menu%20tr.menu%20td%20table%20tr%20td.noaction%20%2C%20body.main%20tr.menu%20td%20table%20tr%20td.noaction%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctimg%5Balign%3Dleft%5D%20%2C%20img%5Balign%3Dright%5D%20%7B%5Cn%5Ct%5Ctpadding-right%3A%201px%3B%5Cn%5Ct%5Ctpadding-left%3A%201px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctsmall%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctbody.main%20table.main%20td.window%20td.act%20%7B%5Cn%5Ct%5Ctborder-top%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttd.motd%20%7B%5Cn%5Ct%5Ctborder-left%3A%203px%20solid%20red%3B%5Cn%5Ct%5Ctborder-right%3A%203px%20solid%20red%3B%5Cn%5Ct%5Ctfont-weight%3A%20bold%3B%5Cn%5Ct%5Ctpadding%3A%2010px%3B%5Cn%5Ct%5Ctmargin%3A%2010px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20input.checkbox%20%2C%20div.panel%20input.radio%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttextarea.longtext%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttd.notice%20%7B%5Cn%5Ct%5Ctmargin%3A%200px%3B%5Cn%5Ct%5Ctpadding%3A%205%25%3B%5Cn%5Ct%5Cttext-align%3A%20center%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttable.notice%20%7B%5Cn%5Ct%5Ctwidth%3A%20100%25%3B%5Cn%5Ct%5Ctborder%3A%201px%20solid%3B%5Cn%5Ct%5Ctborder-spacing%3A%200px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttable.notice%20th%20%7B%5Cn%5Ct%5Ctpadding%3A%202px%3B%5Cn%5Ct%5Ctwhite-space%3A%20nowrap%3B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20solid%20%40cms-text-color%3B%5Cn%5Ct%5Ctfont-weight%3A%20normal%3B%5Cn%5Ct%5Cttext-align%3A%20left%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttable.calendar%20td%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20dotted%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctform.xlogin%20%7B%5Cn%5Ct%5Ctxbackground-color%3A%20%23E0E0D5%3B%5Cn%5Ct%5Ctborder%3A%202px%20solid%20%40cms-inactive-background-color%3B%5Cn%5Ct%5Ctposition%3A%20absolute%3B%5Cn%5Ct%5Ctz-index%3A%20999%3B%5Cn%5Ct%5Cttop%3A%205%25%3B%5Cn%5Ct%5Ctleft%3A%205%25%3B%5Cn%5Ct%5Ctwidth%3A%2080%25%3B%5Cn%5Ct%5Ctmargin%3A%205%25%3B%5Cn%5Ct%5Ctpadding%3A%2010%25%3B%5Cn%5Ct%5Ctopacity%3A%201%3B%5Cn%5Ct%5Ct-webkit-box-shadow%3A%203px%202px%205px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct-moz-box-shadow%3A%203px%202px%205px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbox-shadow%3A%203px%202px%205px%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul.tree%20%2C%20ul.tree%20ul%20%7B%5Cn%5Ct%5Ctlist-style-type%3A%20none%3B%5Cn%5Ct%5Ctbackground%3A%20url(.%5C%2Fthemes%5C%2Fdefault%5C%2Fimages%5C%2Ftree_line.gif)%20repeat-y%3B%5Cn%5Ct%5Ctxmargin%3A%200%3B%5Cn%5Ct%5Ctpadding%3A%200%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.entry.selected%20%2C%20div.dropdown%20%3E%20div.entry%3Ahover%20%2C%20div.dropdown%20%3E%20div.entry%3Ahover%20%3E%20a%20%2C%20a.element%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul.tree%20li%20%7B%5Cn%5Ct%5Ctxmargin%3A%200%3B%5Cn%5Ct%5Ctpadding%3A%200%200px%3B%5Cn%5Ct%5Ctline-height%3A%2018px%3B%5Cn%5Ct%5Ctbackground%3A%20url(.%5C%2Fthemes%5C%2Fdefault%5C%2Fimages%5C%2Ftree_none.gif)%20no-repeat%3B%5Cn%5Ct%5Ctxcolor%3A%20%23369%3B%5Cn%5Ct%5Ctfont-weight%3A%20normal%3B%5Cn%5Ct%5Ctwhite-space%3A%20nowrap%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul.tree%20li.last%20%2C%20ul.tree%20li%3Alast-child%20%7B%5Cn%5Ct%5Ctbackground%3A%20url(.%5C%2Fthemes%5C%2Fdefault%5C%2Fimages%5C%2Ftree_none_end.gif)%20no-repeat%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.tree.open%20%7B%5Cn%5Ct%5Ctbackground%3A%20url(.%5C%2Fthemes%5C%2Fdefault%5C%2Fimages%5C%2Ftree_minus.png)%20no-repeat%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.tree.closed%20%7B%5Cn%5Ct%5Ctbackground%3A%20url(.%5C%2Fthemes%5C%2Fdefault%5C%2Fimages%5C%2Ftree_plus.png)%20no-repeat%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctbody%20%3E%20div%20%7B%5Cn%5Ct%5Ctdisplay%3A%20none%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.structure%20em%20%7B%5Cn%5Ct%5Ctfont-style%3A%20italic%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ct.drophover%20%7B%5Cn%5Ct%5Ctborder%3A%202px%20dotted%20green%3B%5Cn%5Ct%5Ctcursor%3A%20move%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ct.dropactive%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20dotted%20blue%3B%5Cn%5Ct%5Ctcursor%3A%20move%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20%3E%20div.header%20%3E%20div.panel-icon%20%7B%5Cn%5Ct%5Ctxposition%3A%20static%3B%5Cn%5Ct%5Ctxright%3A%20-30px%3B%5Cn%5Ct%5Cttop%3A%203px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.backward_link%20%7B%5Cn%5Ct%5Ctfloat%3A%20left%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.forward_link%20%7B%5Cn%5Ct%5Ctfloat%3A%20right%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20%3E%20div.header%20%7B%5Cn%5Ct%5Ctpadding%3A%200px%3B%5Cn%5Ct%5Ctwidth%3A%20100%25%3B%5Cn%5Ct%5Ctheight%3A%2025px%3B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20div.header%20ul.views%20%7B%5Cn%5Ct%5Cttext-align%3A%20left%3B%5Cn%5Ct%5Ctlist-style-type%3A%20none%3B%5Cn%5Ct%5Ctoverflow%3A%20hidden%3B%5Cn%5Ct%5Ctwhite-space%3A%20nowrap%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctimg.icon%20%7B%5Cn%5Ct%5Ctpadding%3A%204px%3B%5Cn%5Ct%5Ctwidth%3A%2016px%3B%5Cn%5Ct%5Ctheight%3A%2016px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul.views%20div.tabname%20%7B%5Cn%5Ct%5Ctoverflow%3A%20hidden%3B%5Cn%5Ct%5Ctwhite-space%3A%20nowrap%3B%5Cn%5Ct%5Ctpadding%3A%204px%3B%5Cn%5Ct%5Ctvertical-align%3A%20middle%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20div.header%20%7B%5Cn%5Ct%5Ctxborder-bottom%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20ul.views%20li%20%7B%5Cn%5Ct%5Ctvertical-align%3A%20middle%3B%5Cn%5Ct%5Ctpadding%3A%200px%3B%5Cn%5Ct%5Ctcursor%3A%20pointer%3B%5Cn%5Ct%5Ctborder-right%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct-moz-border-radius-topleft%3A%205px%3B%5Cn%5Ct%5Ct-webkit-border-radius-topleft%3A%205px%3B%5Cn%5Ct%5Ct-khtml-border-top-radius-topleft%3A%205px%3B%5Cn%5Ct%5Ctborder-top-right-radius%3A%205px%3B%5Cn%5Ct%5Ct-moz-border-radius-topright%3A%205px%3B%5Cn%5Ct%5Ct-webkit-border-radius-topright%3A%205px%3B%5Cn%5Ct%5Ct-khtml-border-top-radius-topright%3A%205px%3B%5Cn%5Ct%5Ctborder-top-right-radius%3A%205px%3B%5Cn%5Ct%5Ctxborder-top%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctxborder-left%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctxborder-right%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctxmargin-right%3A%2010px%3B%5Cn%5Ct%5Ctdisplay%3A%20inline%3B%5Cn%5Ct%5Ctwhite-space%3A%20nowrap%3B%5Cn%5Ct%5Ctfloat%3A%20left%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20div.content%20table%20%7B%5Cn%5Ct%5Ctborder%3A%202px%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttable%20tr.headline%20%3E%20td%20%7B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttable%20tr.data%20%3E%20td%20%7B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttable%20%3E%20tr.data%3Anth-child(2n)%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttable%20tr.data%3Ahover%20%2C%20div.content%20li%20div.entry%3Ahover%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20div.status%20div%20%2C%20div.message%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23workbench%20div.panel.fullscreen%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23workbench%20div.panel%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctinput.submit%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ct-webkit-box-shadow%3A%200px%200px%2015px%20%40cms-background-color%3B%5Cn%5Ct%5Ct-moz-box-shadow%3A%200px%200px%2015px%20%40cms-background-color%3B%5Cn%5Ct%5Ctbox-shadow%3A%200px%200px%2015px%2010px%20%40cms-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul%23history%20%3E%20li%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-inactive-background-color%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul%23history%20%3E%20li.active%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-text-color%3B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul%23history%20%7B%5Cn%5Ct%5Ctdisplay%3A%20none%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23filler%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.clickable.filtered.inactive%20%3E%20a%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23header%20%3E%20div%20%3E%20div.arrow-down%20%7B%5Cn%5Ct%5Ctdisplay%3A%20inline%3B%5Cn%5Ct%5Ctwidth%3A%200%3B%5Cn%5Ct%5Ctheight%3A%200%3B%5Cn%5Ct%5Ctmargin%3A%206%3B%5Cn%5Ct%5Ctpadding%3A%200px%3B%5Cn%5Ct%5Ctborder-right%3A%206px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctborder-left%3A%206px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctborder-top%3A%206px%20solid%20%40cms-inactive-background-color%3B%5Cn%5Ct%5Ctborder-bottom%3A%204px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctmargin-top%3A%2010px%3B%5Cn%5Ct%5Ctfont-size%3A%200%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ct.border-radius%20(%40radius)%20%7B%5Cn%5Ct%5Ctborder-radius%3A%20%40radius%3B%5Cn%5Ct%5Ct-moz-border-radius%3A%20%40radius%3B%5Cn%5Ct%5Ct-webkit-border-radius%3A%20%40radius%3B%5Cn%5Ct%5Ct-khtml-border-radius%3A%20%40radius%3B%5Cn%5Ct%7D%5Cn%5Ct%5Cn%5Ctdiv.dropdown%20%7B%5Cn%5Ct%5Ct-webkit-box-shadow%3A%203px%202px%2010px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct-moz-box-shadow%3A%203px%202px%2010px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbox-shadow%3A%203px%202px%2010px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctopacity%3A%200.95%3B%5Cn%5Cn%5Ct%5Ctborder%3A%202px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct.border-radius(%205px%20)%3B%5Cn%5Ct%5Ct%5Cn%5Ct%5Ctfont-style%3A%20normal%3B%5Cn%5Ct%5Ctfont-weight%3A%20normal%3B%5Cn%5Ct%5Cttext-decoration%3A%20none%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23header%20span.titletext%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.toolbar-icon%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctpadding%3A%202px%3B%5Cn%5Ct%5Ctmargin-left%3A%205px%3B%5Cn%5Ct%5Ctfloat%3A%20left%3B%5Cn%5Ct%5Ct.border-radius(%203px%20)%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.toolbar-icon.inactive%20%7B%5Cn%5Ct%5Ctopacity%3A%200.5%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.toolbar-icon%3Ahover%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.headermenu%20%7B%5Cn%5Ct%5Ctmargin%3A%205px%3B%5Cn%5Ct%5Ctz-index%3A%201%3B%5Cn%5Ct%5Ctposition%3A%20relative%3B%5Cn%5Ct%5Ctright%3A%200%3B%5Cn%5Ct%5Cttop%3A%200%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.headermenu%20%3E%20div.toolbar-icon%20%7B%5Cn%5Ct%5Ctfloat%3A%20right%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctbody%20%7B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel.wide%20form%20div.line%20%7B%5Cn%5Ct%5Ctclear%3A%20left%3B%5Cn%5Ct%5Ctmargin-top%3A%2010px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel.wide%20form%20div.label%20%7B%5Cn%5Ct%5Ctdisplay%3A%20inline-block%3B%5Cn%5Ct%5Ctwidth%3A%2030%25%3B%5Cn%5Ct%5Ctvertical-align%3A%20top%3B%5Cn%5Ct%5Cttext-align%3A%20right%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel.wide%20form%20div.input%20%7B%5Cn%5Ct%5Ctdisplay%3A%20inline-block%3B%5Cn%5Ct%5Ctwidth%3A%2060%25%3B%5Cn%5Ct%5Ctvertical-align%3A%20top%3B%5Cn%5Ct%5Cttext-align%3A%20left%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel.small%20form%20div.line%20%7B%5Cn%5Ct%5Ctclear%3A%20left%3B%5Cn%5Ct%5Ctpadding%3A%2010px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel.small%20form%20div.label%20%7B%5Cn%5Ct%5Ctdisplay%3A%20block%3B%5Cn%5Ct%5Ctwidth%3A%20100%25%3B%5Cn%5Ct%5Ctvertical-align%3A%20top%3B%5Cn%5Ct%5Cttext-align%3A%20left%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel.small%20form%20div.input%20%7B%5Cn%5Ct%5Ctdisplay%3A%20block%3B%5Cn%5Ct%5Ctwidth%3A%20100%25%3B%5Cn%5Ct%5Ctvertical-align%3A%20top%3B%5Cn%5Ct%5Cttext-align%3A%20left%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctform%20div.label%20%3E%20label%20%2C%20form%20div.input%20%3E%20div.intputholder%20%7B%5Cn%5Ct%5Ctpadding%3A%200px%205px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctform%20div.input%20input%5Btype%3Dtext%5D%20%2C%20form%20div.input%20input%5Btype%3Dpassword%5D%20%2C%20form%20div.input%20textarea%20%2C%20form%20div.input%20select%20%7B%5Cn%5Ct%5Ctwidth%3A%20100%25%3B%5Cn%5Ct%7D%5Cn%20%20%5Cn%5Ctform%20div.input%20input%5Btype%3Dcheckbox%5D%20%2C%20form%20div.input%20input%5Btype%3Dradio%5D%20%7B%5Cn%5Ct%5Ctvertical-align%3A%20top%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctlabel%20%7B%5Cn%5Ct%5Ctdisplay%3A%20inline-block%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctinput%5Btype%3Dcheckbox%5D%20%2B%20label%20%2C%20input%5Btype%3Dradio%5D%20%2B%20label%20%7B%5Cn%5Ct%5Ctwidth%3A%2080%25%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctlabel%20div.description%20%7B%5Cn%5Ct%5Ctfont-size%3A%200.75em%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.inputholder%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct.border-radius(%203px%20)%3B%5Cn%5Ct%5Ct-webkit-box-shadow%3A%20inset%200px%200px%203px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct-moz-box-shadow%3A%20inset%200px%200px%203px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbox-shadow%3A%20inset%200px%200px%203px%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.inputholder%20ul.tree%20%2C%20div.inputholder%20ul.tree%20li.last%20%2C%20div.inputholder%20ul.tree%20li%3Alast-child%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.inputholder%20%3E%20input%20%2C%20div.inputholder%20%3E%20textarea%20%2C%20div.inputholder%20%3E%20select%20%7B%5Cn%5Ct%5Ctborder%3A%200px%3B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20solid%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctpadding%3A%202px%3B%5Cn%5Ct%5Ctmargin%3A%200px%3B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctinput%3Afocus%20%2C%20textarea%3Afocus%20%2C%20select%3Afocus%20%7B%5Cn%5Ct%5Ctborder%3A%200px%3B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20solid%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctinput.error%20%2C%20textarea.error%20%2C%20select.error%20%7B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20dotted%20%40cms-text-color%20!%20important%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.inputholder.error%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20red%20!%20important%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctinput.hint%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctfieldset%20%3E%20div%20input.name%20%2C%20fieldset%20%3E%20div%20span.name%20%7B%5Cn%5Ct%5Ctfont-weight%3A%20bold%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctfieldset%20%7B%5Cn%5Ct%5Ctborder-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23tree%20%7B%5Cn%5Ct%5Ctoverflow%3A%20visible%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttr.diff%20%3E%20td.line%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctpadding-right%3A%202px%3B%5Cn%5Ct%5Ctborder-right%3A%203px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Cttext-align%3A%20right%3B%5Cn%5Ct%5Ctmargin-right%3A%202px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttr.diff%20%3E%20td.equal%20%7B%5Cn%5Ct%7D%5Cn%5Cn%5Cttr.diff%20%3E%20td.old%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20red%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttr.diff%20%3E%20td.new%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20green%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttr.diff%20%3E%20td.notequal%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20yellow%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdl.notice%20%7B%5Cn%5Ct%5Ctborder-left%3A%2010px%20%40cms-inactive-background-color%20solid%3B%5Cn%5Ct%5Ctborder-right%3A%201px%20%40cms-inactive-background-color%20solid%3B%5Cn%5Ct%5Ctpadding%3A%2015px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdl.notice%20%3E%20dt%20%7B%5Cn%5Ct%5Ctborder-top%3A%201px%20%40cms-inactive-background-color%20solid%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdl.notice%20%3E%20dd%20%7B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20%40cms-inactive-background-color%20solid%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.content%20a.action%20%2C%20div.content%20a.help%20%7B%5Cn%5Ct%5Ct-webkit-box-shadow%3A%203px%202px%205px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct-moz-box-shadow%3A%203px%202px%205px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbox-shadow%3A%203px%202px%205px%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctbody%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20ul.views%20%3E%20li.active%20%2C%20div.panel%20ul.views%20%3E%20li.active%3Ahover%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbackground-image%3A%20linear-gradient(%40cms-inactive-background-color%200%25%2C%20%40cms-title-background-color%2015%25)%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23header%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbackground-image%3A%20linear-gradient(%40cms-title-background-color%2Clighten(%40cms-title-background-color%2C10%25))%3B%5Cn%5Ct%5Ct%5C%2F*%5Cn%5Ct%5Ctbackground-image%3A%20linear-gradient(%40cms-title-background-color%2085%25%2C%20%40cms-inactive-background-color%20100%25)%3B%5Cn%5Ct%5Ct%20*%5C%2F%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23header%20div.toolbar-icon%20%3E%20a%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23header%20%2C%20ul.views%20%3E%20li.action%20%7B%5Cn%5Ct%5Ctfont-family%3A%20Arial%2C%20sans-serif%3B%5Cn%5Ct%5Ctfont-size%3A%2013px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20%3E%20div.content%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20%3E%20div.header%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-background-color%3B%5Cn%5Ct%5Ctbackground-image%3A%20linear-gradient(%40cms-inactive-background-color%2000%25%2C%20%40cms-background-color%2085%25)%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20ul.views%20li%3Ahover%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul.tree%20li.last%20%2C%20ul.tree%20li%3Alast-child%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.content%20pre%20%2C%20div.dropdown%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.filler%20div.headermenu%20%3E%20a.entry%20%2C%20div.filler%20div.header%20a.back.button%20%7B%5Cn%5Ct%5Ctfont-size%3A%200.8em%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.line.filedropzone%20%3E%20div.input%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctborder%3A%201px%20dotted%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%7D%5Cn%5Cn%5C%2F*%20Theme%20Ende%20*%5C%2F%5Cn%22%5D%7D */ -/* Style dark */ -/* OpenRat Theme */ -/* - * The following variables beginning with '@cms-...' are overwritten by the CMS style configuration values - */ -/* technical name of theme */ -/* Image-path */ -/* Logic name of theme */ -html.theme-dark { - scrollbar-face-color: #868685; - scrollbar-arrow-color: #868685; - scrollbar-base-color: #dcdcdc; -} -html.theme-dark div#workbench div.panel.modal { - border-color: #ffffff !important; - -webkit-box-shadow: 0px 0px 40px #ffffff; - -moz-box-shadow: 0px 0px 40px #ffffff; - box-shadow: 0px 0px 40px #ffffff; -} -html.theme-dark div#dialog { - background-color: #201f1d; - color: #ffffff; - border-color: #ffffff !important; - -webkit-box-shadow: 0px 0px 40px #ffffff; - -moz-box-shadow: 0px 0px 40px #ffffff; - box-shadow: 0px 0px 40px #ffffff; -} -html.theme-dark div.container > div.divider.ui-draggable-dragging { - background-color: #868685; -} -html.theme-dark div#workbench div.panel div.arrow-down { - border-top-color: #868685; -} -html.theme-dark div#workbench div.panel div.arrow-right { - border-left-color: #868685; -} -html.theme-dark iframe { - border: 1px solid #868685; -} -html.theme-dark div.breadcrumb, -html.theme-dark div.breadcrumb a, -html.theme-dark div.panel > div.title { - color: #dcdcdc; -} -html.theme-dark div#noticebar div.notice { - border: 2px solid #ffffff; - padding: 5px; - margin: 5px; - border-radius: 5px; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - -khtml-border-radius: 5px; - -webkit-box-shadow: 3px 2px 5px #ffffff; - -moz-box-shadow: 3px 2px 5px #ffffff; - box-shadow: 3px 2px 5px #ffffff; - display: none; -} -html.theme-dark div#noticebar div.notice.ok { - background-color: green; -} -html.theme-dark div#noticebar div.notice.warning { - background-color: yellow; -} -html.theme-dark div#noticebar div.notice.error { - background-color: red; -} -html.theme-dark div#noticebar div.notice.info { - background-color: #868685; -} -html.theme-dark ul#history > li, -html.theme-dark div.content a.action, -html.theme-dark div.content a.help, -html.theme-dark div.filler div.headermenu > a.entry, -html.theme-dark div.filler div.header a.back.button { - border: 1px solid #868685; - background-color: #dcdcdc; - background: -moz-linear-gradient(top, #868685, #868685); - background: -webkit-gradient(linear, left top, left bottom, from(#868685), to(#868685)); - color: #ffffff; -} -html.theme-dark ul#history > li.active { - background-color: #dcdcdc; - color: #ffffff; -} -html.theme-dark a.action:hover, -html.theme-dark a.help:hover, -html.theme-dark div.noaction:hover { - border-color: #dcdcdc; -} -html.theme-dark a.action:active, -html.theme-dark a.help:active, -html.theme-dark div.noaction:active, -html.theme-dark input.ok:active { - border-color: red; -} -html.theme-dark a { - color: #ffffff; -} -html.theme-dark div.dropdown > div.divide { - background-color: #868685; -} -html.theme-dark td.preview { - background-color: papayawhip; - border-top: 1px solid #868685; - border-bottom: 1px solid #868685; -} -html.theme-dark .preview a:link, -html.theme-dark .preview a:visited, -html.theme-dark .preview a:active, -html.theme-dark .preview a:hover { - color: blue; -} -html.theme-dark body.menu tr.menu td table tr td.noaction, -html.theme-dark body.main tr.menu td table tr td.noaction { - color: #868685; -} -html.theme-dark img[align=left], -html.theme-dark img[align=right] { - padding-right: 1px; - padding-left: 1px; -} -html.theme-dark small { - color: #868685; -} -html.theme-dark body.main table.main td.window td.act { - border-top: 1px solid #868685; -} -html.theme-dark td.motd { - border-left: 3px solid red; - border-right: 3px solid red; - font-weight: bold; - padding: 10px; - margin: 10px; -} -html.theme-dark div.panel input.checkbox, -html.theme-dark div.panel input.radio { - border: 1px solid #868685; -} -html.theme-dark textarea.longtext { - border: 1px solid #ffffff; -} -html.theme-dark td.notice { - margin: 0px; - padding: 5%; - text-align: center; -} -html.theme-dark table.notice { - width: 100%; - border: 1px solid; - border-spacing: 0px; -} -html.theme-dark table.notice th { - padding: 2px; - white-space: nowrap; - border-bottom: 1px solid #ffffff; - font-weight: normal; - text-align: left; -} -html.theme-dark table.calendar td { - border: 1px dotted; -} -html.theme-dark form.xlogin { - xbackground-color: #E0E0D5; - border: 2px solid #868685; - position: absolute; - z-index: 999; - top: 5%; - left: 5%; - width: 80%; - margin: 5%; - padding: 10%; - opacity: 1; - -webkit-box-shadow: 3px 2px 5px #868685; - -moz-box-shadow: 3px 2px 5px #868685; - box-shadow: 3px 2px 5px #868685; -} -html.theme-dark ul.tree, -html.theme-dark ul.tree ul { - list-style-type: none; - background: url(themes/default/css/themes/default/images/tree_line.gif) repeat-y; - xmargin: 0; - padding: 0; -} -html.theme-dark div.entry.selected, -html.theme-dark div.dropdown > div.entry:hover, -html.theme-dark div.dropdown > div.entry:hover > a, -html.theme-dark a.element { - background-color: #868685; - color: #dcdcdc; -} -html.theme-dark ul.tree li { - xmargin: 0; - padding: 0 0px; - line-height: 18px; - background: url(themes/default/css/themes/default/images/tree_none.gif) no-repeat; - xcolor: #369; - font-weight: normal; - white-space: nowrap; -} -html.theme-dark ul.tree li.last, -html.theme-dark ul.tree li:last-child { - background: url(themes/default/css/themes/default/images/tree_none_end.gif) no-repeat; -} -html.theme-dark div.tree.open { - background: url(themes/default/css/themes/default/images/tree_minus.png) no-repeat; -} -html.theme-dark div.tree.closed { - background: url(themes/default/css/themes/default/images/tree_plus.png) no-repeat; -} -html.theme-dark body > div { - display: none; -} -html.theme-dark div.structure em { - font-style: italic; -} -html.theme-dark .drophover { - border: 2px dotted green; - cursor: move; -} -html.theme-dark .dropactive { - border: 1px dotted blue; - cursor: move; -} -html.theme-dark div.panel > div.header > div.panel-icon { - xposition: static; - xright: -30px; - top: 3px; -} -html.theme-dark div.backward_link { - float: left; -} -html.theme-dark div.forward_link { - float: right; -} -html.theme-dark div.panel > div.header { - padding: 0px; - width: 100%; - height: 25px; - border-bottom: 1px solid #868685; -} -html.theme-dark div.panel div.header ul.views { - text-align: left; - list-style-type: none; - overflow: hidden; - white-space: nowrap; -} -html.theme-dark img.icon { - padding: 4px; - width: 16px; - height: 16px; -} -html.theme-dark ul.views div.tabname { - overflow: hidden; - white-space: nowrap; - padding: 4px; - vertical-align: middle; -} -html.theme-dark div.panel div.header { - xborder-bottom: 1px solid #868685; -} -html.theme-dark div.panel ul.views li { - vertical-align: middle; - padding: 0px; - cursor: pointer; - border-right: 1px solid #868685; - -moz-border-radius-topleft: 5px; - -webkit-border-radius-topleft: 5px; - -khtml-border-top-radius-topleft: 5px; - -moz-border-radius-topright: 5px; - -webkit-border-radius-topright: 5px; - -khtml-border-top-radius-topright: 5px; - border-top-right-radius: 5px; - xborder-top: 1px solid #868685; - xborder-left: 1px solid #868685; - xborder-right: 1px solid #868685; - xmargin-right: 10px; - display: inline; - white-space: nowrap; - float: left; -} -html.theme-dark div.panel div.content table { - border: 2px #868685; -} -html.theme-dark table tr.headline > td { - border-bottom: 1px solid #868685; -} -html.theme-dark table tr.data > td { - border-bottom: 1px solid #868685; -} -html.theme-dark table > tr.data:nth-child(2n) { - background-color: #868685; -} -html.theme-dark table tr.data:hover, -html.theme-dark div.content li div.entry:hover { - background-color: #868685; -} -html.theme-dark div.panel div.status div, -html.theme-dark div.message { - border: 1px solid #868685; -} -html.theme-dark div#workbench div.panel.fullscreen { - background-color: #201f1d; -} -html.theme-dark div#workbench div.panel { - border: 1px solid #868685; -} -html.theme-dark input.submit { - background-color: #868685; - color: #dcdcdc; - -webkit-box-shadow: 0px 0px 15px #201f1d; - -moz-box-shadow: 0px 0px 15px #201f1d; - box-shadow: 0px 0px 15px 10px #201f1d; -} -html.theme-dark ul#history > li { - border: 1px solid #868685; - background-color: #868685; - color: #ffffff; -} -html.theme-dark ul#history > li.active { - border: 1px solid #ffffff; - background-color: #dcdcdc; - color: #ffffff; -} -html.theme-dark ul#history { - display: none; -} -html.theme-dark div#filler { - background-color: #ffffff; -} -html.theme-dark div.clickable.filtered.inactive > a { - color: #868685; -} -html.theme-dark div#header > div > div.arrow-down { - display: inline; - width: 0; - height: 0; - margin: 6; - padding: 0px; - border-right: 6px solid #868685; - border-left: 6px solid #868685; - border-top: 6px solid #868685; - border-bottom: 4px solid #868685; - margin-top: 10px; - font-size: 0; -} -html.theme-dark div.dropdown { - -webkit-box-shadow: 3px 2px 10px #868685; - -moz-box-shadow: 3px 2px 10px #868685; - box-shadow: 3px 2px 10px #868685; - opacity: 0.95; - border: 2px solid #868685; - border-radius: 5px; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - -khtml-border-radius: 5px; - font-style: normal; - font-weight: normal; - text-decoration: none; -} -html.theme-dark div#header span.titletext { - color: #dcdcdc; -} -html.theme-dark div.toolbar-icon { - border: 1px solid #868685; - padding: 2px; - margin-left: 5px; - float: left; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - -khtml-border-radius: 3px; -} -html.theme-dark div.toolbar-icon.inactive { - opacity: 0.5; -} -html.theme-dark div.toolbar-icon:hover { - border: 1px solid #868685; -} -html.theme-dark div.headermenu { - margin: 5px; - z-index: 1; - position: relative; - right: 0; - top: 0; -} -html.theme-dark div.headermenu > div.toolbar-icon { - float: right; -} -html.theme-dark div.panel.wide form div.line { - clear: left; - margin-top: 10px; -} -html.theme-dark div.panel.wide form div.label { - display: inline-block; - width: 30%; - vertical-align: top; - text-align: right; -} -html.theme-dark div.panel.wide form div.input { - display: inline-block; - width: 60%; - vertical-align: top; - text-align: left; -} -html.theme-dark div.panel.small form div.line { - clear: left; - padding: 10px; -} -html.theme-dark div.panel.small form div.label { - display: block; - width: 100%; - vertical-align: top; - text-align: left; -} -html.theme-dark div.panel.small form div.input { - display: block; - width: 100%; - vertical-align: top; - text-align: left; -} -html.theme-dark form div.label > label, -html.theme-dark form div.input > div.intputholder { - padding: 0px 5px; -} -html.theme-dark form div.input input[type=text], -html.theme-dark form div.input input[type=password], -html.theme-dark form div.input textarea, -html.theme-dark form div.input select { - width: 100%; -} -html.theme-dark form div.input input[type=checkbox], -html.theme-dark form div.input input[type=radio] { - vertical-align: top; -} -html.theme-dark label { - display: inline-block; -} -html.theme-dark input[type=checkbox] + label, -html.theme-dark input[type=radio] + label { - width: 80%; -} -html.theme-dark label div.description { - font-size: 0.75em; - color: #868685; -} -html.theme-dark div.inputholder { - background-color: #dcdcdc; - border: 1px solid #868685; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - -khtml-border-radius: 3px; - -webkit-box-shadow: inset 0px 0px 3px #868685; - -moz-box-shadow: inset 0px 0px 3px #868685; - box-shadow: inset 0px 0px 3px #868685; -} -html.theme-dark div.inputholder ul.tree, -html.theme-dark div.inputholder ul.tree li.last, -html.theme-dark div.inputholder ul.tree li:last-child { - background-color: #dcdcdc; -} -html.theme-dark div.inputholder > input, -html.theme-dark div.inputholder > textarea, -html.theme-dark div.inputholder > select { - border: 0px; - border-bottom: 1px solid #dcdcdc; - padding: 2px; - margin: 0px; - background-color: #dcdcdc; -} -html.theme-dark input:focus, -html.theme-dark textarea:focus, -html.theme-dark select:focus { - border: 0px; - border-bottom: 1px solid #868685; -} -html.theme-dark input.error, -html.theme-dark textarea.error, -html.theme-dark select.error { - border-bottom: 1px dotted #ffffff !important; -} -html.theme-dark div.inputholder.error { - border: 1px solid red ! important; -} -html.theme-dark input.hint { - color: #868685; -} -html.theme-dark fieldset > div input.name, -html.theme-dark fieldset > div span.name { - font-weight: bold; -} -html.theme-dark fieldset { - border-color: #868685; -} -html.theme-dark div#tree { - overflow: visible; -} -html.theme-dark tr.diff > td.line { - background-color: #dcdcdc; - padding-right: 2px; - border-right: 3px solid #868685; - text-align: right; - margin-right: 2px; -} -html.theme-dark tr.diff > td.old { - background-color: red; -} -html.theme-dark tr.diff > td.new { - background-color: green; -} -html.theme-dark tr.diff > td.notequal { - background-color: yellow; -} -html.theme-dark dl.notice { - border-left: 10px #868685 solid; - border-right: 1px #868685 solid; - padding: 15px; -} -html.theme-dark dl.notice > dt { - border-top: 1px #868685 solid; -} -html.theme-dark dl.notice > dd { - border-bottom: 1px #868685 solid; -} -html.theme-dark div.content a.action, -html.theme-dark div.content a.help { - -webkit-box-shadow: 3px 2px 5px #868685; - -moz-box-shadow: 3px 2px 5px #868685; - box-shadow: 3px 2px 5px #868685; -} -html.theme-dark body { - background-color: #868685; -} -html.theme-dark div.panel ul.views > li.active, -html.theme-dark div.panel ul.views > li.active:hover { - background-color: #868685; - background-image: linear-gradient(#868685 0%, #868685 15%); - color: #dcdcdc; -} -html.theme-dark div#header { - background-color: #868685; - background-image: linear-gradient(#868685, #9f9f9f); - /* - background-image: linear-gradient(@cms-title-background-color 85%, @cms-inactive-background-color 100%); - */ - color: #dcdcdc; -} -html.theme-dark div#header div.toolbar-icon > a { - color: #dcdcdc; -} -html.theme-dark div#header, -html.theme-dark ul.views > li.action { - font-family: Arial, sans-serif; - font-size: 13px; -} -html.theme-dark div.panel > div.content { - background-color: #201f1d; -} -html.theme-dark div.panel > div.header { - background-color: #201f1d; - background-image: linear-gradient(#868685 0%, #201f1d 85%); -} -html.theme-dark div.panel ul.views li:hover { - background-color: #868685; -} -html.theme-dark ul.tree li.last, -html.theme-dark ul.tree li:last-child { - background-color: #201f1d; -} -html.theme-dark div.content pre, -html.theme-dark div.dropdown { - background-color: #dcdcdc; - color: #ffffff; -} -html.theme-dark div.filler div.headermenu > a.entry, -html.theme-dark div.filler div.header a.back.button { - font-size: 0.8em; -} -html.theme-dark div.line.filedropzone > div.input { - background-color: #dcdcdc; - border: 1px dotted #ffffff; -} -/* Theme Ende */ -/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22themes%5C%2Fdefault%5C%2Fcss%5C%2Fopenrat-theme.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3BAAAgP%2CIAAA%2COAAA%3BKAAA%2C6BAAA%3BKAAA%2C8BAAA%3BKAAA%2C6BAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CUAAA%2CIAAA%2CMAAA%3BKAAA%2CqBAAA%3BKAAA%2CwCAAA%3BKAAA%2CqCAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%3BKAAA%2CyBAAA%3BKAAA%2CcAAA%3BKAAA%2CqBAAA%3BKAAA%2CwCAAA%3BKAAA%2CqCAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CUAAA%2CMAAA%2CQAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CUAAA%2CIAAA%2CMAAA%2CIAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CUAAA%2CIAAA%2CMAAA%2CIAAA%3BKAAA%2C0BAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CWAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CMAAA%2CMAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CUAAA%2CIAAA%3BKAAA%2CyBAAA%3BKAAA%3BKAAA%3BKAAA%2CkBAAA%3BKAAA%2CuBAAA%3BKAAA%2C0BAAA%3BKAAA%2CyBAAA%3BKAAA%2CuCAAA%3BKAAA%2CoCAAA%3BKAAA%2C%2BBAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CUAAA%2CIAAA%2COAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CUAAA%2CIAAA%2COAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CUAAA%2CIAAA%2COAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CUAAA%2CIAAA%2COAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CGAAA%2CQAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CQAAA%2CEAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CQAAA%2CEAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2COAAA%2CIAAA%2CWAAA%2CIAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2COAAA%2CIAAA%2COAAA%2CEAAA%2CKAAA%3BKAAA%2CyBAAA%3BKAAA%2CyBAAA%3BKAAA%2CYAAA%2C2CAAA%3BKAAA%2CYAAA%2CgDAAA%2CeAAA%2CYAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CGAAA%2CQAAA%2CKAAA%3BKAAA%2CyBAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CEAAA%2COAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CEAAA%2CKAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CSAAA%3BKAAA%2CqBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CEAAA%2COAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CEAAA%2CKAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CSAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CMAAA%2CGAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CSAAA%2CMAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CGAAA%3BKAAA%3BKAAA%2C6BAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CSAAA%2CEAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CSAAA%2CEAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CSAAA%2CEAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CSAAA%2CEAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CKAAA%2CKAAA%2CGAAA%2CKAAA%2CGAAA%2CMAAA%2CGAAA%2CGAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CKAAA%2CKAAA%2CGAAA%2CKAAA%2CGAAA%2CMAAA%2CGAAA%2CGAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CKAAA%2CKAAA%2CMAAA%2CKAAA%2CGAAA%2COAAA%2CGAAA%3BKAAA%2C6BAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CGAAA%3BKAAA%2C0BAAA%3BKAAA%2C2BAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CMAAA%2CMAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CSAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CGAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CMAAA%3BKAAA%3BKAAA%2CiBAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CMAAA%2COAAA%3BKAAA%3BKAAA%3BKAAA%2CgCAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CMAAA%2CSAAA%3BKAAA%2CkBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CKAAA%3BKAAA%3BKAAA%2CyBAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%2CuCAAA%3BKAAA%2CoCAAA%3BKAAA%2C%2BBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CGAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CGAAA%2CKAAA%3BKAAA%3BKAAA%2CgFAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CSAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CSAAA%2CMAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CEAAA%3BKAAA%2CyBAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CGAAA%2CKAAA%3BKAAA%3BKAAA%2CcAAA%3BKAAA%3BKAAA%2CiFAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CGAAA%2CKAAA%2CGAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CGAAA%2CKAAA%2CGAAA%3BKAAA%2CqFAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CKAAA%3BKAAA%2CkFAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CKAAA%3BKAAA%2CiFAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CUAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%3BKAAA%2CwBAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%3BKAAA%2CuBAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CMAAA%2CMAAA%2COAAA%2CMAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CMAAA%2CMAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CMAAA%2CIAAA%2COAAA%2CGAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CGAAA%2CMAAA%2CIAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CMAAA%2CIAAA%3BKAAA%2CiCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CMAAA%2CGAAA%2CMAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%2C%2BBAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%2C8BAAA%3BKAAA%2C%2BBAAA%3BKAAA%2CgCAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CMAAA%2CIAAA%2CQAAA%3BKAAA%2CmBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CMAAA%2CGAAA%2CSAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CMAAA%2CGAAA%2CKAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CMAAA%2CKAAA%2CKAAA%2CUAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CMAAA%2CGAAA%2CKAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CQAAA%2CGAAA%2CIAAA%2CMAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CMAAA%2CIAAA%2COAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CUAAA%2CIAAA%2CMAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CUAAA%2CIAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CMAAA%3BKAAA%2CyBAAA%3BKAAA%2CcAAA%3BKAAA%2CwCAAA%3BKAAA%2CqCAAA%3BKAAA%2CqCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CGAAA%2CQAAA%3BKAAA%2CyBAAA%3BKAAA%2CyBAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CGAAA%2CQAAA%2CKAAA%3BKAAA%2CyBAAA%3BKAAA%2CyBAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CGAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CUAAA%2CSAAA%2CSAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2COAAA%2CMAAA%2CMAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%2C%2BBAAA%3BKAAA%2C8BAAA%3BKAAA%2C6BAAA%3BKAAA%2CgCAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%3BKAAA%2CwCAAA%3BKAAA%2CqCAAA%3BKAAA%2CgCAAA%3BKAAA%3BKAAA%2CyBAAA%3BKAAA%2CkBAAA%3BKAAA%2CuBAAA%3BKAAA%2C0BAAA%3BKAAA%2CyBAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2COAAA%2CKAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%3BKAAA%2CyBAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%2CkBAAA%3BKAAA%2CuBAAA%3BKAAA%2C0BAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CaAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CaAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CWAAA%2CMAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CMAAA%2CKAAA%2CKAAA%2CIAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CMAAA%2CKAAA%2CKAAA%2CIAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CMAAA%2CKAAA%2CKAAA%2CIAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CMAAA%2CMAAA%2CKAAA%2CIAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CMAAA%2CMAAA%2CKAAA%2CIAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CMAAA%2CMAAA%2CKAAA%2CIAAA%3BKAAA%3BKAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CKAAA%2CIAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CKAAA%2CIAAA%2CMAAA%2CMAAA%3BKAAA%2CgBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CKAAA%2CIAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CKAAA%2CIAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CKAAA%2CIAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CKAAA%2CIAAA%2CMAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CKAAA%2CIAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CKAAA%2CIAAA%2CMAAA%2CMAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CMAAA%2CeAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CMAAA%2CYAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CMAAA%2CIAAA%3BKAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%3BKAAA%2CyBAAA%3BKAAA%2CyBAAA%3BKAAA%2CkBAAA%3BKAAA%2CuBAAA%3BKAAA%2C0BAAA%3BKAAA%2CyBAAA%3BKAAA%2C6CAAA%3BKAAA%2C0CAAA%3BKAAA%2CqCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CYAAA%2CGAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CYAAA%2CGAAA%2CKAAA%2CGAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CYAAA%2CGAAA%2CKAAA%2CGAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CYAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CYAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CYAAA%3BKAAA%3BKAAA%2CgCAAA%3BKAAA%3BKAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CSAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2COAAA%3BKAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CSAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2COAAA%3BKAAA%2CiCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CYAAA%3BKAAA%2CiCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CMAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CSAAA%2CMAAA%2CMAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CSAAA%2CMAAA%2CKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%3BKAAA%2CqBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CGAAA%2CKAAA%2CKAAA%3BKAAA%2CyBAAA%3BKAAA%3BKAAA%2C%2BBAAA%3BKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CGAAA%2CKAAA%2CKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CGAAA%2CKAAA%2CKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CGAAA%2CKAAA%2CKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CGAAA%3BKAAA%2C%2BBAAA%3BKAAA%2C%2BBAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CGAAA%2COAAA%3BKAAA%2C6BAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CGAAA%2COAAA%3BKAAA%2CgCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CQAAA%2CEAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CQAAA%2CEAAA%3BKAAA%2CuCAAA%3BKAAA%2CoCAAA%3BKAAA%2C%2BBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CMAAA%2CGAAA%2CMAAA%2CKAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CMAAA%2CGAAA%2CMAAA%2CKAAA%2COAAA%3BKAAA%2CyBAAA%3BKAAA%2CkBAAA%2CwCAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%3BKAAA%2CyBAAA%3BKAAA%2CkBAAA%2CiCAAA%3B%3B%3B%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2COAAA%2CIAAA%2CaAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CGAAA%2CMAAA%2CKAAA%3BKAAA%2C8BAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CMAAA%2CMAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CMAAA%2CMAAA%3BKAAA%2CyBAAA%3BKAAA%2CkBAAA%2CwCAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CMAAA%2CGAAA%2CMAAA%2CGAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CGAAA%2CKAAA%2CGAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CGAAA%2CKAAA%2CGAAA%3BKAAA%2CyBAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CQAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%3BKAAA%2CyBAAA%3BKAAA%2CcAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2COAAA%2CIAAA%2CWAAA%2CIAAA%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2COAAA%2CIAAA%2COAAA%2CEAAA%2CKAAA%3BKAAA%3B%3BAAAA%2CIAAA%2COAAA%2CIAAA%2CIAAA%2CKAAA%2CaAAA%2CMAAA%3BKAAA%2CyBAAA%3BKAAA%2C0BAAA%22%2C%22sourcesContent%22%3A%5B%22%5C%2F*%20OpenRat%20Theme%20*%5C%2F%5Cn%20%20%20%20%20%20%20%5Cn%5C%2F*%20%5Cn%20*%20The%20following%20variables%20beginning%20with%20'%40cms-...'%20are%20overwritten%20by%20the%20CMS%20style%20configuration%20values%5Cn%20*%5C%2F%5Cn%40cms-theme-id%3A%20'theme-name'%3B%20%5C%2F*%20technical%20name%20of%20theme%20*%5C%2F%20%5Cn%40cms-image-path%3A%20'%5C%2F'%3B%20%5C%2F*%20Image-path%20*%5C%2F%5Cn%40cms-name%3A%20name%3B%20%5C%2F*%20Logic%20name%20of%20theme%20*%5C%2F%5Cn%40cms-title-background-color%3A%20white%3B%5Cn%40cms-title-text-color%3A%20black%3B%5Cn%40cms-text-color%3A%20black%3B%5Cn%40cms-background-color%3A%20silver%3B%5Cn%40cms-inactive-background-color%3A%20gray%3B%5Cn%5Cn%5Cnhtml.theme-%40%7Bcms-theme-id%7D%20%7B%20%5Cn%5Ct%5Cn%5Ctscrollbar-face-color%3A%20%40cms-title-background-color%3B%5Cn%5Ctscrollbar-arrow-color%3A%20%40cms-title-background-color%3B%5Cn%5Ctscrollbar-base-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Cn%5Ctdiv%23workbench%20div.panel.modal%20%7B%5Cn%5Ct%5Ctborder-color%3A%20%40cms-text-color%20!%20important%3B%5Cn%5Ct%5Ct-webkit-box-shadow%3A%200px%200px%2040px%20%40cms-text-color%3B%5Cn%5Ct%5Ct-moz-box-shadow%3A%200px%200px%2040px%20%40cms-text-color%3B%5Cn%5Ct%5Ctbox-shadow%3A%200px%200px%2040px%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%20%20%5Cn%5Ctdiv%23dialog%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-background-color%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-text-color%3B%5Cn%5Ct%5Ctborder-color%3A%20%40cms-text-color%20!%20important%3B%5Cn%5Ct%5Ct-webkit-box-shadow%3A%200px%200px%2040px%20%40cms-text-color%3B%5Cn%5Ct%5Ct-moz-box-shadow%3A%200px%200px%2040px%20%40cms-text-color%3B%5Cn%5Ct%5Ctbox-shadow%3A%200px%200px%2040px%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.container%20%3E%20div.divider.ui-draggable-dragging%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23workbench%20div.panel%20%7B%5Cn%5Ct%5Ctdiv.arrow-down%20%7B%5Cn%5Ct%5Ct%5Ctborder-top-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct%7D%5Cn%5Cn%5Ct%5Ctdiv.arrow-right%20%7B%5Cn%5Ct%5Ct%5Ctborder-left-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct%7D%5Cn%5Ct%7D%5Cn%5Cn%5Ctiframe%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.breadcrumb%20%2C%20div.breadcrumb%20a%20%2C%20div.panel%20%3E%20div.title%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23noticebar%20%7B%5Cn%5Ct%5Ct%5Cn%5Ct%5Ctdiv.notice%20%7B%5Cn%5Ct%5Ct%5Ctborder%3A%202px%20solid%20%40cms-text-color%3B%5Cn%5Ct%5Ct%5Ctpadding%3A%205px%3B%5Cn%5Ct%5Ct%5Ctmargin%3A%205px%3B%5Cn%5Cn%5Ct%5Ct%5Ct.border-radius(5px)%3B%5Cn%5Ct%5Ct%5Ct-webkit-box-shadow%3A%203px%202px%205px%20%40cms-text-color%3B%5Cn%5Ct%5Ct%5Ct-moz-box-shadow%3A%203px%202px%205px%20%40cms-text-color%3B%5Cn%5Ct%5Ct%5Ctbox-shadow%3A%203px%202px%205px%20%40cms-text-color%3B%5Cn%5Ct%5Ct%5Ctdisplay%3A%20none%3B%5Cn%5Ct%5Ct%7D%5Cn%5Cn%5Ct%5Ctdiv.notice.ok%20%7B%5Cn%5Ct%5Ct%5Ctbackground-color%3A%20green%3B%5Cn%5Ct%5Ct%7D%5Cn%5Cn%5Ct%5Ctdiv.notice.warning%20%7B%5Cn%5Ct%5Ct%5Ctbackground-color%3A%20yellow%3B%5Cn%5Ct%5Ct%7D%5Cn%5Cn%5Ct%5Ctdiv.notice.error%20%7B%5Cn%5Ct%5Ct%5Ctbackground-color%3A%20red%3B%5Cn%5Ct%5Ct%7D%5Cn%5Cn%5Ct%5Ctdiv.notice.info%20%7B%5Cn%5Ct%5Ct%5Ctbackground-color%3A%20%40cms-inactive-background-color%3B%5Cn%5Ct%5Ct%7D%5Cn%5Ct%7D%5Cn%5Cn%5Ctul%23history%20%3E%20li%20%2C%20div.content%20a.action%20%2C%20div.content%20a.help%20%2C%20div.filler%20div.headermenu%20%3E%20a.entry%20%2C%20div.filler%20div.header%20a.back.button%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctbackground%3A%20-moz-linear-gradient(top%2C%20%40cms-title-background-color%2C%20%40cms-inactive-background-color)%3B%5Cn%5Ct%5Ctbackground%3A%20-webkit-gradient(linear%2C%20left%20top%2C%20left%20bottom%2C%20from(%40cms-title-background-color)%2C%20to(%40cms-inactive-background-color))%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul%23history%20%3E%20li.active%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cta.action%3Ahover%20%2C%20a.help%3Ahover%20%2C%20div.noaction%3Ahover%20%7B%5Cn%5Ct%5Ctborder-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cta.action%3Aactive%20%2C%20a.help%3Aactive%20%2C%20div.noaction%3Aactive%20%2C%20input.ok%3Aactive%20%7B%5Cn%5Ct%5Ctborder-color%3A%20red%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cta%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.dropdown%20%3E%20div.divide%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttd.preview%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20papayawhip%3B%5Cn%5Ct%5Ctborder-top%3A%201px%20solid%20%40cms-inactive-background-color%3B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20solid%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ct.preview%20a%3Alink%20%2C%20.preview%20a%3Avisited%20%2C%20.preview%20a%3Aactive%20%2C%20.preview%20a%3Ahover%20%7B%5Cn%5Ct%5Ctcolor%3A%20blue%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctbody.menu%20tr.menu%20td%20table%20tr%20td.noaction%20%2C%20body.main%20tr.menu%20td%20table%20tr%20td.noaction%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctimg%5Balign%3Dleft%5D%20%2C%20img%5Balign%3Dright%5D%20%7B%5Cn%5Ct%5Ctpadding-right%3A%201px%3B%5Cn%5Ct%5Ctpadding-left%3A%201px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctsmall%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctbody.main%20table.main%20td.window%20td.act%20%7B%5Cn%5Ct%5Ctborder-top%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttd.motd%20%7B%5Cn%5Ct%5Ctborder-left%3A%203px%20solid%20red%3B%5Cn%5Ct%5Ctborder-right%3A%203px%20solid%20red%3B%5Cn%5Ct%5Ctfont-weight%3A%20bold%3B%5Cn%5Ct%5Ctpadding%3A%2010px%3B%5Cn%5Ct%5Ctmargin%3A%2010px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20input.checkbox%20%2C%20div.panel%20input.radio%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttextarea.longtext%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttd.notice%20%7B%5Cn%5Ct%5Ctmargin%3A%200px%3B%5Cn%5Ct%5Ctpadding%3A%205%25%3B%5Cn%5Ct%5Cttext-align%3A%20center%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttable.notice%20%7B%5Cn%5Ct%5Ctwidth%3A%20100%25%3B%5Cn%5Ct%5Ctborder%3A%201px%20solid%3B%5Cn%5Ct%5Ctborder-spacing%3A%200px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttable.notice%20th%20%7B%5Cn%5Ct%5Ctpadding%3A%202px%3B%5Cn%5Ct%5Ctwhite-space%3A%20nowrap%3B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20solid%20%40cms-text-color%3B%5Cn%5Ct%5Ctfont-weight%3A%20normal%3B%5Cn%5Ct%5Cttext-align%3A%20left%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttable.calendar%20td%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20dotted%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctform.xlogin%20%7B%5Cn%5Ct%5Ctxbackground-color%3A%20%23E0E0D5%3B%5Cn%5Ct%5Ctborder%3A%202px%20solid%20%40cms-inactive-background-color%3B%5Cn%5Ct%5Ctposition%3A%20absolute%3B%5Cn%5Ct%5Ctz-index%3A%20999%3B%5Cn%5Ct%5Cttop%3A%205%25%3B%5Cn%5Ct%5Ctleft%3A%205%25%3B%5Cn%5Ct%5Ctwidth%3A%2080%25%3B%5Cn%5Ct%5Ctmargin%3A%205%25%3B%5Cn%5Ct%5Ctpadding%3A%2010%25%3B%5Cn%5Ct%5Ctopacity%3A%201%3B%5Cn%5Ct%5Ct-webkit-box-shadow%3A%203px%202px%205px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct-moz-box-shadow%3A%203px%202px%205px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbox-shadow%3A%203px%202px%205px%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul.tree%20%2C%20ul.tree%20ul%20%7B%5Cn%5Ct%5Ctlist-style-type%3A%20none%3B%5Cn%5Ct%5Ctbackground%3A%20url(.%5C%2Fthemes%5C%2Fdefault%5C%2Fimages%5C%2Ftree_line.gif)%20repeat-y%3B%5Cn%5Ct%5Ctxmargin%3A%200%3B%5Cn%5Ct%5Ctpadding%3A%200%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.entry.selected%20%2C%20div.dropdown%20%3E%20div.entry%3Ahover%20%2C%20div.dropdown%20%3E%20div.entry%3Ahover%20%3E%20a%20%2C%20a.element%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul.tree%20li%20%7B%5Cn%5Ct%5Ctxmargin%3A%200%3B%5Cn%5Ct%5Ctpadding%3A%200%200px%3B%5Cn%5Ct%5Ctline-height%3A%2018px%3B%5Cn%5Ct%5Ctbackground%3A%20url(.%5C%2Fthemes%5C%2Fdefault%5C%2Fimages%5C%2Ftree_none.gif)%20no-repeat%3B%5Cn%5Ct%5Ctxcolor%3A%20%23369%3B%5Cn%5Ct%5Ctfont-weight%3A%20normal%3B%5Cn%5Ct%5Ctwhite-space%3A%20nowrap%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul.tree%20li.last%20%2C%20ul.tree%20li%3Alast-child%20%7B%5Cn%5Ct%5Ctbackground%3A%20url(.%5C%2Fthemes%5C%2Fdefault%5C%2Fimages%5C%2Ftree_none_end.gif)%20no-repeat%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.tree.open%20%7B%5Cn%5Ct%5Ctbackground%3A%20url(.%5C%2Fthemes%5C%2Fdefault%5C%2Fimages%5C%2Ftree_minus.png)%20no-repeat%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.tree.closed%20%7B%5Cn%5Ct%5Ctbackground%3A%20url(.%5C%2Fthemes%5C%2Fdefault%5C%2Fimages%5C%2Ftree_plus.png)%20no-repeat%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctbody%20%3E%20div%20%7B%5Cn%5Ct%5Ctdisplay%3A%20none%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.structure%20em%20%7B%5Cn%5Ct%5Ctfont-style%3A%20italic%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ct.drophover%20%7B%5Cn%5Ct%5Ctborder%3A%202px%20dotted%20green%3B%5Cn%5Ct%5Ctcursor%3A%20move%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ct.dropactive%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20dotted%20blue%3B%5Cn%5Ct%5Ctcursor%3A%20move%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20%3E%20div.header%20%3E%20div.panel-icon%20%7B%5Cn%5Ct%5Ctxposition%3A%20static%3B%5Cn%5Ct%5Ctxright%3A%20-30px%3B%5Cn%5Ct%5Cttop%3A%203px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.backward_link%20%7B%5Cn%5Ct%5Ctfloat%3A%20left%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.forward_link%20%7B%5Cn%5Ct%5Ctfloat%3A%20right%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20%3E%20div.header%20%7B%5Cn%5Ct%5Ctpadding%3A%200px%3B%5Cn%5Ct%5Ctwidth%3A%20100%25%3B%5Cn%5Ct%5Ctheight%3A%2025px%3B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20div.header%20ul.views%20%7B%5Cn%5Ct%5Cttext-align%3A%20left%3B%5Cn%5Ct%5Ctlist-style-type%3A%20none%3B%5Cn%5Ct%5Ctoverflow%3A%20hidden%3B%5Cn%5Ct%5Ctwhite-space%3A%20nowrap%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctimg.icon%20%7B%5Cn%5Ct%5Ctpadding%3A%204px%3B%5Cn%5Ct%5Ctwidth%3A%2016px%3B%5Cn%5Ct%5Ctheight%3A%2016px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul.views%20div.tabname%20%7B%5Cn%5Ct%5Ctoverflow%3A%20hidden%3B%5Cn%5Ct%5Ctwhite-space%3A%20nowrap%3B%5Cn%5Ct%5Ctpadding%3A%204px%3B%5Cn%5Ct%5Ctvertical-align%3A%20middle%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20div.header%20%7B%5Cn%5Ct%5Ctxborder-bottom%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20ul.views%20li%20%7B%5Cn%5Ct%5Ctvertical-align%3A%20middle%3B%5Cn%5Ct%5Ctpadding%3A%200px%3B%5Cn%5Ct%5Ctcursor%3A%20pointer%3B%5Cn%5Ct%5Ctborder-right%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct-moz-border-radius-topleft%3A%205px%3B%5Cn%5Ct%5Ct-webkit-border-radius-topleft%3A%205px%3B%5Cn%5Ct%5Ct-khtml-border-top-radius-topleft%3A%205px%3B%5Cn%5Ct%5Ctborder-top-right-radius%3A%205px%3B%5Cn%5Ct%5Ct-moz-border-radius-topright%3A%205px%3B%5Cn%5Ct%5Ct-webkit-border-radius-topright%3A%205px%3B%5Cn%5Ct%5Ct-khtml-border-top-radius-topright%3A%205px%3B%5Cn%5Ct%5Ctborder-top-right-radius%3A%205px%3B%5Cn%5Ct%5Ctxborder-top%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctxborder-left%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctxborder-right%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctxmargin-right%3A%2010px%3B%5Cn%5Ct%5Ctdisplay%3A%20inline%3B%5Cn%5Ct%5Ctwhite-space%3A%20nowrap%3B%5Cn%5Ct%5Ctfloat%3A%20left%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20div.content%20table%20%7B%5Cn%5Ct%5Ctborder%3A%202px%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttable%20tr.headline%20%3E%20td%20%7B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttable%20tr.data%20%3E%20td%20%7B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttable%20%3E%20tr.data%3Anth-child(2n)%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttable%20tr.data%3Ahover%20%2C%20div.content%20li%20div.entry%3Ahover%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20div.status%20div%20%2C%20div.message%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23workbench%20div.panel.fullscreen%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23workbench%20div.panel%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctinput.submit%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ct-webkit-box-shadow%3A%200px%200px%2015px%20%40cms-background-color%3B%5Cn%5Ct%5Ct-moz-box-shadow%3A%200px%200px%2015px%20%40cms-background-color%3B%5Cn%5Ct%5Ctbox-shadow%3A%200px%200px%2015px%2010px%20%40cms-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul%23history%20%3E%20li%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-inactive-background-color%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul%23history%20%3E%20li.active%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-text-color%3B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul%23history%20%7B%5Cn%5Ct%5Ctdisplay%3A%20none%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23filler%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.clickable.filtered.inactive%20%3E%20a%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23header%20%3E%20div%20%3E%20div.arrow-down%20%7B%5Cn%5Ct%5Ctdisplay%3A%20inline%3B%5Cn%5Ct%5Ctwidth%3A%200%3B%5Cn%5Ct%5Ctheight%3A%200%3B%5Cn%5Ct%5Ctmargin%3A%206%3B%5Cn%5Ct%5Ctpadding%3A%200px%3B%5Cn%5Ct%5Ctborder-right%3A%206px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctborder-left%3A%206px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctborder-top%3A%206px%20solid%20%40cms-inactive-background-color%3B%5Cn%5Ct%5Ctborder-bottom%3A%204px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctmargin-top%3A%2010px%3B%5Cn%5Ct%5Ctfont-size%3A%200%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ct.border-radius%20(%40radius)%20%7B%5Cn%5Ct%5Ctborder-radius%3A%20%40radius%3B%5Cn%5Ct%5Ct-moz-border-radius%3A%20%40radius%3B%5Cn%5Ct%5Ct-webkit-border-radius%3A%20%40radius%3B%5Cn%5Ct%5Ct-khtml-border-radius%3A%20%40radius%3B%5Cn%5Ct%7D%5Cn%5Ct%5Cn%5Ctdiv.dropdown%20%7B%5Cn%5Ct%5Ct-webkit-box-shadow%3A%203px%202px%2010px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct-moz-box-shadow%3A%203px%202px%2010px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbox-shadow%3A%203px%202px%2010px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctopacity%3A%200.95%3B%5Cn%5Cn%5Ct%5Ctborder%3A%202px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct.border-radius(%205px%20)%3B%5Cn%5Ct%5Ct%5Cn%5Ct%5Ctfont-style%3A%20normal%3B%5Cn%5Ct%5Ctfont-weight%3A%20normal%3B%5Cn%5Ct%5Cttext-decoration%3A%20none%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23header%20span.titletext%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.toolbar-icon%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctpadding%3A%202px%3B%5Cn%5Ct%5Ctmargin-left%3A%205px%3B%5Cn%5Ct%5Ctfloat%3A%20left%3B%5Cn%5Ct%5Ct.border-radius(%203px%20)%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.toolbar-icon.inactive%20%7B%5Cn%5Ct%5Ctopacity%3A%200.5%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.toolbar-icon%3Ahover%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.headermenu%20%7B%5Cn%5Ct%5Ctmargin%3A%205px%3B%5Cn%5Ct%5Ctz-index%3A%201%3B%5Cn%5Ct%5Ctposition%3A%20relative%3B%5Cn%5Ct%5Ctright%3A%200%3B%5Cn%5Ct%5Cttop%3A%200%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.headermenu%20%3E%20div.toolbar-icon%20%7B%5Cn%5Ct%5Ctfloat%3A%20right%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctbody%20%7B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel.wide%20form%20div.line%20%7B%5Cn%5Ct%5Ctclear%3A%20left%3B%5Cn%5Ct%5Ctmargin-top%3A%2010px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel.wide%20form%20div.label%20%7B%5Cn%5Ct%5Ctdisplay%3A%20inline-block%3B%5Cn%5Ct%5Ctwidth%3A%2030%25%3B%5Cn%5Ct%5Ctvertical-align%3A%20top%3B%5Cn%5Ct%5Cttext-align%3A%20right%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel.wide%20form%20div.input%20%7B%5Cn%5Ct%5Ctdisplay%3A%20inline-block%3B%5Cn%5Ct%5Ctwidth%3A%2060%25%3B%5Cn%5Ct%5Ctvertical-align%3A%20top%3B%5Cn%5Ct%5Cttext-align%3A%20left%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel.small%20form%20div.line%20%7B%5Cn%5Ct%5Ctclear%3A%20left%3B%5Cn%5Ct%5Ctpadding%3A%2010px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel.small%20form%20div.label%20%7B%5Cn%5Ct%5Ctdisplay%3A%20block%3B%5Cn%5Ct%5Ctwidth%3A%20100%25%3B%5Cn%5Ct%5Ctvertical-align%3A%20top%3B%5Cn%5Ct%5Cttext-align%3A%20left%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel.small%20form%20div.input%20%7B%5Cn%5Ct%5Ctdisplay%3A%20block%3B%5Cn%5Ct%5Ctwidth%3A%20100%25%3B%5Cn%5Ct%5Ctvertical-align%3A%20top%3B%5Cn%5Ct%5Cttext-align%3A%20left%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctform%20div.label%20%3E%20label%20%2C%20form%20div.input%20%3E%20div.intputholder%20%7B%5Cn%5Ct%5Ctpadding%3A%200px%205px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctform%20div.input%20input%5Btype%3Dtext%5D%20%2C%20form%20div.input%20input%5Btype%3Dpassword%5D%20%2C%20form%20div.input%20textarea%20%2C%20form%20div.input%20select%20%7B%5Cn%5Ct%5Ctwidth%3A%20100%25%3B%5Cn%5Ct%7D%5Cn%20%20%5Cn%5Ctform%20div.input%20input%5Btype%3Dcheckbox%5D%20%2C%20form%20div.input%20input%5Btype%3Dradio%5D%20%7B%5Cn%5Ct%5Ctvertical-align%3A%20top%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctlabel%20%7B%5Cn%5Ct%5Ctdisplay%3A%20inline-block%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctinput%5Btype%3Dcheckbox%5D%20%2B%20label%20%2C%20input%5Btype%3Dradio%5D%20%2B%20label%20%7B%5Cn%5Ct%5Ctwidth%3A%2080%25%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctlabel%20div.description%20%7B%5Cn%5Ct%5Ctfont-size%3A%200.75em%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.inputholder%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct.border-radius(%203px%20)%3B%5Cn%5Ct%5Ct-webkit-box-shadow%3A%20inset%200px%200px%203px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct-moz-box-shadow%3A%20inset%200px%200px%203px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbox-shadow%3A%20inset%200px%200px%203px%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.inputholder%20ul.tree%20%2C%20div.inputholder%20ul.tree%20li.last%20%2C%20div.inputholder%20ul.tree%20li%3Alast-child%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.inputholder%20%3E%20input%20%2C%20div.inputholder%20%3E%20textarea%20%2C%20div.inputholder%20%3E%20select%20%7B%5Cn%5Ct%5Ctborder%3A%200px%3B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20solid%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctpadding%3A%202px%3B%5Cn%5Ct%5Ctmargin%3A%200px%3B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctinput%3Afocus%20%2C%20textarea%3Afocus%20%2C%20select%3Afocus%20%7B%5Cn%5Ct%5Ctborder%3A%200px%3B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20solid%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctinput.error%20%2C%20textarea.error%20%2C%20select.error%20%7B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20dotted%20%40cms-text-color%20!%20important%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.inputholder.error%20%7B%5Cn%5Ct%5Ctborder%3A%201px%20solid%20red%20!%20important%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctinput.hint%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctfieldset%20%3E%20div%20input.name%20%2C%20fieldset%20%3E%20div%20span.name%20%7B%5Cn%5Ct%5Ctfont-weight%3A%20bold%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctfieldset%20%7B%5Cn%5Ct%5Ctborder-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23tree%20%7B%5Cn%5Ct%5Ctoverflow%3A%20visible%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttr.diff%20%3E%20td.line%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctpadding-right%3A%202px%3B%5Cn%5Ct%5Ctborder-right%3A%203px%20solid%20%40cms-title-background-color%3B%5Cn%5Ct%5Cttext-align%3A%20right%3B%5Cn%5Ct%5Ctmargin-right%3A%202px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttr.diff%20%3E%20td.equal%20%7B%5Cn%5Ct%7D%5Cn%5Cn%5Cttr.diff%20%3E%20td.old%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20red%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttr.diff%20%3E%20td.new%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20green%3B%5Cn%5Ct%7D%5Cn%5Cn%5Cttr.diff%20%3E%20td.notequal%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20yellow%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdl.notice%20%7B%5Cn%5Ct%5Ctborder-left%3A%2010px%20%40cms-inactive-background-color%20solid%3B%5Cn%5Ct%5Ctborder-right%3A%201px%20%40cms-inactive-background-color%20solid%3B%5Cn%5Ct%5Ctpadding%3A%2015px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdl.notice%20%3E%20dt%20%7B%5Cn%5Ct%5Ctborder-top%3A%201px%20%40cms-inactive-background-color%20solid%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdl.notice%20%3E%20dd%20%7B%5Cn%5Ct%5Ctborder-bottom%3A%201px%20%40cms-inactive-background-color%20solid%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.content%20a.action%20%2C%20div.content%20a.help%20%7B%5Cn%5Ct%5Ct-webkit-box-shadow%3A%203px%202px%205px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ct-moz-box-shadow%3A%203px%202px%205px%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbox-shadow%3A%203px%202px%205px%20%40cms-title-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctbody%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20ul.views%20%3E%20li.active%20%2C%20div.panel%20ul.views%20%3E%20li.active%3Ahover%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbackground-image%3A%20linear-gradient(%40cms-inactive-background-color%200%25%2C%20%40cms-title-background-color%2015%25)%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23header%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-background-color%3B%5Cn%5Ct%5Ctbackground-image%3A%20linear-gradient(%40cms-title-background-color%2Clighten(%40cms-title-background-color%2C10%25))%3B%5Cn%5Ct%5Ct%5C%2F*%5Cn%5Ct%5Ctbackground-image%3A%20linear-gradient(%40cms-title-background-color%2085%25%2C%20%40cms-inactive-background-color%20100%25)%3B%5Cn%5Ct%5Ct%20*%5C%2F%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23header%20div.toolbar-icon%20%3E%20a%20%7B%5Cn%5Ct%5Ctcolor%3A%20%40cms-title-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv%23header%20%2C%20ul.views%20%3E%20li.action%20%7B%5Cn%5Ct%5Ctfont-family%3A%20Arial%2C%20sans-serif%3B%5Cn%5Ct%5Ctfont-size%3A%2013px%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20%3E%20div.content%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20%3E%20div.header%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-background-color%3B%5Cn%5Ct%5Ctbackground-image%3A%20linear-gradient(%40cms-inactive-background-color%2000%25%2C%20%40cms-background-color%2085%25)%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.panel%20ul.views%20li%3Ahover%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-inactive-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctul.tree%20li.last%20%2C%20ul.tree%20li%3Alast-child%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-background-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.content%20pre%20%2C%20div.dropdown%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctcolor%3A%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.filler%20div.headermenu%20%3E%20a.entry%20%2C%20div.filler%20div.header%20a.back.button%20%7B%5Cn%5Ct%5Ctfont-size%3A%200.8em%3B%5Cn%5Ct%7D%5Cn%5Cn%5Ctdiv.line.filedropzone%20%3E%20div.input%20%7B%5Cn%5Ct%5Ctbackground-color%3A%20%40cms-title-text-color%3B%5Cn%5Ct%5Ctborder%3A%201px%20dotted%20%40cms-text-color%3B%5Cn%5Ct%7D%5Cn%7D%5Cn%5Cn%5C%2F*%20Theme%20Ende%20*%5C%2F%5Cn%22%5D%7D */- \ No newline at end of file diff --git a/themes/default/css/openrat-theme.less b/themes/default/css/openrat-theme.less @@ -214,6 +214,7 @@ html.theme-@{cms-theme-id} { div.entry.selected , div.dropdown > div.entry:hover , div.dropdown > div.entry:hover > a , a.element { background-color: @cms-title-background-color; color: @cms-title-text-color; + } ul.tree li { @@ -517,8 +518,35 @@ table tr.headline > td { border: 1px dotted @cms-text-color; } - svg.image-icon > path { - fill: @cms-text-color; + /* SVG-Icons */ + body { + svg.image-icon > path { + fill: @cms-text-color; + } + #header { + + svg { + width: 18px; + height: 18px; + } + svg.image-icon > path { + fill: @cms-title-text-color; + } + .dropdown { + svg.image-icon > path { + fill: @cms-text-color; + + } + } + div.entry:hover + { + svg.image-icon > path { + fill: @cms-title-text-color; + } + + } + + } } } diff --git a/themes/default/css/openrat-theme.min.css b/themes/default/css/openrat-theme.min.css @@ -1 +0,0 @@ -html.theme-earlgrey { scrollbar-face-color:#808080; scrollbar-arrow-color:#808080; scrollbar-base-color:#ffffff;}html.theme-earlgrey div#workbench div.panel.modal { border-color:#000000 !important; -webkit-box-shadow:0px 0px 40px #000000; -moz-box-shadow:0px 0px 40px #000000; box-shadow:0px 0px 40px #000000;}html.theme-earlgrey div#dialog { background-color:#e9e9e9; color:#000000; border-color:#000000 !important; -webkit-box-shadow:0px 0px 40px #000000; -moz-box-shadow:0px 0px 40px #000000; box-shadow:0px 0px 40px #000000;}html.theme-earlgrey div.container > div.divider.ui-draggable-dragging { background-color:#808080;}html.theme-earlgrey div#workbench div.panel div.arrow-down { border-top-color:#808080;}html.theme-earlgrey div#workbench div.panel div.arrow-right { border-left-color:#808080;}html.theme-earlgrey iframe { border:1px solid #808080;}html.theme-earlgrey div.breadcrumb,html.theme-earlgrey div.breadcrumb a,html.theme-earlgrey div.panel > div.title { color:#ffffff;}html.theme-earlgrey div#noticebar div.notice { border:2px solid #000000; padding:5px; margin:5px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; -webkit-box-shadow:3px 2px 5px #000000; -moz-box-shadow:3px 2px 5px #000000; box-shadow:3px 2px 5px #000000; display:none;}html.theme-earlgrey div#noticebar div.notice.ok { background-color:green;}html.theme-earlgrey div#noticebar div.notice.warning { background-color:yellow;}html.theme-earlgrey div#noticebar div.notice.error { background-color:red;}html.theme-earlgrey div#noticebar div.notice.info { background-color:#c0c0c0;}html.theme-earlgrey ul#history > li,html.theme-earlgrey div.content a.action,html.theme-earlgrey div.content a.help,html.theme-earlgrey div.filler div.headermenu > a.entry,html.theme-earlgrey div.filler div.header a.back.button { border:1px solid #808080; background-color:#ffffff; background:-moz-linear-gradient(top, #808080, #c0c0c0); background:-webkit-gradient(linear, left top, left bottom, from(#808080), to(#c0c0c0)); color:#000000;}html.theme-earlgrey ul#history > li.active { background-color:#ffffff; color:#000000;}html.theme-earlgrey a.action:hover,html.theme-earlgrey a.help:hover,html.theme-earlgrey div.noaction:hover { border-color:#ffffff;}html.theme-earlgrey a.action:active,html.theme-earlgrey a.help:active,html.theme-earlgrey div.noaction:active,html.theme-earlgrey input.ok:active { border-color:red;}html.theme-earlgrey a { color:#000000;}html.theme-earlgrey div.dropdown > div.divide { background-color:#808080;}html.theme-earlgrey td.preview { background-color:papayawhip; border-top:1px solid #c0c0c0; border-bottom:1px solid #c0c0c0;}html.theme-earlgrey .preview a:link,html.theme-earlgrey .preview a:visited,html.theme-earlgrey .preview a:active,html.theme-earlgrey .preview a:hover { color:blue;}html.theme-earlgrey body.menu tr.menu td table tr td.noaction,html.theme-earlgrey body.main tr.menu td table tr td.noaction { color:#808080;}html.theme-earlgrey img[align=left],html.theme-earlgrey img[align=right] { padding-right:1px; padding-left:1px;}html.theme-earlgrey small { color:#808080;}html.theme-earlgrey body.main table.main td.window td.act { border-top:1px solid #808080;}html.theme-earlgrey td.motd { border-left:3px solid red; border-right:3px solid red; font-weight:bold; padding:10px; margin:10px;}html.theme-earlgrey div.panel input.checkbox,html.theme-earlgrey div.panel input.radio { border:1px solid #808080;}html.theme-earlgrey textarea.longtext { border:1px solid #000000;}html.theme-earlgrey td.notice { margin:0px; padding:5%; text-align:center;}html.theme-earlgrey table.notice { width:100%; border:1px solid; border-spacing:0px;}html.theme-earlgrey table.notice th { padding:2px; white-space:nowrap; border-bottom:1px solid #000000; font-weight:normal; text-align:left;}html.theme-earlgrey table.calendar td { border:1px dotted;}html.theme-earlgrey form.xlogin { xbackground-color:#E0E0D5; border:2px solid #c0c0c0; position:absolute; z-index:999; top:5%; left:5%; width:80%; margin:5%; padding:10%; opacity:1; -webkit-box-shadow:3px 2px 5px #808080; -moz-box-shadow:3px 2px 5px #808080; box-shadow:3px 2px 5px #808080;}html.theme-earlgrey ul.tree,html.theme-earlgrey ul.tree ul { list-style-type:none; background:url(themes/default/css/themes/default/images/tree_line.gif) repeat-y; xmargin:0; padding:0;}html.theme-earlgrey div.entry.selected,html.theme-earlgrey div.dropdown > div.entry:hover,html.theme-earlgrey div.dropdown > div.entry:hover > a,html.theme-earlgrey a.element { background-color:#808080; color:#ffffff;}html.theme-earlgrey ul.tree li { xmargin:0; padding:0 0px; line-height:18px; background:url(themes/default/css/themes/default/images/tree_none.gif) no-repeat; xcolor:#369; font-weight:normal; white-space:nowrap;}html.theme-earlgrey ul.tree li.last,html.theme-earlgrey ul.tree li:last-child { background:url(themes/default/css/themes/default/images/tree_none_end.gif) no-repeat;}html.theme-earlgrey div.tree.open { background:url(themes/default/css/themes/default/images/tree_minus.png) no-repeat;}html.theme-earlgrey div.tree.closed { background:url(themes/default/css/themes/default/images/tree_plus.png) no-repeat;}html.theme-earlgrey body > div { display:none;}html.theme-earlgrey div.structure em { font-style:italic;}html.theme-earlgrey .drophover { border:2px dotted green; cursor:move;}html.theme-earlgrey .dropactive { border:1px dotted blue; cursor:move;}html.theme-earlgrey div.panel > div.header > div.panel-icon { xposition:static; xright:-30px; top:3px;}html.theme-earlgrey div.backward_link { float:left;}html.theme-earlgrey div.forward_link { float:right;}html.theme-earlgrey div.panel > div.header { padding:0px; width:100%; height:25px; border-bottom:1px solid #808080;}html.theme-earlgrey div.panel div.header ul.views { text-align:left; list-style-type:none; overflow:hidden; white-space:nowrap;}html.theme-earlgrey img.icon { padding:4px; width:16px; height:16px;}html.theme-earlgrey ul.views div.tabname { overflow:hidden; white-space:nowrap; padding:4px; vertical-align:middle;}html.theme-earlgrey div.panel div.header { xborder-bottom:1px solid #808080;}html.theme-earlgrey div.panel ul.views li { vertical-align:middle; padding:0px; cursor:pointer; border-right:1px solid #808080; -moz-border-radius-topleft:5px; -webkit-border-radius-topleft:5px; -khtml-border-top-radius-topleft:5px; -moz-border-radius-topright:5px; -webkit-border-radius-topright:5px; -khtml-border-top-radius-topright:5px; border-top-right-radius:5px; xborder-top:1px solid #808080; xborder-left:1px solid #808080; xborder-right:1px solid #808080; xmargin-right:10px; display:inline; white-space:nowrap; float:left;}html.theme-earlgrey div.panel div.content table { border:2px #c0c0c0;}html.theme-earlgrey table tr.headline > td { border-bottom:1px solid #808080;}html.theme-earlgrey table tr.data > td { border-bottom:1px solid #808080;}html.theme-earlgrey table > tr.data:nth-child(2n) { background-color:#c0c0c0;}html.theme-earlgrey table tr.data:hover,html.theme-earlgrey div.content li div.entry:hover { background-color:#c0c0c0;}html.theme-earlgrey div.panel div.status div,html.theme-earlgrey div.message { border:1px solid #808080;}html.theme-earlgrey div#workbench div.panel.fullscreen { background-color:#e9e9e9;}html.theme-earlgrey div#workbench div.panel { border:1px solid #808080;}html.theme-earlgrey input.submit { background-color:#808080; color:#ffffff; -webkit-box-shadow:0px 0px 15px #e9e9e9; -moz-box-shadow:0px 0px 15px #e9e9e9; box-shadow:0px 0px 15px 10px #e9e9e9;}html.theme-earlgrey ul#history > li { border:1px solid #808080; background-color:#c0c0c0; color:#000000;}html.theme-earlgrey ul#history > li.active { border:1px solid #000000; background-color:#ffffff; color:#000000;}html.theme-earlgrey ul#history { display:none;}html.theme-earlgrey div#filler { background-color:#000000;}html.theme-earlgrey div.clickable.filtered.inactive > a { color:#c0c0c0;}html.theme-earlgrey div#header > div > div.arrow-down { display:inline; width:0; height:0; margin:6; padding:0px; border-right:6px solid #808080; border-left:6px solid #808080; border-top:6px solid #c0c0c0; border-bottom:4px solid #808080; margin-top:10px; font-size:0;}html.theme-earlgrey div.dropdown { -webkit-box-shadow:3px 2px 10px #808080; -moz-box-shadow:3px 2px 10px #808080; box-shadow:3px 2px 10px #808080; opacity:0.95; border:2px solid #808080; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; font-style:normal; font-weight:normal; text-decoration:none;}html.theme-earlgrey div#header span.titletext { color:#ffffff;}html.theme-earlgrey div.toolbar-icon { border:1px solid #808080; padding:2px; margin-left:5px; float:left; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -khtml-border-radius:3px;}html.theme-earlgrey div.toolbar-icon.inactive { opacity:0.5;}html.theme-earlgrey div.toolbar-icon:hover { border:1px solid #c0c0c0;}html.theme-earlgrey div.headermenu { margin:5px; z-index:1; position:relative; right:0; top:0;}html.theme-earlgrey div.headermenu > div.toolbar-icon { float:right;}html.theme-earlgrey div.panel.wide form div.line { clear:left; margin-top:10px;}html.theme-earlgrey div.panel.wide form div.label { display:inline-block; width:30%; vertical-align:top; text-align:right;}html.theme-earlgrey div.panel.wide form div.input { display:inline-block; width:60%; vertical-align:top; text-align:left;}html.theme-earlgrey div.panel.small form div.line { clear:left; padding:10px;}html.theme-earlgrey div.panel.small form div.label { display:block; width:100%; vertical-align:top; text-align:left;}html.theme-earlgrey div.panel.small form div.input { display:block; width:100%; vertical-align:top; text-align:left;}html.theme-earlgrey form div.label > label,html.theme-earlgrey form div.input > div.intputholder { padding:0px 5px;}html.theme-earlgrey form div.input input[type=text],html.theme-earlgrey form div.input input[type=password],html.theme-earlgrey form div.input textarea,html.theme-earlgrey form div.input select { width:100%;}html.theme-earlgrey form div.input input[type=checkbox],html.theme-earlgrey form div.input input[type=radio] { vertical-align:top;}html.theme-earlgrey label { display:inline-block;}html.theme-earlgrey input[type=checkbox] + label,html.theme-earlgrey input[type=radio] + label { width:80%;}html.theme-earlgrey label div.description { font-size:0.75em; color:#808080;}html.theme-earlgrey div.inputholder { background-color:#ffffff; border:1px solid #808080; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -khtml-border-radius:3px; -webkit-box-shadow:inset 0px 0px 3px #808080; -moz-box-shadow:inset 0px 0px 3px #808080; box-shadow:inset 0px 0px 3px #808080;}html.theme-earlgrey div.inputholder ul.tree,html.theme-earlgrey div.inputholder ul.tree li.last,html.theme-earlgrey div.inputholder ul.tree li:last-child { background-color:#ffffff;}html.theme-earlgrey div.inputholder > input,html.theme-earlgrey div.inputholder > textarea,html.theme-earlgrey div.inputholder > select { border:0px; border-bottom:1px solid #ffffff; padding:2px; margin:0px; background-color:#ffffff;}html.theme-earlgrey input:focus,html.theme-earlgrey textarea:focus,html.theme-earlgrey select:focus { border:0px; border-bottom:1px solid #c0c0c0;}html.theme-earlgrey input.error,html.theme-earlgrey textarea.error,html.theme-earlgrey select.error { border-bottom:1px dotted #000000 !important;}html.theme-earlgrey div.inputholder.error { border:1px solid red ! important;}html.theme-earlgrey input.hint { color:#808080;}html.theme-earlgrey fieldset > div input.name,html.theme-earlgrey fieldset > div span.name { font-weight:bold;}html.theme-earlgrey fieldset { border-color:#808080;}html.theme-earlgrey div#tree { overflow:visible;}html.theme-earlgrey tr.diff > td.line { background-color:#ffffff; padding-right:2px; border-right:3px solid #808080; text-align:right; margin-right:2px;}html.theme-earlgrey tr.diff > td.old { background-color:red;}html.theme-earlgrey tr.diff > td.new { background-color:green;}html.theme-earlgrey tr.diff > td.notequal { background-color:yellow;}html.theme-earlgrey dl.notice { border-left:10px #c0c0c0 solid; border-right:1px #c0c0c0 solid; padding:15px;}html.theme-earlgrey dl.notice > dt { border-top:1px #c0c0c0 solid;}html.theme-earlgrey dl.notice > dd { border-bottom:1px #c0c0c0 solid;}html.theme-earlgrey div.content a.action,html.theme-earlgrey div.content a.help { -webkit-box-shadow:3px 2px 5px #808080; -moz-box-shadow:3px 2px 5px #808080; box-shadow:3px 2px 5px #808080;}html.theme-earlgrey body { background-color:#c0c0c0;}html.theme-earlgrey div.panel ul.views > li.active,html.theme-earlgrey div.panel ul.views > li.active:hover { background-color:#808080; background-image:linear-gradient(#c0c0c0 0%, #808080 15%); color:#ffffff;}html.theme-earlgrey div#header { background-color:#808080; background-image:linear-gradient(#808080, #9a9a9a);color:#ffffff;}html.theme-earlgrey div#header div.toolbar-icon > a { color:#ffffff;}html.theme-earlgrey div#header,html.theme-earlgrey ul.views > li.action { font-family:Arial, sans-serif; font-size:13px;}html.theme-earlgrey div.panel > div.content { background-color:#e9e9e9;}html.theme-earlgrey div.panel > div.header { background-color:#e9e9e9; background-image:linear-gradient(#c0c0c0 0%, #e9e9e9 85%);}html.theme-earlgrey div.panel ul.views li:hover { background-color:#c0c0c0;}html.theme-earlgrey ul.tree li.last,html.theme-earlgrey ul.tree li:last-child { background-color:#e9e9e9;}html.theme-earlgrey div.content pre,html.theme-earlgrey div.dropdown { background-color:#ffffff; color:#000000;}html.theme-earlgrey div.filler div.headermenu > a.entry,html.theme-earlgrey div.filler div.header a.back.button { font-size:0.8em;}html.theme-earlgrey div.line.filedropzone > div.input { background-color:#ffffff; border:1px dotted #000000;}html.theme-modern { scrollbar-face-color:#3f6194; scrollbar-arrow-color:#3f6194; scrollbar-base-color:#ffffff;}html.theme-modern div#workbench div.panel.modal { border-color:#000000 !important; -webkit-box-shadow:0px 0px 40px #000000; -moz-box-shadow:0px 0px 40px #000000; box-shadow:0px 0px 40px #000000;}html.theme-modern div#dialog { background-color:#f3f3f3; color:#000000; border-color:#000000 !important; -webkit-box-shadow:0px 0px 40px #000000; -moz-box-shadow:0px 0px 40px #000000; box-shadow:0px 0px 40px #000000;}html.theme-modern div.container > div.divider.ui-draggable-dragging { background-color:#3f6194;}html.theme-modern div#workbench div.panel div.arrow-down { border-top-color:#3f6194;}html.theme-modern div#workbench div.panel div.arrow-right { border-left-color:#3f6194;}html.theme-modern iframe { border:1px solid #3f6194;}html.theme-modern div.breadcrumb,html.theme-modern div.breadcrumb a,html.theme-modern div.panel > div.title { color:#ffffff;}html.theme-modern div#noticebar div.notice { border:2px solid #000000; padding:5px; margin:5px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; -webkit-box-shadow:3px 2px 5px #000000; -moz-box-shadow:3px 2px 5px #000000; box-shadow:3px 2px 5px #000000; display:none;}html.theme-modern div#noticebar div.notice.ok { background-color:green;}html.theme-modern div#noticebar div.notice.warning { background-color:yellow;}html.theme-modern div#noticebar div.notice.error { background-color:red;}html.theme-modern div#noticebar div.notice.info { background-color:#cccccc;}html.theme-modern ul#history > li,html.theme-modern div.content a.action,html.theme-modern div.content a.help,html.theme-modern div.filler div.headermenu > a.entry,html.theme-modern div.filler div.header a.back.button { border:1px solid #3f6194; background-color:#ffffff; background:-moz-linear-gradient(top, #3f6194, #cccccc); background:-webkit-gradient(linear, left top, left bottom, from(#3f6194), to(#cccccc)); color:#000000;}html.theme-modern ul#history > li.active { background-color:#ffffff; color:#000000;}html.theme-modern a.action:hover,html.theme-modern a.help:hover,html.theme-modern div.noaction:hover { border-color:#ffffff;}html.theme-modern a.action:active,html.theme-modern a.help:active,html.theme-modern div.noaction:active,html.theme-modern input.ok:active { border-color:red;}html.theme-modern a { color:#000000;}html.theme-modern div.dropdown > div.divide { background-color:#3f6194;}html.theme-modern td.preview { background-color:papayawhip; border-top:1px solid #cccccc; border-bottom:1px solid #cccccc;}html.theme-modern .preview a:link,html.theme-modern .preview a:visited,html.theme-modern .preview a:active,html.theme-modern .preview a:hover { color:blue;}html.theme-modern body.menu tr.menu td table tr td.noaction,html.theme-modern body.main tr.menu td table tr td.noaction { color:#3f6194;}html.theme-modern img[align=left],html.theme-modern img[align=right] { padding-right:1px; padding-left:1px;}html.theme-modern small { color:#3f6194;}html.theme-modern body.main table.main td.window td.act { border-top:1px solid #3f6194;}html.theme-modern td.motd { border-left:3px solid red; border-right:3px solid red; font-weight:bold; padding:10px; margin:10px;}html.theme-modern div.panel input.checkbox,html.theme-modern div.panel input.radio { border:1px solid #3f6194;}html.theme-modern textarea.longtext { border:1px solid #000000;}html.theme-modern td.notice { margin:0px; padding:5%; text-align:center;}html.theme-modern table.notice { width:100%; border:1px solid; border-spacing:0px;}html.theme-modern table.notice th { padding:2px; white-space:nowrap; border-bottom:1px solid #000000; font-weight:normal; text-align:left;}html.theme-modern table.calendar td { border:1px dotted;}html.theme-modern form.xlogin { xbackground-color:#E0E0D5; border:2px solid #cccccc; position:absolute; z-index:999; top:5%; left:5%; width:80%; margin:5%; padding:10%; opacity:1; -webkit-box-shadow:3px 2px 5px #3f6194; -moz-box-shadow:3px 2px 5px #3f6194; box-shadow:3px 2px 5px #3f6194;}html.theme-modern ul.tree,html.theme-modern ul.tree ul { list-style-type:none; background:url(themes/default/css/themes/default/images/tree_line.gif) repeat-y; xmargin:0; padding:0;}html.theme-modern div.entry.selected,html.theme-modern div.dropdown > div.entry:hover,html.theme-modern div.dropdown > div.entry:hover > a,html.theme-modern a.element { background-color:#3f6194; color:#ffffff;}html.theme-modern ul.tree li { xmargin:0; padding:0 0px; line-height:18px; background:url(themes/default/css/themes/default/images/tree_none.gif) no-repeat; xcolor:#369; font-weight:normal; white-space:nowrap;}html.theme-modern ul.tree li.last,html.theme-modern ul.tree li:last-child { background:url(themes/default/css/themes/default/images/tree_none_end.gif) no-repeat;}html.theme-modern div.tree.open { background:url(themes/default/css/themes/default/images/tree_minus.png) no-repeat;}html.theme-modern div.tree.closed { background:url(themes/default/css/themes/default/images/tree_plus.png) no-repeat;}html.theme-modern body > div { display:none;}html.theme-modern div.structure em { font-style:italic;}html.theme-modern .drophover { border:2px dotted green; cursor:move;}html.theme-modern .dropactive { border:1px dotted blue; cursor:move;}html.theme-modern div.panel > div.header > div.panel-icon { xposition:static; xright:-30px; top:3px;}html.theme-modern div.backward_link { float:left;}html.theme-modern div.forward_link { float:right;}html.theme-modern div.panel > div.header { padding:0px; width:100%; height:25px; border-bottom:1px solid #3f6194;}html.theme-modern div.panel div.header ul.views { text-align:left; list-style-type:none; overflow:hidden; white-space:nowrap;}html.theme-modern img.icon { padding:4px; width:16px; height:16px;}html.theme-modern ul.views div.tabname { overflow:hidden; white-space:nowrap; padding:4px; vertical-align:middle;}html.theme-modern div.panel div.header { xborder-bottom:1px solid #3f6194;}html.theme-modern div.panel ul.views li { vertical-align:middle; padding:0px; cursor:pointer; border-right:1px solid #3f6194; -moz-border-radius-topleft:5px; -webkit-border-radius-topleft:5px; -khtml-border-top-radius-topleft:5px; -moz-border-radius-topright:5px; -webkit-border-radius-topright:5px; -khtml-border-top-radius-topright:5px; border-top-right-radius:5px; xborder-top:1px solid #3f6194; xborder-left:1px solid #3f6194; xborder-right:1px solid #3f6194; xmargin-right:10px; display:inline; white-space:nowrap; float:left;}html.theme-modern div.panel div.content table { border:2px #cccccc;}html.theme-modern table tr.headline > td { border-bottom:1px solid #3f6194;}html.theme-modern table tr.data > td { border-bottom:1px solid #3f6194;}html.theme-modern table > tr.data:nth-child(2n) { background-color:#cccccc;}html.theme-modern table tr.data:hover,html.theme-modern div.content li div.entry:hover { background-color:#cccccc;}html.theme-modern div.panel div.status div,html.theme-modern div.message { border:1px solid #3f6194;}html.theme-modern div#workbench div.panel.fullscreen { background-color:#f3f3f3;}html.theme-modern div#workbench div.panel { border:1px solid #3f6194;}html.theme-modern input.submit { background-color:#3f6194; color:#ffffff; -webkit-box-shadow:0px 0px 15px #f3f3f3; -moz-box-shadow:0px 0px 15px #f3f3f3; box-shadow:0px 0px 15px 10px #f3f3f3;}html.theme-modern ul#history > li { border:1px solid #3f6194; background-color:#cccccc; color:#000000;}html.theme-modern ul#history > li.active { border:1px solid #000000; background-color:#ffffff; color:#000000;}html.theme-modern ul#history { display:none;}html.theme-modern div#filler { background-color:#000000;}html.theme-modern div.clickable.filtered.inactive > a { color:#cccccc;}html.theme-modern div#header > div > div.arrow-down { display:inline; width:0; height:0; margin:6; padding:0px; border-right:6px solid #3f6194; border-left:6px solid #3f6194; border-top:6px solid #cccccc; border-bottom:4px solid #3f6194; margin-top:10px; font-size:0;}html.theme-modern div.dropdown { -webkit-box-shadow:3px 2px 10px #3f6194; -moz-box-shadow:3px 2px 10px #3f6194; box-shadow:3px 2px 10px #3f6194; opacity:0.95; border:2px solid #3f6194; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; font-style:normal; font-weight:normal; text-decoration:none;}html.theme-modern div#header span.titletext { color:#ffffff;}html.theme-modern div.toolbar-icon { border:1px solid #3f6194; padding:2px; margin-left:5px; float:left; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -khtml-border-radius:3px;}html.theme-modern div.toolbar-icon.inactive { opacity:0.5;}html.theme-modern div.toolbar-icon:hover { border:1px solid #cccccc;}html.theme-modern div.headermenu { margin:5px; z-index:1; position:relative; right:0; top:0;}html.theme-modern div.headermenu > div.toolbar-icon { float:right;}html.theme-modern div.panel.wide form div.line { clear:left; margin-top:10px;}html.theme-modern div.panel.wide form div.label { display:inline-block; width:30%; vertical-align:top; text-align:right;}html.theme-modern div.panel.wide form div.input { display:inline-block; width:60%; vertical-align:top; text-align:left;}html.theme-modern div.panel.small form div.line { clear:left; padding:10px;}html.theme-modern div.panel.small form div.label { display:block; width:100%; vertical-align:top; text-align:left;}html.theme-modern div.panel.small form div.input { display:block; width:100%; vertical-align:top; text-align:left;}html.theme-modern form div.label > label,html.theme-modern form div.input > div.intputholder { padding:0px 5px;}html.theme-modern form div.input input[type=text],html.theme-modern form div.input input[type=password],html.theme-modern form div.input textarea,html.theme-modern form div.input select { width:100%;}html.theme-modern form div.input input[type=checkbox],html.theme-modern form div.input input[type=radio] { vertical-align:top;}html.theme-modern label { display:inline-block;}html.theme-modern input[type=checkbox] + label,html.theme-modern input[type=radio] + label { width:80%;}html.theme-modern label div.description { font-size:0.75em; color:#3f6194;}html.theme-modern div.inputholder { background-color:#ffffff; border:1px solid #3f6194; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -khtml-border-radius:3px; -webkit-box-shadow:inset 0px 0px 3px #3f6194; -moz-box-shadow:inset 0px 0px 3px #3f6194; box-shadow:inset 0px 0px 3px #3f6194;}html.theme-modern div.inputholder ul.tree,html.theme-modern div.inputholder ul.tree li.last,html.theme-modern div.inputholder ul.tree li:last-child { background-color:#ffffff;}html.theme-modern div.inputholder > input,html.theme-modern div.inputholder > textarea,html.theme-modern div.inputholder > select { border:0px; border-bottom:1px solid #ffffff; padding:2px; margin:0px; background-color:#ffffff;}html.theme-modern input:focus,html.theme-modern textarea:focus,html.theme-modern select:focus { border:0px; border-bottom:1px solid #cccccc;}html.theme-modern input.error,html.theme-modern textarea.error,html.theme-modern select.error { border-bottom:1px dotted #000000 !important;}html.theme-modern div.inputholder.error { border:1px solid red ! important;}html.theme-modern input.hint { color:#3f6194;}html.theme-modern fieldset > div input.name,html.theme-modern fieldset > div span.name { font-weight:bold;}html.theme-modern fieldset { border-color:#3f6194;}html.theme-modern div#tree { overflow:visible;}html.theme-modern tr.diff > td.line { background-color:#ffffff; padding-right:2px; border-right:3px solid #3f6194; text-align:right; margin-right:2px;}html.theme-modern tr.diff > td.old { background-color:red;}html.theme-modern tr.diff > td.new { background-color:green;}html.theme-modern tr.diff > td.notequal { background-color:yellow;}html.theme-modern dl.notice { border-left:10px #cccccc solid; border-right:1px #cccccc solid; padding:15px;}html.theme-modern dl.notice > dt { border-top:1px #cccccc solid;}html.theme-modern dl.notice > dd { border-bottom:1px #cccccc solid;}html.theme-modern div.content a.action,html.theme-modern div.content a.help { -webkit-box-shadow:3px 2px 5px #3f6194; -moz-box-shadow:3px 2px 5px #3f6194; box-shadow:3px 2px 5px #3f6194;}html.theme-modern body { background-color:#cccccc;}html.theme-modern div.panel ul.views > li.active,html.theme-modern div.panel ul.views > li.active:hover { background-color:#3f6194; background-image:linear-gradient(#cccccc 0%, #3f6194 15%); color:#ffffff;}html.theme-modern div#header { background-color:#3f6194; background-image:linear-gradient(#3f6194, #5179b5);color:#ffffff;}html.theme-modern div#header div.toolbar-icon > a { color:#ffffff;}html.theme-modern div#header,html.theme-modern ul.views > li.action { font-family:Arial, sans-serif; font-size:13px;}html.theme-modern div.panel > div.content { background-color:#f3f3f3;}html.theme-modern div.panel > div.header { background-color:#f3f3f3; background-image:linear-gradient(#cccccc 0%, #f3f3f3 85%);}html.theme-modern div.panel ul.views li:hover { background-color:#cccccc;}html.theme-modern ul.tree li.last,html.theme-modern ul.tree li:last-child { background-color:#f3f3f3;}html.theme-modern div.content pre,html.theme-modern div.dropdown { background-color:#ffffff; color:#000000;}html.theme-modern div.filler div.headermenu > a.entry,html.theme-modern div.filler div.header a.back.button { font-size:0.8em;}html.theme-modern div.line.filedropzone > div.input { background-color:#ffffff; border:1px dotted #000000;}html.theme-moorweide { scrollbar-face-color:#006633; scrollbar-arrow-color:#006633; scrollbar-base-color:#ffffff;}html.theme-moorweide div#workbench div.panel.modal { border-color:#000000 !important; -webkit-box-shadow:0px 0px 40px #000000; -moz-box-shadow:0px 0px 40px #000000; box-shadow:0px 0px 40px #000000;}html.theme-moorweide div#dialog { background-color:#f5fffa; color:#000000; border-color:#000000 !important; -webkit-box-shadow:0px 0px 40px #000000; -moz-box-shadow:0px 0px 40px #000000; box-shadow:0px 0px 40px #000000;}html.theme-moorweide div.container > div.divider.ui-draggable-dragging { background-color:#006633;}html.theme-moorweide div#workbench div.panel div.arrow-down { border-top-color:#006633;}html.theme-moorweide div#workbench div.panel div.arrow-right { border-left-color:#006633;}html.theme-moorweide iframe { border:1px solid #006633;}html.theme-moorweide div.breadcrumb,html.theme-moorweide div.breadcrumb a,html.theme-moorweide div.panel > div.title { color:#ffffff;}html.theme-moorweide div#noticebar div.notice { border:2px solid #000000; padding:5px; margin:5px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; -webkit-box-shadow:3px 2px 5px #000000; -moz-box-shadow:3px 2px 5px #000000; box-shadow:3px 2px 5px #000000; display:none;}html.theme-moorweide div#noticebar div.notice.ok { background-color:green;}html.theme-moorweide div#noticebar div.notice.warning { background-color:yellow;}html.theme-moorweide div#noticebar div.notice.error { background-color:red;}html.theme-moorweide div#noticebar div.notice.info { background-color:#cee6da;}html.theme-moorweide ul#history > li,html.theme-moorweide div.content a.action,html.theme-moorweide div.content a.help,html.theme-moorweide div.filler div.headermenu > a.entry,html.theme-moorweide div.filler div.header a.back.button { border:1px solid #006633; background-color:#ffffff; background:-moz-linear-gradient(top, #006633, #cee6da); background:-webkit-gradient(linear, left top, left bottom, from(#006633), to(#cee6da)); color:#000000;}html.theme-moorweide ul#history > li.active { background-color:#ffffff; color:#000000;}html.theme-moorweide a.action:hover,html.theme-moorweide a.help:hover,html.theme-moorweide div.noaction:hover { border-color:#ffffff;}html.theme-moorweide a.action:active,html.theme-moorweide a.help:active,html.theme-moorweide div.noaction:active,html.theme-moorweide input.ok:active { border-color:red;}html.theme-moorweide a { color:#000000;}html.theme-moorweide div.dropdown > div.divide { background-color:#006633;}html.theme-moorweide td.preview { background-color:papayawhip; border-top:1px solid #cee6da; border-bottom:1px solid #cee6da;}html.theme-moorweide .preview a:link,html.theme-moorweide .preview a:visited,html.theme-moorweide .preview a:active,html.theme-moorweide .preview a:hover { color:blue;}html.theme-moorweide body.menu tr.menu td table tr td.noaction,html.theme-moorweide body.main tr.menu td table tr td.noaction { color:#006633;}html.theme-moorweide img[align=left],html.theme-moorweide img[align=right] { padding-right:1px; padding-left:1px;}html.theme-moorweide small { color:#006633;}html.theme-moorweide body.main table.main td.window td.act { border-top:1px solid #006633;}html.theme-moorweide td.motd { border-left:3px solid red; border-right:3px solid red; font-weight:bold; padding:10px; margin:10px;}html.theme-moorweide div.panel input.checkbox,html.theme-moorweide div.panel input.radio { border:1px solid #006633;}html.theme-moorweide textarea.longtext { border:1px solid #000000;}html.theme-moorweide td.notice { margin:0px; padding:5%; text-align:center;}html.theme-moorweide table.notice { width:100%; border:1px solid; border-spacing:0px;}html.theme-moorweide table.notice th { padding:2px; white-space:nowrap; border-bottom:1px solid #000000; font-weight:normal; text-align:left;}html.theme-moorweide table.calendar td { border:1px dotted;}html.theme-moorweide form.xlogin { xbackground-color:#E0E0D5; border:2px solid #cee6da; position:absolute; z-index:999; top:5%; left:5%; width:80%; margin:5%; padding:10%; opacity:1; -webkit-box-shadow:3px 2px 5px #006633; -moz-box-shadow:3px 2px 5px #006633; box-shadow:3px 2px 5px #006633;}html.theme-moorweide ul.tree,html.theme-moorweide ul.tree ul { list-style-type:none; background:url(themes/default/css/themes/default/images/tree_line.gif) repeat-y; xmargin:0; padding:0;}html.theme-moorweide div.entry.selected,html.theme-moorweide div.dropdown > div.entry:hover,html.theme-moorweide div.dropdown > div.entry:hover > a,html.theme-moorweide a.element { background-color:#006633; color:#ffffff;}html.theme-moorweide ul.tree li { xmargin:0; padding:0 0px; line-height:18px; background:url(themes/default/css/themes/default/images/tree_none.gif) no-repeat; xcolor:#369; font-weight:normal; white-space:nowrap;}html.theme-moorweide ul.tree li.last,html.theme-moorweide ul.tree li:last-child { background:url(themes/default/css/themes/default/images/tree_none_end.gif) no-repeat;}html.theme-moorweide div.tree.open { background:url(themes/default/css/themes/default/images/tree_minus.png) no-repeat;}html.theme-moorweide div.tree.closed { background:url(themes/default/css/themes/default/images/tree_plus.png) no-repeat;}html.theme-moorweide body > div { display:none;}html.theme-moorweide div.structure em { font-style:italic;}html.theme-moorweide .drophover { border:2px dotted green; cursor:move;}html.theme-moorweide .dropactive { border:1px dotted blue; cursor:move;}html.theme-moorweide div.panel > div.header > div.panel-icon { xposition:static; xright:-30px; top:3px;}html.theme-moorweide div.backward_link { float:left;}html.theme-moorweide div.forward_link { float:right;}html.theme-moorweide div.panel > div.header { padding:0px; width:100%; height:25px; border-bottom:1px solid #006633;}html.theme-moorweide div.panel div.header ul.views { text-align:left; list-style-type:none; overflow:hidden; white-space:nowrap;}html.theme-moorweide img.icon { padding:4px; width:16px; height:16px;}html.theme-moorweide ul.views div.tabname { overflow:hidden; white-space:nowrap; padding:4px; vertical-align:middle;}html.theme-moorweide div.panel div.header { xborder-bottom:1px solid #006633;}html.theme-moorweide div.panel ul.views li { vertical-align:middle; padding:0px; cursor:pointer; border-right:1px solid #006633; -moz-border-radius-topleft:5px; -webkit-border-radius-topleft:5px; -khtml-border-top-radius-topleft:5px; -moz-border-radius-topright:5px; -webkit-border-radius-topright:5px; -khtml-border-top-radius-topright:5px; border-top-right-radius:5px; xborder-top:1px solid #006633; xborder-left:1px solid #006633; xborder-right:1px solid #006633; xmargin-right:10px; display:inline; white-space:nowrap; float:left;}html.theme-moorweide div.panel div.content table { border:2px #cee6da;}html.theme-moorweide table tr.headline > td { border-bottom:1px solid #006633;}html.theme-moorweide table tr.data > td { border-bottom:1px solid #006633;}html.theme-moorweide table > tr.data:nth-child(2n) { background-color:#cee6da;}html.theme-moorweide table tr.data:hover,html.theme-moorweide div.content li div.entry:hover { background-color:#cee6da;}html.theme-moorweide div.panel div.status div,html.theme-moorweide div.message { border:1px solid #006633;}html.theme-moorweide div#workbench div.panel.fullscreen { background-color:#f5fffa;}html.theme-moorweide div#workbench div.panel { border:1px solid #006633;}html.theme-moorweide input.submit { background-color:#006633; color:#ffffff; -webkit-box-shadow:0px 0px 15px #f5fffa; -moz-box-shadow:0px 0px 15px #f5fffa; box-shadow:0px 0px 15px 10px #f5fffa;}html.theme-moorweide ul#history > li { border:1px solid #006633; background-color:#cee6da; color:#000000;}html.theme-moorweide ul#history > li.active { border:1px solid #000000; background-color:#ffffff; color:#000000;}html.theme-moorweide ul#history { display:none;}html.theme-moorweide div#filler { background-color:#000000;}html.theme-moorweide div.clickable.filtered.inactive > a { color:#cee6da;}html.theme-moorweide div#header > div > div.arrow-down { display:inline; width:0; height:0; margin:6; padding:0px; border-right:6px solid #006633; border-left:6px solid #006633; border-top:6px solid #cee6da; border-bottom:4px solid #006633; margin-top:10px; font-size:0;}html.theme-moorweide div.dropdown { -webkit-box-shadow:3px 2px 10px #006633; -moz-box-shadow:3px 2px 10px #006633; box-shadow:3px 2px 10px #006633; opacity:0.95; border:2px solid #006633; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; font-style:normal; font-weight:normal; text-decoration:none;}html.theme-moorweide div#header span.titletext { color:#ffffff;}html.theme-moorweide div.toolbar-icon { border:1px solid #006633; padding:2px; margin-left:5px; float:left; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -khtml-border-radius:3px;}html.theme-moorweide div.toolbar-icon.inactive { opacity:0.5;}html.theme-moorweide div.toolbar-icon:hover { border:1px solid #cee6da;}html.theme-moorweide div.headermenu { margin:5px; z-index:1; position:relative; right:0; top:0;}html.theme-moorweide div.headermenu > div.toolbar-icon { float:right;}html.theme-moorweide div.panel.wide form div.line { clear:left; margin-top:10px;}html.theme-moorweide div.panel.wide form div.label { display:inline-block; width:30%; vertical-align:top; text-align:right;}html.theme-moorweide div.panel.wide form div.input { display:inline-block; width:60%; vertical-align:top; text-align:left;}html.theme-moorweide div.panel.small form div.line { clear:left; padding:10px;}html.theme-moorweide div.panel.small form div.label { display:block; width:100%; vertical-align:top; text-align:left;}html.theme-moorweide div.panel.small form div.input { display:block; width:100%; vertical-align:top; text-align:left;}html.theme-moorweide form div.label > label,html.theme-moorweide form div.input > div.intputholder { padding:0px 5px;}html.theme-moorweide form div.input input[type=text],html.theme-moorweide form div.input input[type=password],html.theme-moorweide form div.input textarea,html.theme-moorweide form div.input select { width:100%;}html.theme-moorweide form div.input input[type=checkbox],html.theme-moorweide form div.input input[type=radio] { vertical-align:top;}html.theme-moorweide label { display:inline-block;}html.theme-moorweide input[type=checkbox] + label,html.theme-moorweide input[type=radio] + label { width:80%;}html.theme-moorweide label div.description { font-size:0.75em; color:#006633;}html.theme-moorweide div.inputholder { background-color:#ffffff; border:1px solid #006633; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -khtml-border-radius:3px; -webkit-box-shadow:inset 0px 0px 3px #006633; -moz-box-shadow:inset 0px 0px 3px #006633; box-shadow:inset 0px 0px 3px #006633;}html.theme-moorweide div.inputholder ul.tree,html.theme-moorweide div.inputholder ul.tree li.last,html.theme-moorweide div.inputholder ul.tree li:last-child { background-color:#ffffff;}html.theme-moorweide div.inputholder > input,html.theme-moorweide div.inputholder > textarea,html.theme-moorweide div.inputholder > select { border:0px; border-bottom:1px solid #ffffff; padding:2px; margin:0px; background-color:#ffffff;}html.theme-moorweide input:focus,html.theme-moorweide textarea:focus,html.theme-moorweide select:focus { border:0px; border-bottom:1px solid #cee6da;}html.theme-moorweide input.error,html.theme-moorweide textarea.error,html.theme-moorweide select.error { border-bottom:1px dotted #000000 !important;}html.theme-moorweide div.inputholder.error { border:1px solid red ! important;}html.theme-moorweide input.hint { color:#006633;}html.theme-moorweide fieldset > div input.name,html.theme-moorweide fieldset > div span.name { font-weight:bold;}html.theme-moorweide fieldset { border-color:#006633;}html.theme-moorweide div#tree { overflow:visible;}html.theme-moorweide tr.diff > td.line { background-color:#ffffff; padding-right:2px; border-right:3px solid #006633; text-align:right; margin-right:2px;}html.theme-moorweide tr.diff > td.old { background-color:red;}html.theme-moorweide tr.diff > td.new { background-color:green;}html.theme-moorweide tr.diff > td.notequal { background-color:yellow;}html.theme-moorweide dl.notice { border-left:10px #cee6da solid; border-right:1px #cee6da solid; padding:15px;}html.theme-moorweide dl.notice > dt { border-top:1px #cee6da solid;}html.theme-moorweide dl.notice > dd { border-bottom:1px #cee6da solid;}html.theme-moorweide div.content a.action,html.theme-moorweide div.content a.help { -webkit-box-shadow:3px 2px 5px #006633; -moz-box-shadow:3px 2px 5px #006633; box-shadow:3px 2px 5px #006633;}html.theme-moorweide body { background-color:#cee6da;}html.theme-moorweide div.panel ul.views > li.active,html.theme-moorweide div.panel ul.views > li.active:hover { background-color:#006633; background-image:linear-gradient(#cee6da 0%, #006633 15%); color:#ffffff;}html.theme-moorweide div#header { background-color:#006633; background-image:linear-gradient(#006633, #00994d);color:#ffffff;}html.theme-moorweide div#header div.toolbar-icon > a { color:#ffffff;}html.theme-moorweide div#header,html.theme-moorweide ul.views > li.action { font-family:Arial, sans-serif; font-size:13px;}html.theme-moorweide div.panel > div.content { background-color:#f5fffa;}html.theme-moorweide div.panel > div.header { background-color:#f5fffa; background-image:linear-gradient(#cee6da 0%, #f5fffa 85%);}html.theme-moorweide div.panel ul.views li:hover { background-color:#cee6da;}html.theme-moorweide ul.tree li.last,html.theme-moorweide ul.tree li:last-child { background-color:#f5fffa;}html.theme-moorweide div.content pre,html.theme-moorweide div.dropdown { background-color:#ffffff; color:#000000;}html.theme-moorweide div.filler div.headermenu > a.entry,html.theme-moorweide div.filler div.header a.back.button { font-size:0.8em;}html.theme-moorweide div.line.filedropzone > div.input { background-color:#ffffff; border:1px dotted #000000;}html.theme-dark { scrollbar-face-color:#868685; scrollbar-arrow-color:#868685; scrollbar-base-color:#dcdcdc;}html.theme-dark div#workbench div.panel.modal { border-color:#ffffff !important; -webkit-box-shadow:0px 0px 40px #ffffff; -moz-box-shadow:0px 0px 40px #ffffff; box-shadow:0px 0px 40px #ffffff;}html.theme-dark div#dialog { background-color:#201f1d; color:#ffffff; border-color:#ffffff !important; -webkit-box-shadow:0px 0px 40px #ffffff; -moz-box-shadow:0px 0px 40px #ffffff; box-shadow:0px 0px 40px #ffffff;}html.theme-dark div.container > div.divider.ui-draggable-dragging { background-color:#868685;}html.theme-dark div#workbench div.panel div.arrow-down { border-top-color:#868685;}html.theme-dark div#workbench div.panel div.arrow-right { border-left-color:#868685;}html.theme-dark iframe { border:1px solid #868685;}html.theme-dark div.breadcrumb,html.theme-dark div.breadcrumb a,html.theme-dark div.panel > div.title { color:#dcdcdc;}html.theme-dark div#noticebar div.notice { border:2px solid #ffffff; padding:5px; margin:5px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; -webkit-box-shadow:3px 2px 5px #ffffff; -moz-box-shadow:3px 2px 5px #ffffff; box-shadow:3px 2px 5px #ffffff; display:none;}html.theme-dark div#noticebar div.notice.ok { background-color:green;}html.theme-dark div#noticebar div.notice.warning { background-color:yellow;}html.theme-dark div#noticebar div.notice.error { background-color:red;}html.theme-dark div#noticebar div.notice.info { background-color:#868685;}html.theme-dark ul#history > li,html.theme-dark div.content a.action,html.theme-dark div.content a.help,html.theme-dark div.filler div.headermenu > a.entry,html.theme-dark div.filler div.header a.back.button { border:1px solid #868685; background-color:#dcdcdc; background:-moz-linear-gradient(top, #868685, #868685); background:-webkit-gradient(linear, left top, left bottom, from(#868685), to(#868685)); color:#ffffff;}html.theme-dark ul#history > li.active { background-color:#dcdcdc; color:#ffffff;}html.theme-dark a.action:hover,html.theme-dark a.help:hover,html.theme-dark div.noaction:hover { border-color:#dcdcdc;}html.theme-dark a.action:active,html.theme-dark a.help:active,html.theme-dark div.noaction:active,html.theme-dark input.ok:active { border-color:red;}html.theme-dark a { color:#ffffff;}html.theme-dark div.dropdown > div.divide { background-color:#868685;}html.theme-dark td.preview { background-color:papayawhip; border-top:1px solid #868685; border-bottom:1px solid #868685;}html.theme-dark .preview a:link,html.theme-dark .preview a:visited,html.theme-dark .preview a:active,html.theme-dark .preview a:hover { color:blue;}html.theme-dark body.menu tr.menu td table tr td.noaction,html.theme-dark body.main tr.menu td table tr td.noaction { color:#868685;}html.theme-dark img[align=left],html.theme-dark img[align=right] { padding-right:1px; padding-left:1px;}html.theme-dark small { color:#868685;}html.theme-dark body.main table.main td.window td.act { border-top:1px solid #868685;}html.theme-dark td.motd { border-left:3px solid red; border-right:3px solid red; font-weight:bold; padding:10px; margin:10px;}html.theme-dark div.panel input.checkbox,html.theme-dark div.panel input.radio { border:1px solid #868685;}html.theme-dark textarea.longtext { border:1px solid #ffffff;}html.theme-dark td.notice { margin:0px; padding:5%; text-align:center;}html.theme-dark table.notice { width:100%; border:1px solid; border-spacing:0px;}html.theme-dark table.notice th { padding:2px; white-space:nowrap; border-bottom:1px solid #ffffff; font-weight:normal; text-align:left;}html.theme-dark table.calendar td { border:1px dotted;}html.theme-dark form.xlogin { xbackground-color:#E0E0D5; border:2px solid #868685; position:absolute; z-index:999; top:5%; left:5%; width:80%; margin:5%; padding:10%; opacity:1; -webkit-box-shadow:3px 2px 5px #868685; -moz-box-shadow:3px 2px 5px #868685; box-shadow:3px 2px 5px #868685;}html.theme-dark ul.tree,html.theme-dark ul.tree ul { list-style-type:none; background:url(themes/default/css/themes/default/images/tree_line.gif) repeat-y; xmargin:0; padding:0;}html.theme-dark div.entry.selected,html.theme-dark div.dropdown > div.entry:hover,html.theme-dark div.dropdown > div.entry:hover > a,html.theme-dark a.element { background-color:#868685; color:#dcdcdc;}html.theme-dark ul.tree li { xmargin:0; padding:0 0px; line-height:18px; background:url(themes/default/css/themes/default/images/tree_none.gif) no-repeat; xcolor:#369; font-weight:normal; white-space:nowrap;}html.theme-dark ul.tree li.last,html.theme-dark ul.tree li:last-child { background:url(themes/default/css/themes/default/images/tree_none_end.gif) no-repeat;}html.theme-dark div.tree.open { background:url(themes/default/css/themes/default/images/tree_minus.png) no-repeat;}html.theme-dark div.tree.closed { background:url(themes/default/css/themes/default/images/tree_plus.png) no-repeat;}html.theme-dark body > div { display:none;}html.theme-dark div.structure em { font-style:italic;}html.theme-dark .drophover { border:2px dotted green; cursor:move;}html.theme-dark .dropactive { border:1px dotted blue; cursor:move;}html.theme-dark div.panel > div.header > div.panel-icon { xposition:static; xright:-30px; top:3px;}html.theme-dark div.backward_link { float:left;}html.theme-dark div.forward_link { float:right;}html.theme-dark div.panel > div.header { padding:0px; width:100%; height:25px; border-bottom:1px solid #868685;}html.theme-dark div.panel div.header ul.views { text-align:left; list-style-type:none; overflow:hidden; white-space:nowrap;}html.theme-dark img.icon { padding:4px; width:16px; height:16px;}html.theme-dark ul.views div.tabname { overflow:hidden; white-space:nowrap; padding:4px; vertical-align:middle;}html.theme-dark div.panel div.header { xborder-bottom:1px solid #868685;}html.theme-dark div.panel ul.views li { vertical-align:middle; padding:0px; cursor:pointer; border-right:1px solid #868685; -moz-border-radius-topleft:5px; -webkit-border-radius-topleft:5px; -khtml-border-top-radius-topleft:5px; -moz-border-radius-topright:5px; -webkit-border-radius-topright:5px; -khtml-border-top-radius-topright:5px; border-top-right-radius:5px; xborder-top:1px solid #868685; xborder-left:1px solid #868685; xborder-right:1px solid #868685; xmargin-right:10px; display:inline; white-space:nowrap; float:left;}html.theme-dark div.panel div.content table { border:2px #868685;}html.theme-dark table tr.headline > td { border-bottom:1px solid #868685;}html.theme-dark table tr.data > td { border-bottom:1px solid #868685;}html.theme-dark table > tr.data:nth-child(2n) { background-color:#868685;}html.theme-dark table tr.data:hover,html.theme-dark div.content li div.entry:hover { background-color:#868685;}html.theme-dark div.panel div.status div,html.theme-dark div.message { border:1px solid #868685;}html.theme-dark div#workbench div.panel.fullscreen { background-color:#201f1d;}html.theme-dark div#workbench div.panel { border:1px solid #868685;}html.theme-dark input.submit { background-color:#868685; color:#dcdcdc; -webkit-box-shadow:0px 0px 15px #201f1d; -moz-box-shadow:0px 0px 15px #201f1d; box-shadow:0px 0px 15px 10px #201f1d;}html.theme-dark ul#history > li { border:1px solid #868685; background-color:#868685; color:#ffffff;}html.theme-dark ul#history > li.active { border:1px solid #ffffff; background-color:#dcdcdc; color:#ffffff;}html.theme-dark ul#history { display:none;}html.theme-dark div#filler { background-color:#ffffff;}html.theme-dark div.clickable.filtered.inactive > a { color:#868685;}html.theme-dark div#header > div > div.arrow-down { display:inline; width:0; height:0; margin:6; padding:0px; border-right:6px solid #868685; border-left:6px solid #868685; border-top:6px solid #868685; border-bottom:4px solid #868685; margin-top:10px; font-size:0;}html.theme-dark div.dropdown { -webkit-box-shadow:3px 2px 10px #868685; -moz-box-shadow:3px 2px 10px #868685; box-shadow:3px 2px 10px #868685; opacity:0.95; border:2px solid #868685; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; font-style:normal; font-weight:normal; text-decoration:none;}html.theme-dark div#header span.titletext { color:#dcdcdc;}html.theme-dark div.toolbar-icon { border:1px solid #868685; padding:2px; margin-left:5px; float:left; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -khtml-border-radius:3px;}html.theme-dark div.toolbar-icon.inactive { opacity:0.5;}html.theme-dark div.toolbar-icon:hover { border:1px solid #868685;}html.theme-dark div.headermenu { margin:5px; z-index:1; position:relative; right:0; top:0;}html.theme-dark div.headermenu > div.toolbar-icon { float:right;}html.theme-dark div.panel.wide form div.line { clear:left; margin-top:10px;}html.theme-dark div.panel.wide form div.label { display:inline-block; width:30%; vertical-align:top; text-align:right;}html.theme-dark div.panel.wide form div.input { display:inline-block; width:60%; vertical-align:top; text-align:left;}html.theme-dark div.panel.small form div.line { clear:left; padding:10px;}html.theme-dark div.panel.small form div.label { display:block; width:100%; vertical-align:top; text-align:left;}html.theme-dark div.panel.small form div.input { display:block; width:100%; vertical-align:top; text-align:left;}html.theme-dark form div.label > label,html.theme-dark form div.input > div.intputholder { padding:0px 5px;}html.theme-dark form div.input input[type=text],html.theme-dark form div.input input[type=password],html.theme-dark form div.input textarea,html.theme-dark form div.input select { width:100%;}html.theme-dark form div.input input[type=checkbox],html.theme-dark form div.input input[type=radio] { vertical-align:top;}html.theme-dark label { display:inline-block;}html.theme-dark input[type=checkbox] + label,html.theme-dark input[type=radio] + label { width:80%;}html.theme-dark label div.description { font-size:0.75em; color:#868685;}html.theme-dark div.inputholder { background-color:#dcdcdc; border:1px solid #868685; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -khtml-border-radius:3px; -webkit-box-shadow:inset 0px 0px 3px #868685; -moz-box-shadow:inset 0px 0px 3px #868685; box-shadow:inset 0px 0px 3px #868685;}html.theme-dark div.inputholder ul.tree,html.theme-dark div.inputholder ul.tree li.last,html.theme-dark div.inputholder ul.tree li:last-child { background-color:#dcdcdc;}html.theme-dark div.inputholder > input,html.theme-dark div.inputholder > textarea,html.theme-dark div.inputholder > select { border:0px; border-bottom:1px solid #dcdcdc; padding:2px; margin:0px; background-color:#dcdcdc;}html.theme-dark input:focus,html.theme-dark textarea:focus,html.theme-dark select:focus { border:0px; border-bottom:1px solid #868685;}html.theme-dark input.error,html.theme-dark textarea.error,html.theme-dark select.error { border-bottom:1px dotted #ffffff !important;}html.theme-dark div.inputholder.error { border:1px solid red ! important;}html.theme-dark input.hint { color:#868685;}html.theme-dark fieldset > div input.name,html.theme-dark fieldset > div span.name { font-weight:bold;}html.theme-dark fieldset { border-color:#868685;}html.theme-dark div#tree { overflow:visible;}html.theme-dark tr.diff > td.line { background-color:#dcdcdc; padding-right:2px; border-right:3px solid #868685; text-align:right; margin-right:2px;}html.theme-dark tr.diff > td.old { background-color:red;}html.theme-dark tr.diff > td.new { background-color:green;}html.theme-dark tr.diff > td.notequal { background-color:yellow;}html.theme-dark dl.notice { border-left:10px #868685 solid; border-right:1px #868685 solid; padding:15px;}html.theme-dark dl.notice > dt { border-top:1px #868685 solid;}html.theme-dark dl.notice > dd { border-bottom:1px #868685 solid;}html.theme-dark div.content a.action,html.theme-dark div.content a.help { -webkit-box-shadow:3px 2px 5px #868685; -moz-box-shadow:3px 2px 5px #868685; box-shadow:3px 2px 5px #868685;}html.theme-dark body { background-color:#868685;}html.theme-dark div.panel ul.views > li.active,html.theme-dark div.panel ul.views > li.active:hover { background-color:#868685; background-image:linear-gradient(#868685 0%, #868685 15%); color:#dcdcdc;}html.theme-dark div#header { background-color:#868685; background-image:linear-gradient(#868685, #9f9f9f);color:#dcdcdc;}html.theme-dark div#header div.toolbar-icon > a { color:#dcdcdc;}html.theme-dark div#header,html.theme-dark ul.views > li.action { font-family:Arial, sans-serif; font-size:13px;}html.theme-dark div.panel > div.content { background-color:#201f1d;}html.theme-dark div.panel > div.header { background-color:#201f1d; background-image:linear-gradient(#868685 0%, #201f1d 85%);}html.theme-dark div.panel ul.views li:hover { background-color:#868685;}html.theme-dark ul.tree li.last,html.theme-dark ul.tree li:last-child { background-color:#201f1d;}html.theme-dark div.content pre,html.theme-dark div.dropdown { background-color:#dcdcdc; color:#ffffff;}html.theme-dark div.filler div.headermenu > a.entry,html.theme-dark div.filler div.header a.back.button { font-size:0.8em;}html.theme-dark div.line.filedropzone > div.input { background-color:#dcdcdc; border:1px dotted #ffffff;}- \ No newline at end of file diff --git a/themes/default/images/icon/action/language.svg b/themes/default/images/icon/action/language.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95c-.32-1.25-.78-2.45-1.38-3.56 1.84.63 3.37 1.91 4.33 3.56zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2 0 .68.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56-1.84-.63-3.37-1.9-4.33-3.56zm2.95-8H5.08c.96-1.66 2.49-2.93 4.33-3.56C8.81 5.55 8.35 6.75 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2 0-.68.07-1.35.16-2h4.68c.09.65.16 1.32.16 2 0 .68-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95c-.96 1.65-2.49 2.93-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2 0-.68-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"/></svg>+ \ No newline at end of file diff --git a/themes/default/images/icon/action/model.svg b/themes/default/images/icon/action/model.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M13 13v8h8v-8h-8zM3 21h8v-8H3v8zM3 3v8h8V3H3zm13.66-1.31L11 7.34 16.66 13l5.66-5.66-5.66-5.65z"/></svg>+ \ No newline at end of file diff --git a/themes/default/images/icon/action/page.svg b/themes/default/images/icon/action/page.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm2 16H8v-2h8v2zm0-4H8v-2h8v2zm-3-5V3.5L18.5 9H13z"/></svg>+ \ No newline at end of file diff --git a/themes/default/images/icon/action/project.svg b/themes/default/images/icon/action/project.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M22 9V7h-2V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-2h2v-2h-2v-2h2v-2h-2V9h2zm-4 10H4V5h14v14zM6 13h5v4H6zm6-6h4v3h-4zM6 7h5v5H6zm6 4h4v6h-4z"/></svg>+ \ No newline at end of file diff --git a/themes/default/images/icon/action/template.svg b/themes/default/images/icon/action/template.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M3 13h8V3H3v10zm0 8h8v-6H3v6zm10 0h8V11h-8v10zm0-18v6h8V3h-8z"/></svg>+ \ No newline at end of file diff --git a/themes/default/images/icon/action/user.svg b/themes/default/images/icon/action/user.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M3 5v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.11 0-2 .9-2 2zm12 4c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3zm-9 8c0-2 4-3.1 6-3.1s6 1.1 6 3.1v1H6v-1z"/></svg>+ \ No newline at end of file diff --git a/themes/default/images/icon/element/code.svg b/themes/default/images/icon/element/code.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M9.4 16.6L4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0l4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z"/></svg>+ \ No newline at end of file diff --git a/themes/default/images/icon/element/date.svg b/themes/default/images/icon/element/date.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm2-7h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z"/></svg>+ \ No newline at end of file diff --git a/themes/default/images/icon/element/dynamic.svg b/themes/default/images/icon/element/dynamic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M10 16.5l6-4.5-6-4.5v9zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/></svg>+ \ No newline at end of file diff --git a/themes/default/images/icon/element/info.svg b/themes/default/images/icon/element/info.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M11 17h2v-6h-2v6zm1-15C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zM11 9h2V7h-2v2z"/></svg>+ \ No newline at end of file diff --git a/themes/default/images/icon/element/link.svg b/themes/default/images/icon/element/link.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"/></svg>+ \ No newline at end of file diff --git a/themes/default/images/icon/element/text.svg b/themes/default/images/icon/element/text.svg @@ -0,0 +1 @@ +<svg baseProfile="tiny" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M9.93 13.5h4.14L12 7.98zM20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-4.05 16.5l-1.14-3H9.17l-1.12 3H5.96l5.11-13h1.86l5.11 13h-2.09z"/></svg>+ \ No newline at end of file diff --git a/themes/default/images/icon/method/password.svg b/themes/default/images/icon/method/password.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12.65 10C11.83 7.67 9.61 6 7 6c-3.31 0-6 2.69-6 6s2.69 6 6 6c2.61 0 4.83-1.67 5.65-4H17v4h4v-4h2v-4H12.65zM7 14c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"/></svg>+ \ No newline at end of file diff --git a/themes/default/images/icon/method/publish.svg b/themes/default/images/icon/method/publish.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z"/></svg>+ \ No newline at end of file diff --git a/themes/default/images/icon/method/reload.svg b/themes/default/images/icon/method/reload.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3z"/></svg>+ \ No newline at end of file diff --git a/themes/default/include/elements.ini.php b/themes/default/include/elements.ini.php @@ -4,7 +4,7 @@ output = -button = type:submit,src,class:ok,value:ok,text:button_ok +button = checkbox = default:false,readonly:false,name:* column = width,style,class,colspan,rowspan,header:false,title,url,action,id,name date = date @@ -20,7 +20,7 @@ header = name:,views,back:false editor = name:*,type:*,mode else = if = equals,value,not,empty,present,contains,greaterthan,lessthan,true,false -image = config,file,url,icon,align:left,type,elementtype,fileext,tree,notice,size,title +image = input = class:text,default:,type:text,index,name:*,prefix,value,size:,maxlength:256,onchange:,readonly:false,hint:,icon: inputarea= name,rows:10,cols:40,value,index,onchange,prefix,class:inputarea,default: insert = file,script,inline:false,url,name,function diff --git a/themes/default/include/html/image/Image.class.php b/themes/default/include/html/image/Image.class.php @@ -3,6 +3,8 @@ class ImageComponent extends Component { + public $action; + public $method; public $config; public $file; public $url; @@ -23,6 +25,16 @@ class ImageComponent extends Component $file = OR_THEMES_DIR.'default/images/icon/element/'.$this->htmlvalue($this->elementtype).'.svg'; $styleClass = 'image-icon image-icon--element'; } + elseif ( !empty($this->action) ) + { + $file = OR_THEMES_DIR.'default/images/icon/action/'.$this->htmlvalue($this->action).'.svg'; + $styleClass = 'image-icon image-icon--action'; + } + elseif ( !empty($this->method) ) + { + $file = OR_THEMES_DIR.'default/images/icon/method/'.$this->htmlvalue($this->method).'.svg'; + $styleClass = 'image-icon image-icon--method'; + } elseif ( !empty($this->type) ) { $file = OR_THEMES_DIR.'default/images/icon_'.$this->htmlvalue($this->type).IMG_ICON_EXT; diff --git a/themes/default/include/html/image/image.js b/themes/default/include/html/image/image.js @@ -1,4 +1,4 @@ -$(document).on('orViewLoaded',function(event, data) { +$(document).on('orViewLoaded orHeaderLoaded',function(event, data) { // Convert linked SVG to an inline SVG, because we want to style it... $(event.target).find('img.image-icon').svgToInline(); diff --git a/themes/default/include/html/image/image.min.js b/themes/default/include/html/image/image.min.js @@ -1 +1 @@ -;$(document).on('orViewLoaded',function(n,i){$(n.target).find('img.image-icon').svgToInline()});- \ No newline at end of file +;$(document).on('orViewLoaded orHeaderLoaded',function(e,o){$(e.target).find('img.image-icon').svgToInline()});+ \ No newline at end of file diff --git a/themes/default/js/openrat.js b/themes/default/js/openrat.js @@ -547,6 +547,8 @@ function registerViewEvents( viewEl ) function registerHeaderEvents() { + $('div#header').trigger('orHeaderLoaded'); + // Links aktivieren... $('div#header .clickable').orLinkify(); diff --git a/themes/default/js/openrat.min.js b/themes/default/js/openrat.min.js @@ -4,7 +4,7 @@ else if(v<Math.min(o,c)){t.addClass('axle-x');t.children('div.divider').addClass else if(o<c){t.addClass('axle-y');t.children('div.divider').addClass('to-bottom');t.children('div.first').removeClass('first').addClass('resizable');t.children('div.second').removeClass('first').addClass('autosize')} else{t.addClass('axle-y');t.children('div.divider').addClass('to-top');t.children('div.first').removeClass('first').addClass('autosize');t.children('div.second').removeClass('first').addClass('resizable')};t.children('div.resizable').addClass('bar').data('size-factor',0.4);$(s).closest('div.panel').clone().addClass('resizable').removeClass('autosize').replaceAll(t.children('div.resizable'));t.find('ul.views > li').remove();$(s).detach().css({top:0,left:0}).appendTo(t.find('ul.views')).click();var a=$(n).closest('div.panel').replaceWith(t);t.children('div.autosize').replaceWith(a);if(a.hasClass('autosize')){t.addClass('autosize').removeClass('resizable')};if(a.hasClass('resizable')){t.addClass('resizable').removeClass('autosize')};a.addClass('autosize').removeClass('resizable');if(r.find('li').size()==0){var a=r.closest('div.container');r.closest('div.panel').remove();if(a.hasClass('autosize'))a.children('div.panel').addClass('autosize').removeClass('resizable');else a.children('div.panel').addClass('resizable').removeClass('autosize');a.replaceWith(a.children('div.panel'));resizeWorkbench()};resizeWorkbench();registerWorkbenchEvents()}});if($('div#workbench div.panel.modal').size()>0){$('div#workbench div.panel.modal').parent().addClass('modal');$('div#filler').fadeTo(500,0.5);$('div#workbench').addClass('modal')};$('div.container.axle-x > div.divider').draggable({stop:function(e,i){var t=i.position.left,a=$(this).hasClass('to-right')?1:-1;$(this).parent().children('div.resizable').each(function(){var e=((a*t)+$(this).width())/($(this).parent().width());e=Math.min(0.5,Math.max(0.1,e));$(this).data('size-factor',e)});resizeWorkbenchContainer($(this).parent())},axis:'x',revert:!0,revertDuration:0});$('div.container.axle-y > div.divider').draggable({stop:function(e,i){var t=i.position.top,a=$(this).hasClass('to-bottom')?1:-1;$(this).parent().children('div.resizable').each(function(){var e=((a*t)+$(this).height())/($(this).parent().height());e=Math.min(0.5,Math.max(0.1,e));$(this).data('size-factor',e)});resizeWorkbenchContainer($(this).parent())},axis:'y',revert:!0,revertDuration:0});$('ul.views > li.action').click(function(){$(this).orLoadView()});$('div.header').dblclick(function(){fullscreen(this)})};function refreshTitleBar(){$('div#header').load(createUrl('title','show',0),function(){$(this).fadeIn('slow');$('div.clickable.filtered').addClass('inactive');registerHeaderEvents()})};function loadViewByName(e,i){alert('loadViewByName');loadView($('div#'+e),i)};function loadView(e,i,t,s,n){var a=$(e).children('div.sheet.action-'+i+'.method-'+t+'.id-'+s);if(a.size()==0){$(e).children('div.sheet').hide();a=$('<div class="sheet action-'+i+' method-'+t+' id-'+s+'" />');$(e).append(a)} else{if(a.is(':visible')){return} -else{$(e).children('div.sheet').hide();a.show();return}};var d=createUrl(i,t,s,n);$(a).empty().fadeTo(1,0.7).addClass('loader').html('').load(d,function(e,i,t){$(a).fadeTo(350,1);if(i=='error'){$(a).html('');$(a).removeClass('loader');notify('error',e);return};$(a).removeClass('loader');registerViewEvents(a)})};function registerViewEvents(e){$(e).trigger('orViewLoaded');$(e).find('input[data-hint]').orHint();$(e).closest('div.panel').find('div.header div.dropdown div.entry.perview').remove();$(e).find('div.headermenu > a').each(function(e,i){});$(e).find('div.header > a.back').each(function(i,t){$(t).removeClass('button').wrap('<div class="entry perview" />').parent().appendTo($(e).closest('div.panel').find('div.header div.dropdown').first())});$(e).closest('div.panel').find('.clickable').orLinkify();$(e).find('div.selector.tree').each(function(){var e=this;$(this).orTree({type:'project',selectable:$(e).attr('data-types').split(','),id:$(e).attr('data-init-folderid'),onSelect:function(i,t,a){var s=$(e).parent();$(s).find('input[type=text]').attr('value',i);$(s).find('input[type=hidden]').attr('value',a)}})});$('div.content li.object').draggable({cursor:'move',revert:'invalid'});$('div.content li.object > div.entry[data-type=\'folder\']').droppable({accept:'li.object',hoverClass:'drophover',activeClass:'dropactive',drop:function(e,i){var t=i.draggable,a=$(this).parent();startDialog($(this).text(),$(t).attr('data-type'),'copy',$(a).attr('data-id'),{'action':$(t).attr('data-type'),'subaction':'copy','id':$(t).attr('data-id'),'targetFolderId':$(a).attr('data-id')});$(t).detach().css({top:0,left:0}).appendTo(a).click()}});$(e).find('input').change(function(){$(this).closest('div.panel').find('ul.views li.action.active').addClass('dirty')})};function registerHeaderEvents(){$('div#header .clickable').orLinkify();$('div.search input').blur(function(){$('div.search input div.dropdown').fadeOut()});$('div.search input').orHint();$('div.search input').orSearch({dropdown:'div.search div.dropdown'})};function fullscreen(e){$(e).closest('div.panel').fadeOut('fast',function(){$(this).toggleClass('fullscreen').fadeIn('fast')})};function loadTree(){if($('div#panel-tree li.action').data('action')=='tree'){$('div#panel-tree div.content > div.sheet.action-tree.method-tree').html('&nbsp;');$('div#panel-tree div.content > div.sheet.action-tree.method-tree').orTree({type:'root',id:0,onSelect:function(e,i,t){openNewAction(e,i,t,'')}});$('div#panel-tree div.content > div.sheet.action-tree.method-tree > ul.tree > div.tree').delay(500).click();$('div#panel-tree div.content > div.sheet.action-tree.method-tree > ul.tree > div.tree').delay(500).click()}};function submitUrl(e,i){postUrl(i,e);refreshAllRefreshables()};function postUrl(e,i){e+='&output=json';$.ajax({'type':'POST',url:e,data:{},success:function(e,t,a){$('div.panel div.status div.loader').html('&nbsp;');doResponse(e,t,i)}})};function startView(e,i){var t=$('#panel-content').find('li.active').data('action'),a=$('#panel-content').find('li.active').data('id');loadView($(e).closest('div.panel').find('div.content'),t,i,a)};function startDialog(e,i,t,a,s){if(i==null)i=$('#panel-content').find('li.active').data('action');if(a==null)a=$('#panel-content').find('li.active').data('id');$('div#filler').fadeTo(500,0.5);$('div#dialog').html('<div class="header"><ul class="views"><li class="action active"><img class="icon" title="" src="./themes/default/images/icon/'+t+'.png" /><div class="tabname" style="width:100px;">'+e+'</div></li></ul></div><div class="content" />');$('div#dialog').data('id',a);$('div#dialog').show();loadView($('div#dialog div.content'),i,t,a,s)};function modalView(e,i){var t=$(e).closest('div.panel').find('li.active').attr('data-action'),a=$(e).closest('div.panel').find('li.active').attr('data-method'),s=$(e).closest('div.panel').find('li.active').attr('data-id');$(e).closest('div.content').modal({'overlayClose':'true','xxxonClose':function(){alert('close)')}});loadView($(e).closest('div.content'),t,a,s)};function setTitle(e){if(e)$('head > title').text(e+' - '+$('head > title').data('default'));else $('head > title').text($('head > title').data('default'))};function openNewAction(e,i,t,a){setTitle(e);$('ul#history li.active').removeClass('active');if($('ul#history li.'+i+'.id'+t).length>0){$('ul#history li.'+i+'.id'+t).addClass('active')} +else{$(e).children('div.sheet').hide();a.show();return}};var d=createUrl(i,t,s,n);$(a).empty().fadeTo(1,0.7).addClass('loader').html('').load(d,function(e,i,t){$(a).fadeTo(350,1);if(i=='error'){$(a).html('');$(a).removeClass('loader');notify('error',e);return};$(a).removeClass('loader');registerViewEvents(a)})};function registerViewEvents(e){$(e).trigger('orViewLoaded');$(e).find('input[data-hint]').orHint();$(e).closest('div.panel').find('div.header div.dropdown div.entry.perview').remove();$(e).find('div.headermenu > a').each(function(e,i){});$(e).find('div.header > a.back').each(function(i,t){$(t).removeClass('button').wrap('<div class="entry perview" />').parent().appendTo($(e).closest('div.panel').find('div.header div.dropdown').first())});$(e).closest('div.panel').find('.clickable').orLinkify();$(e).find('div.selector.tree').each(function(){var e=this;$(this).orTree({type:'project',selectable:$(e).attr('data-types').split(','),id:$(e).attr('data-init-folderid'),onSelect:function(i,t,a){var s=$(e).parent();$(s).find('input[type=text]').attr('value',i);$(s).find('input[type=hidden]').attr('value',a)}})});$('div.content li.object').draggable({cursor:'move',revert:'invalid'});$('div.content li.object > div.entry[data-type=\'folder\']').droppable({accept:'li.object',hoverClass:'drophover',activeClass:'dropactive',drop:function(e,i){var t=i.draggable,a=$(this).parent();startDialog($(this).text(),$(t).attr('data-type'),'copy',$(a).attr('data-id'),{'action':$(t).attr('data-type'),'subaction':'copy','id':$(t).attr('data-id'),'targetFolderId':$(a).attr('data-id')});$(t).detach().css({top:0,left:0}).appendTo(a).click()}});$(e).find('input').change(function(){$(this).closest('div.panel').find('ul.views li.action.active').addClass('dirty')})};function registerHeaderEvents(){$('div#header').trigger('orHeaderLoaded');$('div#header .clickable').orLinkify();$('div.search input').blur(function(){$('div.search input div.dropdown').fadeOut()});$('div.search input').orHint();$('div.search input').orSearch({dropdown:'div.search div.dropdown'})};function fullscreen(e){$(e).closest('div.panel').fadeOut('fast',function(){$(this).toggleClass('fullscreen').fadeIn('fast')})};function loadTree(){if($('div#panel-tree li.action').data('action')=='tree'){$('div#panel-tree div.content > div.sheet.action-tree.method-tree').html('&nbsp;');$('div#panel-tree div.content > div.sheet.action-tree.method-tree').orTree({type:'root',id:0,onSelect:function(e,i,t){openNewAction(e,i,t,'')}});$('div#panel-tree div.content > div.sheet.action-tree.method-tree > ul.tree > div.tree').delay(500).click();$('div#panel-tree div.content > div.sheet.action-tree.method-tree > ul.tree > div.tree').delay(500).click()}};function submitUrl(e,i){postUrl(i,e);refreshAllRefreshables()};function postUrl(e,i){e+='&output=json';$.ajax({'type':'POST',url:e,data:{},success:function(e,t,a){$('div.panel div.status div.loader').html('&nbsp;');doResponse(e,t,i)}})};function startView(e,i){var t=$('#panel-content').find('li.active').data('action'),a=$('#panel-content').find('li.active').data('id');loadView($(e).closest('div.panel').find('div.content'),t,i,a)};function startDialog(e,i,t,a,s){if(i==null)i=$('#panel-content').find('li.active').data('action');if(a==null)a=$('#panel-content').find('li.active').data('id');$('div#filler').fadeTo(500,0.5);$('div#dialog').html('<div class="header"><ul class="views"><li class="action active"><img class="icon" title="" src="./themes/default/images/icon/'+t+'.png" /><div class="tabname" style="width:100px;">'+e+'</div></li></ul></div><div class="content" />');$('div#dialog').data('id',a);$('div#dialog').show();loadView($('div#dialog div.content'),i,t,a,s)};function modalView(e,i){var t=$(e).closest('div.panel').find('li.active').attr('data-action'),a=$(e).closest('div.panel').find('li.active').attr('data-method'),s=$(e).closest('div.panel').find('li.active').attr('data-id');$(e).closest('div.content').modal({'overlayClose':'true','xxxonClose':function(){alert('close)')}});loadView($(e).closest('div.content'),t,a,s)};function setTitle(e){if(e)$('head > title').text(e+' - '+$('head > title').data('default'));else $('head > title').text($('head > title').data('default'))};function openNewAction(e,i,t,a){setTitle(e);$('ul#history li.active').removeClass('active');if($('ul#history li.'+i+'.id'+t).length>0){$('ul#history li.'+i+'.id'+t).addClass('active')} else{$('ul#history').append('<li class="action active '+i+' id'+t+'"><img src="'+OR_THEMES_EXT_DIR+'default/images/icon_'+i+'.png" title="" />'+e+'</li>');$('ul#history li.active').click(function(){$('ul#history li.active').removeClass('active');$(this).addClass('active');setNewAction(i,t,a)})};$('div#panel-content > div.header > ul.views li.active').removeClass('active');if($('div#panel-content > div.header > ul.views > li.'+i+'.id'+t).length>0){$('div#panel-content > div.header > ul.views > li.'+i+'.id'+t).addClass('active')} else{$('div#panel-content > div.header > ul.views > li.active').removeClass('active');var s=7;if($('div#panel-content > div.header > ul.views > li.action').size()>=s)$('div#panel-content > div.header > ul.views > li.action').first().remove();$('div#panel-content > div.header > ul.views').append('<li class="action active '+i+' id'+t+'" title="'+e+'" data-action="'+i+'" data-id="'+t+'" data-method="'+DEFAULT_CONTENT_ACTION+'"><img class="icon" src="'+OR_THEMES_EXT_DIR+'default/images/icon_'+i+'.png" title="" /><div class="tabname">'+e+'</div><img class="close icon" src="'+OR_THEMES_EXT_DIR+'default/images/icon/close.gif" title="" /></li>');resizeTabs($('div#contentbar'),!0);$('div#panel-content > div.header > ul.views').scrollLeft(9999);$('div#panel-content > div.header > ul.views img.close').click(function(){setTitle('');var i=$(this).closest('li.action').data('action'),t=$(this).closest('li.action').data('id');$('div#workbench div.content > div.sheet.action-'+i+'.id-'+t).remove();if($(this).closest('li.action').hasClass('active')){$('div#workbench div.refreshable div.content').html('');var e=$(this).closest('ul.views');$(this).parent().remove();$(e).find('li.action').last().click()} else{$(this).parent().remove()};resizeTabs($('div#panel-content'),!0)});$('div#panel-content > div.header > ul.views > li.active').click(function(){$('div#panel-content > div.header > ul.views li.active').removeClass('active');$(this).addClass('active');setTitle($(this).children('div.tabname').text());setNewAction(i,t,a)});resizeTabs($('div#panel-content '))};setNewAction(i,t,a)};function filterMenus(e){$('div.clickable.filtered').addClass('inactive');$('div.clickable.filtered.on-action-'+e).removeClass('inactive')};function setNewAction(e,i,t){filterMenus(e);$('div#workbench ul.views > li.action.dependent').attr('data-action',e).attr('data-id',i).attr('data-extra',JSON.stringify(t));refreshAllRefreshables()};function setNewId(e){$('div#workbench div.refreshable').attr('data-id',e);refreshAllRefreshables()};function submitLink(e,i){var t=jQuery.parseJSON(i),a='./dispatcher.php';t.output='json';$.ajax({'type':'POST',url:a,data:t,success:function(i,t,a){$('div.panel div.status div.loader').html('&nbsp;');doResponse(i,t,e)}})};function notifyBrowser(e){if(!('Notification' in window)){return} diff --git a/themes/default/templates/title/show.tpl.src.xml b/themes/default/templates/title/show.tpl.src.xml @@ -4,7 +4,7 @@ <!-- Info-Meldung anzeigen (sofern vorhanden --> <if present="dbname"> <part class="toolbar-icon"> - <image icon="database" align="left"></image> + <image action="database"></image> <text raw="_" /> <part class="arrow-down" /> <part class="dropdown"> @@ -20,14 +20,14 @@ <!-- Menü: Datei --> <if true="method:userIsLoggedIn"> <part class="toolbar-icon menu"> - <image icon="file" align="left"></image> + <image action="file"></image> <text key="file"></text> <part class="arrow-down" /> <part class="dropdown"> <part class="entry clickable filtered on-action-folder on-action-page on-action-file"> <link type="dialog" title="message:menu_new_desc" subaction="new"> - <image icon="new" align="left"></image> + <image method="add" align="left"></image> <text key="menu_new"></text> </link> </part> @@ -36,13 +36,13 @@ <part class="entry clickable"> <link type="post" title="message:menu_save_desc" subaction="save"> - <image icon="save" align="left"></image> + <image method="save" align="left"></image> <text key="menu_save"></text> </link> </part> <part class="entry clickable"> <link type="post" title="message:menu_saveall_desc" subaction="saveall"> - <image icon="saveall" align="left"></image> + <image method="save" align="left"></image> <text key="menu_saveall"></text> </link> </part> @@ -50,7 +50,7 @@ class="entry clickable filtered on-action-page on-action-file on-action-template on-action-pageelement"> <link type="dialog" title="message:menu_preview_desc" subaction="preview"> - <image icon="page" align="left"></image> + <image method="preview" align="left"></image> <text key="menu_preview"></text> </link> </part> @@ -60,7 +60,7 @@ <part class="entry clickable"> <link type="post" class="entry" title="message:USER_LOGOUT_DESC" action="login" subaction="logout"> - <image icon="close" align="left"></image> + <image method="logout" align="left"></image> <text key="USER_LOGOUT"></text> </link> </part> @@ -72,28 +72,28 @@ <if true="method:userIsLoggedIn"> <part class="toolbar-icon menu"> - <image icon="edit" align="left"></image> + <image method="edit" align="left"></image> <text key="edit"></text> <part class="arrow-down" /> <part class="dropdown"> <part class="entry clickable filtered on-action-link on-action-folder on-action-page on-action-template on-action-element on-action-file"> <link type="dialog" title="message:menu_prop_desc" subaction="prop"> - <image icon="prop" align="left"></image> + <image method="prop" align="left"></image> <text key="menu_prop"></text> </link> </part> <part class="entry clickable filtered on-action-page on-action-file on-action-folder on-action-pageelement on-action-template"> <link type="dialog" title="message:menu_pub_desc" subaction="pub"> - <image icon="pub" align="left"></image> + <image method="publish" align="left"></image> <text key="menu_pub"></text> </link> </part> <part class="entry clickable filtered on-action-pageelement"> <link type="dialog" class="entry" subaction="archive" title="message:menu_archive_desc"> - <image icon="archive" align="left"></image> + <image method="archive" align="left"></image> <text key="menu_archive"></text> </link> </part> @@ -101,7 +101,7 @@ class="entry clickable filtered on-action-folder on-action-link on-action-user on-action-page on-action-file"> <link type="dialog" title="message:menu_rights_desc" subaction="rights"> - <image icon="rights" align="left"></image> + <image method="rights" align="left"></image> <text key="menu_rights"></text> </link> </part> @@ -111,7 +111,7 @@ <part class="entry clickable filtered on-action-page"> <link type="dialog" title="message:menu_changetemplate_desc" subaction="changetemplate"> - <image icon="changetemplate" align="left"></image> + <image method="changetemplate" align="left"></image> <text key="menu_changetemplate"></text> </link> </part> @@ -127,7 +127,7 @@ <if true="method:userIsLoggedIn"> <part class="toolbar-icon projects"> - <image icon="project" align="left"></image> + <image action="project" align="left"></image> <text class="titletext" key="GLOBAL_PROJECT"></text> <part class="dropdown"> @@ -135,7 +135,7 @@ <part class="entry clickable"> <link type="post" class="entry" action="start" subaction="administration" target="tree" id="-1"> - <image icon="administration" align="left"></image> + <image method="settings" align="left"></image> <text key="administration"></text> </link> </part> @@ -145,7 +145,7 @@ <if value="size:languages" greaterthan="0"> <list list="languages" key="id" value="name"> <part class="entry clickable"> - <image icon="language"></image> + <image action="language"></image> <link type="post" action="tree" subaction="language" id="var:id" title="message:select_language"> <text var="name"></text> @@ -158,7 +158,7 @@ <if value="size:models" greaterthan="0"> <list list="models" key="id" value="name"> <part class="entry clickable"> - <image icon="model"></image> + <image action="model"></image> <link type="post" action="tree" subaction="model" id="var:id" title="message:select_model"> <text var="name"></text> @@ -171,7 +171,7 @@ <list list="projects" key="id" value="name"> <part class="entry clickable"> - <image icon="project"></image> + <image action="project"></image> <link type="post" action="start" subaction="projectmenu" id="var:id" title="message:select_project"> <text var="name" maxlength="45"></text> @@ -190,14 +190,14 @@ <part class="toolbar-icon clickable filtered on-action-folder on-action-file on-action-page on-action-link on-action-template on-action-element"> <link type="dialog" subaction="prop" title="message:menu_prop_desc"> - <image icon="prop" align="left"></image> + <image method="prop" align="left"></image> <text key="menu_prop"></text> </link> </part> <part class="toolbar-icon clickable filtered on-action-folder on-action-page on-action-file on-action-pageelement on-action-template"> <link type="dialog" subaction="pub" title="message:menu_pub_desc"> - <image icon="pub" align="left"></image> + <image method="publish" align="left"></image> <text key="menu_pub"></text> </link> </part> @@ -207,7 +207,7 @@ <!-- Info-Meldung anzeigen (sofern vorhanden --> <if not="" empty="config:login/motd"> <part class="toolbar-icon"> - <image icon="info" align="left"></image> + <image method="motd" align="left"></image> <text raw="_" /> <part class="arrow-down" /> <part class="dropdown"> @@ -229,21 +229,22 @@ </part> </part> <part class="toolbar-icon user"> - <image icon="user" align="left"></image> + <image action="user" align="left"></image> <text class="titletext" var="userfullname" maxlength="25"></text> - <part class="arrow-down" /> + <image method="arrow_down" align="left"></image> + <!-- <part class="arrow-down" />--> <part class="dropdown"> <part class="entry clickable"> <link type="post" title="message:USER_PROFILE_DESC" action="start" subaction="profile"> - <image icon="user" align="left"></image> + <image action="user" align="left"></image> <text key="profile"></text> </link> </part> <part class="entry clickable"> <link type="post" title="message:start" action="start" subaction="start"> - <image icon="start" align="left"></image> + <image action="dashboard" align="left"></image> <text key="start"></text> </link> </part> @@ -253,7 +254,7 @@ <part class="entry clickable"> <link type="post" class="entry" title="message:USER_LOGOUT_DESC" action="login" subaction="logout"> - <image icon="close" align="left"></image> + <image method="close" align="left"></image> <text key="USER_LOGOUT"></text> </link> </part> diff --git a/util/TemplateEngine.class.php b/util/TemplateEngine.class.php @@ -106,9 +106,6 @@ class TemplateEngine // Setzt: $tag, $attributes, $value, $type extract($line); - if ($type == 'complete' || $type == 'open') - $attributes = $this->checkAttributes($tag, $attributes); - if ($type == 'open' || $type == 'complete') { $depth ++; @@ -134,6 +131,9 @@ class TemplateEngine } else { + if ($type == 'complete' || $type == 'open') + $attributes = $this->checkAttributes($tag, $attributes); + $this->copyFileContents($tag, true, $tag . '/' . $tag . '-begin', $outFile, $attributes, $depth); } }