/***** CSS placed here will be applied to all skins on the entire site. *****/
/* Begin Panel Stuff */
table.panel {
	background: #270D00;
}
table.panel tr th {
	background: brown;
	font-weight: bold;
}
table.panel td {
	background: #6F2700;
}
/* End Panel Stuff */
/* Begin Sidebar Template (Use for Sidebars Only) */
table.sidebar {
	border: 1px solid #666;
	width: 300px;
	float: right;
	background: #270D00;
}
table.sidebar tr th {
	background: brown;
	text-align: center;
	font-weight: bold;
	font-size:larger;
}
table.sidebar td {
	background: #6F2700;
}
table.sidebar td.sb-left {
	width: 33%;
	font-weight: bold;
	text-align: left;
	vertical-align:top;
}
table.sidebar td.sb-right {
}
table.sidebar td.sb-both {
	text-align: center;
}
/** Deactivate thumbnail formatting in sidebars */

table.sidebar tr td div.thumb,
table.sidebar tr td div.tright,
table.sidebar .thumbinner {
	clear: none;
	float: none;
	border:0 !important;
	margin:0 auto !important;
	padding:0 !important;
	width:auto !important;
	text-align:center;
	display:inline;
}
table.sidebar .thumbinner img {margin:0 auto !important;}
table.sidebar tr td div.thumb div.thumbcaption {display:none;}
/* End Sidebar Template (Use for Sidebars Only) */
/* Begin bigwikitable (User for Full Page Width Tables Only) */
table.bigwikitable {
	border: 1px solid #666;
	width: 100%;
	background: #270D00;
}
table.bigwikitable tr th {
	background: brown;
	font-weight: bold;
}
table.bigwikitable td {
	background: #6F2700;
}
/* End bigwikitable (User for Full Page Width Tables Only) */
/* Begin episodetable (For use on List of Dollhouse episodes Only) */
table.episodetable {
	border: 1px solid #aaa;
	width: 100%;
	background: #270D00;
}
table.episodetable tr th {
	background: brown;
	font-weight: bold;
}
table.episodetable td {
	background: #6F2700;
}
table.episodetable td.txt {
	background: #6F2700;
	text-align: center;
}
table.episodetable td.syn {
	background: #6F2700;
}
/* End episodetable (For use on List of Dollhouse episodes Only) */