@CHARSET "UTF-8";

body {
	background: #455060;
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Sans;
	font-size: 12pt;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #455060;
}

#container {
	position: relative;
	width: 887px;
	background-color: #303030;
	background-image: url("bg-top.jpg");
	background-attachment: inherit;
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

#bottomStretch {
	display: block;
}

#searchDiv {
	position: absolute;
	top: 20px;
	right: 32px;
	color: #c4deff;
	font-size: 0.8em;
}

#themeDiv {
	position: absolute;
	height: 27px;
	width: 300px;
	top: 94px;
	left: 190px;
	z-index: 5;
	margin: 0px;
	padding: 0px;
}

#themeDiv img {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 0;
	left: 0;
	border: 0;
}

#zostraDiv {
	position: relative;
	top: 94px;
	left: 32px;
	background-image: url("bg-zostra.jpg");
	background-attachment: inherit;
	background-position: top left;
	background-repeat: no-repeat;
	height: 245px;
	width: 823px;
	margin: 0;
	padding: 0;
	clear: both;
}

#panelDiv {
	position: absolute;
	top: 16px;
	right: 13px;
	width: 210px;
	height: 109px;
	background-image: url("radio-panel.png");
	background-attachment: inherit;
	background-position: top left;
	background-repeat: no-repeat;
	cursor: default;
}

#panelDiv .teplomer {
	position: absolute;
	top: 45px;
	left: 17px;
	width: 175px;
	height: 11px;
	background-image: url("teplomer.png");
	background-attachment: inherit;
	background-position: top left;
	background-repeat: no-repeat;
}

#panelDiv .songInfo {
	position: absolute;
	top: 75px;
	width: 100%;
	font-size: 0.7em;
	text-align: center;
	color: #FFFFFF;
}

#footer {
	clear: both;
	height: 60px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#footer img.podaFooter {
	position: absolute;
	top: 0px;
	right: 130px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

/* content */
#contentDiv {
	margin: 0px auto 0px auto;
	width: 818px;
	padding: 0px;
	position: relative;
}

.content {
	background-image: url("content-bg.png");
	background-repeat: repeat-y;
	background-position: top left;
	display: block;
	clear: both;
	font-size: 0.9em;
}

.pageTop {
	display: block;
	line-height: 40px;
	vertical-align: top;
	width: 818px;
	margin: 0;
	padding: 0;
	position: relative;
	height: 40px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #888888;
}

.pageBottom {
	display: block;
	line-height: 14px;
	width: 818px;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #FFFFFF;
	background-image: url("content-bg.png");
}

.contentTL, .contentBL {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0;
	margin: 0;
	padding: 0;
	display: inline;
	width: 14px;
	height: 14px;
	float: left;
}

.contentTR, .contentBR {
	border: 0;
	margin: 0;
	padding: 0;
	display: inline;
	width: 14px;
	height: 14px;
	float: right;
	position: relative;
	right: 0;
}

/* navigation */
#navi {
	position: relative;
	width: 820px;
	height: 50px !important;
	padding: 0;
	margin: 0px auto 0px auto;
	display: block;
	top: 0px;
	left: 0px;
	font-size: 1em;
}

ul.navigation {
	list-style-type: none;
	height: 50px !important;
	margin: 0;
	padding: 0;
}

ul.navigation li {
	display: inline;
	text-align: center;
	float: left;
	width: 162px;
	height: 50px !important;
	clear: none;
	margin: 0 2px 0 0;
	padding: 0;
}

ul.navigation li.active {
	margin: 0;
	background-image: url("btn-bg-active.png");
	background-attachment: inherit;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: white;
	line-height: 35px;
}

ul.navigation li a {
	margin: 0px;
	display: block;
	line-height: 35px;
	color: #ff0101;
	text-decoration: none;
	font-weight: normal;
}

ul.navigation li a:hover {
	background-image: url("btn-bg-hover.png");
	background-attachment: inherit;
	background-position: top left;
	background-repeat: no-repeat;
}

div.spacer {
	width: 2px;
	border: 0;
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
	background: #550000;
	clear: none;
}

/* sub navigation */
ul.subnavi {
	padding: 0;
	height: 100%;
	margin: 0;
	font-size: 0.8em;
	display: block;
	clear: left;
	list-style-type: none;
}

