/************************
  Tideway.com 
  Confluence Configipedia NOT IE CSS
  Adrian Long
 
  CONTENTS

  1000 - TidewayInfobox (Tables Version - Legacy)

************************/


/*****
 1000 - Faked TidewayInfobox Macro - Table made to look like DL
*****/
/* 
  In case any old table based tidewayinfoboxes turn up.
  In IE they'll be left as tables.  In proper browsers, they'll be styled to look like definition lists.
 */
.wiki-content table.infobox { width: 232px; display: block; border: none; margin: 0; table-layout: fixed; }
.wiki-content .infobox tr, .wiki-content table.infobox tr { background: transparent url(/i/bg/infobox_bg_02.png) top left repeat-y; display: block; width: 232px; border: none; padding: 0; margin: 0; clear: left; float: none; }
.wiki-content .infobox th, .wiki-content table.infobox th { display: block; font-weight: bold; color: #000; margin: 0px; padding: 6px 9px 0px 9px; text-indent: 0; background: transparent url(/i/bg/infobox_bg_01.png) top left no-repeat; width: 214px; border: none; border-width: 0 0 0 0; clear: left; float: none; }
.wiki-content .infobox td, .wiki-content table.infobox td { display: block; margin: 0px; padding: 3px 9px 12px 9px; background: transparent url(/i/bg/infobox_bg_03.png) bottom left no-repeat; text-indent: 0; width: 214px; border: none; border-width: 0 0 0 0; clear: left; float: none; }

