html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #000000;
    color: #FFFFFF;
	background-image: url(kruel_bg.png);
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#page {
    position: relative;
    min-height: 100%;
}

#header, #footer {
    padding: 3px 3px 3px 3px;
    margin: 0;
    background-color: #330000;
    text-align: right;
    font-size: 11pt;
}

#body.frontPage {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#body.finances {
	width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#body.pastebox {
    margin: 10px 10px 10px 10px;
}

#header {
	border-bottom: 1px solid #660000;
}

#footer {
	position: absolute;
	clear: both;
    right: 0;
    bottom: 0;
	border-top: 1px solid #660000;
	border-left: 1px solid #660000;
}

#header div a, #header a {
    color: #ffffff;
    text-decoration: none;
}

#header div a:hover, #header a:hover {
    text-decoration: underline;
}

#subheader {
	text-align: left; 
	border-top: 1px solid #660000; 
	margin-top: 2px; 
	font-size: 10pt; 
	font-weight: normal;
}

#subheader div a, #subheader a {
	font-weight: normal;
}

#pageName {
    font-weight: bold;
    display: inline;
}

#loginBox {
	background-color: #000000;
	background-image: url(klogin.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}

#loginUser {
	position: relative;
	margin-left: 61px;
	margin-top: 56px;
	border-style: none;
	background: none;
	width: 213px;
	height: 28px;
	font-size: 16pt;
}

#loginPass {
	position: relative;
	margin-left: 61px;
	margin-top: 51px;
	border-style: none;
	background: none; 
	width: 213px;
	height: 28px;
	font-size: 16pt;
}

div#loginRemember {
	color: #FFFFFF;
	width: 150px;
	position: relative;
	margin-left: 80px;
	border-style: none;
	background: #000000;
}

#loginSubmit {
	position: relative;
	background-color: #000000;
	margin-left: 100px;
	margin-top: 16px;
	width: 100px;
	height: 32px;
	font-size: 16pt;
	color: #ffffff; 
	border-style: solid;
	border-width: 2px;
	border-color: #ffffff;
}

#loginTitle { 
	color: #ffffff; 
	font-weight: bold;
	top: -10px;
	height: 50px;
	text-align: left;
}

#formErrors {
	display: block;
	position: relative;
	top: -290px;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px 2px 2px 2px;

	background-color: #FFFFFF;
	border-style: solid;
	border-width: 3px;
	border-color: #FF0000;
	font-size: 10pt;
	text-align: center;
	color: #000000;
}

#loginLinks {
	display: block;
	position: relative;
	text-align: center;
	margin-top: 20px;
	font-size: 16pt;
	font-weight: bold;
	color: #ffffff; 
}

a {
	color: #ffffff; 
	text-decoration: none;
	border-bottom: 1px #600 dotted;
}

a:hover {
/*	color: #cccccc; */
	text-decoration: underline;
}

.centreBlock {
	width: 600px;
	margin-top: 50px;	
	margin-left: auto;
	margin-right: auto;
	padding: 2px 2px 2px 2px;
	border-style: solid;
	border-width: 3px;
	border-color: #FFFFFF;
	text-align: center;
	font-size: 9pt;
}

.centreBlock H1 {
	font-size: 16pt;
	background-color: #FFFFFF;
	color: #000000; 
}

.signupOption {
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 20px;
}

.signupOption INPUT {
	float: left;
	position: relative;
	left: -15px;
	margin-right: 5px;
}

.signupDetails {
	text-align: right;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;

}

.signupDetails INPUT {
	margin-left: 10px;
	position: relative;
}

#financeTable {
	background-color: #ffffff;
	color: #000000;
	font-size: 9pt;
	font-family: Verdana, Arial, sans-serif, sans;
    margin-left: auto;
    margin-right: auto;
}

#financeTable .oddRow {
	background-color: #ffdddd;
}

#financeTable TR TD A {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

#financeTable TR TD A:hover {
	text-decoration: underline;
}

#financeNotes {
	width: 500px;
	text-align: left;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
	font-size: 9pt;
}

/* SYNTAX ELEMENTS */