ul.subnavi li {
	margin: 0px;
	float: left;
	width: 120px;
	height: 100% !important;
	display: inline;
	text-align: center;
	float: left;
}

ul.subnavi li a {
	color: #3a4657;
	text-decoration: none;
	font-weight: ingerit;
	line-height: 40px;
	display: block;
	width: 100%;
}

ul.subnavi li a:hover {
	color: #3a4657;
	text-decoration: underline;
	font-weight: bold;
}

ul.subnavi li.active {
	margin: 0px;
	float: left;
	width: 120px;
	height: 40px !important;
	list-style-type: none;
	display: inline;
	text-align: center;
	float: left;
	font-weight: bold;
	background: url("sub-item-active.png") center bottom no-repeat;
}

.grey-box {
	background-image: url("bg-grey-top.png");
	background-attachment: inherit;
	background-position: top left;
	background-repeat: repeat-x;
	width: 270px;
	float: right;
	vertical-align: top;
	margin: 0;
	padding: 0;
	height: 40px !important;
	clear: right;
	text-align: right;
	border: 0px;
	border-left: 1px solid #ebebeb;
}

.grey-box img {
	border: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
	vertical-align: top;
}

.grey-box-content {
	margin: 0px;
	margin-right: 20px;
	padding: auto 0 auto 0;
	height: 100%;
	display: inline;
	line-height: 40px;
	font-size: 0.8em;
	color: #FFFFFF;
}

/* TOP Navigation */

#topNaviDiv {
	position: absolute;
	top: 65px;
	right: 50px;
	color: #c4deff;
	font-size: 0.7em;
}

#topNaviDiv ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#topNaviDiv li {
	display: inline;
	text-align: center;
	float: left;
	margin: 0 10px 0 10px;
	padding: 0;
}

#topNaviDiv li a {
	color: #c4deff;
	text-decoration: none;
	font-weight: normal;
	line-height: 40px;
	width: 100%;
}

/* program */
.program {
	background-color: #FFFFFF;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	color: #3a4657;
}

.program caption {
	font-weight: bold;
	font-size: 0.8em;
	background-image: url("program-caption-bg.png");
	background-attachment: inherit;
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
	line-height: 30px;
}

.program th {
	font-weight: bold;
	font-size: 0.7em;
}

.program tr.time {
	padding: 0px;
	margin: 0px;
}

.program tr.time td {
	padding: 0px 1px 0px 1px;
}

.program td {
	min-height: 15px;
	max-height: 15px;
	height: 15px !important;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 1px solid #8aa7d0;
}

.time-axis {
	width: 30px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
}

.time-axis td.time-s {
	font-size: 0.5em;
	width: 100px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	border: 0px;
}

