/* ===== CLASSES ===== */

a.feed {
  background: #f90 none;
  border: 1px solid #000;
  color: #000;
  font-size: 0.9em;
  padding: 1px 2px;
  text-decoration: none;
}

div.float {
  clear: none;
  float: left;
  padding-right: 1em;
  width: 40%;
}

div.input {
  margin: 0;
  padding: 5px 0.5em;
}

div.padded { padding: 1em; }

form.content-search {
  margin: 0 0 2em 0;
}

img.bottom { margin-bottom: 0; }

img.left {
  float: left;
  margin: 10px 10px 10px 0;
}

img.right {
  float: right;
  margin: 10px 0 10px 10px;
}

img.top { margin-top: 0; }

table tr.even,
table tr.even th,
table tr.even td {
  background: #fff none;
  color: #000;
}

table tr.odd,
table tr.odd th,
table tr.odd td {
  background: #eee none;
  color: #000;
}

ul.horizontal,
ul.horizontal li,
ul.no-bullet,
ul.no-bullet li { list-style: none none outside; }

ul.horizontal li {
  border-right: 1px solid #000;
  display: inline;
  padding: 0 4px 0 6px;
} html>body ul.horizontal li {
  padding: 0 6px 0 4px;
}

ul.no-bullet,
ul.no-bullet li {
  margin: 0;
  padding: 0;
}

ul.horizontal li.last { border: none !important; }

.by-float { /* IE Display Adjustment */
  position: relative; z-index: 1;
} html>body .by-float {
  position: static;
}

.clear,
.zero-height-clear {
  clear: both;
  height: 1px;
  line-height: 1px;
} .clear.ie-collapsed,
  .zero-height-clear.ie-collapsed,
  html>/**/body .clear.fx-collapsed,
  html>/**/body .zero-height-clear.fx-collapsed {
  display: none;
} html>/**/body .clear.ie-collapsed,
  html>/**/body .zero-height-clear.ie-collapsed {
  display: inline;
}