/* Dalsi tagy */

/* ODKAZY */

a, a *, * a {
	color: inherit;
	text-decoration: none;
	color: #009CDD;
	font-weight: bold;
}
a:hover, a:hover * {
        text-decoration: underline;
}
/*
li a, p a, q a, td a, * a {
        color: #009CDD;
	font-weight: bold;
}
*/

a.thumb {
        display: block;
        float: left;
        margin-right: 20px;
}
h1 a { text-decoration: none; }

/* OBRAZKY */

img { border: 0; }

/* LISTY */

ul {
        /* margin-left: 8px; */
}
ul li {
        list-style-type: disc;
        color: inherit;
}
ul ul li {
        list-style-type: circle;
}

/* Nadpisy */

h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
        font-family:  Arial, Helvetica, sans-serif;
        font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 { font-size: 20px; color: #009CDD; }
h2 { font-size: 16px; }
h3, h4, h5, h6 { font-size: 12px; }

h1 small { font-size: 15px; }

/* TODO: odstranit .content */
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	margin-top: 10px;
}

/* Automaticke stylovani tabulek bez class="undecorated" */
table { border-collapse: collapse; margin-bottom: 5px; } /* !COLLAPSE NEODSTRANOVAT! */
table:not(.undecorated)>*,
table:not(.undecorated) tr>* { color: black; padding: 4px; }

/* sudy/lichy */
table:not(.undecorated) tr:nth-child(odd) { background-color: #FFFFF9; }
table:not(.undecorated) tr:nth-child(even) { background-color: #F0F0E9; }

/* ramecky */
table:not(.undecorated) tr,
table:not(.undecorated) td,
table:not(.undecorated) th,
table:not(.undecorated) thead { border: 1px solid lightgrey; }

/* nadpisy tabulek */
table:not(.undecorated) th,
table:not(.undecorated) tbody th { /* background-color: #EFC627; */ background-color: #DDDDD0; }
table:not(.undecorated) caption {
	background-color: #EFC627;
	text-transform: uppercase;
	font-weight: bold;
}

/* Inputy v tabulkach (chaosuv login form zjednodusen) */
form, form table { width: 100%; }
table select, table input, table textarea { width: 95%; float:right; }
table select, table input[type="submit"] { width: 97%; }