.time-axis td.time-b {
	font-size: 0.6em;
	width: 30px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.time-axis, .time-axis tr {
	padding: 0px;
	margin: 0px;
}

.time-now {
	border-bottom: 1px dotted red;
	width: 100%;
	display: block;
	position: relative;
	top: 0px;
	height: 1px !important;
}

.day-program {
	position: relative;
	top: 0px;
	left: 0px;
	height: 720px;
	margin: 0px;
	padding: px;
}

.day-event {
	background: #d5e5fb;
	background-image: url("program-event-bg.png");
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	margin: 0px;
	padding: 0px;
	left: 0px;
	border: 1px solid #8aa7d0;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 2px 4px #adadad;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-opera-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	color: #3a4657;
	display: table;
	border-collapse: separate;
	font-size: 0.7em;
}

.day-event div.event-name {
	position: relative;
	top: 50%;
}  /* for explorer only*/

.day-event div.event-name {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

/* aktualne */
.aktualne {
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
	position: relative;
}

.news {
	margin: 0;
	padding: 5px;
	/* background-color: #e9e9e9; */
	float: left;
	display: table-cell;
	width: 248px;
}

.news h1 {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #455060;
	padding: 0px;
	margin: 0px;
	line-height: 1.1em;
	text-align: justify;
}

.news .news-date {
	font-size: 0.7em;
	line-height: 0.8em;
	font-style: oblique;
	color: #ff8e08;
	text-align: right;
}

.news .news-item {
	padding: 0px;
	margin: 0px;
	color: #455060;
	font-size: 0.7em;
	text-align: justify;
	margin-bottom: 5px;
}

.news-item img {
	float: left;
	padding: 0 5px 5px 0px;	
}

.news hr {
	height: 1px;
	clear: both;
	border: 0;
	color: #ff8e08;
	background-color: #ff8e08;
}

.right-column {
	margin: 0px;
	padding: 0px;
	width: 270px;
	float: right;
	position: relative;
	top: 0px;
	right: 0px;
	vertical-align: top;
	display: table-cell;
}

.right-column img {
	padding: 0px;
	margin: 10px 10px 0px 10px;
	border: 0px;
	vertical-align: top;
}

.aktualne-anonce {
	background-color: #ffffff;
	margin: 0px 279px;
	padding: 10px;
	width: 231px;
}

.aktualne-anonce img {
	padding: 0 0 5px 0;
}

.aktualne-pageContent {
	padding: 10px;
	margin: 0px;
	float: left;
	width: 525px;
	font-size: 1em;
}

.aktualita {
	padding: 20px 10px 20px 10px;
	margin: 0;
	width: 528px;
	background-image: url("pageflip.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	position: relative;
	min-height: 10em;
	overflow: hidden;
}

.akce {
	padding: 20px 10px 20px 10px;
	margin: 0;
	width: 528px;
	position: relative;
	overflow: hidden;
}

.akce-add {
	text-align: center;
	margin-bottom: 20px;
}

.akce-wrapper {
	position: relative;
	border: 0px solid #8aa7d0;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 2px 4px #adadad;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-opera-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ebebeb;
	margin-bottom: 30px;
}
.akce-date {
	background-image: url("akce-date.png");
	background-repeat: repeat-x;
	background-position: top left;
	height: 28px !important;
	line-height: 28px !important;
	position: relative;
	display: inline;
	padding: 5px;
	color: #ffffff;
	top: -14px;
	left: 10px;
}
.akce-date-r {
	background-image: url("akce-date-r.png");
	background-repeat: no-repeat;
	float: right;
	position: absolute;
	top:0;
	right: 0;
	width: 5px;
}
.akce-date-l {
	background-image: url("akce-date-l.png");
	background-repeat: no-repeat;
	float: left;
	position: absolute;
	top:0;
	left: 0;
	width: 5px;
}
		
.akce-data {
	position: relative;
	top: -14px;
}

.aktualita-heading {
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
	color: #364253;
}

.akce-heading {
	margin: 0px;
	font-size: 1.1em;
	color: #364253;
	text-decoration: underline;
	position: relative;
	top: -14px;
}
.akce-info {
	font-style: italic;
}
.aktualita-heading a {
	text-decoration: none;
	color: #364253;
}

.akce-heading a {
	text-decoration: none;
	color: #364253;
}

.aktualita-heading a:hover {
	color: #ff9313;
}

.akce-heading a:hover {
	color: #ff9313;
}

.akce-lokalita {
	padding: 5px;
	font-size: 0.9em;
	width: 25%;
	text-align: center;
	font-weight: bold;
}

.akce-klub {
	background: #ffffff;
	height: 28px !important;
	line-height: 28px !important;
	position: relative;
	display: inline;
	padding: 5px 10px 5px 10px;
	color: #000000;
	bottom: -14px;
	right: -50%;
}
.akce-klub-r {
	background-image: url("akce-klub-r.png");
	background-repeat: no-repeat;
	float: right;
	position: absolute;
	top:0;
	right: 0;
	width: 5px;
}
.akce-klub-l {
	background-image: url("akce-klub-l.png");
	background-repeat: no-repeat;
	float: left;
	position: absolute;
	top:0;
	left: 0;
	width: 5px;
}

.aktualita-anotace {
	font-style: italic;
	font-size: 0.9em;
	color: #444444;
	text-align: justify;
}

.aktualita-anotace img {
	padding: 5px;
}

.aktualita-body {
	font-size: 0.9em;
	text-align: justify;
	margin-bottom: 30px;
}

.aktualita-body h1 {
	font-size: 1.1em;
}
.aktualita-body h2 {
	font-size: 1.3em;
}
.aktualita-body h3 {
	font-size: 1.5em;
}

.aktualita-hr {
	height: 1px;
	text-align: center;
}

.aktualita-date {
	font-size: 0.7em;
	font-style: oblique;
	color: #ff8e08;
	position: absolute;
	bottom: 20px;
	right: 30px;
}

.clear-both {
	height: 0px;
	clear: both;
}

#paginationControl {
	text-align: center;
	font-size: 0.8em;
	position: relative;
	display: inline;
	color: #455060;
	font-weight: bold;
}

#paginationControl a, #paginationControl span {
	color: #ff8e08;
	font-weight: bold;
	text-decoration: none;
}

#paginationControl a:hover {
	text-decoration: underline;
}

