
/* Reset  - do NOT modify!
-------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* Basic Elements
-------------------------------------*/
html, body { height: 100%; }

body {
	font-family: helvetica, arial, sans-serif;
	font-size: 62.5%; /* 1em = 10px */
	line-height: 1.5em;
	color: #333;
	background: white;
}




/* Generic Classes
-------------------------------------*/

/* --- Link list --- */

.link-list a:link, .link-list a:visited, .link-list a:hover, .link-list a:active { color: #A60000 }


/* --- News list --- */

.news-list li {
	float: left; /* float clearer */
	width: 100%;
	margin-top: 1em;
}

.news-list h3 { display: inline }

.news-list .date {
	float: left;
	padding-right: .5em
}

.news-list h3 a:link, .news-list h3 a:visited, .news-list h3 a:hover, .news-list h3 a:active { color: #A60000 }

.news-list h3 a:visited { color: #5f4646 }


/* --- Links --- */

a.type-1:link, a.type-1:visited, a.type-1:hover, a.type-1:active {
	color: #5A89A0;
}

a.type-2:link, a.type-2:visited, a.type-2:hover, a.type-2:active {
	text-decoration: none;
	color: #333;
}

a.type-3:link, a.type-3:visited, a.type-3:hover, a.type-3:active {
	text-decoration: none;
	color: #666;
}

a.type-2:hover,
a.type-3:hover {
	text-decoration: underline;
	color: #5A89A0;
}


/* --- Messages --- */

.error {
	display: block;
	color: #A60000;
	font-weight: bold;
	margin: 1em 0;
}

.notice {
	display: block;
	color: #00A600;
	font-weight: bold;
	margin: 1em 0;
}


/* --- Other --- */

img.content-photo { padding: .2em 10px }

img.left {
	float: left;
	margin-left: 0;
}

/* use to clear floats */
.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px
}




/* Basic Layout
-------------------------------------*/
#container {
	width: 921px;
	margin: 0 auto;
	padding: 0 0 2.5em 0;
}

#content {
	width: 701px;
	float: left;
	color: #332;
}

#sidebar {
	float: right;
	width: 200px;
	margin-left: 20px;
}

.sidebar-module {
	float: left;
	width: 100%;
	margin-bottom: 3em;
}




/* Header
-------------------------------------*/




/* Content
-------------------------------------*/
#content h1 {
	margin-bottom: .7em;
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	font-size: 1.8em;
}

#content h2 {
	margin-bottom: .5em;
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	font-size: 1.2em;	
}

#body-content h1 {
	margin: 1.2em 0 .6em 0;
}

#text-content-container {
	margin-bottom: .7em;
	font-size: 1.2em;
}

#text-content-container p {
	padding-bottom: .5em;
}

#text-content-container a:link, #text-content-container a:visited, #text-content-container a:hover, #text-content-container a:active {
	color: #A60000;
	text-decoration: underline;
}

#text-content-container a:visited {
	color: #5F4646;
}

#text-content-container ul {
	margin-left: 1em;
	list-style-type: disc;
}

#text-content-container ul li {
	margin-bottom: .3em;
}


/* --- Search results --- */

#text-content-container .search-results-row a:link, #text-content-container .search-results-row a:visited, #text-content-container .search-results-row a:hover, #text-content-container .search-results-row a:active {
	font-size: 1.1em;
	font-weight: bold;
	color: black;
}

.search-results-url {
	font-style: italic;
	font-size: .9em;
	color: green;
}


/* --- Photogallery --- */

#photo-gallery-container {
	width: 100%;
}

.photo-gallery-item {
	float: left;
	width: 147px;
	padding: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	border: 1px solid #DFDFDF;
	background: white url(../images/backgrounds/bgnd-gallery-item.gif) top left repeat-x;
	text-align: center;
}

.photo-gallery-item img.photo-gallery {
	margin: 0 auto;
}

.photo-gallery-item p {
	margin-top: .7em;
	text-align: left;
}

.photo-gallery-item p strong {
	display: block;
}


/* --- reservation table --- */

#month-chooser {
	width: 100%;
	height: 2em;
	text-align: center;
	font-size: 1.6em;
}

#month-chooser a {
	margin: 0 1em;
	font-size: .7em;
}

#reservation-table { border-collapse: collapse; }

