/* @override http://www.seafoodhealth.net/files/print.css */

/* @group general */

a {
	text-decoration: none;
	color: #000;
}

html {
	background: none;
}

body {
	margin: 40px 80px;
	font: normal 12px/16px Arial, Helvetica, Verdana, sans-serif;
	color: #333;
	background: #fff;
}

.hidden, .cssbutton {
	display: none;
}

img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

p, ul, ol, dl, blockquote, address, table {
	margin-top: 0;
	margin-bottom: 10px;
	font-style: normal;
}

table {
	clear: both;
	border-collapse: collapse;
}

th, td {
	font-size: 12px;
}

form {
	margin: 0;
	padding: 0;
}

select, input, textarea {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 22px;
	margin: 10px 0;
	color: #333;
}

h2 {
	font-size: 18px;
	margin: 10px 0;
	color: #666;
}

h3 {
	font-size: 14px;
	margin: 10px 0 5px 0;
	color: #666;
}

h4 {
	font-size: 12px;
	color: #666;
}

/* @end */

/* @group layout */

#wrapper {
	background: transparent;
}

#header {
	background: none;
	width: auto;
	height: auto;
	margin: 0 0 20px 0;
	overflow: hidden;
}

#main {
	float: left;
	padding: 0;
	width: 100%;
}

#container {
	float: left;
	background: transparent;
}

#columns {
	float: left;
}

#sidebarL {
	display: none;
}

#sidebarR {
	display: none;
}

#footer {
	clear: both;
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	border-top: 1px solid #ccc;
}

/* @end */

/* @group header */

#header h1 {
	padding: 20px;
	font-size: 28px;
	line-height: 28px;
	margin: 0;
	border: 2px solid #ccc;
	width: auto;
	height: auto;
	background-color: #333;
}

#header h1 a {
	width: auto;
	height: auto;
	background: none;
	text-indent: 0;
	color: #fff;
}

/* @end */

/* @group sidebar */

.utilities {
	display: none;
}

/* @end */

/* @group drawers */

.drawer {
	margin: -1px 0 0 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.drawer.active {
	background-color: #fff !important;
}

.drawer div {
	display: block !important;
}

.drawer h2, .htmlzoomer h2 {
	margin: 0;
	padding: 10px 0;
}

/* @end */

/* @group htmlzoomer */

.htmlzoomer {
	background-color: #fff !important;
	display: block !important;
	width: auto !important;
	height: auto !important;
}

.htmlzoomer div {
	display: block !important;
	overflow: visible !important;
	height: auto;
}

/* @end */

/* @group utilities */

.fontsizer {
	display: none !important;
}

.top {
	display: none !important;
}

/* @end */

/* @group tables */

#main .body table {
	border: 1px solid #ccc;
	border-width: 1px 0;
	width: 100%;
}

#main .body table caption {
	display: none;
}

#main .body table td, #main .body table th {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 3px;
	font-size: 12px;
}

#main .body table th {
	text-align: left;
	white-space: nowrap;
}

/* @end */

/* @group news */

.news {
	background: none;	
}

dl, dt, dd {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

dt {
	border-top: 1px solid #ccc;
	padding: 5px 0;
	font-weight: bold;
}

/* @end */

/* @group footer */

#footer ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#footer .right {
	display: none;
}

/* @end */
