/**
CSS derived (with modifications) from Pink Touch 2 Licensed under GNU General Public License:

http://theme.wordpress.com/themes/pink-touch-2/

This CSS licensed as far as necessary under GNU GPL2 and otherwise public domain.
*/

@import url(https://fonts.googleapis.com/css?family=Arvo:400,700);
@import url(https://fonts.googleapis.com/css?family=Inconsolata);

/* =Reset
----------------------------------------------- */

html {
  color: #000;
  height: 100%;
}
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: 0;
}
legend {
  color: #000;
}


/* =Global Setting
-------------------------------------------------------------- */


table {
  margin-bottom: 1.375em;
}


/* =Structure
-------------------------------------------------------------- */


/* =Header
-------------------------------------------------------------- */



table {
  width: 100%;
  border-collapse: collapse;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
}
/* Zebra striping */
tr:nth-of-type(odd) {
  background: #eee;
}
tr:nth-of-type(even) {
  background: #fff;
}
th {
  color: #333;
  font-weight: bold;

  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
td, th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left;
}
table tr:hover td {
}

table td > div {
  overflow: hidden;
  height: 15px;
}

table tr:target td {
  background-color: rgb(255, 255, 204);
}

table .counter, table tr:target .counter {
  font-family: Inconsolata, Courier, monospace;
  font-size: 13px;
  color: #aaa;
  color: rgba(0,0,0,0.5);
  background-color: #fff;
  background-image: none;
  border: none;
  text-align: right;
}

table .counter a {
  text-decoration: none;
}


/* Sorting styles */
th:hover {
    cursor: pointer;
    text-decoration: underline;
}

.headerSortDown, .headerSortUp {

  background-color: #E9EA9F;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#E9EA9F));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #E9EA9F);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #E9EA9F);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #E9EA9F);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #E9EA9F);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #E9EA9F);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#E9EA9F', GradientType=0);
}

