/* $Id: jsdoc.css,v 1.5 2007/09/06 02:01:50 mmondor Exp $ */

/*
 * Copyright (c) 2007, Matthew Mondor
 * ALL RIGHTS RESERVED.
 */

/* Body */

body {
	background: #d8d8d8;
	color: #000000;
	font-family: sans-serif;
	font-size: small;
	text-indent: 0;
}


/* Links */

a:link, a:visited, a:active, a:hover {
	font-family: sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #5588BB;
	outline: none;
}
a:visited {
	color: #9944dd;
}
a:active {
	font-style: italic;
	color: #5588BB;
}
a:hover {
	text-decoration: underline;
	color: #6622aa;
}
a:link IMG, a:visited IMG, a:active IMG, a:hover IMG {
	border: none;
	color: #5588BB;
}


/* Headers */

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	font-weight: bold;
	color: #000000;
}
h1 {
	font-size: 24px;
	margin: .5em 0 .5em 0;
	padding: 0;
}
h2 {
	font-size: large;
	margin: 0;
	padding: 1.0em 0 0.5em 0;
}
h3 {
	font-size: medium;
	margin: 0;
	padding: 0 0 0.5em 0;
	color: #303040;
}
h4 {
	font-size: small;
	margin: 0;
	padding: 0 0 0.5em 0;
	color: #606080;
}


/* Paragraphs */

p {
	margin: 0 0 1em 0;
}


/* Separators */

hr {
	border-width: 1px;
	color: #808080;
	width: 100%;
	height: 1px;
	padding: 0 0;
}


/* Emphasize */

i {
}
em {
	font-family: sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
b {
}
code {
	font-size: large;
	color: #000000;
}
tt {
	font-size: large;
}


/* Lists */

dl {
	margin: 0 0 2em 0;
}
dt {
	margin: 0 0 .1em 1em;
}
ul {
	list-style: circle;
	margin: 0 0 1.5em 0;
}
li {
	margin: 0 0 .1em .1em;
}


/* Tables */

table {
	font-size: small;
}
caption {
}
tr {
}
th {
}
td {
}


/* Forms */

form {
	margin: 0 0 0 0;
}
input {
	font-family: sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	background: #c8c8c8;
	color: #000000;
	border: thin solid #909090;
}
textarea {
	font-family: sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	background: #c8c8c8;
	color: #000000;
	border: thin solid #909090;
}
select {
	font-family: sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	background: #c8c8c8;
	color: #000000;
	border: thin solid #909090;
}
