
/* BEGIN OMEGA VISUALS OVERRIDE STYLES FOR PAGERS */
ul.pager{}
ul.pager li.pager-item,
ul.pager li.pager-first,
ul.pager li.pager-last,
ul.pager li.pager-current,
ul.pager li.pager-previous,
ul.pager li.pager-next{
  padding:0;
  margin:0 1ex;
}
ul.pager li.pager-item a,
ul.pager li.pager-first a,
ul.pager li.pager-last a,
ul.pager li.pager-current a,
ul.pager li.pager-previous a,
ul.pager li.pager-next a{
  font-size:12px;
  background: #ebebeb;
  padding: .5em 1em;
  border-radius: 5px;
  border: 1px solid #ccc;
  text-decoration: none;
}
/* END OMEGA VISUALS OVERRIDE STYLES FOR PAGERS */

/* BEGIN OMEGA VISUALS DEFAULT STYLES */
table {
  border: 1px solid #ccc;
  width: 100%;
}

thead th, th {
  background: #f7f7f7;
  border-bottom: 1px solid #ccc;
  color: #333;
}

td, th {
  padding: 4px 8px;
  vertical-align: middle;
}

th a, th a:link, th a:visited {
  text-decoration: none;
}

th a {
  display: block;
}

th a img {
  margin: 0 0 0 5px;
}

th.active {
  background: #ddd;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

/* Odd & Even Styles */
tr.even td {
  background: #f1f5fa;
}

tr.odd td {
  background: #fff;
}

td.active {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

tr.even td.active {
  background: #e5e9ed;
}

tr.odd td.active {
  background: #f2f2f2;
}

tr:hover td,
tr.even:hover td.active,
tr.odd:hover td.active {
  background: #fffeee;
}

td ul.links {
  margin-bottom: 0;
}

.node-links ul li a,
.comment-links ul li a {
  text-transform: lowercase;
  display: block;
  float: left;
  text-decoration: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  margin: 0 0.5em 0.5em 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background: #ddd url(../images/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 4px 10px 3px;
  text-shadow: #fff 0 1px 1px;
  width: auto;

  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 0px;
}

.node-links ul li a:hover,
.comment-links ul li a:hover {
  background: #fff;
}

.tips,
.description {
  font-size: 10px;
  color: #6a6a6a;
}