@charset "UTF-8";

a:link {
	color: orange;
}

a:visited {
	color: magenta;
}

a:active {
	color: #FFFF00;
}

a:hover {
  color: #00BDC0;
  text-decoration: none;
}

body {
	color:#d6e1ec;
	background-color:#060606;
	background-image: url("images/background.gif");
	background-repeat: repeat;
	background-attachment: fixed;
}

h1 {
	clear: left;
	font-size: x-large;
	font-weight: bold;
	background-color: #060606;
	padding-left: 1px;
	text-align: left;
	border-style: solid;
	border-color: #4169E1;
	border-width: 1px 1px 3px 10px;
}

h2 {
	clear: left;
	font-size: large;
	font-weight: bold;
	text-align: left;
	border-style: solid;
	border-color: #4169E1;
	border-width: 0px 0px 1px 0px;
}

h1:first-letter, h2:first-letter {
	color: #FF0000;
}

li {
	line-height: 150%;
}

p {
	line-height: 150%;
	text-indent: 1em;
}

table.filelist,table.filelist th, table.filelist td {
	border-style: solid;
	border-collapse: collapse;
	border-width: 2px;
	border-color: #4169E1;
	background-color: #060606;
}

table.filelist caption {
	font-size: large;
	font-weight: bold;
	text-align: left;
	padding-left: 1px;
	border-style: solid;
	border-color: #4169E1;
	border-width: 0px 0px 0px 10px;
}

table.filelist td.priority {
	text-align: center;
}

table.filelist td.date {
	text-align: center;
}

table.filelist td.size {
	text-align: right;
}

table.filelist tr.new td.name {
	font-weight: bold;
}

table.filelist tr.new td.date, table.filelist tr.new td.size, 
table.filelist tr.fixed td.date, table.filelist tr.fixed td.size,
table.filelist tr.renewal td.date, table.filelist tr.renewal td.size,
table.filelist tr.newcomer td.date, table.filelist tr.newcomer td.size {
	color: #FFFF00;
}

table.filelist td.status {
	width: 120px;
}

table.filelist tr.new td.status {
	background: url(images/new.gif) no-repeat center;
}

table.filelist tr.fixed td.status {
	background: url(images/fixed.gif) no-repeat center;
}

table.filelist tr.renewal td.status {
	background: url(images/renewal.gif) no-repeat center;
}

table.filelist tr.newcomer td.status {
	background: url(images/newcomer.gif) no-repeat center;
}

td {
	line-height: 150%;
}

ul.linklist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.linklist li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	background-color: #060606;
	border: 1px outset #D3D3D3;
	margin-right: 20px;
	margin-bottom: 10px;
}

ul.linklist a {
	display: block;
	text-align: center;
	padding: 2px, 0px;
}

#header {
}

#title {
	font-size: xx-large;
	font-weight: bold;
}

#lastmodified {
	color: #FFFF00;
	font-style: italic;
}

#news {
}

#news li {
	list-style: none;
}

#news span.date {
	color: #FFFF00;
}

#mainbox {
}

#link {
}

#history {
	clear: left;
}

#history th {
	vertical-align: top;
}

#history th.latest {
	color: #FFFF00;
}

#notice {
}

#filelist {
}

#footer {
	clear: left;
}

a.external {
	padding-right: 16px;
	background: url(images/external.gif) no-repeat right center;
}

