
table.container
   {
   width: 530px;
   text-align: center;
   }
table.containter img
   {
   border: none;
   height: 60px;
   width: 60px;
   }
table.container td
   {
   width: 106px;
   }
table.container td a:hover
   {
   font-weight: bold;
   text-decoration: none;
   }

/* Styles for the Game Lists */
table#game_list
   {
   border-spacing: 0;
   border: 1px solid #A7A8DF;
   margin-top: 15px;
   padding: 3px;
   width: 100%;
   }
table#game_list td
   {
   padding: 1px 5px;
   }
table#game_list tr.white
   {
   background-color: #FFF;
   color: #000;
   }
table#game_list tr.grey
   {
   background-color: #E0E7EF;
   color: #000;
   }
table#game_list td.title a
   {
   width: 76%;
   font-weight: bold;
   }
table#game_list th.board, table#game_list th.review, table#game_list th.guide, table#game_list th.compete
   {
   font-size: .8em;
   font-weight: bold;
   text-align: center;
   width: 6%;
   }
table#game_list td.board, table#game_list td.review, table#game_list td.guide, table#game_list td.compete
   {
   width: 6%;
   text-align: center;
   font-size: .9em;
   }