/** Common pollwiki styles for users of the Monobook skin.  This style sheet is pulled
  * into the wiki via page MediaWiki:Monobook.css.
  */


#bodyContent
{
    font-size: medium; /* restore default instead of monobook's complicated re-sizings
      that annoyingly override the user's preference set in the browser */
}


/** - a --------------------------------
  */
a:visited
{
     color: #002bb8; /* same as unvisited, instead of #5a3696 */
}


a.new:visited, #p-personal a.new:visited
{
	color: #ba0000; /* same as unvisited, instead of #a55858 */
}


body.page-Special_RecentChanges div > table a:visited,
body.page-Special_Watchlist div > table a:visited
/* Re-enable link colouring in these pages to show which changes were seen */
{
	color: #9000a0;
}



/** - notice ---------------------------
  */
div.notice
{
    border: thin solid #666;
    padding: 0.3em;
    padding-left: 0.5em;
}



/** - createbox ------------------------
  */
div.createbox
{
    background-color: #F0F0F0;
    padding: 0.7em;
    padding-bottom: 1.2em;
}



/** - dl -------------------------------
  */
dl dd
{
    margin-bottom: 0.7em;
}



/** - footer ---------------------------
  */
div#footer div#f-poweredbyico
{
    display: none; /* MediaWiki advert, too noisy */
}


div#footer ul#f-list a, div.footer ul.f-list a:visited
{
    color: #444; /* subdue, we know they are links */
}


div#footer ul#f-list a:hover
{
    text-decoration: inherit; /* defeat the default underline */
}



/** - footerInPage ---------------------
  */
.footerInPage
{
    font-size: 0.9em;
    padding-left:10%;
    text-align:right;
}



/** - h --------------------------------
  */
h2 span.mw-headline
{
    font-weight: bold;
}



/** - sidebar --------------------------
  */
div.portlet.generated-sidebar a,
div.portlet.generated-sidebar a:visited,
div.portlet#p-tb a,
div.portlet#p-tb a:visited /* toolbox in sidebar */
{
    color: #444; /* subdue, we know they are links */
}


div.portlet.generated-sidebar a:hover,
div.portlet.generated-sidebar a:visited:hover,
div.portlet#p-tb a:hover,
div.portlet#p-tb a:visited:hover /* toolbox in sidebar */
{
    color: #000;
    text-decoration: inherit; /* defeat the default underline */

    background-color: #EEEEEE;
    outline: thin solid #EEEEEE;
}


div.portlet.generated-sidebar div.pBody,
div.portlet#p-tb div.pBody
{
    padding-left: 0.1em; /* drop from 0.5em */
    padding-right: 0.2em; /* drop from 0.8em */
}


div.portlet.generated-sidebar div.pBody,
div.portlet#p-tb div.pBody
{
    line-height: normal; /* reduce gap in background, on hover */
}


div.portlet.generated-sidebar li#n-Vo-area-page-description.subdued a,
div.portlet.generated-sidebar li#n-Vo-area-page-description.subdued a:hover
{
    color: #909090;
}
div.portlet.generated-sidebar li#n-Vo-area-page-description.subdued a:hover
{
    /* pseudo-disabled, since it only targets the main page */
    background-color: inherit;
    cursor: default;
    outline: none;
}



/** - smwtable -------------------------
  */
table.smwtable
{
    margin-bottom: 0.5em;
      /* SMW 'ask' must be abutted to any subsequent heading ==, else MW inserts a huge
         <br> gap.  But then it's *too* tight.  So give it a margin.  */
}


table.smwtable th
{
    white-space: nowrap; /* looks horrible when the sort controls wrap */
}



/** - toc ------------------------------
  */

/* Allow limiting of which header levels are shown in a TOC. <div class="toclimit-3">, for
 * instance, will limit to showing ==headings== and ===headings=== but no farther (as long
 * as there are no =headings= on the page, which there shouldn't be according to the MoS).
 *
 * Copied from: http://en.wikipedia.org/wiki/MediaWiki:Common.css
 * Creative Commons Attribution-ShareAlike 3.0 Unported License
 */
.toclimit-2 .toclevel-1 ul, .toclimit-3 .toclevel-2 ul, .toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul, .toclimit-6 .toclevel-5 ul, .toclimit-7 .toclevel-6 ul
{
    display: none;
}



/** - wikitable ------------------------
  */
table.wikitable
{
    border-collapse: collapse;
    margin-top: 1em; margin-bottom: 1em;
}


table.wikitable td, table.wikitable th
{
    border: 3px solid #DDD;
    padding: 0 0.05em 0.05em 0.3em; /* TRBL */
    vertical-align: baseline;
}


table.wikitable td
{
    background-color: #F9F9F9;
}


table.wikitable td.clear
{
    background-color: inherit;
    border: none;
}


table.wikitable th
{
    background-color: #F2F2F2;
    text-align: left;
}
