@CHARSET "UTF-8";

/* PRISTUP */

.perm {
	font-family: monospace;
}

.permY {
	background: #0c0;
}

.permN {
	background: #e33;
}

.permY.perm0 {
	background: #beb;
}

.permN.perm0 {
	background: #e99;
}

.error_message {
	color: #FF0000;
	font-size: 10pt;
}


/* AKCIE */
div.akcie {
	background-color: #fafafa;
	border: solid 1px #aaaaaa;
	margin: 2pt;
	padding: 1pt;
}

div.akcie a {
	color: black;
}

/* FORMULAR */

table.formular {
}
	
table.formular td.pole {
	width: 25%;
}

table.formular td.hodnota {
}

/* VLASTNOSTI */
table.vlastnosti {
	width: 100%;
	border: solid 2px #999999;
	border-bottom-width: 1px;
}
	
table.vlastnosti td.pole {
	width: 25%;
	background: #f0f0f0;
	font-weight: bold;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #666666;
	padding-right: 2pt;
}

table.vlastnosti td.hodnota {
	width: auto;
	background: #ffffff;
	border-bottom: solid 1px #999999;
	padding-left: 2pt;
}

/* POI */
.poibox	{vertical-align: top; border-bottom: 1px solid #E1E1E1; padding: 6 0 7 0px;}
th.poibox	{ background-color: #f0f0f0; border-color: #999999; text-align: left;}
.poiboxt	{font-family: tahoma, arial; font-size: 10pt; line-height: 14px; color: #333333;}
.poiboxt a	{color: #333333; text-decoration: none;}
.poiboxt a:hover {color: #333333; text-decoration: underline;}
.poiboxm	 {font-family: tahoma, arial; font-size: 10px; line-height: 14px; color: #333333; text-align: right;}
.poiboxm a	 {color: #00A2FF; text-decoration: none;}
.poiboxm a:hover {color: #00A2FF; text-decoration: underline;}
table.poibox	{color: #333333; font-family: arial; font-size: 10pt; line-height: 13px; padding: 0px; background-color: #FAFAFA; border: 1px solid #999999;  vertical-align: top;}
div.poibox	{color: #333333; font-family: arial; font-size: 10pt; line-height: 13px; padding: 6 6 7 6px; background-color: #FAFAFA; border: 1px solid #999999;  vertical-align: top;}
div.dlhyPopis	{ font-size: 8pt; }
td a.kratkyPopis	{ font-weight: bold; }
