3     font: 10pt Helvetica, Verdana, sans-serif;
 
  10     background-color: #CDCDCD;
 
  11         border-bottom: 1px solid black;
 
  14         vertical-align: center;
 
  17 #header #breadcrumbs {
 
  20 #header-right-toolbar {
 
  26         vertical-align: center;
 
  41     text-decoration: none;
 
  45     text-decoration: underline;
 
  55     background-color: #BCD6E9;
 
  59     border-bottom: 1px solid #858585;
 
  60     background-color: #B7B7B7;
 
  65     border-right: 1px solid #858585;
 
  71     background-color: #909090;
 
  99         bottom: 0px; left: 0px; right: 0px; top: 1em;
 
 104         position: absolute; /* absolute to relation with #panels */
 
 111         width: 8px; /* initial width */
 
 117         left: 8px; /* initial width of the left panel */
 
 124         top: 22px; left: 0px; bottom:0px; right: 0px;
 
 129         top: 0px; bottom: 0px; left: 0px; right: 0px;
 
 138 .panel-content-overlay {
 
 141 .panel-wrap.last-panel .panel-content {
 
 145 /* Toolbars with select box to change panel contents*/
 
 148     top: 0px; left:0px; right: 0px; height: 20px;
 
 151     border-top: 1px solid #AAA;
 
 152     border-bottom: 1px solid #AAA;
 
 155     background-color: #DDD;
 
 160 .panel-toolbar label {
 
 163     margin: 0 10px 0 2px;
 
 166 /* Slider between panels */
 
 167 .panel-wrap .panel-slider {
 
 169         background-color: #DDD;
 
 171     top: 0px; bottom: 0px; right: 0px; width: 6px;
 
 173     border-left: 1px solid #999;
 
 174     border-right: 1px solid #999;
 
 181 .panel-wrap .panel-slider:hover {
 
 182     background-color: #999;
 
 186 .panel-content-overlay.panel-wrap .panel-slider {
 
 187         background-color: #DDD;
 
 190 /* ================= */
 
 191 /* = Gallery panel = */
 
 192 /* ================= */
 
 193 .images-wrap, .panel-htmleditor {
 
 199 /* ==================== */
 
 200 /* = XML Editor panel = */
 
 201 /* ==================== */
 
 208 .toolbar, .toolbar ol {
 
 209 /*    overflow: hidden;*/
 
 213     background-color: #CCC;
 
 214     border-top: 1px solid #AAA;
 
 221     margin: 4px 0 -1px 4px;
 
 222     padding: 2px 10px 0 10px;
 
 223     background-color: #CCC;
 
 224     border: 1px solid #AAA;
 
 225     border-radius-topleft: 8px;
 
 226     border-radius-topright: 8px;
 
 227     -moz-border-radius-topleft: 8px;
 
 228     -moz-border-radius-topright: 8px;
 
 229     -webkit-border-top-left-radius: 8px;
 
 230     -webkit-border-top-right-radius: 8px;
 
 236 /*    overflow: hidden;*/
 
 239 .toolbar-tabs li:hover, .toolbar-tabs li.active {
 
 241     background-color: #EEE;
 
 242     border-bottom: 1px solid #EEE;
 
 246     background-color: #EEE;
 
 247     border-bottom: 1px solid #AAA;
 
 250 .toolbar-buttons li {
 
 256     -moz-border-radius: 10px;
 
 257     -webkit-border-radius: 8px;
 
 261 .toolbar-buttons li:hover {
 
 262     background-color: #777;
 
 267 /* =========================== */
 
 268 /* = DublinCore Editor panel = */
 
 269 /* =========================== */
 
 274 .panel-dceditor label {
 
 281 .panel-dceditor input, .panel-dceditor textarea {
 
 287         border: 1px solid black;
 
 298 .change-notification {