body {
	color: #FFFFFF;
	background-color: #112CB8;
	background-image: url("//www.salstar.sk/pic/bg1.jpg");
	font-family: Arial, "Luxi Sans", Helvetica, sans-serif;
}
a {
	color: #F2FF00;
	background: inherit;
	text-decoration: none;
}
a:visited {
	color: #FFA500;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	background: inherit;
	text-decoration: underline;
}
pre {
	font-size: 120%;
}
pre.code {
	margin-left: 30pt;
}
img {
	border-width: 0;
}
ul {
	margin-top: 3px;
}
li form {
	display: inline;
}
li form div {
	display: inline;
}
li input {
	line-height: 1em;
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#menu a {
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}
#menu a:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 110%;
}
table.center {
	margin: 3pt auto 3pt auto;
}
table.tab1 {
	border-style: solid;
	border-width: 1px;
}
td.solid {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}
td.normal {
	vertical-align: top;
}
table.solid {
	border: none;
	margin: 0 auto 0 auto;
	padding: 0;
}
table.solid td {
	border-style: solid;
	border-width: 1px;
	margin: 0;
	padding: 1pt 5pt;
}
.screen {
	font-family: "Courier New", "Courier", sans-serif;
	color: #EFEFEF;
	background-color: #112CB8;
	border: 1px solid #DFDFDF;
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin: 0.5em 0em 0.5em 0em;
}
div.topimages {
	text-align: center;
}
div.topimages img {
	width: 65px;
	height: 65px;
}
img.responsive {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 650px) {
	div.topimages img {
		width: 30px;
		height: 30px;
		margin-left: 1px;
		margin-right: 1px;
	}
	li {
		margin-top: 1px;
		margin-bottom: 1px;
	}
}
div.center {
	text-align: center;
}
.plus10percent {
	font-size: 110%;
}
.verbatim {
	margin-left: 1em;
}

/* CSS TABS */

#tabmenu {
	color: white;
	border-bottom: 3px solid black;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	z-index: 1;
}
#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
}
#tabmenu a {
	color: white;
	background: #008;
	border: 2px solid black;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none;
}
a.active {
	font-weight: bold;
	font-size: 150%;
	background: #008;
}
#tabmenu a.active {
	border-bottom: 3px solid #008;
}
#tabmenu a:hover {
	color: #fff;
	background: #00b;
}
#tabmenu a.active:hover {
	background: #008;
}
#tabcontent {
	background: #008;
	padding: 5px;
	border: 2px solid black;
	border-top: none;
	margin: 0px 0px 5pt 0px;
	overflow: hidden;
	z-index: 2;
}
#tabcontent a {
	text-decoration: none;
	color: white;
}

div.fsimg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 10;
	display: none;
}
img.fsimg {
	position: fixed;
	border: 2px solid #000000;
}
img.hidden {
	display: none;
}

/* stats page */
table.stats {
	border-collapse: collapse;
	max-width: 100%;
	margin: auto;
}
table.stats h2 {
	margin: 0px 10pt 4pt 10pt;
	font-size: 120%;
}
table.stats tr td {
	border: 1px solid white;
	text-align: center;
	vertical-align: top;
	padding: 1pt 5pt 4pt 5pt;
	width: 50%;
}

/* calendar */
div.scal {
	background-color: white;
	color: black;
	font-family: Sans, sans-serif;
	padding: 7pt;
	margin: 0pt 10pt 10pt 10pt;
}
table.scal {
	table-layout: fixed;
	border-collapse: collapse;
}
table.scal tr td {
	border: 2px solid black;
}
table.scal tr td.empty {
	border: 0px;
}
table.scal h2 {
	display: block;
	text-align: left;
	margin: 0;
	font-size: 40pt;
	font-weight: 500;
}
table.scal a {
	text-decoration: none;
	color: inherit;
}
table.scal thead tr td {
	text-align: center;
	font-size: 12pt;
	padding: 5pt 0pt 0pt 0pt;
	border: 0px;
}
table.scal tbody tr td {
	text-align: left;
	vertical-align: top;
	font-size: 10pt;
	min-width: 66pt;
	height: 75pt;
	min-height: 75pt;
}

/* rpmbrowse */
table.rpmbrowse {
	border: 0px;
	margin: -5pt 40pt 15pt 40pt;
}
table.rpmbrowse td {
	padding: 1pt 10pt;
}

/* divs on row */
div.cols {
	border: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
div.cols div {
	display: inline-block;
	vertical-align: top;
}

/* input boxes */
input, select, textarea {
	background-color: white;
	color: black;
}

/* trafgrapher */
div#graph1 {
	padding: 5pt;
}
