@import url(gamesville.css); /* Include GV Primary */

.filters li,
#winnings th {
  background-color: #666;
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#666));
  background: -moz-linear-gradient(top,  #ccc,  #666);
  font-weight: bold;
  font-size: 123.1%;
  text-shadow: 0 3px 2px #000;
  }

.filters .active,
#winnings .active {
  background-color: #060;
  background: -webkit-gradient(linear, left top, left bottom, from(#0c0), to(#030));
  background: -moz-linear-gradient(top,  #0c0,  #030);
  }

#winnings th img {
  left: 3px;
  position: relative;
  top: 4px;
  }

.filters { margin: 0; padding: 0; }

.filters li {
  border-left: 4px solid #fff;
  float: left;
  margin: 0;
  padding: 10px;
  list-style-type: none;
  }

.filters a,
#winnings th a { color: #fff; }

#winnings {
  border-collapse: collapse;
  margin-top: 10px;
  }

#winnings thead th { border-left: 4px solid #fff; }

#winnings tbody .even td { background-color: #d1e2f2; }
#winnings tbody tr:hover td { background-color: #fdff03; }


#winnings td img { vertical-align: middle; }

#winnings { margin-bottom: 10px; }

#winnings th.sorting_asc,
#winnings th.sorting_desc { background-color: #408840; }

#winnings_length { float: left; }
#winnings_info {
  float: left;
  padding-right: 3px;
  margin-bottom: 25px;
  }

#winnings_paginate {
  text-align: right;
  }

.paginate_button,
.paginate_active {
  cursor: pointer;
  background-color: #eaeaea;
  border: 2px solid #a8a0ff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 10px 2px;
  padding: 3px 7px;
  }

.paginate_active {
  background-color: #ccccfe;
  cursor: default;
  font-weight: bold;
  }

.paginate_button:hover { background-color: #d9d9d9; }

#winnings_filter {
  padding-right: 3px;
  text-align: right;
  }

.info {
  background-color: #ccccfe;
  border: 2px solid #a8a0ff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 10px 0;
  padding: 10px 0;
  text-align: center;
  }
