@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	margin:0;
	padding:0;
	background:#e2e2e2;
}
#wrapper {
	display:block;
	margin:0 auto;
	width:980px;
}
#header {
	height:96px;
	background:#25517f;
}
#content {
	min-height:400px;
	padding:8px;
	margin:0;
	background:#fff;
	position:relative;
}
#content .topBackbtn{
	position:absolute;
	top:23px;
	right:10px;
	width:91px;
	height:45px;
}
#content h1 {
	font-size:20px;
	color:#333;
	padding:0;
	margin:10px 0 10px 0;
}
#content hr {
	background:#E5E5D8;
	border:0;
	height:1px;
	color:#E5E5D8;
}
#content h2 {
	font-size:14px;
	color:#9f6600;
	padding:0;
	margin:10px 0 10px 0;
}
#footer {
	height:65px;
	text-align:center;
	color:#666;
	background:#e2e2e2;
	font-size:11px;
	line-height:66px;
}
#content .descp{
	text-align:justify;
	line-height:18px;
	font-size:12px;
	margin-bottom:15px;
}
#content .vdoHolder{
	padding:10px;
	margin-bottom:15px;
	border-bottom:1px solid #592C16;
	background:#efebe2;
	text-align:center;
}
#itsthetable{
	margin-top:15px;
}
#itsthetable table a{
	margin-left:8px;
}
#itsthetable table a:link {
	color: #CC6633;
}
#itsthetable table a:visited {
	color: #CC6633;
}
#itsthetable table a:hover {
	color: #999966;
}
#itsthetable table a:active {
	color: #CC6633;
}
#itsthetable table a:focus {
	color: #CC6633;
}
#itsthetable table caption {
	padding: 18px 2px 15px 2px;
	color: #cfcfcf;
	background-color: inherit;
	font-weight: normal;
	text-align: centered;
	text-transform: capitalize;
}

#itsthetable table tr td span{
	padding:8px;
	background:#E5E5D8;
	font-size:15px;
	font-weight:bold;
	margin-right:8px;
	color:#a75b1d;
}
#itsthetable table th {
	background-color: #E5E5D8;
	border-bottom: 1px solid #592C16;
	font-weight: bold;
	padding: 16px 9px;
	color:#592C16;
}
#itsthetable table tr th {
	background-color: #fff;
	font-weight: bold;
	border-left: none;
	padding: 6px 9px;
	background-color:#d0cdb8;
}
	
#itsthetable table tr td {
	border-bottom: 1px solid #d0cdb8;
	height:35px;
	
}
#itsthetable table tr.episode{
	background-color:#e4dec8;
}

#itsthetable table tr.episode td{
	padding:6px 9px;
	font-size:14px;
	font-weight:bold;
	color:#753f00;
	letter-spacing:-1px;
	height:22px;
	}
#itsthetable table tr.odd {
	background-color: #F3F3F3;
}
#itsthetable table tr:hover {
	color: #a75b1d;
	background-color: #E5E5D8;
}
#itsthetable table tr.odd:hover {
	color: #333333;
	background-color: #E5E5D8;
}
#itsthetable table tr.episode:hover{
	background-color:#e4dec8;
}
#itsthetable table tfoot td, #itsthetable table tfoot th {
	border-top: 1px solid #ccc;
	font-weight:bold;
	color:#592C16;
	padding: 16px 9px;
}

