/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 18 August 2007 11:41:18
*/


 /*
 NetAlert - www.netalert.gov.au - common style sheet 
 Created on: 03 August 2007
 Modified on: 17 August 2007
 Modified by: Joel Starkey
 Author: Warwick Smith
 Filename: tables.css
 */

/*Information boxes*/
.grey-box {background-color: #eee; padding: 10px; margin: 20px 0; border: 1px solid #999;}

/*Tables*/
/* table-style-2 -- Comparison Table */

.table-style-1 caption, .table-style-2 caption {font-weight: bold; font-size: 130%; text-align: left; margin: 0; padding: 20px 0 10px 0;}
.table-style-1 td, .table-style-1 tr {padding: 4px; vertical-align: top;}
.table-style-1 th { background-color: #eee; border-top: 1px solid #000; border-bottom: 1px solid #000; text-align: left; padding: 4px; }
.table-style-1, .table-style-2  {border-bottom: 2px solid #000; }
.table-border-top td {border-top: 1px solid #000; }

.table-style-2 td, .table-style-2 tr {padding: 4px; text-align:center;}
.table-style-2 .header-left { border-bottom: 1px solid #fff; background-color: #fff; text-align: left; }
.table-style-2 th { background-color: #eee; border-top: 1px solid #000; border-bottom: 1px solid #000; padding: 4px; text-align: center; }
.table-style-2 .cell-left-align {text-align: left;}
.table-style-2 table{padding-top: 1.5em;}

/*Definition lists*/
dt{float:left; width:100px; clear:left;font-weight:bold;}
dd{margin-left: 150px; margin-bottom:2em;}
dl,dt{margin:0;padding:0;}