/*
    Charon - Download System
    Copyright (C) 2005, Michiel "El Muerte" Hendriks

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/
/* $Id: default.css,v 1.14 2005/03/11 16:58:05 elmuerte Exp $ */

BODY {
	background-color: White;
	color: black;
	font-family: sans-serif;
	font-size: 12pt;
}
	
H1 {
	background-image: url('UnrealAdmin.gif');
	background-repeat: no-repeat;
	height: 48px;
	width: 286px;
	margin: 0px;
}

HR {
	background-color: #95CBFF;
	border: 1px solid #95CBFF;
	height: 2px;
}
	
ADDRESS {
	font-size: smaller;
}

H1 SPAN {
	display: none;
}

H2 {
	background-color: #95CBFF;
	border: 1px solid black;
	margin: 0px;
	margin-bottom: 5px;
	font-size: 11pt;
	padding-left: 3px;
}

A {
	text-decoration: none;
	color: navy;
}

FORM { 
	display: inline; 
}

BUTTON {
	background-color: silver;
	border-width: 1px;
}

A:Visited {
	color: Maroon;
}

A:Hover {
	color: blue;
}

H2 A:Visited {
	color: navy;
}

H2 A:Hover {
	color: blue;
}

A IMG {
	border: none;
}

TABLE {
	width: 100%;
	border-collapse: collapse;
}

TH {
	font-size: 10pt;
	border-bottom: 1px solid black;
	background-color: #ddd;
}

TH A IMG {
	vertical-align: bottom;
}

TR.row0 {
	background-color: transparent;
}
	
TR.row1 {
	background-color: #eee;
}
	
TD {
	padding: 2px;
}

TD.size {
	font-family: monospace;
	text-align: right;
	font-size: 12pt;
}

PRE {
	font-size: 11pt;
}

P {
	margin-top: 0px;
}
	
TD.date {
	text-align: right;
}	

#header TD {
	padding: 0px;
}

/* navbar */

TD.navbar {
	text-align: right;
	vertical-align: bottom;
}

TD.navbar DIV {
	background-color: silver;
	border: 2px solid silver;
	border-width: 2px 2px 0px 2px;
	border-color: #ddd #888 #888 #ddd;
	font-size: 8pt;
	font-weight: bold;
	padding: 1px;
	padding-bottom: 2px;
	float: right;	
}

TD.navbar UL {	
	display: inline;
	margin: 0px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0px;	
}

TD.navbar LI {
	display: inline;	
	border-right: 1px solid #999;
	border-left: 1px solid #eee;
	line-height: normal;
	text-transform: lowercase;
	margin: 0px !important;
}

#search {
	border-right: none;
	padding-left: 10px;
}

#home {
	border-left: none;
}

TD.navbar FORM {
	display: inline;
}

TD.navbar FORM INPUT {
	font-size: 8pt;
	padding-left: 2px;
	border-width: 1px;
	background-color: #cfcfcf;
	width: 125px !important;
}

TD.navbar FORM BUTTON {
	font-size: 8pt;
	border-width: 1px;
	background-color: #bbb;
	margin-left: 2px;
	width: auto;
}

A.btn, A.btn:Hover, A.btn:Visited {
	padding-left: 10px;
	padding-right: 10px;
	color: black;
}

TD.nofiles {
	line-height: 50px;
	color: gray;
	text-align: center;
	font-style: italic;
	
}

SPAN.toggleInfo {
	font-size: 7pt;
	cursor: pointer;
	padding: 1px 2px 1px 2px;
	background-color: #ddd;
	border: 1px solid gray;
	color: blue;
	vertical-align: middle;
}

#buttons {
	display: inline;
}

#buttons BR {
	display: none;
}

#buttons A {
	clear: right;
	float: right;
}

LABEL {
	cursor: pointer;
}
