/* These rules make our own brand of tables look the same all over the wiki.
Use {| class="infotable" to invoke this. */

.infotable
{
border-collapse:collapse;
}

.infotable td
{
border:thin solid silver;
vertical-align:top;
padding:0.2em;
}

.infotable th
{
vertical-align:bottom;
padding:0.5em;
}


/* This rule makes the "grey bar" separator in the sidebar navigation. */

div#navigation a[href$="Separator"] 
{ 
color:white; 
background:#EEE; 
height:4px !important; 
font-size:0px; 
overflow:hidden; 
}


/* 
The following rules make the link box look like the navigation widget
that sits above it.
We need the link box for WhatLinksHere and the user-related links.
*/

#widget_sidebar #link_box table td {
  float:left;
  clear:both;
  width:100%;
}


#link_box 
{
padding: 0;
font-size:1em;
}

#link_box td
{
background:white;
margin:0px 0px;
}

#link_box a 
{
border-top:thin solid #eee;
padding-top:0.2em;
color: #333333;
display: block;
font-family:Tahoma,arial,sans-serif;
}

#link_box a:hover, .navigation-hover 
{
background-color: #e0efff;
}