html {
	margin: 0;
	padding: 0;
	/*
	height: 100%;
	max-height: 100%;
	*/
}

body {
	background-color: #BBF;
	color: black;
	margin: 0;
	padding: 0;
	border: 0;
	/*
	height: 100%;
	max-height: 100%;
	*/
	/* moved to header_overlay
	background-image: url('images/bg_grad.png');
	background-repeat: repeat-x;
	background-position: 0 -16px;
	*/
	/* overflow: hidden; old layout */
}

body.fullscreen {
	/* overflow: auto; old layout */
}

#background {
	position: absolute;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	/*height: 100%;
	min-height: 100%;*/
	padding: 0px;
	/* moved to header overlay
	background-image: url('images/bg_riga.png');
	background-repeat: no-repeat;
	background-position: 30px -5px;
	*/
}

#header_background
{
	/* values should correspond to #background */
	position: absolute;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	padding: 0px;

	height: 170px;

	background-image: url('images/bg_pradlo.png');
	background-position: 90px 0px;
	/*
	background-image: url('images/bg_riga.png');
	background-position: 30px -5px;
	*/
	background-repeat: no-repeat;
	z-index: 1;
}

body.prazata #header_background
{
	background-image: none;
	background-image: url('images/bg_prazata.png');
	background-position: 50px -10px;
}

#header_overlay {
	position: fixed;
	left: 0px;
	top: 0px;

	width: 100%;
	height: 200px;

	background-image: url('images/bg_grad.png');
	background-repeat: repeat-x;
	background-position: 0 -16px;
}

body.fullscreen #header_overlay {
	position: absolute;
}

body.prazata #header_overlay {
	background-image: url('images/bg_grad_blue.png');
}

#header_cover{
	position: absolute;
	height: 180px;
	width: 100%;
	background-image: url('images/bg_grad.png');
	background-repeat: repeat-x;
	background-position: 0 -36px;
	z-index: 1;
}

body.prazata #header_cover {
	background-image: url('images/bg_grad_blue.png');
}

body.prazata {
	background-color: #99F;
	/* moved
	background-image: url('images/bg_grad_blue.png');
	*/
}

body.prazata #background {
	/* moved
	background-image: none;
	background-image: url('images/bg_prazata.png');
	background-position: 50px -10px;
	*/
}

/* TEST
#background {
	background-color: gray;
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	min-height: 100%;
	padding: 0px;
}
*/

#header {
	height: 80px;
	margin: 0px;
	padding: 0px;
}

#header_placeholder {
	height: 110px;
	margin: 0px;
	padding: 0px;
}

a img {
	border: 0px;
	vertical-align: bottom;
}

h1 {
	font-size: 48px;
	font-family: Times;
	font-weight: normal;
	text-shadow: #000 2px 2px 4px;
	margin: 0px;
	padding: 0px;
	text-color: inherit;
	z-index: 1;
}

h1 a {
	position: relative;
	text-decoration: none;
	color: inherit;
	z-index: 2;
	text-shadow: #666 1px 1px 4px;
	font-style: italic;
}
h1 a:hover { text-shadow: #666 2px 2px 4px; text-decoration: none; }

#title_prazata, #title_prazata_dark {
	position: absolute;
	top: 5px;
	left: 350px;
	color: #E00;
}
#title_prazata_dark { color: #A00; }
#title_prazata a:hover, #title_prazata_dark a:hover { color: #F00;}

#title_resonance, #title_resonance_dark {
	position: absolute;
	left: 400px;
	top: 35px;
	color: #00D;
}
#title_resonance_dark { color: #00A; }
#title_resonance a:hover, #title_resonance_dark a:hover { color: #00F;}

body.prazata h1 a {
	text-shadow: #000 1px 1px 2px;
}

#login_info {
	margin-top: 2px;
	font-family: verdana;
	font-size: 12px;
	color: #AAA;
	text-align: right;
}

