html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #FEFF00;
	text-decoration: underline;
}
a:hover {
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background: #a0a4bf;
	font: 12px arial, sans-serif;
	color: #000;
}
.current-status {
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  font-weight: bold;
  text-decoration: underline;
  color: #000000;
}
#header {
	background: 6px 0 url(http://www.geocities.com/jenga2012000/images/header_bg.gif) repeat-x;
}
h1 {
	height: 90px;
	color: #fff;
	font-weight: normal;
	font: 32px "harrow", "Lucida Grande", arial, sans-serif;
	line-height: 95px;
	text-indent: 23px;
}
h1 span {
	color: #000;
}

h3 {
	color: #fff;
	font-weight: normal;
	font: 22px "harrow", "Lucida Grande", arial, sans-serif;
	text-indent: 23px;
}

h5 {
	color: #000;
	font-weight: normal;
	font: 12px "harrow", "Lucida Grande", arial, sans-serif;
	indent: 25px;
}

#nav {
	background: url(http://www.geocities.com/jenga2012000/images/nav_bg.gif) repeat-x;
	height: 40px;
	font-size: 17px;
}
#nav em {
	font-size: 22px;
	font-style: normal;
}
#nav ul {
	min-width: 780px;
	padding: 0;
	padding-top: 10px;
}
#nav li {
	float: left;
	background: 12px 6px url(http://www.geocities.com/jenga2012000/images/bullet_nav.gif) no-repeat;
	padding-left: 50px;
	padding-right: 20px;
	margin: 0;
}
#nav li.first {
	background: none;
	padding-left: 20px;
}
#nav a {
	font-weight: normal;
	color: #9A0000;
	text-decoration: none;
}
#nav a:hover {
	color: #500000;
}

#table-p td, th {
	background: #cbccdb;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
}

#tableqc th {
	background: #cbccdb;
	font-decoration: bold;
	font-size: 14px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;	
}
#episode-title {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #cbccdb;
	font-decoration: bold;
	font-size: 14px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;	
}
#waiting {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #a0a4bf;
	font-decoration: bold;
	font-size: 12px;
}
#passed {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #00ff00;
	font-decoration: bold;
	font-size: 12px;
}
#failed {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #ff0000;
	font-decoration: bold;
	font-size: 12px;
}



