body {
	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:2px solid #446644;
	border-collapse:collapse;
	background-color:#334433;
	padding:4;
}

/* For comment page, just a table in which there are the fields, just for nice effect ;-) */
table.formcomment {
	border:0px
}

/* Default <tr> for listing table */
tr {
	color:#CC88DD;
	background-color:#011325;
}

/* Header and footer <tr> in the listing table */
th {
	border:1px solid #446644;
	color:#EEDDAA;
	background-color:#000318;
	font-size:8pt;
	font-weight:bold;
	padding-left:5px;
	padding-right:2px;
}

/* Dafault <td> in listing table. Set here font, paddings... */
td {
	border:1px solid #446644;
	color:#FFDD88;
	background-color:#000214;
	font-size:8pt;
	vertical-align:middle;
	padding-left:5px;
	padding-right:2px;
}

/* The <td> for the file/folder name */
td.name {
	text-align:left;
	border-right:0 none;
}

/* The <td> where add-on are executed (display thumbnail */
/* I've set no border at right for name TD and at left for action TD, so we can not see that */
/* these are 2 TDs, but they are ;-) */
td.action {
	text-align:right;
	border-left:0 none;
	vertical-align:middle;
}

/* The <td> for comment in default template */
td.comment {
	text-align:left;
	background-color:#000107;
	font-size:8pt;
	font-style:italic;
	padding-left:25px;
}

/* 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;
}