#login_info .username {
	color: #EEE;
	font-weight: bold;
}

#login_info a {
	color: #AAF;
	background-color: #224;
	padding: 4px;
	border: 1px outset #446;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

#login_info a:hover {
	color: #BBF;
	background-color: #335;
	text-decoration: none;
}

#logo {
	position: absolute;
	top: 20px;
	right: 30px;
	/*width: 120px;
	height: 120px;*/
	text-align: right;

	/*
	background-image: url('images/logo120.jpg');
	background-repeat: no-repeat;
	background-position: center;
	*/
}

#header_divider {
	position: absolute;
	/* top: 95px; *//* vyska 25 */
	top: 80px; /* vyska 75 */
	right: 20px;
}

#header_divider img {
	/*opacity: 1;*/
}

#main_container2 {
	clear: left;
	float: left;
	width: 100%;
	/*
	height: 100%;
	*/

	margin-top:0;
	margin-bottom:0;
	/*overflow: hidden;*/

	margin-top: 0px;
	padding-top: 50px;
}

#main_container1 {
	float: left;
	width: 100%;
	position: relative;
	right: 70%;
	/*
	height: 100%;
	*/
}

#main_menu_container {
	position: absolute;
	width: 20%;
	top: 130px;
	left: 30px;
	/* old layout
	float: left;
	position: relative;
	top: 0px;
	left: 73%;
	z-index: 2;
	*/
	/*overflow: hidden;*/
}

#main_menu_placeholder {
	float: left;
	width: 20%;
	height: 100px;
	position: relative;
	top: -00px; /* was -20 px */
	left: 73%;
	/*overflow: hidden;*/
}

#main_menu {
}

#logo_area {
	position: relative;
	padding: 5px;
	font-size: 12px;
	font-family: Verdana;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#logo_area div.logo_area_header {
	text-align: center;
}

div.logo_area {
	position: relative;
	display: table;
	/*
	border-spacing: 5px 0px;
	margin-left: auto;
	margin-right: auto;
	*/
	margin-top: 5px;
	width: 100%;
	/*
	overflow-x: hidden;
	*/
}

div.logo_area div {
	display: table-row;
}

div.logo_area div div {
	display: table-cell;
	width: 50%;
}

div.logo_window table {
}

div.logo_window table td {
	text-align: center;
	height: 56px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*
div.logo_container {
	text-align: left;
	display: block;
	width: 1000px;
	position: relative;
	left: 0px;
}

div.sponsor_logo {
	display: inline-block;
	text-align: center;
	vertical-align: center;
	font-size: 10px;
	width: 100px;
}

div.sponsor_logo div {
	text-align: center;
	width: 70px;
	padding: 1px;
	margin-left: 5px;
	margin-right: 5px;
}

div.sponsor_logo img, div.logo_window img {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
	margin-right: 4px;
}

table.sponsors {
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
}

table.sponsors td {
	padding: 0px;
	margin: 0px;
	border: 0px;
	padding-left: 2px;
	padding-right: 2px;
	width: 96px;
	text-align: center;
	font-size: 10px;
}
*/


div.sponsor_logo_bar span {
	margin-left: 8px;
	margin-right: 8px;
}

div.sponsor_logo_bar span img {
	vertical-align: middle;
	margin-top: 4px;
	margin-bottom: 4px;
}
/**/

#main {
	float: left;
	/*margin-top: 50px;*/
	width: 74%;
	position: relative;
	left: 76%;
	/*
	height: 100%;
	*/

}

#main_container3 {
	/* height: 90%; from old layout */
}

#content {
}

body.fullscreen #content p {
	/* mobile device browser auto-fit override hack */
	background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

div.content {
	/*height: 100%;*/
	padding: 10px;
	font-size: 14px;
	font-family: Verdana;
	text-align: justify;
	/* overflow: auto; */
}

div.fullscreen div.content {
	/* overflow: inherit; */
}

