/*
 * inkvizice
 * $Id: global.css,v 1.14 2005/01/25 10:47:29 novap2am Exp $
 * global stylesheet
 */

body {
	background-color: black;
	color: white;
	font-family: serif;
	margin: 0px;
}

th {
	text-align: left;
}

a {
	color: #dd0000;
	text-decoration: underline;
}

a:active {
	color: #ff0000;
}

img {
	border: none;
}

div#main_title {
	/* main title area */
	text-align: right;
	margin-top: 10px;
	margin-right: 20px;
}

div#main_title img#logo_main {
	/* main logo */
}

div#main_title span#main_title_text {
	/* page title text */
	font-size: x-large;
	font-weight: bold;
}

div#leftblock {
	/* left navigation block */
	margin-top: 20px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-weight: bold;
	font-size: small;
}

div#leftblock div#infoblock {
	margin-bottom: 0px;
	margin-left: 10px;
}

div#leftblock p#login_info  {
	margin: 0px;
}

div#leftblock p#links {
	margin: 3px 0px 0px 0px;
	padding: 0px;
	background-color: #330000;
	padding: 7px;
}

div#leftblock p#links a {
	display: inline;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
}

div#leftblock p#links a.active {
	background-color: #9a0000;
}

div#leftblock p#links a:hover {
	background-color: #780000;
}

div#leftblock p#links a.active:hover {
	background: #9a0000;
}

div#mainbody {
	/* main body area */
	padding: 10px;
}

div#mainbody div#footnote {
	/* footnote in the main body area */
	margin-top: 20px;
	font-size: x-small;
	color: #adafac;
}

div#mainbody div#home_logo {
	text-align: center;
	margin-top: 30px;
}

div#nvpoint {
	/* stats measure code */
	position: absolute;
	right: 0px;
	top: 0px;
	overflow: hidden;
	width: 5px;
	height: 5px;
}

div#nvpoint, div#nvpoint img {
	border: none;
	margin: 0px;
	padding: 0px;
}

table td, table th {
	/* styles for tables that should be visible */
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #9a0000;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
}

table tr:hover {
	background-color: #330000;
}

tr.inactive {
	/* de-emphasized row */
	color: gray;
}

tr.inactive a {
	color: #330000;
}

form span.desc, p.note {
	font-size: small;
}

form span.p_h2 {
	display: block;
	font-size: 1.2em;
	padding-top: 7px;
}

form div.in_form {
	/* div contained in the form element */
}

form p {
	margin-top: 3px;
	margin-bottom: 3px;
}

div.achtung {
	background: #9a0000;
	margin-bottom: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

div.warning {
	background-color: #0aa808;
	margin-bottom: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

div#bottom_banner {
	margin-top: 40em;
	bottom: 5px;
	text-align: center;
}

div#bottom_banner, div#bottom_banner a {
	font-size: x-small;
}

div#bottom_banner a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif
}

div#bottom_banner a:hover {
	color: #9a0000;
}

#contacts { display: none; }

div.popis {
	/* popis nejake entity (inkvizitor, trest, ...) */
}

div.web_text {
	/* uvodni text na strance */
	font-size: small;
	margin-bottom: 1em;
}

div.hrich_komentar {
	/* komentar navstevnika u hrichu */
	border-bottom: 1px dotted #780000;
	padding-top: 0px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 2px;
}

div.hrich_komentar p.hlavicka {
	/* hlavicka komentare */
	font-size: 0.8em;
	color: #ba0000;
	margin-top: 4px;
	margin-bottom: 2px;
}

div.hrich_komentar p.hlavicka span.datum,
div.hrich_komentar p.hlavicka span.nick,
div.hrich_komentar p.hlavicka span.trest {
	/* pole hlavicky komentare */
	font-size: larger;
	color: white;
}

div.hrich_komentar p.telo {
	/* telo komentare */
	margin-top: 0px;
	margin-bottom: 4px;
}

p.case_desc {
	/* popis hrichu */
	margin-top: 0px;
}

span.case_item_name {
	/* jmeno polozky v popisu hrichu */
	font-size: 0.8em;
	color: #ba0000;
}

span.case_item_value {
	/* hodnota polozky v popisu hrichu */
}

input[type='submit'][name='send'] {
	display: none;
}
