/* -------------------------------------------------------------- 
  
   CSS Framework
   Web Design & Development by Studio 24 Ltd
   www.studio24.net - (0870) 241 6159
   
   * Print Styles *
      
   This is the print CSS-file for the framework.
   Include this in the <head> of every page.
   
-------------------------------------------------------------- */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

dl {
	margin: 0 0 1em 2em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 0.5em 0;
	padding: 0;
}

table {
	width: auto;
	margin: 0 0 1em 0;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}

th,td {
	padding: 0.3em 0.4em 0.2em 0.4em;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}

th {
	font-weight:bold;
}

table .alt {
	background: #edf3fe;
}

blockquote  { 
	border:1px solid #ddd;
	font-style: italic;
	margin: 0 0 1em 0; 
	padding: 1em;
}

ul#site-tools,
div#site-search,
ul#nav-primary,
ul#nav-secondary,
ul#nav-tertiary,
ul#nav-breadcrumb,
ul#site-info {
	display: none;
}



/* =DECISION MATRIX
-------------------------------------------------------------- */
table#matrix  {
    border-collapse:collapse;   
    font-size:0.9em;
}

table#matrix tr th {
    padding: 5px;
    background:#ccc;
}

table#matrix tr th, 
table#matrix  tr td {
    border: 1px solid black;
    text-align:center;
}

table#matrix tr td div {
    width:100%;
    height:100%;
    margin:0;
    font-weight:bold;
}

ul#table-legend {
    font-size:0.9em;
    padding:4px;
    list-style:none;
    text-align:left;
}
