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

/*Table formatting*/
   
   table.wikitable, table.prettytable {
      margin:1em 1em 1em 0;
      background:#ffffff;
      border:1px #AAA solid;
      border-collapse:collapse;
      }
 
   table.wikitable th, table.wikitable td,
   table.prettytable th, table.prettytable td {
      border:1px #AAA solid;
      padding:0.2em;
      }
 
   table.wikitable th,
   table.prettytable th {
      background:#FFFFFF;
      text-align:center;
      }
 
   table.wikitable caption,
   table.prettytable caption {
      margin-left:inherit;
      margin-right:inherit;
      }


 tmain { 
 width:50%;
 rowspan:2;  
 valign:top; 
 border:1px #000000 solid; 
 padding:.5em 1em; 
 margin:1em; 
 background-color:#FFFFFF;
      }


/*Hide selected content*/
   .hiddenStructure {display: none}
 
   .if {display: none}

/*For navigational images*/
#bodyContent .plainlinks a {
    background: none !important;
    padding: 0;
}

tr.highlightable:hover{ background: #fffff0 }

.collapseButton {		/* 'show'/'hide' buttons created dynamically by the        */
	float: right;		/* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
	font-weight: normal;	/* are styled here so they can be customised.              */
	width: auto;
}