#content h1, #content h2, #content h3, #content h4 {
	text-align: left;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.articles a {
	text-decoration: underline;
	color: blue;
}
.articles a:hover {
	color: red;
}

h2 {
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2 a {
	color: inherit;
	text-decoration: none;
}

h3 {
	margin-top: 0px;
	margin-bottom: 10px;
}
h3 a {
	color: inherit;
	text-decoration: none;
}

h4 {
}

h3.repertoar {
	text-align: center;
	margin-bottom: 5px;
}

h3.gallery {
	margin-top: 0.5em;
	margin-bottom: 0.3em;
}

h4.gallery {
	margin-top: 0.3em;
	margin-bottom: 0.5em;
}

.right {
	text-align: right;
}
span.right {
	float: right;
	display: inline-block;
	margin-left: 10px;
}
.clear {
	float: none;
	display: block;
	clear: both;
}

#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	/*clear: both;*/
}

ul.main_menu {
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;

	border-style: outset;
	border-color: #222;
}

ul.main_menu li {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	border-width: 2px;
	border-style: outset;
	text-align: center;
}

ul.main_menu li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

/*
ul.main_menu li a:hover {
	text-decoration: underline;
}
*/

table {
	text-align: left;
}

th {
	text-align: center;
}

img.button {
	margin: 2px;
	border: 1px outset #DDD;
	background-color: #CCC;
	padding: 1px;
}

img.button:hover {
	background-color: #EEE;
	border-color: #EEE;
}

img.button_blue {
	background-color: #AAF;
	border-color: #AAF;
}

img.button_silver {
	background-color: #BBB;
	border-color: #BBB;
}

img.button_silver:hover {
	background-color: #DDD;
	border-color: #DDD;
}

table.buttons {
	margin-top: 10px;
	margin-bottom: 10px;
}

table.buttons td {
	width: 20px;
}

table.buttons td.button, table.buttons td.button_active, table.buttons td.plainbutton {
	width: auto;
	border-width: 2px;
	border-style: outset;
	border-color: gray;
	padding: 2px;
	margin: 0px;
	text-align: center;
}

table.buttons td.plainbutton {
	padding: 0px;
	border-width: 3px;
	border-color: #666;
	background-color: gray;
}

table.buttons td.button_active {
	background-color: silver;
}

table.wide {
	width: 100%;
}

td.button a, td.button_active a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-family: sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

td.plainbutton a {
	display: block;
}

td.button a:visited {
}

a.button {
	margin: 2px;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	background: silver;
	border: 1px outset gray;
}

a.button:hover {
	text-decoration: none;
	background: #AAA;
}

table.pager {
	border-spacing: 5px;
}

table.pager td {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #800;
	border: 1px solid black;
	padding: 0px;
}

table.pager td a {
	color: white;
	text-shadow: black 1px 1px 1px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	/*padding-top: 5px;
	padding-bottom: 5px;*/
	margin: 0px;
}

table.pager td a.active {
	font-weight: bold;
}

table.pager td a:hover {
	background-color: #C00;
}

table.internal {
	font-size: 14px;
}

table.akce, table.internal {
	border-spacing: 0px;
	border: 1px solid black;
	margin-top: 20px;
	margin-bottom: 20px;
	color: black;
}

table.akce tr, table.internal tr {
	background-color: #888;
}
table.internal tr:hover {
	background-color: #999;
}

table.akce th, table.internal th {
	background-color: #666;
	padding-left: 5px;
	padding-right: 5px;
}

table.akce td, table.internal td {
	vertical-align: top;
	margin: 0px;
	border-top: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
}

table.docdir {
	font-size: 12px;
	width: 100%;
}

table.docdir td {
	border-top: 1px solid #666;
}

table.akce td.even, table.internal td.even {
	background-color: #999;
}

table.internal td.category {
	text-align: center;
	font-weight: bold;
	background-color: #777;
	font-size: 0.7em;
	color: #800;
}

