/*

 Name:		'base.css'
 Author:	Jukka Aho 
 Version:	1.3.1

*/


/* ============================================================ */
/* Body                                                         */
/* ============================================================ */

body {
  color: black;
  background: white;
  background-color: white;
  font-size: 90%;
  font-family: "Arial", "Helvetica", sans-serif;
  line-height: 1.24em;
}


/* ============================================================ */
/* Links                                                        */
/* ============================================================ */

a:link {
	color: #0000ff;
}

a:active {
	color: #ff0000;
}

a:visited {
	color: #990099;
}

/* Image links should not have a blue border */
img {
	border: 0;
}

a.nounderline, a:active.nounderline, a:visited.nounderline, a:link.nounderline {
  color: #000000;
  text-decoration: none;
}


/* ============================================================ */
/* Headers                                                      */
/* ============================================================ */

h1, h2, h3, h4, h5, h6 {
  color: #000055;
  font-family: "Verdana", "Tahoma", "Arial", "Helvetica", sans-serif;
  line-height: 1.24em;
}

h1 {
  font-size: x-large;
}


/* ============================================================ */
/* FAQ                                                          */
/* ============================================================ */

h3.faq, h4.faq, h5.faq, h6.faq {
  font-family: "Arial", "Helvetica", sans-serif; 
  font-style: oblique; 
}

h2.faq {
  background-color: #222277;
  color: #ffffff;
  padding-left: 0.3em;
  padding-right: 0.3em;
  margin-top: 1.5em;
}


/* ============================================================ */
/* Table of Contents                                            */
/* ============================================================ */

h1.toc, h2.toc, h3.toc, h4.toc, h5.toc, h6.toc {
  font-family: "Arial", "Helvetica", sans-serif; 
  font-style: oblique; 
}

ul.toc {
  font-family: "Arial", "Helvetica", sans-serif; 
}

/* Three different levels */

ul.toc li {
  list-style-type: none;
  font-weight: bold;
}

ul.toc li li {
  list-style-type: disc;
  font-weight: normal;
}

ul.toc li li li {
  list-style-type: circle;
  font-weight: normal;
  font-size: 0.9em;
}

/* Remove underlines from TOC links, except when hovering above them */

ul.toc li a {
  text-decoration: none;
}

ul.toc li a:hover {
  text-decoration: underline;
}


/* ============================================================ */
/* Tables                                                       */
/* ============================================================ */

table, td, tr, th {
  font-size: 1em;
}

table, td, th {
  border-style: solid;
  border-color: #bbbbbb;
  border-width: 1px;
  border-collapse: collapse;
}

table {
  border-width: 2px;
}

td {
  background-color: #fbfbff;
}

th {
  background-color: #ddddee;
  font-weight: bold;
}

td, th {
	padding-right: 0.25em;
	padding-left: 0.25em;
}


/* ============================================================ */
/* Loose lists                                                  */
/* ============================================================ */

dl.loose dd, ul.loose li {
  margin-bottom: 1em;
}

dd.loose {
  padding-bottom: 1em;
}


/* ============================================================ */
/* Semantic text styles                                         */
/* ============================================================ */

samp, kbd, pre, tt {
  font-family:  "AmericanTypeWriter", "Courier New", Courier, monospace;
  font-weight: normal;
}

kbd {
  font-weight: bold;
}

tt.menu {
  background-color: #ccccee;
}

/* ============================================================ */
/* Generic semantic styles                                      */
/* ============================================================ */

.importantnotice {
  background-color: #ffffdd;
  padding: 0.7em;
  border-width: 0.2em;
  border-style: solid;
  border-color: #bbbbbb;
}

/* ============================================================ */
/* Generic presentional styles                                  */
/* ============================================================ */

.nowrap {
	white-space: nowrap;
}

.reverse {
  color: #ffffff;
  background-color: #000000;
  font-weight: bold;
  font-size: 80%;
}


/* ============================================================ */
/* New Footer Definitions                                       */
/* ============================================================ */

div#footer {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 0.82em;
}

div#footer hr {
	border-style: solid;
	color: #aaaadd;
}

div#footer div.navibuttons {
	position: relative;
	float: left;
}

div#footer div.authordate {
	text-align: right;
}


/* ============================================================ */
/* Deprecated footer-related definitions                        */
/* ============================================================ */

.smallprint {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 90%;
}

table.smallprint, table.smallprint td {
	border-style: none;
	background-color: transparent;
}
