BODY {
	background : #000000;
	font-family : sans-serif;
	font-size : 1em;
	color : Silver;
	scrollbar-track-color: #000000;
	scrollbar-3dlight-color:#944A94;
	scrollbar-arrow-color:#FF9429;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#633163;
	scrollbar-highlight-color:#633163;
	scrollbar-shadow-color:#5A295A;
}

H3 {
  font-size : large;
  color : #FF9429;
  margin: 1em 0 0.2em 0;
  clear: both;
}

H3:nth-child(1) {
  margin: 0.2em 0 0.2em 0;
  clear: both;
}

.summary {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
}

.episode-img-left {
  border: solid transparent;
  border-width: 15px 0px 0px 3px;
  padding: 0px;
  border-image-source: url("../commonpics/episode-border-image-left.png");
  border-image-slice:  15 0 0 3;
  border-image-width:  15px 0px 0px 3px;
  margin: 0em 0.5em 1em 0em;
  float: left;
}

.episode-img-right {
  border: solid transparent;
  border-width: 15px 3px 0px 0px;
  padding: 0px;
  border-image-source: url("../commonpics/episode-border-image-rightt.png");
  border-image-slice:  15 3 0 0;
  border-image-width:  15px 3px 0px 0px;
  margin: 0em 0em 1em 0.5em;
  float: right;
}

.episode-content-p {
  clear: both;
  margin: 0 0 0.5em 0;
}

Table.Nav
{
	border : 1px solid;
	border-bottom-color : #5A295A;
	border-right-color : #5A295A;
	border-top-color : #944A94;
	border-left-color : #944A94;
}

TD.EpTitle
{  
	color: #FF9429;
	text-decoration : none;
	font-size : x-large;
	font-family : sans-serif;
}

Table.Element
{
	background-color : #111111;
  border : 1px solid #291029;
  border-collapse: collapse;
}

TD
{
  font-family : sans-serif;
	font-size : 1em;
}

TD.Header {
	background-image : url(../commonpics/mini_header_back.gif);
  background-size: auto 100%;
	font-weight: bold;
	color : Silver;
	vertical-align : middle;
	padding-left : 0.2em;
  height: 1.5em;
}

TD.Text{
	background-color: #111111;
	border : 1px solid #291029;
	padding: 0.2em;
}

TD.TextBold{
	background-color: #111111;
	border : 1px solid #291029;
  padding: 0.2em;
	font-weight : bold;
}



A  {
	color : #FF9429;
	text-decoration : none;
	font-size : 1em;
	font-family : sans-serif;
}

A.EpAnchor
{
	text-decoration : none;
	color : Silver;
}

A.EpLink  
{
	color : #FF9429;
	text-decoration : none;
}


A:Visited  {
	color : #FF9429;
  text-decoration: none;
}

A:Active  {
	color : #FF0000;
}

A:Hover  {
	text-decoration : underline;
	color : #FF9429;
}

.EpisodePicture {
  margin: auto;
  display: block;
  width: 200px;
}