/*
 * Copyright (C) 2003,2004,2005   Robert Nowotniak <rob@submarine.ath.cx>
 *
 *
 */

BODY {
	background-color: black;
	color: #CCCCCC;

	width: auto;
	_width: 770px;
	max-width: 770px;

	margin: 10px auto;
	padding: 0px 10px;
	font-family: Verdana, sans-serif;
	text-align: left;
}
H1 {
	font-size: x-large;
	text-align: center;
	color: #E0E0E0;
}
PRE {
	font-family: Courier, monospace;
	font-size: small;
}
TEXTAREA {
	margin: 0 auto;
	font-family: Courier, monospace;
}
INPUT {
	padding: 3px 10px;
}

textarea, input {
	background-color: #0D202B;
	border: 1px solid orange;
	padding: 2px 4px;
	color: #E0EFF2;
}

acronym {
	cursor: help;
	border-bottom: 1px dashed white;
}

textarea:focus, input[type="text"]:focus {
	background-color: black;
	border: 1px solid red;
}

a {
	/* color: #E6E6FA; */
	text-decoration: none;
	color: white;
}
a:link {
	border-bottom: 1px solid red;
}
a:visited {
	border: none;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
}
a:hover {
	color: yellow;
}

ul.TableOfContents a, ol.TableOfContents a {
	border-bottom: none;
}

HR {
	/*
	border: 1px solid #7A90FF;
	*/
	width: 90%;
	color: #7A90FF;
	background-color: #7A90FF;
	text-align: center;
	height: 1px;
}

q, blockquote, cite {
	color: #E0C000;
	text-align: center;
	font-style: italic;
}

table.simpleTable {
	margin: auto;
	border: 1px solid white;
	border-collapse: collapse;
}
table.simpleTable td {
	padding: 3px 15px;
	border: 1px solid white;
}

table.pliki {
	font-size: smaller;
	border-collapse: collapse;
	border: 1px solid white;
	margin: 3px auto;
}

table.pliki td {
	padding: 1px 5px;
}

table.pliki caption {
	font-size: 130%;
}

UL {
	list-style-type: square;
}

TABLE > CAPTION {
	color: white;
}

STRONG {
	color: white;
}

H2, H3 {
	margin-bottom: 0;
}

/* XXX: MSIE only */
H2 + P, H3 + P {
	margin-top: 0;
}

P {
	margin-bottom: 0.5em;
}
P + P {
	margin-top: 5px;
}