#reservation-table th {
	color: #AAA;
	font-size: 1.6em;
	line-height: 150%;
	text-align: center;
	text-transform: uppercase;
}

#reservation-table td {
	width: 100px;
	padding: .6em 0 .8em 0;
	border: .1em solid white;
	text-align: center;
	line-height: 0;
	background-color: white;
	color: #333;
	cursor: default;
}

#reservation-table td.week-selector {
	border: none;
	background-color: transparent;
}

#reservation-table .day-existing {	background-color: #eee; }

#reservation-table .day-empty { background-color: white; }

#reservation-table .day-existing,
#reservation-table .day-empty {
	padding: 1.2em 0 0.9em 0;
}

#reservation-table td.day-event {
	background: #EEE url('../images/backgrounds/reservation.gif') bottom left no-repeat;
}

#reservation-table td.day-event:hover {
	background-color: #AAA;
}

#reservation-table .day-today {
	padding: 0;
}

#reservation-table span {
	font-size: 7em;
	line-height: 100%;
	color: #CCC;
}

#reservation-table .day-today span {
	color: #B90000;
}

#reservation-table td.reservation-dvorana {
	background-position: bottom left;
}

#reservation-table td.reservation-avla {
	background-position: bottom right;
}

#reservation-table td.reservation-dvorana-avla {
	background-position: bottom center;
}

#reservation-table .day-selected {
	background-color: #808080;
	color: white;
}

#reservation-table .single-event {	padding: 0; }

#reservation-table a:link, #reservation-table a:visited, #reservation-table a:hover, #reservation-table a:active {
	padding: 5.5em 1em 2em;
	text-decoration: none;
	color: white;
}

a#cal-prev-month:link, a#cal-prev-month:visited, a#cal-prev-month:hover, a#cal-prev-month:active,
a#cal-next-month:link, a#cal-next-month:visited, a#cal-next-month:hover, a#cal-next-month:active {
	color: #A60000;
}




/* Sidebar
-------------------------------------*/
.sidebar-module p {
	font-size: 1.1em;
}

.sidebar-module h2 {
	margin-bottom: .7em;
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	font-size: 1.5em;
}

#legenda span {
	display: block;
	float: left;
	width: 3em;
	height: 11px;
	margin-right: 1em;
	font-size: 1.2em;
}

#legenda .legend-dvorana span {
	background-color: #CC1A00;
}

#legenda .legend-avla span {
	background-color: #64B900;
}




/* Footer
-------------------------------------*/




/* Navigation
-------------------------------------*/
#content #breadcrumbs {	margin-bottom: 0.7em; }

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover, #breadcrumbs a:active {
	color: #A60000;	
}

#main-menu {
	float: left;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1.5em;
}

#main-menu li {
	float: left;
	padding-right: .5em;
}

#main-menu a:link, #main-menu a:visited, #main-menu a:hover, #main-menu a:active {
	float: left;
	padding: .3em 2em .2em 2em;
	border-style: solid;
	border-width: 1px;
	border-color: #AAA #777 #777 #AAA;
	font-size: 1.3em;
	background-color: #999;
	color: white;
	text-decoration: none;
}

#main-menu a:hover {
	border-color: #E60000 #600000 #600000 #E60000;
	background-color: #B90000;
}




/* Forms
-------------------------------------*/
input.input-text {
	display: block;
	padding: .1em .3em;
	border: 1px solid #AAA;
	background-color: #EEE;
}

input.input-submit {
	margin-top: 1em;
	padding: .2em .5em;
	border-width: 1px;
	border-style: solid;
	border-color: #808080 #404040 #404040 #808080;
	background-color: #606060;
	color: white;
	cursor: pointer;
}

input.input-submit:hover {
	border-color: #E60000 #600000 #600000 #E60000;
	background-color: #B90000;
}

textarea {
	height: 10em;
	padding: .3em;
	border: 1px solid #AAA;
	background-color: #EEE;
}

select {
	padding: .1em 0 .1em .3em;
	border: 1px solid #AAA;
	background-color: #EEE;	
}

#image-security { float: left; }

#input-security {
	float: left;
	width: 82px !important;
	margin: 0 0 0 3px;
}


.sidebar-module input,
.sidebar-module select,
.sidebar-module textarea {
	font-family: inherit;
	font-size: 1.1em;
}

.form-notice {
	margin: 1em 0;
	padding: .3em 1em;
	border: 1px solid green;
	font-weight: bold;
	color: green;
}

