@CHARSET "UTF-8";

/** CONTENT - RIGHT **/

div#right-panel {
	float: left;
	width: 198px;
	/*margin: 30px 0 100px 0;*/
	margin: 14px 0 100px 0;
}

div.right-panel-smaller#right-panel {
	float: left;
	width: 188px;
	margin: 46px 0 0 0;
}

div#right-panel div#right-calendar {
	position: absolute;
	margin-left: 232px;
	width: 198px;	
}
div#left-panel div#right-calendar {
	position: absolute;
	margin-left: 980px;
	/*margin-top: 83px;*/ /*35px;*/ /*-13px;*/
	margin-top: 55px;
	width: 184px;	
}

div#right-panel p.year {
	padding: 5px 10px;
	margin: 10px 0 5px 0;
	color: #8e8e8e;
	border-bottom: 1px solid #c0c0c0;
}
div#right-panel p.year:first-child {
	margin-top: 0;
	padding-top: 0;
}

div#right-calendar span.caltitle {
	display: block;
	margin-left: 0px;
	margin-top: -15px;
	font-weight: bold;
	text-transform: uppercase;
}

/** CONTENT - RIGHT - Archive, Akt. temy **/
div.right-panel-smaller#right-panel div#right-archive {
	
}

div.right-panel-smaller#right-panel div#right-archive img {
	margin-bottom: 3px;
}

div.right-panel-smaller#right-panel div#right-archive a.right-archive { 
	display: block;
	padding: 0 0 0 10px;
	text-decoration: none;
	font-size: 0.9em;
	color: #000000;
}

select#changeMonth {
	margin-top: 10px;
	width: 100%;
	padding-left: 5px;
}

/** CONTENT - RIGHT - Menu **/
div#right-menu a {
	display: block;
	margin: 0 0 8px 0;
	height: 22px;
	line-height: 22px;
	padding: 0 10px 0 10px;
	text-decoration: none;
	color: #00477e;
	font-size: 0.9em;
	font-weight: bold;
	background: transparent url(../img/menu_right-small.png) left 22px no-repeat;
}

div#right-menu a:hover, div#right-menu a.selected {
	color: white;
	background-position: left top;
}

div#right-menu a.right-menu-title {
	background: none;
	padding: 0;
	margin: 0 0 20px 0;
}




/** CONTENT - RIGHT - TOP **/

div#right-program {
	width: 198px;
	margin: 0 0 30px 0;
	background: transparent url(../img/program_bg.png) left top repeat-y;
}

div#right-program-top {
	height: 7px;
	background: transparent url(../img/program_top.png) left top no-repeat;
}

a#right-program-title img {
	display: block;
	margin: 10px auto;
}

div#turne-list {
	height: 350px;
	width: 180px;
	margin: 15px 7px 10px 7px;
	padding: 0 3px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: white;
}

div#turne-list div.today {
	background-color: 
}

div#turne-list img {
	float: left;
	margin: 3px 4px 0 0;
	width: 20px;
	height: 34px;
}

div#turne-list h4 {
	font-size: 0.9em;
	display: inline;
}

div#turne-list span.turne-location {
	font-size: 0.9em;
}

div#turne-list span.turne-datetime {
	color: #838383;
	font-size: 0.9em;
}

div.program-topic-desc {
	float: left;
	margin-left: 8px;
	width: 130px;
	font-size: 0.8em;
}

div.program-topic-desc a {
	display: block;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

div.program-topic-desc a:hover {
	text-decoration: none;
}

div.program-more {
	margin: 0 10px 10px 0;
}

div.program-more a {
	display: block;
	float: right;
	padding-right: 20px;
	color: black;
	text-decoration: underline;
	background: transparent url(../img/more-arrow.png) right center no-repeat;
}

div.program-more a:hover {
	text-decoration: none;
}

div#right-program-bottom {
	height: 7px;
	background: transparent url(../img/program_bottom.png) left top no-repeat;
}

div.program-topic {
	margin: 20px 0 20px 14px;
}

div.program-topic-check {
	float: left;
	width: 35px;
	height: 33px;
	background: transparent url(../img/check-green.png) left top no-repeat;
}

div.program-topic-check-darkblue {
	background-image: url(../img/check-blue.png);
}

div.program-topic-check-blue {
	background-image: url(../img/check-lightblue.png);
}

/** Right - Calendar **/

.calendar {
	margin: 13px 0 0 0;
}