#pastebox {
	white-space: pre;
	margin-top:20px;
    margin-left: auto;
    margin-right: auto;
	font-family: courier new, courier, monospace;
	text-align: left;
	font-size: 9pt;
	/* width:48em; */
	width:100%;
	background-color: #ffffff;
	color:#000000;
}

.syntax_html_entity {
    color: red;
}

.syntax_xml_pi {
    color: blue;
}

.syntax_xml_tag {
    color: #aaf;
}

.syntax_keyword {
    color: #aaf;
}

.syntax_comment {
    color: green;
}

.syntax_literal {
    color: purple;
}

.syntax_sch_literal {
    color: green;
}

#pasteboxForm {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#pasteboxForm table tr td input {
	width: 400px;
}


#fpCentre {
 margin-left: 270px;
 margin-right: 270px;
 padding: 5px;
}

#fpLeft {
 float: left;
}

#fpRight {
 float: right;
}

#fpLeft, #fpRight {
 width: 250px;
 margin: 0;
 padding: 5px;
}

.panel {
	margin-bottom: 10px; 
	}
.panelHeading, .panelText, .panelTextCentre {
	background-color: #330000;
	font-size: 9pt;
	padding-left: 3px;
}

.panelHeading { font-weight: bold; }
.panelTextCentre { text-align: center; }

.panelContent {
 border: 1px solid #660000;
	font-size: 9pt;
 padding: 3px;
	line-height: 120%;
}

.newsText {
 	border: 1px solid #660000;
	font-size: 10pt;
 	padding: 3px;
	padding-left: 100px;
	line-height: 130%;
}

.newsImage {
	position: relative;
	float:left;
	top: 2px;
	left: 2px;
}

#fpBody {
	width: 100%;
	margin-top: 15px;
}


IMG { border: none; }

.event, .event A, .blog, .blog A {
	font-weight: normal;
}

.level_1 { color: grey; }
.level_2 { color: green; }
.level_3 { color: #66f; }
.level_4 { color: purple; }
.level_5 { color: orange; }
.level_6 { color: red; }

#blog {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 10pt;
}

.optcategory {
	color: #fff;
	background-color: #000;
	font-weight: bold;
}

.optsub {
	font-style: italic;
}

.task_table, .diff_table {
	font-size: 9pt;
	font-weight: normal;
	margin: 15px auto;
	border: 1px solid #660000;
	border-spacing: 2px; 
	border-collapse: collapse;
}

.task_table th, .diff_table th {
	white-space: nowrap;
	background-color: #330000;
}

.task_table td, .diff_table td {
	vertical-align: top;
}

.task_table th, .task_table td {
	border: 1px solid #660000;
	padding: 2px 6px;
}

.diff_table th, .diff_table td {
	padding: 2px 6px;
}

.diff_del {
	color: #f66;
}

.diff_add {
	color: #66f;
}

.diff_section {
	color: #f6f;
}

.diff_header {
	color: #6f6;
}

.status_closed {
	text-decoration: line-through;
}

.status_deferred { 
	font-style: italic;
}

.newsText H1 {
	font-size: 16pt;
}

.newsText H2 {
	font-size: 15pt;
}

.newsText H3 {
	font-size: 14pt;
}

.newsText H4 {
	font-size: 13pt;
}

.newsText H5 {
	font-size: 12pt;
}

.comment {
margin: 5px;
font-size: 85%;
}

.comment .fb1 {
background-color: #660000;
font-weight: bold;
padding: 3px;
font-size: 110%;
}

.comment .fb2 {
background-color: #661212;
font-weight: bold;
padding: 3px;
font-size: 110%;
}

.ub {
background-color: #222;
font-weight: bold;
padding: 3px;
font-size: 90%;
}

.wide {
	width: 100%;
}

.clearboth {
	clear: both;
}

div.betamode {
	height: 2.0em;
}

div.betamode p {
	font-size: 1em;
	background-color: #ff0;
	color: #000;
	border: 0.2em dashed #f00;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0.2em;
	z-index: 99999;
}

form.barform {
	display: inline;
}

form.barform input {
	color: #fff;
	background-color: #300;
	border: 1px #600 solid;
}

div.tasks_project_header {
	font-weight: bold;
}

