/*
-----------------------------------------------
Default Print Stylesheet
Hawaii County Prosecutor's Office
Author:   Buck Donham
Version:  July 6, 2005
----------------------------------------------- */


/* =Global
----------------------------------------------- */
* {
	padding: 0;
	margin: 0;
	font-size: 100%;
	}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 12pt 0;
	}

ul, ol {
	margin: 0 20pt;
	}

li, dd, blockquote {
	margin: 0 20pt;
	}

li li {
	margin: 0 10pt;
	}

li li li {
	margin: 0 10pt;
	}

fieldset {
	margin-top: 16pt;
	padding: 10pt;
	}


/* =Structure
----------------------------------------------- */
body  {
	margin: 0 0.75in;
	color: #000000;
	background: #ffffff;
	}
	
#wrapper {
	}
	
#contents {
	visibility: visible;
	margin: 0;
	padding: 0;
	}
	
#header, #footer {
	display: none;
	}
	
#header img, #footer img {
	display: none;
	}

#footer {
	display: none;
	}


/* =Nav
----------------------------------------------- */
#menu {
	display: none;
	}


/* =Misc
----------------------------------------------- */
#announce {
	font: 10pt/14pt Arial, Verdana, Futura, Geneva, sans-serif;
	text-align: justify;
	}

#copy {
	font: 10pt/14pt Arial, Verdana, Futura, Geneva, sans-serif;
	text-align: justify;
	}

.backtop {
	display: none;
	}

.caption {
	font: 11pt Arial, Verdana, Futura, Geneva, sans-serif;
	}
	
.cite {
	font: 13pt Arial, Verdana, Futura, Geneva, sans-serif;
	margin: 0 40pt;
	}

.clear {
	clear: both;
	}

.cutline {
	font: 10pt Arial, Verdana, Futura, Geneva, sans-serif;
	}

.dropCap {
	color: #900;
	font: bold 225%/100% Arial, Verdana, Futura, Geneva, sans-serif;
	}

.smallcap {
	font-variant: small-caps;
	}

p {}

.abbr {
	letter-spacing: 0.1em;
	}

b, strong {
	font-weight: bold;
	}

i, em {
	font-style: italic;
	}

u, under {
	text-decoration: underline;
	}
	
img {
	border: solid 1pt #000;
	}

hr {
	color: #808080;
	width: 25%;
	}
	

/* =Headers
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Futura, Geneva, sans-serif;
	font-weight: bold;
	line-height: 100%;
	}

h1 {
	font-size: 200%;
	color: #900;
	}

h2 {
	font-size: 175%;
	color: #900;
	}

h3 {
	font-size: 150%;
	color: #900;
	}

h4 {
	font-size: 125%;
	color: #000;
	}

h5 {
	font-size: 100%;
	color: #000;
	}

h6 {
	font-size: 100%;
	font-style: italic;
	color: #000;
	}
	

/* =Lists
----------------------------------------------- */
ul {
	list-style-type: disc;
	}

ul ul {
	list-style-type: circle;
	}

ul ul ul {
	list-style-type: square;
	}


/* =Tables
----------------------------------------------- */
table {
	border: 1pt solid #000;
	}

table caption {
	font-weight: bold;
	padding-bottom: 6pt;
	border: none;
	}

table td {
	padding: 10pt;
	border-bottom: 1pt solid #b5b5b5;
	}
	
table th {
	padding: 10pt;
	font-weight: bold;
	color: #000;
	border-bottom: 1pt solid #000;
	}

table tr.alt {
	background: #e0e0e0;
	}

.phototable {
/*	border-collapse: collapse;*/
	border: none;
	}

.phototable th, .phototable td {
	border: none;
	padding: 0;
	}

#header table {
	border-collapse: collapse;
	border: none;
	}

#header th, #header td {
	border: none;
	padding: 0;
	}


/* =Links
----------------------------------------------- */
a:link {
	font-weight: normal;
	text-decoration: none;
	color: #404040;
	 background-color: transparent;
	}