.calendar-graphics2 {
	width: 184px;
	height: 30px;
	background: url(../img/cal-date-green.png) center center no-repeat;
	color: white;
	font-size: 13pt;
}
.calendar-graphics2.calendar-important {
	background: url(../img/cal-date-blue.png) center center no-repeat;
}
.calendar-graphics2 .calendar-day {
	display: table-cell;
	width: 44px;
	height: 30px;
	vertical-align: middle;
	text-align: center;
}
.calendar-graphics2 .calendar-month {
	display: table-cell;
	width: 130px;
	height: 30px;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
}

.calendar-graphics, .calendar-graphics-old {
	display: table-cell;
	vertical-align: middle;
	width: 57px;
	height: 57px;
	background: transparent url(../img/calendar_bg.png) left center no-repeat;
}

.calendar-graphics-old {
	background: transparent url(../img/calendar_bg-old.png) left center no-repeat;
}

.calendar-graphics .calendar-month, .calendar-graphics-old  .calendar-month {
	height: 16px;
	padding-top: 0px;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 9pt;
}

.calendar-graphics .calendar-day, .calendar-graphics-old .calendar-day {
	padding-top: 2px; 
	color: #33401a;
	font-weight: bold;
	text-align: center;
	font-size: 20pt;
}

.calendar-graphics-old  .calendar-day {
	color: #555;
}

.calendar-important {
	background-image: url(../img/calendar_bg-blue.png);
}

.calendar-important .calendar-day {
	color: white;
}

.calendar span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 0px; /*10px;*/
	color: black;
	text-decoration: none;
	font-size: 0.8em;
}

.calendar a { color: black; text-decoration: underline; }
.calendar a:hover { text-decoration: none; }

/** Right - Over **/
.over-block {
	margin: 5px 0 10px 0;
}

.over-link {
	
}

.over-info {
	color: #8e8e8e;
	font-size: 0.9em;
}


/** Right - Contact Us **/
a.right-contact_us {
	display: block;
	margin: 30px 0 0 0;
}

/** Right - articles **/
div.right-box {
	margin: 0px 0px 13px 0px;
}

div.right-box div.separator, div#right-calendar div.separator {
	border-top: 1px solid #c0c0c0;
	margin: 4px 0;
}
div#right-calendar div.separator {
	margin-top: 13px;
}

div.right-box div.right-article {
	margin: 12px 0px;
}

div.right-box div.blogy-bg {
	width: 198px;
	height: 24px;
	margin-bottom: 8px;
	background: transparent url(/pub/local/img/blogs.png) left top no-repeat;
}

div.right-box div.media-bg {
	width: 198px;
	height: 24px;
	margin-bottom: 8px;
	background: transparent url(/pub/local/img/media.png) left top no-repeat;
}

div.right-box div.vyjadrenia-bg {
	width: 198px;
	height: 24px;
	margin-bottom: 8px;
	background: transparent url(/pub/local/img/vyjadrenia.png) left top no-repeat;
}



/*
div.right-box div.blogy-bg a.rss, div.right-box div.media-bg a.rss {
	display: block;
	width: 15px;
	height: 15px;
	float: right;
	margin: 4px 10px 0 0;
	background: transparent url(/pub/local/img/rss-blogymedia.png) left top no-repeat;
}*/

div.right-box div.blogy-bg a.rss, div.right-box div.media-bg a.rss, div.right-box div.vyjadrenia-bg a.rss {
	float: right;
	margin: 4px 10px 0 0;
}

div.right-box div.right-article a {
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}

div.right-box div.right-article a:hover {
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: underline;
}

div.right-box div.date-author, div.right-box div.description {
	color: #8e8e8e;
	font-size: 0.8em;
}

div.right-box div.description {
	font-size: 0.9em;
	margin: 2px 0 4px 0;
}

div.right-box #media, div.right-box #blogy, #calendar-all {
	/*
	float: right;
	font-size: 0.8em;
	display: block;
	padding: 0 12px 0 0;
	color: black;
	margin-top: 7px;
	background: transparent url(../img/more_arrow-small.png) right center no-repeat;
	*/
	font-size: 0.8em;
	display: block;
	padding: 0 0px 0 12px;
	color: #464646;
	margin-top: 7px;
	background: transparent url(../img/clanok-history-right.png) left center no-repeat;
	text-decoration: none;
}  

div.calendar a {
	display: inline;
	font-size: 1em;
	margin: 0;
	padding: 0;
	line-height: inherit;
	text-decoration: underline;
}

div.calendar a:hover {
	color: inherit;
	text-decoration: none;
}




