body, td {
	background: #000000;
	color:#ffe937;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	scrollbar-base-color:#fffc9f;
	scrollbar-track-color:#112211;
	scrollbar-arrow-color:#0088f8;
}

/* Links, displayed files and folders */
a:visited {
	color:#eecc55;
}
a:active {
	color:#ffbbcc;
}
a:hover {
	color:#aaeeff;
	text-decoration:underline;
}
a {
	text-decoration:none;
	font-weight:bold;
	color:#ffdd77;
}

/* Title (current folder) div */
.title_line {
	border:0px;
	background-color:#334457;
	padding:5;
	font-size:10pt;
	color:white;
}
/* Title (current folder) links. comment it to use default link styles */
a.title_link:visited {
	color:white;
}
a.title_link:active {
	color:white;
}
a.title_link:hover {
	color:white;
}
a.title_link {
	color:white;
}
/* if folder have "brothers" a select list is displayed */
.brothers {
	background-color:#000318;
	border:#000634 solid 0px collapse;
	color:#DDBBAA;
	font-family:arial;
	font-weight:bold;
	font-size:8pt;
}
/* submit button */
.brothersubmit {
	font-size:8pt;
}
/* You can define 2 css style for options of the <select> and they will be alternated
   (e.g. change background color...) */
.bros_option_1 {
	background-color:#000318;
}
.bros_option_2 {
	background-color:#223322;
}
/* /title links */

/* Main table */
table {
	border:0;
	padding:4;
}

/* For comment page, just a table in which there are the fields, just for nice effect ;-) */
table.formcomment {
	border:0px
}


/* Inputs in comment or upload form */
td.formcomment {
	border:0px;
}

input {
	background-color:#000318;
	border:#000634 solid 2px collapse;
	color:#AA8866;
	font-family:arial;
	font-weight:bold;
	font-size:10pt;
}

select {
	background-color:#000318;
	border:#000634 solid 2px collapse;
	color:#AA8866;
	font-family:arial;
	font-weight:bold;
	font-size:10pt;
}

textarea {
	background-color:#000318;
	border:#000634 solid 2px collapse;
	color:#AA8866;
	font-family:arial;
	font-weight:bold;
	font-size:10pt;
}

fieldset {
	color:#AA8866;
	border-color:#886644;
}

input.filebutton {
	background-color:#000318;
	border:#000634 solid 2px collapse;
	color:#AA8866;
	font-family:arial;
	font-weight:bold;
	font-size:10pt;
}

img {
	border:0;
	margin:0;
	padding:0;
}