body {
	background-color: Black;
	color: #FF6600;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0 0;
}

.info {
	text-align: center;
	color: White;
}

.vidinfo {
	color: White;
}

a.title {
	color: #FF6600;
	text-decoration: none;
}

a.title:hover {
	color: White;
}

div.title {
	margin-top: 8px;
	font-size: smaller;
}

a.edit {
	color: #FF6600;
}

a.edit:hover {
	color: white;
}

div.gray {
	background-color: #DCDCDC;
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 8px;
	padding-right: 8px;
}

/* Pager */
.item-list .pager {
  clear: both;
  text-align: center;
}
.item-list .pager li {
  background-image:none;
  display:inline;
  list-style-type:none;
  padding: 0.5em;
}
.pager-current {
  font-weight:bold;
  color: White;
  font-size: larger;
}
.item-list .pager li a {
	color: #FF6600;
}
.item-list .pager li a:hover {
	text-decoration: none;
	color: White;
}

td p, td li, td a, .white, p a {
	color: white;
}

h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}
