/*
 * Style for "DNA Home" by CSS 2.1.
 *
 * $Id$
 */

html {
	background-color: #DDDDDD;
	color: Black;
}

body {
	background-color: transparent;
	color: inherit;
	margin: 1.5em;
}

/* ----- Link tags ----- (^.^)/ (^.^)/ (^.^)/ (^.^)/ (^.^)/ */
a:link, a:link em, a:link strong {
	background-color: transparent;
	color: Blue;
}

a:visited, a:visited em, a:visited strong {
	background-color: transparent;
	color: Purple;
}

a:active, a:active em, a:active strong {
	background-color: transparent;
	color: Fuchsia;
}

a:hover, a:hover em, a:hover strong {
	color: Red;
	background-color: transparent;
}

a img {
	background-color: transparent;
	color: inherit;
/*	border: none;*/
	border-width: 0px;
}

/* ----- Header tags ----- (^.^)/ (^.^)/ (^.^)/ (^.^)/ (^.^)/ */
h1, h2, h3 {
	background-color: transparent;
	color: #005A9C;
}
h1 {
	font: bold 170% sans-serif;
}
h2 {
	font: bold 140% sans-serif;
}
h3 {
	font: bold 120% sans-serif;
}
h4 {
	font: bold 100% sans-serif;
}
h5 {
	font: italic 100% sans-serif;
}
h6 {
	font: small-caps 100% sans-serif;
}

/* ----- Table tags ----- (^.^)/ (^.^)/ (^.^)/ (^.^)/ (^.^)/ */
table caption {
	font-weight: bold;
}

table th {
	background-color: #FFFF99;
	color: inherit;
	font-weight: bold;
}

table td {
	background-color: #FFFFCC;
	color: inherit;
}

/* ----- List tags ----- (^.^)/ (^.^)/ (^.^)/ (^.^)/ (^.^)/ */
dl dt {
	font-family: sans-serif;
	font-weight: bold;
}
dl dd {
	font-family: serif;
	font-weight: normal;
}

/* ----- other inline tags ----- (^.^)/ (^.^)/ (^.^)/ (^.^)/ (^.^)/ */
em {
	background-color: transparent;
	color: #C00000;
	font-style: italic;
}
strong {
	background-color: transparent;
	color: Red;
	font-family: sans-serif;
	font-weight: bold;
}
code {
	background-color: #CCFFFF;
	color: inherit;
	font-family: monospace;
}
pre {
	background-color: #CCFFFF;
	color: inherit;
	font-family: monospace;
	margin-top: 0px;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #6666FF;
}
var {
	background-color: transparent;
	color: Maroon;
	font-family: monospace;
	font-style: italic;
}

/* ----- special classes ----- (^.^)/ (^.^)/ (^.^)/ (^.^)/ (^.^)/ */
p.code {
	background-color: #CCFFFF;
	color: inherit;
	font-family: monospace; 
	margin-top: 0px;
	padding: 1ex;
	border: solid 1px #6666FF;
}
p.notice {
	padding: 1ex;
	border: solid medium #FF6666;
}
span.home {
	font: bold 100% sans-serif;
	position: absolute;
	top: 1ex;
	left: 1ex;
}
span.index {
	font: bold 100% sans-serif;
	position: absolute;
	top: 1ex;
	right: 1ex;
}
var.javaClass {
	background-color: transparent;
	color: green;
	font: bold 100% monospace;
}
p.banners {
	background-color: transparent;
	color: inherit;
	float: right;
	margin: auto;
}
/*
p.validator {
	background-color: transparent;
	color: inherit;
	text-align: right;
	font-family: sans-serif;
	font-size: x-small;
}
*/
/* ----- test! ----- (^.^)/ (^.^)/ (^.^)/ (^.^)/ (^.^)/ */
#header {
	font: bold 100% sans-serif;
	position: absolute;
	top: 1ex;
	left: 1ex;
}

#header p {
	float: left;
	margin: 0;
	padding: 0;
}

#header .quick-menu {
	float: right;
	margin: 0 0 0.2em 0;
	padding: 0 0 0 5em;
}

#header .quick-menu li {
	float:left;
	margin: 0 0 0.2em 1em;
	list-style-type: none;
}

#header .quick-menu li a {
        display: block;
	width: 7em;
	border: solid 1px #000000;
	margin: 0;
	padding: 0;
        text-align: center;
}

