/*
==This is for all the skins==
Remember no preview
*/

/*
I copied some things over from [[Mediawiki:monobook.css]] that should be in here
*/
div.no-bullet-list ul
{
    list-style-type: none;
    list-style-image: none;
}

div#siteNotice {text-align:center;
}


div.no-bullet-list ul
{
    list-style-type: none;
    list-style-image: none;
}

/*Fix the space between the edit check boxes on editintros. See http://bugzilla.wikimedia.org/show_bug.cgi?id=9252 */

.editOptions p {display:inline;}


/*
/* Interlining in titles. To prevent title overlap. Not sure if should be in monobook.css as this is diff in diff skins. yell at me if this breaks anything in any of the skins. */
 
h1.firstHeading { line-height: 1em; }

/*
==Backgrounds==
 */
div#football-bg-1 { 
background-image: url('http://upload.wikimedia.org/wikinews/en/5/5a/Badge_right_top.png');
background-repeat: no-repeat;
background-position: top left;
background-attachment: fixed;
}
/************************/
/*

==Dynamic hidden boxes==
Copied from [[w:Mediawiki:monobook.css]] (not common.css). rev: http://en.wikipedia.org/w/index.php?title=MediaWiki:Monobook.css&oldid=73496939 originally from german 'pedia apearently. note: proably under GFDL.
Might make work better*/
 div.Boxmerge,
 div.NavFrame {
         margin: 0px;
         padding: 2px;
         border: 1px solid #aaaaaa;
         text-align: center;
         border-collapse: collapse;
         font-size: 95%;
 }
 div.Boxmerge div.NavFrame {
         border-style: none;
         border-style: hidden;
 }
 div.NavFrame + div.NavFrame {
         border-top-style: none;
         border-top-style: hidden;
 }
 div.NavPic {
         background-color: #ffffff;
         margin: 0px;
         padding: 2px;
         float: left;
 }
 div.NavFrame div.NavHead {
         height: 1.6em;
         font-weight: bold;
         font-size: 100%;
         background-color: #efefef;
         position:relative;
 }
 div.NavFrame p {
         font-size: 100%;
 }
 div.NavFrame div.NavContent {
         font-size: 100%;
 }
 div.NavFrame div.NavContent p {
         font-size: 100%;
 }
 div.NavEnd {
         margin: 0px;
         padding: 0px;
         line-height: 1px;
         clear: both;
 }
 a.NavToggle {
         position:absolute;
         top:0px;
         right:3px;
         font-weight:normal;
         font-size:smaller;
 }
/*
===Ugly nav===
*/
 div.UglyNav div.Boxmerge,
 div.UglyNav div.NavFrame {
         margin: 0px;
         padding: 2px;
         border: none;
         text-align: left;
         border-collapse: inherit;
         font-size: 100%;
 }


 div.UglyNav div.NavPic {
         background-color: transparent;
         margin: 0px;
         padding: 2px;
         float: none;
 }
 div.UglyNav div.NavFrame div.NavHead {
         height: auto;
         font-weight: normal;
         font-size: medium;
         background-color: transparent;
         position:relative;
 }
 div.UglyNav div.NavFrame p {
         font-size: medium;
 }
 div.UglyNav div.NavFrame div.NavContent {
         font-size: medium;
 }
 div.UglyNav div.NavFrame div.NavContent p {
         font-size: medium;
 }

/*


/* Standard table formatting */
/* <pre><nowiki> */
 
/* wikitable/prettytable class for skinning normal tables */
 
table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}
 
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}
 
table.wikitable td,
table.prettytable td {
  background: #f9f9f9;
}
 
table.wikitable th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}
 
table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}

 

/* == Standings table style == */
.standingstable {
    border: 1px solid #000000;
    font-size: 90%;
}

.standingssection {
    font-size: 125%;
}

.standingssubsection {
    vertical-align: middle;
    font-size: 110%;
    background-color: #b4b4b4;
}

.standingsheader {
    background-color: #c5c5c5;
    text-align:center;
    font-weight: bold;
}

.standingsrow {
    background-color: #f7f7f7;
    text-align:center;
}

.standingsrow2 {
    background-color: #e6e6e6;
    text-align:center;
}

.standingsrow .team, .standingsrow2 .team {
    width:200px;
    text-align:left;
}

.nounderlines a {
    text-decoration: none;
}

/* Article message box template styles */
table.ambox {
  width: 80%; 
  margin: 0 auto; 
  border-collapse: collapse; 
  background: #f8fcff; 
  border: 1px solid #aaa; 
  border-left: 10px solid #39f;       /* Default "notice" blue */
}
table.ambox th, table.ambox td {      /* The message body cell(s) */
  padding: 0.25em 0.5em;              /* 0.5em left/right */
}
table.ambox td.ambox-image {          /* The left image cell */
  width: 52px; 
  padding: 2px 0px 2px 0.5em;         /* 0.5em left, 0px right */
  text-align: center; 
}
table.ambox td.ambox-imageright {     /* The right image cell */
  width: 52px; 
  padding: 2px 0.5em 2px 0px;         /* 0px left, 0.5em right */
  text-align: center; 
}
table.ambox-notice {
  border-left: 10px solid #39f;       /* Blue */
/* border-right: 10px solid #39f; */  /* If you want two blue bars */
}
table.ambox-serious {
  border-left: 10px solid #c00;       /* Red */
}
table.ambox-content {
  border-left: 10px solid #f63;       /* Orange */
}
table.ambox-style {
  border-left: 10px solid #fc3;       /* Yellow */
}
table.ambox-merge {
  border-left: 10px solid #95b;       /* Purple */
}

