#rlbox {
	width: 100%;
	margin: 0 auto;
}

#rlmainbox {
	float: left;	
	width: 100%;
	margin-right: -190px;
}

#rlmain {
	margin-right: 190px;
}

#rlside {
	width: 180px;
	margin-left: 5px;
	float: left;
}

ul.series {
	font-size: 0.84em;
	border: dashed 1px #888;
	margin: 1em 0 0.5em auto;
	padding: 0;
}

.seriesOmit {
	background: url(series-omit.png) bottom no-repeat
}

ul.series li {
	list-style-type: none;
}

ul.series li a {
	display: block;
	padding: 1px 4px 1px 12px;
	text-indent: -8px;
}

ul.series li a:hover {
	list-style-type: none;
	background-color: #FEE;
	text-decoration: none;
}

ul.series li a[name]:hover {
	background-color: inherit;
	text-decoration: inherit;
}

#products {
	padding-left: 0.5em;
}

table.stack:first-child {
	clear: left;
}

table.stack {
	float: left;
	margin-left: -1px;
	margin-right: 0
}

table.stack caption {
	visibility: hidden;
	height: 1.1em;
}

table.stack:first-child caption {
	visibility: visible;
}

.theme {
	margin-right: 2em;
	clear: left;
}

h1#program {
	font-size: 24pt;
	font-weight: bold;
}

#program #yomi {
	padding-left: 1em;
	font-size: 12pt;
	font-weight: normal;
}

.wrong {
	color: red;
}

.obscure {
	font-style: italic;
	color: #666;
}

.nocode {
	color: green;
}

.sic {
	color: #800;
}

/*.aka {
	border-bottom: 1px dashed #088;
}*/

.offch {
	color: gray;
}

div#casts, div#subtitles {
	clear: left;
}

div#chapters {
	clear: left;
	margin: 0.5em 0 1em 0
}

.chapter {
	float: left;
	margin-right: 1em;
}

.cast td, .chapter td {
	white-space: nowrap;
}

table th {
	background-color: #F8E8B2;
	border-bottom: 1px solid #000;
}

table.chapter th {
	background-color: #FFF8B2;
}

tr.even td, td.even {
	background-color: #EEE;
}

.cast tr.grouped {
	border-top: 1px solid transparent;
}

.cast tr.regroup {
	border-top: 1px dotted #000;
}

.subtitle th, .subtitle td.index, .theme th {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.subtitle td {
	border-right: 1px dotted #000;
}

.theme td {
	border-top: 1px dotted #000;
	border-right: 1px solid #000;
	border-bottom: 1px dotted #000;
}

td.index {
	text-align: right;
	white-space: nowrap;
}

#products .name {
	font-size: 0.84em;
	text-align: center;
	margin-bottom: 1em;
}

hr.notes {
	clear: both;
}

.itemtable h2 {
	clear: both;
	margin: 0.5em 0 0 0;
	padding: 2px;
	border-bottom: 1px dashed #886400;
}

.itemtable ul {
	list-style-type: none;
}

.itemtable ul li {
	float: left;
	margin: 0 0.2em 1em 0.2em;
	font-size: 0.84em;
	text-align: center;
}

.menu img {
	vertical-align: baseline;
}

.distant {
	margin: 0.4em 0
}

.pageopt {
	margin: 0.5em 0 0.3em 0
}

#castlad {
	float: left;
	margin: 1.1em 0 1em 0;
	padding: 0 0.2em 0.4em 0.2em;
}

#pgact {
	margin: 0.5em 0 0 -.5em;
}


#casts .tab {
	margin-top: 1em;
}

td.cvgroup {
	text-align: center;
}

td.partsub {
	text-indent: 1em;
}

#imagepopup {
	display: none;
	position: absolute;
	z-index: 1000;
	background-color: #FFF;
	border: solid 1px #fff;
	box-shadow: 0 0.5em 0.5em #666;
}

