+.toolbar-tabs li:hover, .toolbar-tabs li.active {
+ cursor: default;
+ background-color: #EEE;
+ border-bottom: 1px solid #EEE;
+}
+
+.toolbar-buttons {
+ background-color: #EEE;
+ border-bottom: 1px solid #AAA;
+}
+
+.toolbar-buttons li {
+ display: block;
+ font-size: 12px;
+ padding: 1px 8px;
+ margin: 4px;
+ border-radius: 10px;
+ -moz-border-radius: 10px;
+ -webkit-border-radius: 8px;
+ float: left;
+}
+
+.toolbar-buttons li:hover {
+ background-color: #777;
+ color: #FFF;
+ cursor: default;
+}
+
+/* =========================== */
+/* = DublinCore Editor panel = */
+/* =========================== */
+.panel-dceditor {
+ padding: 10px;
+}
+
+.panel-dceditor label {
+ font-size: 12px;
+ margin-top: 10px;
+ color: #666;
+ font-weight: bold;
+}
+
+.panel-dceditor input, .panel-dceditor textarea {
+ width: 400px;
+}
+
+div.isection {
+ margin: 1em auto;
+ border: 1px solid black;
+ padding: 0.5em 2em;
+ background: #9f9ffa;
+
+ width: 60%;
+}
+
+div.isection p {
+ margin: 0.5em 1em;
+}
+
+.change-notification {
+ color: red;
+}