/*
	style.css
	Copyright 2002-2008 by Christopher Heng. All rights reserved.
	http://www.thesitewizard.com/
*/

body {
	background: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em ;
}
a:link {
	color: blue ;
	background: transparent ;
}
a:visited {
	color: purple ;
	background: transparent ;
}
a:hover {
	color: black ;
	background: #cfc ;
}
a:active {
	color: red ;
	background: transparent ;
}
h1 {
	font-size: 1.4em ;
	margin: 1px ;
	line-height: 1.1em ;
}
h2 {
	font-size: 1.1em ;
	font-weight: bold ;
	margin: 1px ;
}
h3 {
	font-size: 1.1em ;
	font-weight: bold ;
	margin: 1px ;
}
ol.content {
	margin-left: 0 ;
	padding-left: 2.5em ;
}
ol.content li {
	margin-bottom: 1.5em ;
}
ul.content {
	margin-left: 0 ;
	padding-left: 1.1em ;
	list-style-type: disc ;
}
ul.content li {
	margin-bottom: 1.5em ;
}
ol.content2 {
	margin-left: 0 ;
	padding-left: 1.1em ;
}
ol.content2 li {
	margin-bottom: 1.5em ;
	list-style-type: lower-alpha ;
}
ul.listoflinks {
	margin-left: 0 ;
	margin-top: 0 ;
	margin-bottom: 0 ;
	padding-left: 1.1em ;
	list-style-type: disc ;
}
ul.listoflinks li {
	margin-top: 0 ;
	margin-bottom: 0 ;
}

div.toppanel {
	position: absolute ;
	left: 5px ;
	top: 5px ;
	width: 98% ;
}
div.logo {
	position: absolute ;
	left: 0px ;
	top: 0px ;
	width: 202px ;
}
div.toptitle {
	position: absolute ;
	top: 0 ;
	left: 210px ;
	color: black ;
	background: #9cf ;
	border-top: 1px solid #c0ffff ;
	border-right: 1px solid #00f ;
	border-bottom: 1px solid #00f ;
	border-left: 1px solid #c0ffff ;
	padding: 5px ;
}
div.sidepanel {
	position: absolute ;
	top: 50px ;
	left: 5px ;
	width: 200px ;
	text-align: center ;
}
div.newmaincontent {
	position: absolute ;
	top: 5px ;
	left: 220px ;
	right: 0 ;
	width: auto ;
	line-height: 1.3em ;
	padding-right: 0.5em ;
}
div.newtoptitle {
	color: black ;
	background: #9cf ;
	padding: 8px ;
	border-top: 1px solid #c0ffff ;
	border-right: 1px solid #00f ;
	border-bottom: 1px solid #00f ;
	border-left: 1px solid #c0ffff ;
}
div.maincontent {
	position: absolute ;
	top: 150px ;
	left: 220px ;
	right: 0 ;
	width: auto ;
	line-height: 1.3em ;
	padding-right: 0.5em ;
}
div.codeblock {
	border: 1px solid green;
	font-family: "Courier New", Courier, monospace;
	font-size: 95% ;
	padding: 8px ;
}
div.copyright {
	clear: both ;
	color: black ;
	background: #9cf ;
	padding: 4px ;
	border-top: 1px solid #c0ffff ;
	border-right: 1px solid #00f ;
	border-bottom: 1px solid #00f ;
	border-left: 1px solid #c0ffff ;
}
div#breadcrumbs {
	padding-left: 8px ;
	padding-right: 8px ;
	color: black ;
	background-color: white ;
	border: 1px solid black ;
	margin-bottom: 12px ;
}
input.searchentry {
	width: 100px ;
}

/* menu buttons */
div.searchbutton {
	color: black ;
	background: white ;
	border: 1px solid #808080 ;
	margin: 4px;
}
div.button {
	color: black ;
	background: #9cf ;
	border-top: 1px solid #c0ffff ;
	border-right: 1px solid #00f ;
	border-bottom: 1px solid #00f ;
	border-left: 1px solid #c0ffff ;
	padding: 0 ;
	margin: 0 ;
}
a.menubutton:link, a.menubutton:visited {
	text-decoration: none ;
	color: black ;
	background: #9cf ;
	display: block ;
	padding: 3px ;
}
a.menubutton:hover {
	text-decoration: none ;
	color: yellow ;
	background: #0000c0 ;
	display: block ;
	padding: 3px ;
}
a.menubutton:active {
	text-decoration: none ;
	color: yellow ;
	background: #0000c0 ;
	display: block ;
	padding: 3px ;
}
