div#content_wrapper
{
  border-top: 3px solid #990000;
  background: #fff url(/images/content_bg.png) 0 0 repeat-x;
}

div#content
{
  margin: 20px;
  padding-bottom: 20px;
  padding-right: 60px;
}

div#body
{
  /* margin-top: 20px; */
}

div#body_bottom
{
  height: 5px;
  background: #b4b178;
}

div#sidebar
{
  margin-top: 10px;
  padding: 0 20px 0 0;
  background: #838f8f url(/images/sidebar_bg.png) 0 0 repeat-y;
  border-top: 1px solid #adb8b8;
}

div#sidebar *
{
     color: #3f3f3f;
}

div#sidebar img
{
     vertical-align: top;
}

div#sidebar ul
{
  margin: 20px 20px 50px 20px;
  list-style: url(/images/sidebar_bullet.png);
}

/* .ui-state-highlight, .ui-state-error */
div#error, div#notice, div#success
{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}

table.ui-datepicker-calendar tbody tr td.ui-datepicker-days-cell-over a.ui-state-highlight
{
     margin-bottom: 0;
}

img#back
{
     cursor:pointer;
}

ul.column {
     float: left;
     margin: 0 2em 2em 0;
     list-style: none;
     padding: 0;
}

ul.column li {
     margin-bottom: 1em;
     margin-left: 0;
     padding-left: 0;
}

.clear {
     clear: both;
     height: 1px;
     font-size: 0;
}
