@CHARSET "UTF-8";

/** CONTENT - RIGHT **/

div#right-panel {
	float: left;
	width: 198px;
	margin: 35px 0 100px 0;
}

div.right-panel-smaller#right-panel {
	float: left;
	width: 188px;
}


/** CONTENT - RIGHT - Archive, Akt. temy **/
div.right-panel-smaller#right-panel div#right-archive {
	margin: 0 0 0 0;
}

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;
}

/** CONTENT - RIGHT - Menu **/
div#right-menu a {
	display: block;
	margin: 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: 10px 0;
}

.calendar-graphics {
	display: table-cell;
	vertical-align: middle;
	width: 57px;
	height: 57px;
	background: transparent url(../img/calendar_bg.png) left top no-repeat;
}

.calendar-graphics .calendar-month {
	height: 16px;
	padding-top: 0px;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 9pt;
}

.calendar-graphics .calendar-day {
	padding-top: 2px; 
	color: #33401a;
	font-weight: bold;
	text-align: center;
	font-size: 20pt;
}

.calendar a, .calendar span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	color: black;
	text-decoration: none;
	font-size: 1em;
}

.calendar a:hover { text-decoration: underline }

/** 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: 30px 0;
}

div.right-box div.separator {
	border-top: 1px solid #c0c0c0;
	margin: 4px 0;
}

div.right-box div.right-article {
	
}

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 {
	float: right;
	font-size: 0.8em;
	display: block;
	padding: 0 12px 0 0;
	color: black;
	background: transparent url(../img/more_arrow-small.png) right center no-repeat;
}  





