a, a:active, a:focus, a:hover, a:link, a:visited {
    text-decoration: underline;
}
.selection-frame {
	position: absolute;
    left: 50%;
    top: 50%;
    width: 900px;
    margin-left: -400px; /* tj. polovina sirky */
    background-color: white;
    border: 1px solid silver;
} 
.selection-frame-tall {
    height: 420px;
    margin-top: -210px;  /* tj. polovina vysky */
} 
.selection-frame-midtall {
    height: 380px;
    margin-top: -190px;  /* tj. polovina vysky */
} 
.selection-frame-mid {
    height: 320px;
    margin-top: -160px;  /* tj. polovina vysky */
} 
.selection-frame-midsmall {
    height: 260px;
    margin-top: -130px;  /* tj. polovina vysky */
} 
.selection-frame-small {
    height: 192px;
    margin-top: -96px;  /* tj. polovina vysky */
} 
.selection-logo {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.selection-logo-left {
    width: 68px;
    padding-left: 10px;
    padding-right: 10px;
}
.selection-logo-right {
    width: 740px;
    text-align: right;
}
.selection-revision {
    vertical-align: bottom;
    font-family: Segoe UI; 
    font-weight: bold;
    font-size: 9pt;
    color: darkgray;
}
.selection-application-name {
    vertical-align: bottom;
    text-align: right;
    font-family: Segoe UI; 
    font-weight: bold;
    font-size: 10pt;
    color: rgb(12,62,111);
}
.selection-grid {
    border-style: solid;
    border-width: 1px;
    border-color: white;
}
.even {
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 8pt;
} 
.odd {
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 8pt;
}
.hlavicka{
    font-size: 10pt;
	font-weight: bold;
	vertical-align: middle;
	padding-right: 8px;
    text-align: left;
}
