﻿/* Platí pre celý lmsystem */

/* *** universal selector - default values *** */
* 
{
	border: 0;
	margin: 0; 
	padding: 0;
}

/* *** element type selector *** */
body 
{
	background-color: #fff;
	font-family: helvetica,arial,sans-serif;
	font-size: 100%;
	line-height: 1.3em;
}

.glob_nav /* vrchná lišta s linkami von */
{ 
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.2em;
	max-width: 64em;
	padding-left: 0.2em;
	padding-bottom: 0em;
	z-index: 1;
}

#global /* obálka */
{
	background-color: #fff;
	border: 0em solid black;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5em;
	padding-bottom: 1.25em;
	max-width: 64em;
}

#header /* vrchný pruh */
{
	background-color: #333;
	padding: 0.25em;
	height: 1.5em;	
}

#title /* nadpis vo vrchnom pruhu */
{
	font-weight: bold;
	color: #fff;
	margin-left: 4em;
}

#TitleLogo /* logo v nadpise vo vrchnom pruhu */
{
	position: relative;
	float: left;
	height: 4em;
	margin-top: -2em;
}

#cont /* obálka pre stredný pruh */
{
	padding: 0.25em;
	padding-top: 0.5em;
}

#main /* stredný pruh */
{
	position: relative;
	margin-top: 0.625em;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.25em;
	padding-right: 0em;
	color: #fff;
}

#content /* hlavná časť stránky*/
{
	border-left: 1px solid;
	margin-left: 12.5em;
	margin-right: 0em;
	padding: 0.25em;
	padding-left: 0.5em;
	min-height:30em;
	min-width: 37.5em;
	color: #000;
}

#navigation /* navigačný strom */
{
	position: absolute;
	top: 0em;
	border-right: 1px solid;
	padding-left: 0em;
	width: 12.5em;
	font-family: helvetica,arial,sans-serif;
	font-size: 1em;
	color: #000;
}

#revised /* revidované*/
{
	clear: both;
}

#footer /* spodný pruh*/
{
	background-color: #333;
	margin-left: 12.5em;
	padding: 0.67em;
	padding-top: 0.33em;
	padding-bottom: 0em;
	text-align: right;
	color: #fff;
}

/*img*/.Logo 
{
	float: right;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}

/*div*/.ShowHide  /* umožňuje zobraziť/skryť nasledovný div - TreeNode alebo HistEvent */
{
	cursor: /*url('images/pointer.cur'),*/ pointer;
	background-image: url('images/background/ClosedFolder_2.png');
	background-repeat: no-repeat;
	background-size: 0.5em 0.875em;
	padding-left: 1em;
	font-weight: 600;
}

/*div*/.TreeNode 
{
	position: relative;
	cursor: pointer;
	padding-left: 1em;
	display: none;
	font-size: 0.98em;
}

div.Section {
	margin-top: 1.3em;
}

div.Section>p:first-child {
	font-weight: bold;
	font-size: 110%;
}

h1, h2, h3, h4 {
	margin-bottom: 0.33em;
	font-family: verdana, helvetica,arial,sans-serif;
}

h5 {
	font-size: 0.99em;
	font-weight: bold; 
	text-decoration: underline; 
}

h1 {font-size: 1.4em; margin-bottom:0.33em}
h2 {font-size: 1.2em;}
h3 {font-size: 1.0em;}
h4 {font-size: 0.85em;}

p {
	margin-top: .5em;
	min-width: 15em;
}

br {
	line-height: 1.2em;/* Ak dáš viac ako 1.0em, zväčšíš medzeru za <br />; zmenšiť sa nedá */
}


p.More {
	text-align: right;
}

ul {
	margin-left: 2.5em;
}

table {
	border-width: 0.1em; 
	border-style: solid;
	border-color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

td {
	font-family: "Courier new", Arial, Helvetica, sans-serif;
	padding-left: 0.3em;
	padding-right: 0.3em;
	text-align: right;
	border-bottom: 1px solid;
	border-color: #e0e1e0;
}

/* *** class selector *** */

/*
.clear {
	clear: both;
}
*/

/*div*/.Text {
	position: relative;
	cursor: default;
	padding-left: 1em;
	display: none;
	font-size: 0.98em;
}

/*table*/.Info {
	padding: 0.25em;
	width: 23.5em;
	font-size: 1.0em;
	float: left;
	margin-right: 0.5em;
	margin-top: 0.25em;
	width: 99%;
}

td.Label {
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	font-weight:bold;
	padding-left:0.33em;
	padding-right:0.33em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-right: 1px solid;
	border-color: #e0e1e0;
}

td.Value {
	text-align: left;
	padding-left: 0.4em;
	padding-right: 0.4em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
hr {
	background-color:#000; 
	height:0.0625em; /* 1/16 */
}


/* *** pseudo-class *** */
a:link {color: #000; text-decoration: none;}
a:active {color: #000; text-decoration: underline;}
a:visited {color: #000; text-decoration: underline;}
a:hover {color: #00f; text-decoration: none;}
a:target {background-color: #def;  text-decoration: underline;}
/*a:target {background-color: #8ff;}*/

a.MainMenu:link {color: #223232; text-decoration: none; font-size: 0.9em;}
a.MainMenu:active {color: #223232; text-decoration: none;}
a.MainMenu:visited {color: #223232; text-decoration: none;}
a.MainMenu:hover {color: #223200; text-decoration: none;}

a.More {color: #00f; text-decoration: underline;}

/* *** id selector *** */
/*div*/.HistEvent { /* na hlavnej ploche - dá sa zobraziť/skryť kliknutím na div.ShowHide */
/*	font-weight:bold;*/
	padding-left: 1em;
	font-size: 1em;
}

