/* Stylesheet for Overview */

div.page-columns {
	float: left;
	color: #333;
	background: #fff;
}

div#column-left {
	width: 30%;
}

div#column-center {
	width: 34%;
	padding: 0 1% 0 1%;
}

div#column-right {
	width: 33%;
}

div.stretcher {
	clear: both;
}

h2.news {
	margin-top: 0px;
	padding-top: 0px;
}

.newsDate {
	font-size: 8pt;
}

a.caption {
	text-decoration: none;
	color: #009;
	background-color: #fff;
}

a.caption:hover {
	text-decoration: underline;
	color: #00f;
	background-color: #fff;
}

/* Best Games table */
table#best_games {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  border: none;
	width: 290px;
}

table#best_games td#best_games-options-head,
table#best_games td#best_games-id-head,
table#best_games td#best_games-uploaded_at-head,
table#best_games td#best_games-rating-head {
  border: 1px solid #393;
  color: #efe;
  background-color: #141;
}

table#best_games td.options {
  border: 1px solid #393;
  color: #141;
  background-color: #fff;
}

table#best_games td.id,
table#best_games td.uploaded_at,
table#best_games td.rating,
table#best_games td.zero-count {
  border: 1px solid #393;
  color: #141;
  background-color: #cfc;
}
/* End Best Games table */

/* Most Viewed table */
table#most_popular {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  border: none;
	width: 290px;
}

table#most_popular td#most_popular-options-head,
table#most_popular td#most_popular-id-head,
table#most_popular td#most_popular-uploaded_at-head,
table#most_popular td#most_popular-views-head {
  border: 1px solid #339;
  color: #eef;
  background-color: #114;
}

table#most_popular td.options {
  border: 1px solid #339;
  color: #114;
  background-color: #fff;
}

table#most_popular td.id,
table#most_popular td.uploaded_at,
table#most_popular td.views,
table#most_popular td.zero-count {
  border: 1px solid #339;
  color: #114;
  background-color: #ccf;
}
/* End Most Viewed table */

/* Most Recent table */
table#most_recent {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  border: none;
	width: 330px;
}

table#most_recent td#most_recent-options-head,
table#most_recent td#most_recent-id-head,
table#most_recent td#most_recent-uploaded_at-head,
table#most_recent td#most_recent-uploaded_by-head {
  border: 1px solid #993;
  color: #ffe;
  background-color: #441;
}

table#most_recent td.options {
  border: 1px solid #993;
  color: #441;
  background-color: #fff;
}

table#most_recent td.id,
table#most_recent td.uploaded_at,
table#most_recent td.uploaded_by,
table#most_recent td.zero-count {
  border: 1px solid #993;
  color: #441;
  background-color: #ffc;
}
/* End Most Recent table */

/* Fake-Html table */
table.fake-html {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11pt;
	border: none;
}

table.fake-html td {
	padding: 3px 10px 3px 10px;
	border: 1px solid #399;
	color: #144;
	background-color: #eff;
}

table.fake-html td.rowhead {
	color: #eff;
	background-color: #144;
}
