<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("jquery-ui-1.8.14.custom.css");
@import url("../lib/farbtastic/farbtastic.css");

body {
  color: #2a2a2a;
  font-family: "Lucida Grande","Trebuchet MS",Verdana,Helvetica,sans-serif;
  font-size: 90%;
  background: #2a2a2a url("images/body.png") 0 0 repeat-y;
}

h1 &gt; span { font-size: 0.8em; }

.arrowlistmenu .headerbar {
  background: #606060 url("images/down.gif") 30px 50% no-repeat;
  border-top: 1px solid #3f3f3f;
  color: white;
  font-family: arial;
  font-size: 14px;
  padding: 4px 0 4px 23px;
  margin: 0;
}
.arrowlistmenu .headerbar &gt; a {
  text-decoration: none;
  color: white;
}
.arrowlistmenu .headerbar &gt; a:hover {
  text-decoration: none;
  color: #0f0;
}
#container {
  padding: 0 0 20px 25px;
  width: 950px;
	background: url(message.gif) 90% 100px no-repeat;
}
#main-content {
  float: left;
  padding: 0 0 20px;
  width: 464px;
}
#sub-content {
  float: left;
  padding: 0 0 0 15px;
  width: 464px;
  font-size: 0.9em;
}
#sub-content &gt; input[value="Reset"] {
  float: right;
  margin-top: 1.6em;
}
#button-container, #cssoutput {
  border: 1px silver dashed;
}
#button-container {
  text-align: center; padding: 60px 0;
}
#cssoutput {
  clear: both;
}

#rightad img{
margin-top:10px;
}

/**
 * Content Types - Formatting for controls
 */
.arrowlistmenu label {
  width: 160px;
  font-size: 0.9em; line-height: 2em;
  text-align: right; float: left;
  margin-right: 5px;
}
.ui-accordion-icons .ui-accordion-header a {
  padding-top: 0; padding-bottom: 0;
}
.ui-accordion .ui-accordion-content {
  background-color: #e9e9e9;
  padding: 7px;
  overflow: visible;
}
.ui-accordion-content &gt; div, .ui-accordion-content &gt; div.group &gt; div {
  clear: both; margin: 2px 0; position: relative;
}
.ui-accordion-content .numeric input[type="text"] { width: 2em; }
.ui-accordion-content .numeric .ui-slider {
  position: absolute; top: 6px; right: 60px; width: 150px;
}
.ui-accordion-content .color input[type="text"] { width: 6em; }

/** Fix to allow stupid stupid IE to show z-indexed colour picker */
.ui-accordion-content div, input, select { z-index: auto; }

.ui-accordion-content .color {
}
.ui-accordion-content .color &gt; div {
  height: 200px; width: 200px;
  position: absolute;
  top: 1.6em; left: 165px;
  border: 1px solid #aaa; background: white;
  display: none; z-index: 200;
}
.group {
  width: 100%; border: 1px dashed #999;
}
.disabled { color: #999; }
.toggle { position: relative; }
.toggle input[type="checkbox"] {
  position: absolute; top: 5px; left: 5px;
}

.more-toggle {
  position: absolute; right: 7px; top: 5px; cursor: pointer;
}
</pre></body></html>