table#grade.entry
{
	font-family: Trebuchet MS;
	border: 1px solid black;
	text-align: center;
	margin-bottom: 10px;
	width: 652px;
}
table#grade.entry thead
{
	font-size: 11px;
}
table#grade.entry thead td {
	color: #5A0000;
}
table#grade.entry thead.values
{
	background: #CCA800;
	font-size: 14px;
}
table#grade.entry thead.head td {
	padding: 2px;
	color: #5A0000;
}
table#grade.entry .review {
	padding: 5px;
	font-size: 13px;
	color:dimgray;
	text-align: left;
}
table#grade.chart
{
	font-family: Trebuchet MS;
	color: #5A0000;
	margin-bottom: 20px;
}
table#grade.chart tr td{
	font-size: 12px;
	padding-bottom: 5px;
	padding-right: 10px;
}
table#grade.chart thead td{
	font-size: 17px;
	font-weight: bold;
	padding: 5px;
}

table#grade.results, table#article.results, table#video.results
{
	border:1px solid black;
	font-family: Trebuchet MS;
	text-align: center;
	width: 652px;
}
table#grade.results thead, table#article.results thead, table#video.results thead
{
	background: #CCA800;
	font-size: 14px;
}
table#grade.results thead td, table#article.results thead td, table#video.results thead td
{
	padding-top: 5px;
	padding-bottom: 5px;
	color: #5A0000;
	text-decoration: none;
	font-weight: bold;
}
table#grade.results thead td a, table#article.results thead td a, table#video.results thead td a
{
	padding: 5px;
	color: #5A0000;
	text-decoration: none;
}
table#grade.results tr, table#article.results tr, table#video.results tr
{
	border-bottom: 3px solid #000000;
}
table#grade.results tr td, table#article.results tr td, table#video.results tr td
{
	padding: 5px;
	font-size: 13px;
}
table#grade.results tr td a, table#article.results tr td a, table#video.results tr td a
{
	color: #588526;
	font-weight: bold;
}
table#grade.results tr td a:hover, table#article.results tr td a:hover, table#video.results tr td a:hover
{
	text-decoration: none;
}



ul#videos {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#videos li{
	text-align: center;
	width:217px;
	float: left;
	height: 130px;
}



ul#pagenav
{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 20px;
	margin-top: 10px;
}

ul#pagenav li
{
	float: left;
	width: 20px;
}

ul#pagenav li.nextprev
{
	width: 55px;
	font-weight: normal;
}
ul#pagenav li.nextprev a
{
	font-weight: normal;
}

.clear {
	clear: both;
}



ul#comics {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#comics li{
	text-align: center;
	width:217px;
	float: left;
	height: 170px;
}