/*
DemonTPx.com CSS

Basic Scheme colors:
yellow/orange: #FC0
red/brown: #C40
black: #000
*/

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	background-color: white;
	background: url('http://demontpx.com/images/phoenix.gif');
	background-attachment: fixed;
	background-position: bottom right;
	background-repeat: no-repeat;
	font-family: trebuchet ms, tahoma, verdana, arial, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow-y: scroll;
}

#container {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

#head {
	width: 1000px;
	height: 100px;
	background: url('http://demontpx.com/images/top_back.gif') repeat-x;
	padding: 0;
	margin: 0;
}

#main {
	width: 1000px;
	text-align: justify;
	font-size: 10pt;
}


#head h1 {
	margin: 0;
	float: left;
}

#head h1 a {
	display: block;
	width: 450px;
	height: 100px;
	background: transparent url('http://demontpx.com/images/top_logo.gif') no-repeat;
	padding: 0;
}

#headmenu {
	padding: 0;
	margin: 0;
	font-size: 8pt;
}

#footer {
	font-size: 8pt;
	text-align: center;
	color: #aaa;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:active {
	color: #aaa;
	text-decoration: underline;
}

#imgpreload {
	visibility: hidden;
	position: absolute;
	left: -1000px;
	top: -1000px
}

#headmenu ul {
	padding: 72px 0 0 0;
	margin: 0;
}

#headmenu ul li {
	display: block;
	float: left;
	margin: 5px 1px 0;
}

#headmenu ul li a {
	display: block;
	background: transparent url('http://demontpx.com/images/knop_normaal.gif') no-repeat;
	color: white;
	width: 100px;
	height: 19px;
	padding-top: 2px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#headmenu ul li a:hover {
	background: transparent url('http://demontpx.com/images/knop_muisover.gif') no-repeat;
}

#menu ul {
	margin: 0 0 2px;
	padding: 0;
}

#menu ul li {
	display: block;
	list-style: none;
}

#menu ul li.category  {
	padding-top: 2px;
	font-weight: bold;
}

#menu ul li.item {
	font-weight: normal;
	padding-right: 5px;
}

#menu ul li.item a {
	display: block;
	width: 99%;
}

#main ul { padding-left: 10px; }
#main ul li {
	display: block;
}
#main ul li a {
	display: block;
}
#main ul li.even{
	background-color: #eee;
}
#main ul li.oneven{
	background-color: #ddd;
}

#files {
	margin-bottom: 2em;
}

#files table {
	width: 100%;
	border-collapse: collapse;
}

#files table tr th {
	padding: 5px;
	font-size: 10pt;
}

#files table tr td {
	background-color: #eee;
	border-bottom: 1px solid white;
	font-size: 10pt;
}

#files table tr:hover td {
	background-color: #f4f4f4;
}

#files table tr td a {
	color: #000;
	display: block;
	padding: 5px;
}

img.icon {
	vertical-align: bottom;
}

a {
	color: #C40;
	text-decoration: none;
}

a:hover {
	color: #C40;
}

h1 {
	color: #C40;
	font-size: 16pt;
	margin: 0;
}

h2 {
	color: #C40;
	font-size: 14pt;
	margin: 5px 0 0 0;
}

h3 {
	color: #888;
	text-indent: 5px;
	font-size: 12pt;
	margin: 5px 0 0 0;
}

h4 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
}

img {
	border: 0;
}

.error {
	background-color: #CCC;
	border: 1px solid red;
	padding: 2px;
}

#code {
	border: 2px solid #ddd;
	background-color: #eee;
}

input {
	border: 1px solid #CCC;
	background-color: #EEE;
	font-family: trebuchet ms, tahoma, verdana, arial, sans-serif;
	font-size: 10pt;
}

input[type="text"] {
	min-width: 500px;
}

textarea {
	border: 1px solid #CCC;
	background-color: #EEE;
	font-family: trebuchet ms, tahoma, verdana, arial, sans-serif;
	font-size: 10pt;
}

input.button {
	border: 0;
	background: transparent url('http://demontpx.com/images/knop_normaal.gif');
	color: white;
	width: 100px;
	height: 19px;
	min-width: 100px;
	font-weight: bold;
	font-size: 8pt;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

input.button:hover {
	background: transparent url('http://demontpx.com/images/knop_muisover.gif');
}