.form-error {
	margin: 1em 0;
	padding: .3em 0;
	border: 1px solid #B90000;
	color: #B90000;
}

.form-error li {
	padding: .3em 1em;
	font-weight: bold;
	line-height: 1.2;
}




/* Modules
-------------------------------------*/

/* --- calendar --- */

#calendar-table { border-collapse: collapse; }

#calendar-table th {
	color: #333;
	font-weight: normal;
}

#calendar-table td {
	width: 2.2em;
	padding: .6em 0 .8em 0;
	border: .1em solid white;
	text-align: center;
	line-height: 0;
	background-color: white;
	color: #333;
	cursor: default;
}

#calendar-table td.week-selector {
	border: none;
	background-color: transparent;
}

#calendar-table .day-existing {	background-color: #eee; }

#calendar-table .day-empty { background-color: white; }

#calendar-table .day-existing,
#calendar-table .day-empty {
	padding: 1.2em 0 0.9em 0;
}

#calendar-table .day-event { background-color: #808080; }

#calendar-table .day-today {
	padding: 0;
	background-color: #B90000;
}

#calendar-table .day-today span {
	display: block;
	padding: 1.1em 0 .8em 0;
	border: .1em solid #B90000;
	/*color: #B90000;*/
	color: white;
}

#calendar-table .day-selected {
	background-color: #808080;
	color: white;
}

#calendar-table .single-event {	padding: 0; }

#calendar-table a:link, #calendar-table a:visited, #calendar-table a:hover, #calendar-table a:active {
	padding: .5em .5em .4em .5em;
	text-decoration: none;
	color: white;
}

a#cal-prev-month:link, a#cal-prev-month:visited, a#cal-prev-month:hover, a#cal-prev-month:active,
a#cal-next-month:link, a#cal-next-month:visited, a#cal-next-month:hover, a#cal-next-month:active {
	color: #A60000;
}


/* --- news --- */

.news-list li {	margin-bottom: 1em; }

.news-list h3 { display: inline; }

.news-list .date {
	display: inline;
	padding-right: .5em;
}

.news-list .date a:link, .news-list .date a:visited, .news-list .date a:hover, .news-list .date a:active {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

.news-list h3 a:link, .news-list h3 a:visited, .news-list h3 a:hover, .news-list h3 a:active {
	color: #A60000;
}

.news-list h3 a:visited { color: #5f4646; }


/* --- faq --- */

#faq-form-toggle {
	text-decoration: underline;
	color: #A60000;
	cursor: pointer;
}

.faq-list {
	display: none;
	clear: left;
}

.faq-list dt {
	font-weight: bold;
	margin-bottom: .5em;
}

.faq-list dd {
	margin-bottom: 1em;
}

#faq-list h2 {
	float: left;
	cursor: pointer;
	padding-right: 18px;
	/*background: url(../images/backgrounds/bgnd_list_open.png) 100% 0% no-repeat;*/
}

#faq-list h2.open {
	/*background-image: url(../images/backgrounds/bgnd_list_close.png);*/
}

#faq-form input.input-text { width: 180px; }

#faq-form textarea { width: 180px; }

#faq-form select { width: 180px; }

#faq-form label {
	display: block;
	margin-top: .5em;
	font-weight: bold;
}

#faq-form .mandatory {
	color: #A60000;
	font-family: Verdana, sans-serif;
	font-weight: normal
}

#faq a:link, #faq a:visited, #faq a:hover, #faq a:active {
	color: #A60000;
}


/* --- poll --- */

#poll-question {
	margin-bottom: .5em;
	font-weight: bold;
}

#poll-container a {
	display: block;
	margin-top: 1em;
}

#poll-answers-area .poll-pix {
	float: left;
	background-color: #A60000; /* poll results line color */
}

#poll-answers-area .poll-percent {
	margin-left: 3px;
	float: left;
}

#poll-answers-area .poll-answer {
	padding-top: .5em;
	clear: left;
}

#poll-answers-area .poll-votes-total {
	padding-top: .5em;
	clear: left;
}

#poll a:link, #poll a:visited, #poll a:hover, #poll a:active {
	color: #A60000;
}

/* DO NOT PUT ANYTHING DOWN HERE! FIND THE APPROPRIATE SECTION ABOVE! THIS IS THE LAST WARNING! */
