3     font: 10pt Helvetica, Verdana, sans-serif;
 
  11     background-color: #CDCDCD;
 
  12     border-bottom: 0.1px solid black;
 
  15     vertical-align: middle;
 
  17     top: 0px; left: 0px; right: 0px; 
 
  21 #header #breadcrumbs {
 
  24 #header-right-toolbar {
 
  30     vertical-align: middle;
 
  35     top: 2.4em; left: 0px; right: 0px; bottom: 0px;
 
  37     background-color: white;
 
  53     text-decoration: none;
 
  57     text-decoration: underline;
 
  67     background-color: #BCD6E9;
 
  71     border-bottom: 1px solid #858585;
 
  72     background-color: #B7B7B7;
 
  77     border-right: 1px solid #858585;
 
  83     background-color: #909090;
 
 111     bottom: 0px; left: 0px; right: 0px; top: 0px;
 
 116     position: absolute; /* absolute to relation with #panels */
 
 123     width: 8px; /* initial width */
 
 129     left: 8px; /* initial width of the left panel */
 
 137     top: 25px; left: 0px; bottom:0px; right: 0px;
 
 142     top: 0px; bottom: 0px; left: 0px; right: 0px;
 
 152 .panel-content-overlay {
 
 155 .panel-wrap.last-panel .panel-content {
 
 159 .panel-wrap.last-panel .panel-slider {
 
 163 /* Toolbars with select box to change panel contents*/
 
 166     top: 0px; left:0px; right: 0px; height: 24px;
 
 169     /* border-top: 1px solid #AAA; */
 
 170     border-bottom: 1px solid #AAA;
 
 173     background-color: #DDD;
 
 179 .panel-toolbar label {
 
 182     margin: 0 10px 0 2px;
 
 185 /* Slider between panels */
 
 186 .panel-wrap .panel-slider {
 
 188     background-color: #DDD;
 
 190     top: 0px; bottom: 0px; right: 0px; width: 4px;
 
 192     border-left: 1px solid #999;
 
 193     border-right: 1px solid #999;
 
 201 .panel-wrap .panel-slider:hover {
 
 202     background-color: #999;
 
 205 .panel-content-overlay.panel-wrap .panel-slider {
 
 206     background-color: #DDD;
 
 210 /* ================= */
 
 211 /* = Gallery panel = */
 
 212 /* ================= */
 
 219 /* ==================== */
 
 220 /* = XML Editor panel = */
 
 221 /* ==================== */
 
 232 .change-font-size div {
 
 240     -moz-border-radius: 2px;
 
 241     -webkit-border-radius: 2px;
 
 244 .change-font-size div:hover {
 
 245     background-color: #EEE;
 
 246     border: 1px solid #AAA;
 
 250 /* =========================== */
 
 251 /* = DublinCore Editor panel = */
 
 252 /* =========================== */
 
 257 .panel-dceditor label {
 
 265 .panel-dceditor input, .panel-dceditor textarea {
 
 272     border: 1px solid black;
 
 283 .change-notification {
 
 297 .msg-error, .msg-success, .msg-warning, .msg-info {
 
 299     padding: 0.1em 0.5em;
 
 302     -moz-border-radius: 8px;
 
 303     -webkit-border-radius: 8px;
 
 317     background-color: red;
 
 324     background-color: lightgreen;
 
 325     border-color: lightgreen;
 
 329     background-color: lightblue;
 
 330     border-color: lightblue;
 
 334     background-color: yellow;
 
 335     border-color: yellow;