/*
 +--------------------------------------------------------------------+
 | Cascading Style Sheet (CSS)                                        |
 | Media Type: Print                                                  |
 +--------------------------------------------------------------------+
 | Copyright (c) 2004 Randwick City Council                           |
 | <http://www.randwick.nsw.gov.au>                                   |
 +--------------------------------------------------------------------+
 | Authors: Robert Love <robert.love@randwick.nsw.gov.au>             |
 +--------------------------------------------------------------------+

	$Id: print.css, v 1.00 2004/06/29
*/





/* ---------- ---------- ---------- ---------- ---------- ----------

			BASE RULES

---------- ---------- ---------- ---------- ---------- ---------- */

body {
	margin: 2em 3em;
	color: #000;
	font: 10pt verdana, arial, sans-serif;
}


/* ---------- ---------- ---------- ---------- ---------- ----------

			TYPOGRAPHY RULES

---------- ---------- ---------- ---------- ---------- ---------- */

h2 {
	border-bottom: 1px solid #000;
	margin: 2em 0 1em 0;
	font-size: 13pt;
}

h3 {
	margin: 0 0 .5em 0;
	font-size: 11pt;
}

h4 {
	margin: 0;
	font-size: 10pt;
}

h5 {
	margin: 0;
	font-size: 10pt;
}

h6 {
	margin: 0;
	font-size: 10pt;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
}


/* ---------- ---------- ---------- ---------- ---------- ----------

			HYPERLINK RULES

---------- ---------- ---------- ---------- ---------- ---------- */

a {
	color: #00f;
	text-decoration: underline;
}

h3 a, h4 a, h5 a, h6 a, dt a {
	color: #000;
	text-decoration: none;
}


/* ---------- ---------- ---------- ---------- ---------- ----------

			LIST RULES

---------- ---------- ---------- ---------- ---------- ---------- */

ul, ol, dl {
	margin-top: 0;
	margin-bottom: 1em;
}

ol li li {
	list-style-type: upper-alpha;
}

ol li li li {
	list-style-type: lower-roman;
}

ol li li li li {
	list-style-type: lower-alpha;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 0.5em 0;
}


/* ---------- ---------- ---------- ---------- ---------- ----------

			IMAGE RULES

---------- ---------- ---------- ---------- ---------- ---------- */

img {
	border: 0;
}


/* ---------- ---------- ---------- ---------- ---------- ----------

			TABLE RULES

---------- ---------- ---------- ---------- ---------- ---------- */

table {
	margin-bottom: 1.5em;
	border-collapse: collapse;
}

caption {
	padding: 0 0 1em 0;
	text-align: left;
}

th {
	padding: 2pt 4pt 6pt 4pt;
	border-top: 1pt solid #000;
	border-bottom: 1pt solid #000;
	text-align: left;
	vertical-align: top;
}

th a {
	color: #000;
	text-decoration: none;
}

td {
	padding: 2pt 4pt;
	border-top: 1pt solid #000;
	border-bottom: 1pt solid #000;
	vertical-align: top;
}


/* ---------- ---------- ---------- ---------- ---------- ----------

			NON-DISPLAYED ELEMENT RULES

---------- ---------- ---------- ---------- ---------- ---------- */

h1, #global_navigation, #feature, #main_navigation, #local_navigation, #breadcrumb_navigation, #legal_information, #page_version {
	display: none;
}