/*<pre><nowiki>*/

/* 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: 20p}
.forumlist th.forum_title { padding-left: 20px; }

/* Menu Table Formating (For Main page menus) -Dantman */
.menuTable { background: transparent; margin: auto; }
.menuTable td { border-right: 1px solid black; padding-right: 3px; }
.menuTable td.end { border-right: 0px; padding-right: 0px; }
.menuTable td p { margin: 0px; line-height: 15px; }
.menuTable td .smallBox { font-size: 10px; margin: 0px; padding: 0px; line-height: 12px; }
.menuTable td .smallBox a { font-size: 10px; margin: 0px; padding: 0px; }

/* Poll Area Formating *Removal of The Message Area (It causes the page to overflow)* -Dantman*/
.poll select, .poll input[type="text"], .poll form font { display: none; }

/* === Babel === */

div.babelbox {
   float: right;
   margin-left: 1em;
   margin-bottom: 0.5em;
   width: 246px;
   border: 1px solid #99B3FF;
   padding: 2px 0 2px 0;
}
.lang-blockN, .lang-block0, .lang-block1, .lang-block2, .lang-block3 {
   margin: 2px 4px 2px 4px; /* t, l, b, r */
   width:238px;
   border-collapse: collapse;
}
td.lang-codeN, td.lang-code0, td.lang-code1, td.lang-code2, td.lang-code3 {
   text-align:center;
   font-size:14pt;
   width:45px;
   height:45px;
}
td.lang-descriptionN, td.lang-description0, td.lang-description1,
td.lang-description2, td.lang-description3 {
  font-size:8pt;
  padding:4pt;
  line-height:1.25em
}

.lang-block0 {
   border:1px solid #FFB3B3;
}
td.lang-code0 {
  background-color: #FFB3B3;
  color: black;
}
td.lang-description0 {
  background-color: #FFE0E8;
  color: black;
}

.lang-block1,  .lang-block2, .lang-block3  {
   border:1px solid #99B3FF;
}
td.lang-code1, td.lang-code2, td.lang-code3 {
  background-color: #99B3FF;
  color: black;
}
td.lang-description1,  td.lang-description2, td.lang-description3 {
  background-color: #E0E8FF;
  color: black;
}

.lang-blockN {
   border:1px solid #6EF7A7;
}
td.lang-codeN {
  background-color: #6EF7A7;
  color: black;
}
td.lang-descriptionN {
  background-color: #C5FCDC;
  color: black;
}

/* Template Styles (Use of these classes is preferred over styling yourself ) -Dantman */

.messagebox {
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}
.noticebox {
	margin: 5px;
	padding: 5px;
}
.indexbox {
	margin: 5px;
	padding: 5px;
	float: right;
}
.informationtable {
	background: black;
	border: 1px outset black;
}
.informationtable td {
	background: white;
	border: 1px inset black;
	padding: 5px;
	margin: 1px;
	width: 50%;
}

.msghead {
	text-align: center;
	font-size: 24px;
	font-wight: bold;
	border-bottom: 1px solid lightgrey;
}
.indexhead {
	text-align: center;
	font-size: 18px;
	font-wight: bold;
	padding: 3px;
	border: 1px inset lightgrey;
}
.subnote {
	font-size: 10px;
	font-style: italic;
}
.round {
	-moz-border-radius: 1em;
}
.center { text-align: center }

.messageborder { border: 1px solid lightgrey; }
.noticeborder { border: 1px dotted lightgrey; }
.heavyborder { border: 2px outset #8888aa; }
.indexborder { border: 1px outset lightgrey; }
.vandalborder { border: 1px dotted black; }

.plainbox { background: #ffffff; }
.externalbox { background: #f3f9ff; }
.cleanupbox { background: #ddddff; }
.cleanaddbox { background: #ddddff; }
.cleanremovebox { background: #ffeeee; }
.informationbox { background: #f3f9ff; }
.wikinotebox { background: #F8F8F8; }
.warningbox { background: #ffaaaa; }
.adminbox { background: #ffeecc; }
.vandalbox { background: lightgrey; }
.speciallegalbox { background: #f7f8ff; }

/* Formatting for horizontal bars like the one used in the preload Box -Dantman */
.horizontalbar ul {
	float:left;
	padding:0;
	margin:0;
	width: 100%;
	list-style: none;
}

.horizontalbar ul > li {
	display: inline;
}

.horizontalbar ul > li > a {
	float:left;
	margin-left: 25px;
	margin-right: 25px;
}

/* Link Color Overrides */
.override-red a { color: red !important; }
.override-blue a { color: blue !important; }
.override-gold  a { color: gold !important; }

/*CSS for override box*/
.style { display: none; }

/* Special Link Styles */
/* Redirect link styling. -Splarka & Dantman */
.allpagesredirect a {
	background: url('/images/5/5c/Allpagesredirect.gif') center left no-repeat;
	padding-left: 13px;
	font-style: italic;
	font-size: 90%;
	color: grey;
}

/* Box styles similar to [[Anime:MediaWiki:Anime-Common.css]] -Dantman */
.headnote {
	display: block;
	font-style: italic;
	font-size: 12px;
	margin: -10px 5px 10px 25px;
	padding: 0px;
}

/*</nowiki></pre>*/