/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */
.gamelist a:hover, a:focus, a:active {
  background-color: #DAE5E3;
}
.gamelist ul {
  list-style-type: none;
  overflow: auto;
  padding: 0;
  margin: 0;
}
.gamelist ul img {
  margin: 5px;
  vertical-align:middle;
}
.gamelist ul li:nth-child(odd) {
  border: 1px solid #ddd;
  margin: 5px;
  text-transform:uppercase;
  text-align: left;
  font-size: 1.5em;
  font: 'Lucida Grande',Arial,Helvetica,sans-serif;
  font-weight: bold;
}
.gamelist ul li:nth-child(even) {
  border: 1px solid #ddd;
  margin: 5px;
  text-transform:uppercase;  
  text-align: right;
  font-size: 1.5em;
  font: 'Lucida Grande',Arial,Helvetica,sans-serif;
  font-weight: bold;
}

.gamelist ul li a {
  text-decoration: none;
}

.gamelist ul li a:hover {
  text-decoration: bold;
  text-transform: uppercase;
}
.gamelist ul li a {
  display: block;
  text-decoration: none;
}
.gamelist ul li a {
  display: block;
  text-decoration: none;
}
.gamelist table {
    border: 0px solid #CCCCCC;
    border-collapse: collapse;
    border-spacing: 0;
}
.gamelist td, tbody td {
    background: none repeat scroll 0 0;
}
.gamelist th, td {
    border: 0px solid #CCCCCC;
    padding: 5px;
}
