@import url('style.php?css=header');
@import url('style.php?css=box');
@import url('style.php?css=table');

body {
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

div.contents {
	padding: 20px;
	padding-top: 0px;
}

h1, h2, h3 {
	color: #666;
}

img {
	border: 0;
	behavior: url('styles/iepngfix.htc');
}

div.photo {
	float: right;
	clear: right;
	margin-left: 20px;
}

a {
	color: #496581;
}

a:hover {
	color: #5e83a7;
	text-decoration: none;
}

ul {
	list-style-image: url('../images/bullet.png');
}

hr {
	border: 0;
	border-top: 1px solid #718898;
}

div#flash {
	position: absolute;
	display: none;
	top: 0;
	left: 100px;
	width: 300px;
	height: 30px;
	background-color: #eee;
	padding: 10px;
	border: 1px solid #aaa;
}

div#flash img.loader {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-top: -5px;
	margin-right: -5px;
	float: right;
}

h3#subheader {
	margin-top: -20px;
	font-size: 1em;
	padding-left: 15px;
	font-style: italic;
}

div.code {
	margin-left: 15px;
	padding: 5px;
	padding-left: 15px;
	border-left: 4px solid #bebebe;
	font-family: monospace, monaco, courier new, courier;
	white-space: pre;
	font-size: 0.8em;
	background-color: #ebebeb;
}

div.code span.keyword {
	font-weight: bold;
	color: #00558c;
}

div.code span.number {
	color: #da00e3;
}

div.code span.constant {
	color: #da00e3;
}

div.code span.comment {
	color: #008e00;
}

div.code span.string {
	color: #008e00;
}

div.code span.preprocessor {
	color: #a020f0;
}

div.code span.type {
	color: #ae0000;
}
