/** CSS placed here will be applied to all skins */

 /***********************************************************
 ** Hiding .firstHeading, #siteSub, #contentSub on front page only
 */
  .page-The_Bill_Wiki * .firstHeading,
  .page-The_Bill_Wiki * h3#siteSub,
  .page-The_Bill_Wiki * #contentSub {
	display:none;
 }

 /***********************************************************
 ** Hiding .firstHeading, #siteSub, #contentSub on front page only
 */
  .page-Main_Page * .firstHeading,
  .page-Main_Page * h3#siteSub,
  .page-Main_Page * #contentSub {
	display:none;
 }


 /* Giving TOC a little extra space */
  .toc {margin-top: 20px;}


 /* Display text below main article header, located at MediaWiki:tagline */
  #siteSub {
  display: inline;
  font-size: 90%;
  font-weight: normal;
  font-style: italic;
 }

 /* Forum formatting -Algorithm & -Splaka */
  .forumheader { border: 1px solid #aaa; background-color: #f9f9f9; margin-top: 1em; padding: 12px; }
  .forumlist td.forum_edited a { color: black; text-decoration: none }
  .forumlist td.forum_title a { padding-left: 20px; }
  .forumlist td.forum_title a.forum_new { font-weight: bold; background: url(/images/4/4e/Forum_new.gif) 
  center left no-repeat; padding-left: 20px; }
  .forumlist td.forum_title a.forum_new:visited { font-weight: normal; background: none; padding-left: 20px; }
  .forumlist th.forum_title { padding-left: 20px; }

 /*
 ** Place all print-specific rules in an @media print block.
 */
 @media print {
 .noprint {display:none;}
 #toc {display: none;}
 #catlinks {display: none;}
 #editsimilar_links {display: none;}
 #stub {display: none;}
 #info-protected {display: none;}
}

 /* The Bill Episode List template style */
 .epilist_table {border-width: 1px; border-spacing: 1px; width: auto;}
 .epilist_epno {padding: 5px 5px 5px 5px; text-align: right; width: 35px;}
 .epilist_- {padding: 5px 5px 5px 5px; text-align: left;}
 .epilist_series {padding: 5px 5px 5px 5px; text-align: right; width: 17px;}
 .epilist_yearepno {padding: 5px 5px 5px 5px; text-align: center;}
 .epilist_eptitle {padding: 5px 5px 5px 5px; text-align: center; width: 275px;}
 .epilist_airdateuk {padding: 5px 5px 5px 5px; text-align: right; width: 75px;}
 .epilist_~ {padding: 5px 5px 5px 5px; text-align: center; width: 25px; font-size: 10px;}
 .epilist_notes {padding: 5px 5px 5px 5px; text-align: left; font-size: 10px;}

 /* The Bill Episode List Cast List template style */
 .epilist_table-cast 
 {
   border-width: 0px;
   border-spacing: 0px;
   border-style: groove groove groove groove;
   border-collapse: collapse;
   background-color: #ffffff
 }
 .epilist_actor-character_top 
 {
   border-width: 0px;
   padding: 4px 4px 4px 4px;
   border-style: groove groove groove groove;
   background-color: white;
   -moz-border-radius: 3px 3px 3px 3px
 }
 .epilist_actor-character 
 {
   border-width: 0px;
   padding: 4px 4px 4px 4px;
   border-style: groove groove groove groove;
   background-color: white;
   -moz-border-radius: 3px 3px 3px 3px
 }
 .epilist_cast_callsign_top 
 {
   border-width: 0px;
   padding: 4px 4px 4px 4px;
   border-style: groove groove groove groove;
   background-color: white;
   -moz-border-radius: 3px 3px 3px 3px;
   text-align: right
 }
 .epilist_cast_callsign 
 {
   border-width: 0px;
   padding: 4px 4px 4px 4px;
   border-style: groove groove groove groove;
   background-color: white;
   -moz-border-radius: 3px 3px 3px 3px;
   text-align: right
 }
 .epilist_cast_callsign-center
 {
   border-width: 0px;
   padding: 4px 4px 4px;
   border-style: groove groove groove groove;
   background-color: white;
   -moz-border-radius: 3px 3px 3px 3px;
   text-align: center
 }