table.internal a {
	color: black;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}

table.smallfont {
	font-size: 0.9em;
}

table.calendar {
	width: 100%;
	border-spacing: 0px;
	border: 1px outset gray;
	margin-top: 20px;
	margin-bottom: 20px;
	color: black;
}

table.calendar th {
	width: 14%;
	border: 1px inset gray;
	background-color: silver;
}

table.calendar td {
	height: 80px;
	border: 1px inset gray;
	background-color: #EEE;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}

table.calendar td.active {
	background-color: #CCF;
}

table.calendar td.today {
	background-color: #FAA;
	border: 1px solid black;
}

table.calendar td.invalid {
	background-color: #BBB;
}

table.calendar td span.number {
	font-weight: bold;
}

table.calendar td span.weekend {
	color: red;
}

table.calendar td span.info {
	font-size: 0.6em;
}

table.internal th.leftframe, table.internal td.leftframe {
	border-left: 1px solid #444;
	padding-left: 1px;
	padding-right: 1px;
}

table.internal td.dochazka_soustredeni {
	background-color: #898;
}

table.internal tr:hover td.dochazka_soustredeni {
	background-color: #9A9;
}

table.internal td.dochazka_koncert {
	background-color: #988;
}

table.internal tr:hover td.dochazka_koncert {
	background-color: #A99;
}

table.internal td.dochazka_schuze {
	background-color: #889;
}

table.internal tr:hover td.dochazka_schuze {
	background-color: #99A;
}

table.repertoar {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin: 5px;
	border-spacing: 1px;
	background-color: #AAF;
	border: 1px solid #77F;
}

table.repertoar th {
	font-size: 14px;
	text-align: center;
	border: 1px outset #88F;
}

table.repertoar td {
	background-color: #BBF;
	font-size: 14px;
	padding: 2px;
}

table.audiovideo {
	margin-left: 10px;
}

table.audiovideo td {
	background-color: #AAF;
	border: 1px solid #77F;
}

table.audiovideo td a {
	display: block;
	text-decoration: none;
}

table.kontakt {
	margin-top: 20px;
	margin-bottom: 20px;
}
table.kontakt td {
	vertical-align: top;
}

table.align_up td {
	vertical-align: top;
}

table.form td {
	vertical-align: top;
}

div.filters {
	display: block;
	text-align: center;
}
div.filters div {
	display: inline-block;
	background-color: #88F;
	padding: 3px;
	border: 1px solid #66B;
}
div.filters form {
	margin-bottom: 0px;
	text-align: left;
}
div.filters div.left {
	text-align: left;
}

span.edit_button a {
	color: #008;
	font-size:10px;
}

span.red {
	font-weight: bold;
	color: #800;
}

span.note {
	font-size: 14px;
}

div.formframe {
	display: inline-block;
	padding: 10px;
	background-color: #AAE;
	border: 1px solid #99E;
}

table.gallery, table.gallery2 {
	background-color: gray;
	border: 1px solid #444;
	border-spacing: 0px;
	padding: 0px;
}
table.gallery td {
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}

table.gallery td a {
}

table.gallery td a img {
	display: block;
	border: 1px solid black;
}

table.gallery2 td {
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}

table.gallery2 td a img {
	border: 1px solid black;
	padding: 4px;
	background-color: white;
}

table.photo {
	width: 100%;
}

table.photo td {
	text-align: center;
	vertical-align: middle;
}

table.photo td img {
	border: 1px solid black;
}

table.photo td.arrow {
	font-size: 48px;
	color: gray;
	width: 48px;
}

table.photo td.arrow a {
	display: block;
	text-decoration: none;
	color: black;
}

table.photo td.arrow a:hover {
	color: #800;
	/* background-color: #AAD; */
}

div.gallery {
	display: inline-block;
	padding: 10px;
	margin-top: 10px;
	background-color: #999;
	border: 1px solid #888;
}

div.gallery ul {
	list-style-type: none;
	padding: 10px;
	margin: 0px;
}

div.gallery li {
	border-bottom: 1px solid gray;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

div.gallery img {
	margin-right: 10px;
}

div.gallery ul.reorder li {
	border: 1px solid gray;
	padding: 8px;
	background-color: silver;
}

div.gallery ul.reorder img {
	margin-left: 10px;
}

img.internal_cd {
	border: 1px solid black;
	margin: 2px;
}

table.discography {
	width: 100%;
}

table.discography td {
	vertical-align: top;
}

table.discography a, table.discography a#visited {
	color: inherit;
	text-decoration: none;
}

img.cd {
	border: 1px solid black;
	margin: 2px;
	height: 60px;
	width: auto;
}

img.left {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.image, div.image_centered, div.image_right {
	margin-top: 1em;
	margin-bottom: 1em;
}

div.image {
	float: left;
	margin-right: 1em;
}

div.image_right {
	float: right;
	margin-left: 1em;
}

div.image_title {
	font-size: 0.8em;
	text-align: center;
	margin-top: 0.5em;
}

td.plainbutton div.image {
	margin: 0px;
}

.small {
	font-size: 0.8em;
}

.debug {
	margin: 5px;
	padding: 10px;
	background-color: red;
	color: black;
	text-align: left;
	border: 1px solid black;
}

p.message {
	margin: 5px;
	padding: 5px;
	border: 1px solid gray;
	color: #008;
	background-color: #AAF;
	font-weight: bold;
}

p.warning {
	background-color: #FA0;
}

p.error {
	background-color: #F00;
}

.TODO {
	margin: 5px;
	padding: 10px;
	border: 1px solid black;
	color: #800;
	background-color: #88F;
	/*font-weight: bold;*/
}

.TODO:before {
	font-weight: bold;
	content: 'TODO: ';
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

div.center {
	text-align: center;
}
div.centered {
	display: inline-block;
}

ul.menu {
	list-style-type: none;
	width: 250px;
	margin: auto;
	/*
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	*/
}

ul.menu li {
	margin-top: 10px;
	margin-bottom: 10px;
	border-width: 2px;
	border-style: outset;
	border-color: #88F;
	text-align: center;
}

ul.menu li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	background-color: #88F;
	color: black;
	text-shadow: gray 2px 2px 2px;
}

ul.menu li a:hover {
	background-color: #99F;
}

table.internal_list {
	width: 100%;
}

table.internal_list td {
	background-color: silver;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

table.form_list th {
	font-size: 0.8em;
}

table.form_list td {
	border: 1px inset gray;
}

table.form_list li.highlighted {
	background-color: #88C;
}

ul.repertoar {
	list-style-type: none;
	margin: auto;
	padding: 5px;

	height: 300px;
	overflow: auto;
}

ul.repertoar li {
	text-align: left;
	border: 1px solid #999;
	background-color: #AAA;
	padding: 2px;
	margin: 1px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	cursor: pointer;
}

ul.repertoar li a {
	display: block;
	text-decoration: none;
	padding: 1px 8px 1px 8px;
	color: black;
}

ul.repertoar li a.button {
	margin: 0px;
	padding: 0px;
	display: inline;
}

ul.repertoar li.repertoar_block {
	border-radius: 0px;
	background-color: #88F;
	border-top: 1px solid black;
	font-weight: bold;
	text-align: center;
	margin-top: 0.5em;
}

/*
table.internal_list ul.right li a:before {
	font-weight: bold;
	color: silver;
	content: '<< ';
}

table.internal_list ul.left li a:after {
	font-weight: bold;
	color: silver;
	content: ' >>';
}
*/

table.internal_list ul li a:hover {
	background-color: inherit;
	color: #A00;
	text-decoration: underline;
}

table.line {
	border-collapse: collapse;
}

table.line td {
	border: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
}

table.simple {
	background-color: #888;
	margin: 5px;
}
table.simple td {
	text-align: left;
	border: none;
	background-color: inherit;
}
table.simple th {
	background-color: inherit;
}

table.lightframe {
	background-color: #CCC;
	margin: 0px;
	border-collapse: collapse;
}
table.lightframe td, table.lightframe th {
	text-align: left;
	background-color: inherit;
	border: 1px solid #BBB;
	padding-left: 5px;
	padding-right: 5px;
}

table.lightframe th {
	background-color: #BBB;
	border: 1px solid #AAA;
}

table.topleft_align td, table.topleft_align th {
	text-align: left;
	vertical-align: top;
}

ul.repertoar li a:hover {
	color: white;
	background-color:black;
}

ul.info li {
	margin-bottom: 1em;
}

div.ui-datepicker {
	font-size:10px;
}

div.preview {
	background-color: #EEE;
	border: 1px solid black;
	padding: 10px;
}

div.board_note {
	background-color: #FF8;
	margin: 10px;
	padding: 0px;
	border: 1px solid #884;
	font-size: 0.8em;
	max-width: 240px;
	float: left;
}
div.board_note div {
	padding: 6px;
	word-wrap: break-word;
	white-space: -moz-pre-wrap;
	white-space: pre-wrap;
}
div.board_note div div{
	padding: 0px;
}
div.board_note div.board_note_head {
	background-color: #DD6;
}
div.board_note span.link {
	font-size: 0.8em;
	color: blue;
	margin-right: 10px;
}
/*div.board_note span.link a {
}*/

table.forum {
	width: 100%;
}

table.forum th {
	background-color: #44F;
	text-align: left;
	font-size: 0.8em;
}

table.forum th.category {
	border-top: 1px solid #666;
	background-color: #88A;
	font-size: 1em;
}

table.forum tr {
	background-color: #88F;
	border-top: 
}

table.forum tr:hover {
	background-color: #77E;
}

table.forum td {
	border-top: 1px solid #66A;
	border-left: 1px solid #77D;
	padding-bottom: 1em;
}

table.forum th img {
	margin-top: 2px;
	margin-right: 10px;
}

table.forum th a {
	font-weight: normal;
}

table.forum th a:hover {
	text-decoration: underline;
}

table.poll, table.poll td {
	border: 1px inset #448;
	border-spacing: 0px;
	margin: 5px;
}

table.poll, table.poll td {
	background-color: #66C;
}

table.poll td {
	border: none;
	border-top: 1px inset #66C;
	border-bottom: 1px inset #66C;
	padding: 1px;
}

span.info {
	font-size: 0.8em;
	font-weight: normal;
}

table.log tr td {
	padding-left: 5px;
	padding-right: 5px;
}

div.address_bar
{
	background-color: silver;
	padding: 2px;
	border: 1px solid gray;
	color: black;
}

div.tree {
	background-color: white;
	padding: 5px;
	border: 1px solid black;
	color: black;
	font-weight: bold;
}

ul.tree, ul.tree ul {
	list-style-type: none;
	background: url(images/vline.png) repeat-y;
	margin: 0;
	padding: 0;
}

ul.tree ul {
	margin-left: 10px;
}

ul.tree li {
	margin: 0;
	padding: 0 12px;
	line-height: 20px;
	background: url(images/node.png) no-repeat;
	color: black;
	font-weight: bold;
}

ul.tree li.last {
	background: #fff url(images/lastnode.png) no-repeat;
}



table.dirtree {
	background-color: white;
	border: 1px solid black;
}

table.dirtree td {
	color: black;
}

table.toolbar {
	margin: 0px;
	padding: 0px;
	border-spacing: 10px;
	border: 1px solid black;
	background-color: silver;
}

table.toolbar td {
	border-width: 2px;
	border-color: gray;
	border-style: outset;
	padding: 0px;
	margin: 0px;
	background-color: silver;
}

table.toolbar td a {
	padding: 0px;
}

div.divider {
	height: 20px;
}

div.panel {
	display: inline-block;
	background-color: silver;
	border-color: gray;
	border-style: outset;
	border-width: 1px;

}
div.panel_header {
	padding: 3px;
	background-color: #008;
	color: white;
	font-weight: bold;
	font-size: 0.8em;
}
div.panel_body {
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

div.nicEdit-main {
	background-color: white;
}

table.presence th a {
	padding: 2px;
}

span.checkbox {
	display: inline-block;
	background-color: #CCC;
	border: 1px inset #444;
	padding: 0px;
	margin: 1px;
	text-align: center;
	width: 18px;
	height: 18px;
}

span.editablecheckbox {
	background-color: white;
	border-width: 2px;
}

span.checkbox img {
	margin: 1px;
	padding: 0px;
}

table.sqlconsole {
	background-color: black;
	border-collapse: collapse;
}

table.sqlconsole th {
	background-color: silver;
	padding: 2px;
	border: 1px solid black;
}

table.sqlconsole td {
	background-color: white;
	padding: 1px;
	border: 1px solid black;
}

div.navbar {
	/*background-color: #BBF;*/
	border: 1px inset #CCF;
}
div.navbar ul {
	margin: 0px;
	list-style-type: none;
	padding: 2px;
}

div.navbar ul li {
	display: inline-block;
	padding-left: 10px;
	font-weight: bold;
	color: #666;
}

div.navbar ul li a {
	padding-left: 10px;
	font-size: 0.8em;
	font-weight: normal;
	color: #228;
	text-shadow: #AAC 1px 1px 1px;
}

div.navbar ul li a:hover {
	color: #822;
	text-shadow: #C66 2px 2px 2px;
	text-decoration: none;
}

td.center {
	text-align: center;
	vertical-align: middle;
}

/* COLOR SCHEME */
#main_menu {
	background-color: #000;
}
ul.main_menu li { /* tlacitka */
	background-color: #800;
}
ul.main_menu li { /* okraje tlacitek */
	border-color: #B00;
}
ul.main_menu li a, ul.main_menu li a:visited, ul.main_menu li a:hover {
	/* pismo tla citek */
	color: #FFF;
	text-shadow: #000 1px 1px 1px;
}
ul.main_menu li a:hover {
	background-color: #A00;
}
table.buttons td.button, table.buttons td.button_active {
	background-color: #800;
}
table.buttons td a {
	color: #EEE;
	text-shadow: #000 1px 1px 1px;
}
#content {
	/* background-color: silver; */
}
h2 {
	color: #004;
}
h2.main {
	font-size: 26px;
	color: #CCF;
	text-shadow: #002 2px 2px 6px;
}

div.articles h2, div.articles h3 {
	text-align: center;
}
div.articles h2 {
	margin-top: 1em;
}
div.articles ul {
	border: 1px solid gray;
	list-style-type: none;
	padding: 10px;
}
div.articles ul li a {
	font-size: 0.8em;
	text-decoration: none;
	color: black;
}
div.articles ul li a:hover {
	text-decoration: underline;
}
div.articles {
	/* font-size: 0.8em; */
}

ul.dm-upload-filelist {
	overflow-y: scroll !important;
	min-height: 100px;
}

.dm-uploader {
	border: 0.25rem dashed #A5A5C7;
	text-align: center;
}
.dm-uploader.active {
	border-color: red;

	border-style: solid;
}

div.dm-uploader {
	padding: 1rem;
}

#files ul {
	list-style-type: none;
}

/* DEBUG COLORS
#background {
	background-color: gray;
}
#header {
	background-color: green;
}
#main_container2 {
	background-color: #FBF;
}
#main_container1 {
	background-color: silver;
}
#main {
	background-color: yellow;
}
#main_container3 {
	background-color: blue;
}
#content {
	background-color: gray;
	color: black;
}
#footer {
	background-color: green;
}
*/
