/* 
	Sun Dive print CSS
*/

body {
	color: black;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	width: 600px;
}

.wrap { width: 100% !important }

.nav, .skip, .aux-nav,
.offset, form,
.right,
.footer a { display: none }

a img { border: none }
a:link, a:visited { color: #999; text-decoration: none }

.img { 
	float: right;
	margin: 5px 0 5px 15px;
}

table { margin: 1px; text-align: left }
th { border-bottom: 1px solid #333; font-weight: bold }
td { border-bottom: 1px solid #333 }
th,td { padding: 4px 10px 4px 0 }
tfoot { font-style: italic }
caption { background: #fff; margin-bottom: 2em; text-align: left }
thead { display: table-header-group }
tr { page-break-inside: avoid } 

.footer { clear: both; margin: 20px 0; font-size: 85% }
.footer ul { list-style: none; margin: 0; padding: 0 }

/* Link Management */

a:link, a:visited {
	color: #0000FF;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
#content a[href^="/"]:after {
	content: " (http://www.sundive.com.au/" attr(href) ") ";
}