/* rounded corners class for block elements */
.roundedCorners {
  -moz-border-radius-topleft: 1em;
  border-radius-topleft: 1em;
  -moz-border-radius-bottomright: 1em;
  border-radius-bottomright: 1em;
  -moz-border-radius-topright: 1em;
  border-radius-topright: 1em;
  -moz-border-radius-bottomleft: 1em;
  border-radius-bottomleft: 1em;
}

.semiblanking {
 display: none;
}

/*See [[MediaWiki:NavigationTabs.js]]. copied from wikibooks*/
.navtabs .tabs li { list-style:none; }
 .navtabs .tabs a {
   text-decoration:none;
   text-transform:uppercase;
   outline-width:0px;
   font-size:x-small;
   font-weight:bold;
   color:black;
 }
 
 .navtabs .tabs .inactive { background:#bbb; padding:1ex; }
 .navtabs .tabs .selected { background:#999; padding:1.1ex; }
 .navtabs .tabs .inactive:hover { background:#f75; }
 .navtabs .contents { padding:1ex; border:3px solid #999; }

/* hide the Comments_talk namespace */
.ns-102 #ca-talk {display:none;}
.ns-103 #ca-edit {display:none;}
.ns-103 #ca-addsection {display:none;}

/* rounded corners */
.rtop, .rbottom { display: block; padding: 0px; margin: 0px }
.rtop *, .rbottom * { display: block; height: 1px; overflow: hidden; padding: 0px }
.r1 {margin: 0 5px}
.r2 {margin: 0 3px}
.r3 {margin: 0 2px}
.r4 {margin: 0 1px; height: 2px}
/* end rounded corners */

/*Copied from http://www.barelyfitz.com/projects/tabber/example.css used under mit license
see http://www.barelyfitz.com/projects/tabber/
*/
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #CCC;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #ccc;
 border-bottom: none;
 background: #f2f7ff;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #fff9f2;
 border-color: #CCC;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #CCC;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

.calendar {
  border: 1px solid #bbbbbb;
  font-size: 9px;
  line-height: normal;
  background-color: #1a1a1a;  
}
 
.calendar a {
  color: #000000;
}
 
.calendar td {
  text-align: center;
  padding: 4px;
  margin: 0;
}

.calendarTop td {
  background-color: #404040;
  font-weight: bold;
}
 
.calendarTop a {
  color: #000000;
}

 
.calendarDayNames {
  background-color: #111111;    
}
 
.calendarupcoming {
  border: 1px solid #bbbbbb;
  font-size: 10px;
  line-height: normal;
  margin-top: 6px;
}
 
.calendarupcomingTop  {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 3px;
  padding-right: 3px;
  background-color: #bbbbbb;
  font-weight: bold;
}
 
.calendarupcomingBottom {
  padding: 2px 3px 2px 3px;
  background-color: #bbbbbb;
  font-weight: bold;
}

.calendarupcomingBottom a {
  color: #000000;
}

.calendarupcoming-today {
  font-weight: bold;
}

.calendarupcomingRow1 {
  padding: 3px;
}

.calendarupcomingRow2 {
  padding: 3px;
  border-top: 1px dotted #bbbbbb;     
}

.calendarupcomingRow1 a {
  color: #000000;
}

.calendarupcomingRow1 a:visited {
  color: #000000;
}

.calendarupcomingRow2 a {
  color: #000000;
}

.calendarupcomingRow2 a:visited {
  color: #000000;
}

.cal-weekend {

}

td.cal-today  {
  font-weight: bold;
  background-color: #9c9c9c;
}

td.cal-eventday {
  font-weight: bold;
}

td.cal-eventtoday {
  background-color: #ff8800;
}

td.cal-eventtoday a {
  color:#ffffff;
  font-weight: bold;
}

*/
table.wiki-sidebar {
	border: 1px solid #666;
	background-color: #222222;
	color: inherit;
	clear: right;
	float: right;
	width: 300px;
        margin-top: 0em;
	margin-left: 1.5em;
	margin-right: 0em;
	margin-bottom: 1.3em;
}

table.wiki-sidebar tr th {
	background: #000000 url(http://wikimon.net/images/7/7f/Testskin2.png) repeat;
	font-weight: bold;	
}

table.wiki-sidebar td {
	line-height: 130%;
	border:0;
	font-size:smaller;
}

*/
table.wiki-sidebar-left {
	border: 1px solid #666;
	background-color: #222222;
	color: inherit;
	clear: right;
	float: right;
	width: 300px;
        margin-top: 0em;
	margin-left: 1.5em;
	margin-right: 0em;
	margin-bottom: 1.3em;
}

table.wiki-sidebar-left tr th {
	background: #000000 url(http://wikimon.net/images/a/a2/Test17.png) repeat;
	font-weight: bold;	
}

table.wiki-sidebar-left td {
	line-height: 130%;
	border:0;
	font-size:smaller;
}

*/
table.wiki-sidebar-right {
	border: 1px solid #666;
	background-color: #222222;
	color: inherit;
	clear: right;
	float: right;
	width: 300px;
        margin-top: 0em;
	margin-left: 1.5em;
	margin-right: 0em;
	margin-bottom: 1.3em;
}

table.wiki-sidebar-right tr th {
	background: #000000 url(http://wikimon.net/images/9/95/Test18.png) repeat;
	font-weight: bold;	
}

table.wiki-sidebar-right td {
	line-height: 130%;
	border:0;
	font-size:smaller;
}

td.diff-deletedline {
	background-color: #4b1111;
}
td.diff-addedline {
	background-color: #182b3b;

}
table.diff {
	background: #2E2E33;
}
td.diff-otitle, td.diff-ntitle {
	background: transparent;
}
td.diff-context {
	background-color: #2E2E33;
}