body.radio {
	width: 351px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	background-image: url("radio-bg-beta.png");
}

#palyerContainer {
	position: absolute;
	top: 177px;
	left: 7px;
	width: 340px;
	height: 30px;
}

/* AKCE PUBLIC */
.akceForm {
	padding: 20px 10px 20px 10px;
	margin: 0;
	font-size: 0.9em;
}

.akceForm fieldset {
	background-color: #DDDDDD;
	border: 0px solid gray;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 2px 4px #adadad;
	margin: 0px;
	padding: 10px;
}

.akceForm legend {
	background-color: #f9f9f9;
	padding: 5px;
	border: 0px solid gray;
	color: #b0b0b0;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 2px 4px #adadad;
}

.akceForm label {
	display: block;
}

.code-block {
	font-size: 0.8em;
	width: 99%;
	border: 1px solid gray;
	padding: 5px;
	margin: 0px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 2px 4px #adadad;
	border-radius: 5px;
}
.code-block code{
	font-family: "Trebuchet MS", Arial, Sans;
	
}

.tundra table.dijitCalendarContainer {
	font-size: 80%;
	border-spacing: 0;
	border-collapse: separate;
	border: 1px solid #b1badf;
	margin: 0;
}

.tundra .dijitTimePicker {
	font-size: 80%;
	width: 100px;
}

.tundra .dijitTextBox {

}

.loginfield {
	font-size: 0.9em;
}

.logindiv {
	position : relative;
	text-align: right;
}

.logedUser {
	text-decoration: underline;
	color: #ff8e08;
	font-weight: bold;
}
/* MESSENGER */
.messenger {
	position: absolute;
	top : -20px;
	display: block;
	background-color: #e094ff;
	color: #000000;
	margin: 0;
	padding: 3px;
}

form div.loginDiv input{
	font-size: 0.8em;
}
input.loginButton {
	border: 1px solid gray;
	background: #AAAAAA;
	color: #FFFFFF;
	height: 1,6em;
	vertical-align: middle;
}
a.loginLink {
	color: #c4deff;
	font-size: 0.9em;
}

a.loginLink:hover {
	color: #ff8e08;
	font-size: 0.9em;
}

.hitparada {
	border: 1px solid #AAAAAA;
	padding: 0px;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 0.9em;	
}

.hitparada th {
	background-image: url("akce-date.png");
	background-repeat: repeat-x;
	background-position: top left;
	font-size: 0.9em;
	font-weight: normal;
}

.hitparada tr {
	border: 1px solid #AAAAAA;
}

.hitparada tr td {
	padding: 2px;
	margin: 0px;
}

.icon {
	border: 0;
	padding: 2px;
}
.icon img {
	border: 0;
}

.errors {
	list-style: disc;
	margin: 0 0 0 15px;
	padding: 0px;
}
.errors li {
	color: red;
	padding: 0px;
	margin: 0px;
	
}
.akceForm dd {
	margin: 0px;
	padding: 0px;	
}

.akce fieldset i {
	color: #666666;
	font-size: 0.9em;
}
/* GUESTBOOK */
.guestbookEditor {
	background: #ffffff;
	border: 1px solid #8BA0BD;
}
.gravatar {
	margin: 2px;
	padding: 2px;
	border: 1px solid #8BA0BD;
}

.guestbook {
	font-size: 0.8em;
	padding: 20px 10px 20px 10px;
	margin: 0;
	width: 528px;
	position: relative;
	overflow: hidden;
}

.guestbook .nickname {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
}

.guestbook .datetime {
	color: #ff8e08;
}

.guestbook .gravatar {
	position: relative;
	left: 0px;
	padding: 2px;
	border: 1px solid #8BA0BD;
	display: inline;
}

.guestbook .message {

}

.messagePane {
	background : #ff8e08;
	color : white;
	padding : 10px;
	font-weight: bold;
	margin-bottom : 25px;
}