/* 
 * Normal content 
 */

body {
	background: #ffffff;
	padding: 10px 0px 10px 0px;
}

div.page {
	width: 500px;
}


div.center {
	text-align: center;
}

div.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	text-transform: lowercase;
	color: black;
}

div.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: black;

	background: #e0d4c0;
	border: 1px solid #989090;
	margin: 0px 0px 5px 0px;
	padding: 3px 3px 3px 3px;
}

div.subsubtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: justify;
	color: black;

	background: #e8e6e0;
	border-top: 1px solid #a8a0a0;
	border-left: 1px solid #a8a0a0;
	border-right: 1px solid #a8a0a0;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
}

div.content {
	background: #fefdfa;
	border: 1px solid #a8a0a0;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: black;
	margin: 0px 0px 10px 0px;
}

pre {
	font-family: Courier, monospace;
	font-size: 12px;
	background: #ffffff;
	border: 1px solid #808080;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}


a:link, a:visited, a:active {
	color: #807068;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*
 * Lists
 */

ol {
	list-style: decimal;
	margin: 0px 0px 10px 40px;
}

ul {
	list-style: square;
	margin: 0px 0px 10px 40px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 1px 0px 0px 0px;
}

dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0px 0px 0px 0px;
}

dt {
	margin: 0px 0px 0px 0px;
}

dd {
	margin: 0px 0px 8px 40px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;

	margin: 10px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #989090;
	border-collapse: collapse;
}

table.noborder {
	border: 0px;
}

tr {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

tr.odd {
	background: #f8f6f4;
}

tr.even {
	background: #fffffe;
}

tr.subheading {
	font-size: 13px;
	font-weight: bold;
	background: #f0ece8;
}

tr.heading {
	font-size: 13px;
	font-weight: bold;
	background: #d8d3d0;
}

td {
	text-align: left;
	vertical-align: top;

	padding: 2px 5px 2px 5px;
	margin: 0px 0px 0px 0px;
}

td.subheading {
	border-bottom: 1px solid #a8a0a0;
	border-top: 1px solid #a8a0a0;
}

td.center {
	text-align: center;
}

td.right {
	text-align: right;
}

th {
	text-align: center;

	padding: 2px 5px 2px 5px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #989090;
	border-top: 1px solid #989090;
}

/* 
 * The index frame 
 */

div.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

div.menu a {
	text-transform: lowercase;
}


div.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	text-align: center;
}

a.copyright:link, a.copyright:visited, a.copyright:active {
	color: black;
	text-decoration: none;
}

a.copyright:hover {
	text-decoration: underline;
}


/*
 * Documentation specific stuff
 */
 
div.doctitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
}
 
div.docsubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
	color: black;
}

div.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: italic;
	font-weight: bold;
	color: #807068;

	text-align: center;
	margin: 30% 0% 0% 0%;
}

div.right {
	float: right
}

div.left {
	float: left
}

