* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 12px Verdana,Sans-serif;
	color: #333333;
	background: #fff url('../img/main/cnb/bg-body.jpg') top left repeat-x;
}

.long-table {
	position: absolute;
}

img, fieldset {
	border: 0px;
}

hr {
	color: #4a4a4a; background-color: #4a4a4a; height: 1px; border: none; margin: 5px 0 4px 0;
}

hr.print {
	display: none;
}

a {
	color: #2526A9;
}

a:hover {
	text-decoration: none;
}

small {
	font-size: 0.916em;
	line-height: 1.25em;
}

.clear-both {
	clear: both;
	height: 0px;
	border: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}

.align-right {
	text-align: right;
}

.float-left {
	float:left;
	margin:0 10px 0 0;
}

.float-right {
	float:right;
	margin:0 0 0 10px;
}

#page {
	width:100%;
	margin: 0px auto;
}

/************************************************************/
/*       HEADER       */
/************************************************************/

.header {
	background: url('../img/main/cnb/png/svetlonos.png') bottom center no-repeat;
	height: 156px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 984px;
}

#header-content .logo {
	position: absolute;
	left: 0px;
	top: 20px;
}

#header-content h1 {
	position: absolute;
	margin-left: -999px;
	overflow: hidden;
	visibility: hidden;
}

#header-content .serviceMenu {
	position: absolute;
	right: 0px;
	top: 20px;
}

#header-content .serviceMenu a {
	color: #fff;
	font-family: Verdana,Sans-serif;
	font-size: 11px;
}

#header-content .serviceMenu ul {
	list-style: none;
}

#header-content .serviceMenu ul li {
	float: left;
	padding-left: 24px;
}

#header-content .search {
	position: absolute;
	right: 0px;
	top: 52px;	
	width: 370px;
	height: 76px;
	background: url('../img/main/cnb/bg-search.jpg') top left repeat-x;
}

#header-content .search form {
	display: inline;
	width: 312px;
}

#header-content .search form label {
	display: none;
}

#header-content .search .input {
	width: 239px;
	height: 32px;
	background: url('../img/main/cnb/input-search.jpg') top left repeat-x;
	position: absolute;
	left: 12px;
	top: 12px;
	border:1px solid #ccc;
	line-height: 32px;
	padding: 0 6px;
}

#header-content .search .submit {
	width: 95px;
	background: url('../img/main/cnb/btn-search.jpg') top left no-repeat;
	position: absolute;
	right: 8px;
	top: 7px;
	border: 0px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding: 12px 0px 12px 0px;
	font-family: Verdana,Sans-serif;
}

.advanced-search {
  color: #fff;
  font-size: 11px;
  position: absolute;
  bottom: 12px;
  left: 13px;
}

/************************************************************/
/*       CONTENT       */
/************************************************************/
#content {
	margin-top: 12px;
	width: 984px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#main-box {
	vertical-align: top;
	display: block;
}
#main-content {
	min-height: 100%;
	position: relative;
}

#col-left {
	width: 243px;
	float: left;
	margin: 0 12px 0 0;
	height: 100%;
	display: inline;
}

#col-main {
	width: 474px;
	margin-bottom: 12px;
   	overflow: hidden;
	height: 100%;
}

#col-right {
	width: 243px;
	float: right;
	margin: 0 0 0 12px;
	height: 100%;
	display: inline;
}

#col-right table, #col-left table {
	border-collapse: collapse;
}


#col-main p {
	line-height: 1.5em;
	margin: 8px 0;
	font-family: Verdana,Sans-serif;
	color: #333;
}

#col-main b, #col-main strong {
	font-weight: 700;
}

#col-main h1 {
	color: #333;
	font-size: 22px;
	font-family: "Times New Roman",Times,Serif;
	font-weight: bold;
	margin-bottom: 8px;
}

#col-main h2, #col-main h3 {
	color: #2526A9;
	font-size: 16px;
	font-weight:bold;
	margin: 8px 0;
	font-family: Verdana,Sans-serif;
}

#col-main h3 {
	font-size: 14px;	
}

#col-main h4 {
	color: #333333;
	font-size: 12px;
	font-family: Verdana,Sans-serif;
	font-weight:bold;
	margin: 8px 0;
}

#col-main h5, #col-main h6 {
	color: #333;
	font-size: 11px;
	font-weight:bold;
	font-family: Verdana,Sans-serif;
	margin: 8px 0;
}

#content ul {
	list-style: none;
	padding-left: 20px;
	position: relative;
}

#content ol {
	padding-left: 40px;
	position: relative;
}

#content ul ul, #content ol ul, #content ol ol, #content ul ol  {
	margin-top: 5px;
}

#content ul > li {
	line-height: 1.5em;
	padding: 0 0 0 14px;
	margin-bottom: 5px;
	background: url('../img/main/cnb/li-image.jpg') 0px 8px no-repeat;
}

#content ol > li {
	line-height: 1.25em;
	padding: 2px 0 2px 0;
	margin-bottom: 5px;
	background: none;
}

#content #col-main ol > li {
	line-height: 1.5em;
	padding: 0;
}

#content li p {
	padding: 0px;
	margin: 0px;
}

#col-main table {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

#col-main table tr:hover, #col-main table tr.odd:hover td {
	background-color: #feff81;
}

#col-main table.nostripe tr td, #col-main table.nostripe tr.odd td, #col-main table.nostripe tr.even td {
	background: none;
	border: 0!important;
}

#col-main table.nostripe tr:hover, #col-main table.nostripe tr.odd:hover td {
	background: none;
	border: 0!important;
}

#col-main table th {
	text-align: center;
	color: #fff;
	background-color: #4055ae;
	padding: 5px;
	border: 1px solid #ccc;
	font-size: 11px;
}

#col-main table th a {
	color: #fff;
}

#col-main table td {
	padding: 5px;
	border: 1px solid #ccc;
	font-size: 11px;
}

#col-main table .odd td {
	background-color: #e7e7e7;
}

#col-main dd {
	margin-top: 5px;
	margin-bottom: 5px;
}

#col-main dd hr {
	margin: 5px 0px;
}

#col-main #content-main img {
	margin-right: 8px;
}

#content-main dd, dt {
	line-height: 1.4em;
}

#content-main dl {
	margin: 0 0 20px 0;
}

#content-main hr 
	{
	color: #4a4a4a; background-color: #4a4a4a; height: 1px; border: none; margin: 5px 0 10px 0;
	}


#col-right h2, #col-left h2 {
	font-family: Verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 12px;
	color: #333333;
}

p.subtitle, .subtitle{
	font-weight: bold;
	color: #2526A9;
	font-size: 14px;
}

/************************************/
/*              MENU                */
/************************************/

.menu {
	width: 100%;
	height:64px;
	/* background-color: #2526A9; */
}

#main_menu { 
	background: url('../img/main/cnb/svetlonos2.jpg') center top no-repeat;
	text-align:left;
	position:relative;
	height:64px;
	width: 984px;
	margin-left: auto;
	margin-right: auto;
	}

#main_menu li.menu-last {
	background: none!important;
}

#main_menu li.menu-active {
	background: #fff!important;
	height: 64px;
}

#main_menu li.menu-active a {
	color: #2526A9!important;
	height: 51px;
}

#main_menu li.menu-before-active {
	background: none!important;
}

#main_menu h2 {
	display: none;
}
	
#main_menu ul{
	list-style-type: none;
}
	
#main_menu ul li {
	background: url('../img/main/cnb/menu-line.gif') right top no-repeat;
	float: left;
	padding-right: 24px;
	position: relative;
	list-style: none;
	height: 51px;
}

#main_menu ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	margin: 0px;
	line-height: 1.25em !important;
	font-family: Verdana,Sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 100%;
	height: 100%;
	padding: 16px 12px 0px;
}

/* ---- first level of menu */
		
#hmain_menu table {
		border-collapse: collapse;
		font-size: 1.0em
	/* font size for IE5.5 */;
}

/************************************/
/*                    DOCUMENT MENU */
/************************************/

#document-menu {
	width: 243px;
	margin-bottom: 12px;
	}
	
#document-menu ul{
	list-style: none;
	width: 100%;
	margin: 0!important;
	padding: 0!important;
	}
	
#document-menu ul li {
	list-style: none;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #ccc;
	padding: 0;
	background: none;
	line-height: 1.25em;
	margin-bottom: 0px;
	}
	
#document-menu ul li.document-menu-last {
	border-bottom: 1px solid #ccc;
	}
	
#document-menu ul li a{
	background: #fff url('../img/main/cnb/document-menu-gradient.jpg') right bottom repeat-x;
	text-decoration: none;
	color: #2526A9;
	display: block;
	padding: 8px 12px 6px 12px;
	font-family: Verdana,Sans-serif;
	font-size: 11px;
	}
	
#document-menu ul li a.aktiv{
	background:#fff;
	font-weight:bold;
	border-bottom: none;
	}
	
#document-menu ul li a.disabled{
	color:#404040!important;
	}
	
#document-menu ul li a.drop {
	background:url(/cs/sys/resource/drop.gif) no-repeat 98% 50%;
  }
  
/* DALSI UROVEN */
	
#document-menu ul ul {
	border-top: 1px solid #ccc;
	}

#document-menu ul ul li {
	margin: 0;
	border: none;
	}

#document-menu ul ul li.document-menu-last {
	border-bottom: none;
	}
	
#document-menu ul ul li a{
	background: #fff;
	text-decoration: underline;
	padding:8px 12px 7px 28px;
	}

#document-menu ul ul li a.aktiv{
	color: #666666;
    font-weight: 700;
    text-decoration: none;
	}
	
#document-menu ul ul li a.drop {
	background:url(/cs/sys/resource/drop.gif) no-repeat 99% 50%;
  }
  
/* JESTE DALSI UROVEN */

#document-menu ul ul ul {
	border-top: none;
	}
	
#document-menu ul ul ul li {
	background: #fff url('../img/main/cnb/document-menu-li.jpg') 28px 12px no-repeat;
	}

#document-menu ul ul ul li a{
	background: none;
	padding:8px 12px 7px 44px;
	}

#document-menu ul ul ul li a.aktiv{
	background: none;
	font-weight:700;
	color: #666;
	text-decoration: none;
	}

/**************************************************/
/*                    IMPORTANT MENU              */
/**************************************************/

#important-menu {
	width: 243px;
	margin-bottom: 12px;
}
	
#important-menu ul {
	list-style: none;
	width: 100%;
	margin: 0!important;
	padding: 0!important;
}
	
#important-menu ul li {
	list-style: none;
	padding: 0;
	margin: 0 0 1px 0;
	line-height: 1.25em;
}
	
#important-menu ul li a {
	background: url('../img/main/cnb/important-menu-bg.jpg') right top repeat-x;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 8px 12px 6px 12px;
	font-family: Verdana,Sans-serif;
	font-size: 11px;
}

/**************************************************/
/*                    BANNER MENU                 */
/**************************************************/

#banner-menu {
	width: 243px;
}

#banner-menu img {
	width: 243px;
	height: 120px;
	margin-bottom: 12px;
}

/************************************************************/
/*       OBOROVE MENU       */
/************************************************************/
#main-content .sectionMenu {
	position: relative;
}
#main-content .sectionMenu .nav {
	left: 0px;
	height: 25px;
}
#main-content .sectionMenu .nav ul {
	position: relative;
	list-style: none;
	margin: 0px;
}
#main-content .sectionMenu .nav ul li {
	position: absolute;
	top: 0px;
	font-size: 1.168em;
	line-height: 1.24em;
	width: 150px;
	font-weight: bold;
	padding-left: 0px;
}
#main-content .sectionMenu .nav ul li.selected {
	z-index: 50 !important;
}
#main-content .sectionMenu .nav ul li.item-first {
	left: 0px;
	z-index: 40;
}
#main-content .sectionMenu .nav ul li.item-second {
	left: 138px;
	z-index: 30;
}
#main-content .sectionMenu .nav ul li.item-third {
	left: 276px;
	z-index: 20;
}
#main-content .sectionMenu .nav ul li.item-fourth {
	left: 414px;
	z-index: 10;
}
#main-content .sectionMenu .nav ul li a {
	display: block;
	width:102px;
	padding: 4px 8px 4px 15px;
	margin-right: 25px;
	text-decoration: none;
	background-color: #e8f0f5;
}
#main-content .sectionMenu .nav ul li.selected a {
	color: #fff;
	background-color: #2526A9;
}
#main-content .sectionMenu .content-box {
	border: 1px solid #2526A9;
	margin-top: 0px;	
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#main-content .sectionMenu .content-box h2 {
	color: #2526A9;
	padding: 0px 10px 10px 10px;
}

#main-content .sectionMenu .content-box select {
	width: 160px;
}
#main-content .sectionMenu .content-box .left, 
#main-content .sectionMenu .content-box .right {
	float: left;
	margin-top: 11px;
}
#main-content .sectionMenu .content-box .left {
	width: 39%;
  }
#main-content .sectionMenu .content-box .right {
	width: 55%;
	padding-left: 12px;
}
#main-content .sectionMenu .content-box .left {
	background: url('../img/main/cnb/bg_dots_sectionmenu.gif') right top repeat-y;
}
#main-content .sectionMenu .content-box .left p {
	padding: 3px 10px 0px 10px;
}
#main-content .sectionMenu .content-box .left form {
	padding: 0px 10px 10px 12px;
}
#main-content .sectionMenu .content-box .left form select {
	max-width: 260px;
}
#main-content .sectionMenu .content-box .left h2 {
	padding: 0px 0px 10px 0px;
  font-size:1.1em;	
}
#main-content .sectionMenu .content-box .right {
	margin-left: -1px;
	background: url('../img/main/cnb/bg_dots_sectionmenu.gif') left top repeat-y;
}
#main-content .sectionMenu .content-box .right h2 {
  padding-bottom: 5px;
  font-size:1.1em;
  padding-left:0px;
}
#main-content .sectionMenu .content-box .right ul {
	list-style: none;
	margin: 2px 10px 0px 26px;
}
#main-content .sectionMenu .content-box .right ul li {
	padding-left: 15px;padding-bottom: 2px;
	line-height: 1.45em;
}
#main-content .sectionMenu .content-box .right ul a {
	color: #036;
}

/* Orange color in section mene */
#main-content .sectionMenu-orange .content-box {
	border-color: #f90;
}

#main-content .sectionMenu-orange .nav ul li a {
	color: #333;
	background-color: #fc9;
}

#main-content .sectionMenu-orange .nav ul li.selected a {
	color: #333;
	background-color: #f90;
}

#main-content .sectionMenu-orange .content-box h2 {
	color: #333;
}

/************************************************************/
/*       LOCATION BAR       */
/************************************************************/
#content .location-bar {
	margin-bottom: 12px;
	font-family: Verdana, Sans-serif;
	font-size: 11px;
	line-height: 1.3em;
}

#content .location-bar a {
	color: #17428a;	
}

#content .location-bar a:hover {
	text-decoration: underline;
}

/************************************************************/
/*       INFO CNB       */
/************************************************************/
#main-content .info-cnb {
	padding-bottom: 6px;
	border-bottom: 1px solid #efeff1;
}
#main-content .info-cnb h2 {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px;
}
#main-content .info-cnb p {
	padding: 0px;
}
#main-content .info-cnb p.image, #main-content .info-cnb p.image img {
	float: left;
	width: 60px;
	margin-right: 10px;
}
#main-content .info-cnb p.date {
	font-size: 0.917em;
}
#main-content .info-cnb h3 {
	margin: 0px 0px 5px 0px;
	padding: 1px 0px 0px 0px;
	line-height: 1.25em;
}
#main-content .info-cnb h3 a {
	color: #036;
	font-size: 1.169em;
	font-weight: bold;
}
#main-content .info-cnb p.synopsis {
	line-height: 1.25em;
}


/************************************************************/
/*       NEWS       */
/************************************************************/

#main-content .news-list {
	font-family: Verdana,sans-serif;
	font-size: 11px;
	color: #333333;
}

#main-content .news-list h2 a {
	margin-left: 10px;	
}

#main-content .news-list h2 {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px;
}

#main-content .news-list .news {
	float: left;
	width: 100%;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #efeff1;
}

#main-content .news-list .news-last {
	margin-bottom: 0!important;
	padding-bottom: 0!important;
	border-bottom: none!important;
}

#main-content .news-list p {
	margin: 0px;
}

#main-content .news-list p.image, #main-content .news-list p.image img {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 5px;
}

#main-content .news-list p.date {
}

#main-content .news-list .news-title-link {
	font-family: Times new roman,sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #2526A9;
}

#main-content .news-list .news-col-right {
    float: left;
    width: 382px;
}

#main-content .news-archive {
	clear: both;
}

#main-content .news-archive p {
	padding: 0px;
}

#main-content .news-archive p.image, #main-content .news-archive p.image img {
	float: left;
	width: 60px;
	margin-top: 5px;margin-right: 10px;margin-bottom: 12px;
}

#main-content .news-archive p .date, #main-content .news-archive p .author {
	font-size: 0.917em;
}

#main-content .news-archive .news {
	padding-bottom: 10px;
	margin-bottom: 6px;
	border-bottom: 1px solid #efeff1;
}

#main-content .news-archive p .author {
	margin-left: -2px;
	padding-left: 16px;
}

#main-content .news-archive h2 {
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font-size: 1.0em;
	line-height: 1.25em;
}

#main-content .news-archive h2 a {
	font-weight: bold;
	font-size: 1.168em;
}

#main-content .news-archive p.text {
	margin-top: 3px;
}

/************************************************************/
/*       NEWS DETAIL       */
/************************************************************/
#content #newsDetail .date {
	color: #2526A9;
	margin-bottom: 6px;
}

#content #newsDetail .anotace {
	margin-bottom: 6px;
	font-weight: bold;
}

/************************************************************/
/*       PAGER       */
/************************************************************/

.pager {
	display: block;
	text-align: center;
}
.paging {
	width: 100%;
	margin: 12px 0;
	text-align: center;
}

.paging a, .paging strong, .paging span {
	padding-left: 5px;
	padding-right: 5px;
}
.paging, .search-resultItem {
	clear: both
}
.paging .hidden {
	display: none
}
.paging .paging-prev {
	display: inline;
	width: 20px;
	height: 15px;
	margin-right: 5px;
	text-decoration: none;
	font-weight: 700;
}

.paging .paging-next {
	display: inline;
	width: 20px;
	height: 15px;
	margin-left: 5px;
	text-decoration: none;
	font-weight: 700;
}

#col-main .hidden {
	display: none
}

/************************************************************/
/*       SEARCH FORM       */
/************************************************************/
#main-content .clearfix {
	display: block;
	clear: both;
	padding-bottom: 8px;
}

#main-content label {
	display: block;
}

.search-error {
	color: red
}

#advanced-search a {
	clear: both;
	display: block;
}

#advanced-search .select-day {
	width: 45px;
}
#advanced-search .select-month {
	width: 90px;
}
#advanced-search .select-year {
	width: 55px;
}

#advanced-search .w420 {width: 420px}
#advanced-search .w200 {width: 200px}

/************************************************************/
/*       SEARCH RESULTS       */
/************************************************************/

#col-main .search-amount {
	position: relative; 
	background-color: #efeff1;
	font-weight: bold;
	margin-bottom: 10px;
	width:100%;
}
#col-main .search-amount p {
  position: relative;
	padding: 6px 8px;
	background-color: #efeff1;
	float:left;
	padding-right:200px;
}

#col-main .search-amount p#ad-search-box {
	position: relative;
	text-align: right;
	float:right;
	display:block;
	width:200px;
	height: 100%;
}

#col-main .search-resultItem {
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px solid #efeff1;
}

#col-main .search-resultItem .published, #col-main .search-resultItem .relevance {
	position: relative;
}
#col-main .search-resultItem .published span, #col-main .search-resultItem .relevance span {
	position: absolute;
	left: 200px;
	top: 0px;
}

#col-main .search-resultItem h2 {
	padding-top: 1px;padding-bottom: 3px;
	line-height: 1.25em;
	font-size: 1.0em;
}

#col-main .search-resultItem h2 a {
	font-weight: bold;
}

#col-main .search-resultItem h2 img {
	margin-right: 5px;
}

#col-main .search-resultItem p {
	padding: 1px 0px;
}

#col-main .search-resultItem p.link {
  width:400px;
}

/************************************************************/
/*       NAV-MAINMENU       */
/************************************************************/
#content .nav-mainMenu, #content .menu-main {
	background-color: #e9e2dc;
	margin-bottom: 10px;
}
#content .nav-mainMenu h2, #content .menu-main h2 {
	background-color: #7f7f7f;
}
#content .nav-mainMenu ul, #content ul.menu-main {
	list-style-type: none;
	padding: 7px 20px 7px 20px;
}
#content .nav-mainMenu ul ul, #content ul.menu-main ul {
	padding: 3px 12px 0px 1px;
}
#content .nav-mainMenu ul li, #content ul.menu-main li {
	padding: 4px 0px;
	line-height: 1.2em;
}
#content .nav-mainMenu a, #content .menu-main a {
	color: #333;
	font-family: Verdana,sans-serif;
}
#content .nav-mainMenu ul ul li, #content ul.menu-main ul li {
	padding-left: 12px;
	list-style:none;
}
#content .nav-mainMenu li.selected a, 
#content .nav-mainMenu li.selected li.selected a,
#content .menu-main li.aktiv a ,
#content .menu-main li.aktiv li.aktiv a  {
	font-weight: bold;
}
#content .nav-mainMenu li li.selected, , #content .menu-main li li.aktiv  {
	background: none;
}
#content .nav-mainMenu li.selected li.selected a {
	color: #2526A9;
	text-decoration: none;
}
#content .nav-mainMenu li.selected li a, #content .menu-main li.aktiv li a {
	font-weight: normal;
}


/*       UPRAVA LPTACEK       */
#content ul.menu-main li ul {display:none;}
#content ul.menu-main li.aktiv ul {display:block;}

#content ul.menu-main li ul li ul {display:none;}
#content ul.menu-main li.aktiv ul li.aktiv ul {display:block;}




/************************************************************/
/*       NAV-OTHERMENU       */
/************************************************************/
#content .nav-otherMenu {
	background-color: #fff;
	margin: 12px;
}

#content .nav-otherMenu a {
	text-decoration: none;
	color: #000;
}

#content .nav-otherMenu ul {
	padding: 0px 10px 12px 18px;
	list-style: none;
}
#content .nav-otherMenu li {
	padding: 2px 0px;
	line-height: 1.2em;
}
#content .nav-otherMenu li a img {
	margin: -7px 0 7px;
	border-right: 9px solid #e3ebef;
}
#content .nav-otherMenu li.selected a {
	font-weight: bold;
	text-decoration: none;
}
#content .nav-otherMenu.selected h2 {
	background: #2526A9;
}

/************************************************************/
/*       INFOZONE       */
/************************************************************/

#content .infozone {
	background-color: #ffedd5;
	margin-bottom: 10px;
}
#content .infozone h2 {
	color: #000;
	background-color: #ff9900;
	padding-left: 19px;padding-right: 19px;
}

#content .infozone ul {
	list-style-type: none;
	padding: 7px 20px 7px 20px;
}
#content .infozone ul ul {
	padding: 3px 12px 0px 1px;
}
#content .infozone ul li {
	padding: 4px 0px;
	line-height: 1.2em;
}
#content .infozone a {
	color: #333;
}
#content .infozone ul ul li {
	padding-left: 12px;
}
#content .infozone li.selected a, #content .infozone li.selected li.selected a {
	font-weight: bold;
}
#content .infozone li li.selected {
	background: none;
}
#content .infozone li.selected li.selected a {
	color: #FF9900;
	text-decoration: none;
}
#content .infozone li.selected li a {
	font-weight: normal;
}
#content .infozone .selected a {
	font-weight: bold;
	text-decoration: none;
}

/************************************************************/
/*                         INFOBOX                          */
/************************************************************/

/*
.infobox {
	background-color: #e3ebef;
	margin-bottom: 10px;
	padding-bottom: 8px;
}
.infobox p {
	line-height: 1.25em;
	margin: 9px 0px 8px 0px;
}
.infobox h2 {
	margin-bottom: 12px;
}
*/

#content .infobox {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
	color: #666;
	width: 217px;
    margin-bottom: 12px;
	padding: 12px;
}

#content .infobox img {
	max-width: 180px;
}

#content .infobox hr {
	margin: 10px auto;
	width: 90%;
}

#content .infobox ul {
	padding-left: 8px!important;
}

#content .infobox ol {
	margin: 10px 0;
	_margin: 20px 0;
}

#content .infobox h2 {
	margin: 12px 0;
}

#content .infobox h2:first-child {
	margin-top: 0;
}

#content .infobox .nav-otherMenu {
	margin: 12px 0 0!important;
}

#content .infobox .nav-otherMenu h2{
	margin: 0!important;
}

/*prestylovani, pokud jsou v infoboxu*/
#content .infobox .keyRates {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#content .infobox table tr.even {
	background: #efeff1;
}

/************************************************************/
/*       CALENDAR  - event and application     */
/************************************************************/

#col-right .eventCalendar, #col-left .eventCalendar {
	border: 1px solid #ccc;
	margin-bottom: 12px;
	width: 241px;
}

#col-right .eventCalendar td {
	font-size: 11px;
}


#content .eventCalendar .eventCalendar-col-left {
	float: left;
	margin-right: 12px;
	width: 211px;
	display: block;
}

#content  #col-left .eventCalendar .eventCalendar-col-left, #content  #col-right .eventCalendar .eventCalendar-col-left {
	margin: 12px 15px;
	float: none;
}

#content .eventCalendar .eventCalendar-col-right {
	float: left;
	width: 225px;
	display: block;
}

#content  #col-left .eventCalendar .eventCalendar-col-right, #content  #col-right .eventCalendar .eventCalendar-col-right {
	margin: 0 15px 2px;
	width: 211px;
	float: none;
}

#content .eventCalendar table, #content .application-calendar table {
	width: 211px;
	background-color: #fff;
	color: #333;
	border-collapse: collapse;
	border: none;
}

#content .eventCalendar table th, #content .application-calendar table th {
	background: #999!important;
	color: #fff;
	padding:0!important;
	height: 29px;
	border: 1px solid #CCCCCC;
}

#content .eventCalendar table td, #content .application-calendar table td {
	width: 30px;
	height: 25px;
	text-align: center;
	padding: 0!important;
}

#content .eventCalendar table tr.odd td, #content .eventCalendar table tr.odd:hover td, #content .application-calendar table tr.odd td, #content .application-calendar table tr.odd:hover td{
	background-color: #e7e7e7;
	border: none;
}

#content .eventCalendar .even td, #content .application-calendar .even td {
	background-color: #fff;
	border: none;
}

#content .eventCalendar table td.today, #content .application-calendar table td.today, #content .application-calendar table td.actualDate {
	background-color: #4055ae!important;
	color: #fff;
	font-weight: bold;
}

#content .eventCalendar table td a, #content .application-calendar table td a {
	display: block;
	color: #2526A9;
	font-weight: bold;
	line-height: 25px;
	background-color: #feff81;
	text-decoration: none;
}

#content .eventCalendar td.today a, #content .application-calendar table td.today a, #content .application-calendar table td.actualDate a {
	color: #fff;
	background-color: #4055ae;
}

#content .eventCalendar p.eventCalendar-search  {
	margin: 12px 0 0 2px!important;
}

#content .eventCalendar .eventCalendar-search a  {
	color: #2526A9;
	background: url("../img/main/cnb/document-menu-li.jpg") no-repeat scroll left 5px transparent;
	padding-left: 8px;
}

#content .eventCalendar .date {
	display: block;
	font-size: 11px;
}

#content .eventCalendar .event {
	display: block;
	line-height: 1.25em;
	margin-bottom: 10px;
	font-size: 11px;
}

#content .eventCalendar .event a {
	color: #2526A9!important;
}

#content .eventCalendar .pager {
	background: #4055ae;
	position: relative;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

#content .eventCalendar .pager a {
	color: #fff;
}

#content .eventCalendar .pager .previous {
	float: left;
	display: inline;
	line-height: 31px;
	padding: 0 12px;
}

#content .eventCalendar .pager .previous a, #content .eventCalendar .pager .next a {
	text-decoration: underline;
}

#content .eventCalendar .pager .next {
	float: right;
	display: inline;
	line-height: 31px;
	padding: 0 12px;
}

#content .eventCalendar .pager .month {
	font-weight: bold;
	text-align: center;
	line-height: 31px;
	overflow: hidden;
}

#content .eventCalendar .pager .month a {
	text-decoration: none;
}

#content .application-calendar {
	background-color: #efeff1;
	border: 1px solid #ccc;
	display: block;
	width: 472px;
	float: left;
	margin: 12px 0;
}	

#content .application-calendar .col-a {
	position: absolute;
	margin: 30px 0 0 32px;
}

#content .application-calendar .col-a .month {
	display: block;
	font-weight: bold;
	text-align: center; 
	padding: 5px 0px 15px 0px;
}

#content .application-calendar .col-a .select-day {
	width: 45px;
}

#content .application-calendar .col-a .select-month {
	width: 90px;
}

#content .application-calendar .col-a .select-year {
	width: 55px;
}

#content .application-calendar .col-a .buttons {
	display: block;
	padding-top: 10px;
	clear: both;
	text-align: center;
}

#content .application-calendar .col-b {
	display: block;
	float: right;
	background: #fff;
	border-left: 1px solid #ccc;
}

.cb {
	clear: both
}

/************************************************************/
/*       EVENT DETAIL       */
/************************************************************/
#content #eventDetail .date {
	color: #2526A9;
	margin-bottom: 15px;
	font-size: 120%;
}
#content #eventDetail .anotace {
	color: #2526A9;
	margin-bottom: 15px;
	font-size: 110%;
	font-weight: bold;
}

#content #eventDetail .information {
	margin-top: 10px;
}
/************************************************************/
/*       EVENT LIST       */
/************************************************************/

#content #events-form .col-a, #content #events-form .col-b,
#content #events-form .search-where label, 
#content #events-form .lab-calendar label,
#content #events-form .lab-number label {
  display: block;
  float: left;
}

#content #events-form .col-a {
	padding-top:10px;
	width: 430px;
}
#content #events-form .col-b {
	padding-top:10px;
	width: 330px;
	clear: both
}
#content #events-form .search-where label {
	float: left;
	width: 70px;
}

#content #events-form .lab-calendar label {
/*	width: 68px; */
}
#content #events-form .lab-number label {
	width: 219px;
}
#content #events-form .select-day {
	width: 45px;
  float: right;
  margin-left:5px;
}
#content #events-form .select-month {
	width: 90px;
  float: right;
  margin-left:5px;
  margin-bottom:5px;
}
#content #events-form .select-year {
	width: 55px;
  float: right;
}
#content #events-form #event-number {
	width: 45px;
  float: right;
}

#content .search-amount {
	position: relative;
	background-color: #efeff1;
	font-weight: bold;
	margin-bottom: 10px;
}

#content .search-amount p {
	padding: 6px 8px;
}

#content #events-list {
	margin-top: 10px;
	clear: both;
}

#content #events-list .events {
	padding: 5px 0px 10px 0px;
	border-bottom: 1px solid #efeff1;
}

#content #events-list .events-title {
	font-weight: bold;
	padding-bottom: 3px;
}

#events-form .select-day {
	width: 45px;
}

#events-form .select-month {
	width: 90px;
}

#events-form .select-year {
	width: 55px;
}

/************************************************************/
/*       FOOTER       */
/************************************************************/

/* vypis paticka */

#footer-links {
	background: url('../img/main/cnb/footer-gradient.jpg') left bottom repeat-x;
	padding:16px 13px;
	border: 1px solid #ccc;
	width:956px;
}

a#link-icon {
	padding-right: 18px;
	background: url('../img/main/cnb/link-icon.jpg') right 1px no-repeat;
}

.footer-nabidka {
	float:left;
	width:230px;
	position: relative;
	color: #666;
	margin-right: 12px;
	font-size:11px;
	line-height: 18px;
	text-align: left;
}

.last {
	margin-right: 0!important;
}

#footer-links h2 {
	width:100%;
	font-size:14px;
	font-weight:bold;
	font-family: Verdana,sans-serif;
	color:#333333;
	padding-bottom: 12px;	
	margin-bottom: 12px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
	
#footer-links ul {
	margin:0;
	padding:0;
}

#footer-links li {
	list-style:none;
	margin:0;
	padding:0;
	text-align: left;
}

#footer-links li a {
	font-size: 11px;
	text-decoration:none;
	color:#2526A9;
	font-family: Verdana,sans-serif;
}

#footer-links li a:hover {
	text-decoration:underline;
}

.footer {
	width: 984px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#footer .copyright {
	float:left;
	margin: 20px 0;
	color: #666;
	font-size:11px;
}

#footer .copyright a, #footer .serviceLinks a {
	font-size: 11px;
	color:#2526A9;
	padding-right: 4px;padding-left: 4px;
}

#footer .copyright a:hover, #footer .serviceLinks a:hover {
	text-decoration: underline;
}

#footer .copyright ul {
	list-style: none;
}

#footer .copyright ul li, #footer .serviceMenu ul li {
	float: left;
	padding-right: 4px;padding-left: 4px;
}

#footer .serviceLinks {
	float: right;
	margin: 20px 0;
}

#footer .serviceLinks img {
	vertical-align: middle;
	margin-left: 4px;margin-right: 4px;
}
/************************************************************/
/*       SITEMAP       */
/************************************************************/

#content .sitemap ul li {
	margin-top: 5px;
	background:  none;
	padding-left: 0px;
}

#content .sitemap ul ul li {
    background: url("../img/main/cnb/li-image.jpg") no-repeat scroll 0 6px transparent;
    line-height: 1.25em;
    padding-bottom: 5px;
    padding-left: 14px;
	margin-top: 0px;
}

#content .sitemap ul li a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#content .sitemap ul li li a {
	font-weight: normal;
	color: #2526A9;
	text-decoration: underline;
}

#content .sitemap ul li li a:hover {
	text-decoration: none;
}

#content .sitemap .link {
	display: block;
	padding: 8px 0px;
}

/************************************************************/
/*       GALERIE STYLU       */
/************************************************************/
#content .red{color:red; }
#content .upperRoman, #content .upperroman{list-style-type:upper-roman; }
#content .lowerLatin, #content .lowerlatin{
  list-style-type:lower-alpha;
  }
#content .upperLatin, #content .upperlatin{
  list-style-type:upper-alpha;
  }
#content .cb{
  width:100%;clear:both;font-size:0px;height:1px;
  background-color:transparent; color:#FFF;
  }
#content .kotva{display:none; height:0; width:0;}
#content .kotva a{text-decoration:none;}
#content .maly_text{font-size:0.8em;}
#content .velky_text{font-size:1.4em;}
#content .blue{color:#003399; }
#content .vpravo{text-align:right; }
#content span.vlevo, #content img.vlevo{float:left;margin:8px 8px 4px 0px; }
#content span.vpravo, #content img.vpravo{float:right;margin:8px 0px 4px 8px; }
#content .sipkanahoru{float:right; }
#content table.noborder, #content table.noborder td, 
#content table.noborder th{border:0 }
#content #homeright li a, #content #homeright_en li a, #content #homeright li 
.blueleft, #content #homeright_en li .blueleft {
  float:left;text-align:left; color:#003399;
  }
#content .stred{text-align:center; }
#content .stred p{display:inline;text-align:center; }
#content tt{font-size:1em;}

/* pismo v bunkach tabulky je neproporcionalni, uziva se v tabulkach financnich trhu */
table.monospace { 
  font-family:"Courier New", "Courier New CE", "Courier CE", courier, monospace; 
  }
  
#main-content .ocms_de_bt {position: absolute ! important; left: 0px ! important; top: 0px ! important}

/*#content-main * {margin:auto;}*/
/* 766 */
.nowrap {
  white-space: nowrap;
}

th {
  text-align: center;
}

/*tabulky pro layout*/
table.noborder, table.noborder tr, table.noborder td {
  border: none !important;
}

#col-main table.noborder, #col-main table.noborder tr, #col-main table.noborder td {
  background: #fff!important;
}

/*tabulka oramovana, ale bez zmen barev na onMouseOver */
table.nocolor, table.nocolor tr, table.nocolor td {
  background-color: #FFF !important;
}

/* styly pro org. strukturu*/
#orgschema_rada {
	padding:6px;margin:0px;border:1px solid #666; width:1136px; 
}
#orgschema_rada ul {
	padding:0px;margin:0px;text-align:center;
}
#orgschema_rada p {
 padding:0;
 margin:0;padding-bottom:7px;
 text-align:center;
font-weight:bold;
}
#col-main #orgschema_rada li {
	list-style-type:none;
	text-align:center;
	width:130px;
	float:left;
	background-color:#e5eaf5;
	height: 144px; /* z duvodu ruznych velikosti obrazku-portretu */
	padding:8px; margin:0px 8px 0px 8px;
	/*-moz-box-sizing:border-box;*/
	background: none;
}
h1.orgschema_nadpis {
	font-size:17px;
}
#orgschema_separator {
	width:1px;
	height:25px;
	background-color:#666;
  margin-left:572px; _margin-left:580px;
}
#orgschema_rada ul.orgschema_rada_en li {
	height:158px;
}
#orgschema_sekce { padding-left:3px;  }
#orgschema_sekce ul.prvni {
margin-left:5px;
	width:162px;
	border-top:1px solid #666;
	padding:0px;
}
#orgschema_sekce ul {
	border-top:1px solid #666;
	padding:0px;
  margin:0px 0px 0px 0px;	
	width:162px;
	float:left;
}
#col-main #orgschema_sekce li {
	list-style-type:none;	
	border-left:1px solid #666;
	border-bottom:1px solid #666;
	padding:8px;margin:0px 16px 0px 0px;
	width:130px;
	background: none;
}
#orgschema_sekce li.pobocky {
	padding-top:80px;
}
#orgschema_sekce_pobocky { padding-left:3px; }
#orgschema_sekce_pobocky ul {
	padding:0px;margin:0px;
	width:150px;
	float:left;
}
#col-main #orgschema_sekce_pobocky li {
	list-style-type:none;
	padding:7px;
	border-left:1px solid #666;
	border-bottom:1px solid #666;
	margin-right:12px;
	background: none;
}
#orgschema_sekce_pobocky li.header {
  border-top:0;
}

/* styly pro submity */
#col-main input.submit, input.search, .submitbutton, .downloadbutton, .addbutton, .avizo_ok_button, .formbutton, .formbutton-correct {
	background: url('../img/main/cnb/button-application.jpg') top left repeat-x;
	width: 90px;
	padding-top: 6px;
	padding-bottom: 10px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Sans-serif;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	margin: 5px 3px 5px 0px;
}

.formbutton {
	width: 120px;
}

#col-main input.submit-wide, .downloadbutton, .formbutton-correct {
	background: url('../img/main/cnb/button-application.jpg') top left repeat-x;
	width: 150px;
	padding-top: 6px;
	padding-bottom: 10px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Sans-serif;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	margin: 5px 3px 5px 0px;
}

#col-main .reset, .resetbutton, .deletebutton {
	background: url('../img/main/cnb/button-application-reset.jpg') top left repeat-x;
	padding-top: 6px;
	padding-bottom: 10px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Sans-serif;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	margin: 5px 3px 5px 0px;
}

#col-main .reset-wide {
	background: url('../img/main/cnb/button-application-reset-wide.jpg') top left repeat-x;
	width: 150px;
	height: 29px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	margin: 3px;
}

/* kalendar v kurzech - bug 920 */

/* odkaz pro vyhledavani v udalostech (za detailem udalosti) */
div.searchLink {
    margin-top: 20px;
}

/* fix pro mizejici odrazky v IE6 (bug 917) */
ul, ol, dl {
  position: relative;
}

/* DATAGATHERING FORM */
 .datagathering {
	width: 97.2%;
	border: 1px solid #ccc;
	padding: 6px;
}
.datagathering form h4 {/*width: 500px;*/margin: 0; padding: 0; margin-top: 1em;}
.datagathering form .form-row {clear: both;}
.datagathering form .form-label {width: 25%; padding: 6px; float: left; color: #666; font-weight: 700;}
.datagathering form .form-input {padding: 6px; float: left;}

/* _________hide checkbox fieldset - label pouzit pro viceradkovy popis (rozsahlejsi texty uvnitr formulare), predvolena hodnota checkboxu = null */

/*novy checkbox a radio*/
.datagathering form fieldset.checkbox, .datagathering form fieldset.radio {width: 316px;}
.datagathering form fieldset.checkbox div, .datagathering form fieldset.radio div {margin:0; padding:0; clear:right;}
.datagathering form fieldset.checkbox label, .datagathering form fieldset.radio label {margin: 0 6px; display: inline!important;}
.datagathering form fieldset.checkbox input, .datagathering form fieldset.radio input {margin: 1px 6px 0 0; float: left;}

.datagathering form div.description-multiline {/*width: 550px;*/ margin-top: 1em;}
/* _________/hide checkbox fieldset */
.datagathering form input.text, .onlineform, .datagathering form select, .datagathering form textarea {width: 316px; border: 1px solid #CCC;}
.datagathering form fieldset {border: 1px solid #fff;}
.datagathering form fieldset legend {display: none;}

.datagathering .buttonsCheck form {
  display: inline;
}

.datagathering .dg-protected-field-remains, 
.datagathering .dg-protected-field-entered, 
.datagathering .dg-protected-field-maxcount {
  width: 220px; 
  margin-top:4px; 
  margin-right:10px; 
  margin-top: 4px; 
/*  float:left;*/
}

.datagathering .dg-protected-field-remains-count,
.datagathering .dg-protected-field-entered-count,
.datagathering .dg-protected-field-maxcount-count {
  margin-top: 4px;
}

.datagathering form .form-error {color: red;}
/* END OF DATAGATHERING FORM */

/* WEBFORM */

.webform {
	width: 460px;
	border: 1px solid #ccc;
	padding: 6px;
}

.webform-wide {
	width: 715px;
	border: 1px solid #ccc;
	padding: 6px;
}

.webform table, .webform-wide table {
	border: none !important;
	width: 100%;
}

.webform_field_multi .onlineform {
	height: 120px;
	width: 316px;
}

.webform_label, .webform_label_multi {
	vertical-align: top;
	width: 122px;
	font-weight: 700;
	color: #666;
	padding: 6px;
}

.webform-wide .webform_label, .webform-wide .webform_label_multi {
	width: 230px!important;
}

.webform_label h4 strong {
	color: #2526A9!important;
}

.webform_field_radio, .webform_field_checkbox {
	width: 14px;
	vertical-align: top;
	padding: 1px 5px 0 0!important;
}

.webform_label_radio, .webform_label_checkbox {
	padding: 0 5px 5px!important;
}

.webform_msg_error, .webform_label_error {
	color: red;
}

/* END OF WEBFORM */

/* BTS 940 - "bezna" sirka selectu, vhodna pro roky, mesice, kratsi vybery */
.calendar_colA select, table.noborder select {
  width: 105px;
}

/* 940 - sirka pro nadstandardne siroky select*/
select.wide {
  width: 100px;
}

/* 1152 */
.document_date {
	color: #2526A9;
}


.inflace .row {
	clear: both;
    display: block;
    padding: 0 12px;
    width: 217px;
}
	
.inflace .collA {display: block; width: 100px; float: left; }
.inflace .collB {display: block; width: 80px; float: right; text-align: right; color: #2526A9; font-weight: bold}
 
.no-bold a b {font-weight: normal ! important}

#decisions table.decisions-table {
	width: 100%;
}

#decisions .odd td, #decisions .even td {
	background: #fff!important;
}

#decisions table.decisions-table td {
  padding-left: 0px;
}

#decisions table.decisions-table td.date-to, #decisions table.decisions-table td.right {
  text-align: right;
}

#decisions table.decisions-table td.decision-title-value {
  font-weight: bold;
}

#popupcal_from, #popupcal_to,
#popupcal_from_pravni_moc, #popupcal_to_pravni_moc {
  width: 108px;
}

#trigger_from, #trigger_to,
#trigger_from_pravni_moc, #trigger_to_pravni_moc {
  cursor: pointer;
  cursor: hand;
}

#decisions .text-wide {/*width: 100%;*/ width:300px;}

#decisions select.select-year {
  width: 124px;
  margin-left: 3px;
}

#decisions table select {
  width: 100%;
}

#decisions hr {
  margin-top: 6px;
  margin-bottom: 6px;
  clear: both;
  background-color: #efeff1;
  color: #efeff1;
}

#decisions .decisions-list .decisions-item {
  padding: 2px;
  clear: both;
}

#decisions .decisions-list .mark-value {
  font-weight: bold;
}

#decisions .decisions-list table td {
  vertical-align: top;
}

#decisions .decisions-list table td.name {
  width: 20%;
  min-width:170px;
}

#decisions .decisions-list table.noborder, #decisions .decisions-list table.noborder tr, #decisions .decisions-list table.noborder td {
  background: none!important;
  background-color: none!important;
}

#decisions .decisions-list table.even, #decisions .decisions-list table.even tr, #decisions .decisions-list table.even td {
  background: #F6F6F6!important;
  background-color: #F6F6F6!important;
}


#trigger_from, #trigger_to, #trigger_from_pravni_moc, #trigger_to_pravni_moc {
  vertical-align: middle;
  margin-left: 2px;
}

#decisions input.decisions-button {
	background: url('../img/main/cnb/button-application.jpg') top left repeat-x;
	width: 220px;
	height: 29px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	margin: 3px;
}

/* calendar */
.calendar {
  position: relative;
  display: none;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #fff;
  font-family: tahoma,verdana,sans-serif;
  width: 180px;
}

.calendar table {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #fff;
  font-family: tahoma,verdana,sans-serif;
}

.calendar .button {
  text-align: center;
  padding: 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar .nav {
  background: transparent url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title {
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: #2526A9;
  color: #fff;
  text-align: center;
}

.calendar thead .headrow { }

.calendar thead .daynames { }

.calendar thead .name {
  border-bottom: 1px solid #000;
  padding: 2px;
  text-align: center;
  background: #efeff1;
}

.calendar thead .weekend {
  color: #f00;
}

.calendar thead .hilite {
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  padding: 0px;
  background-color: #d8e0e4;
}

.calendar thead .active {
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  background-color: #b8c0c4;
}

.calendar tbody .day {
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #efeff1;
}

.calendar tbody .rowhilite td {
  background: #999;
}

.calendar tbody .rowhilite td.wn {
  background: #999;
}

.calendar tbody td.hilite {
  padding: 1px 3px 1px 1px;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
}

.calendar tbody td.active {
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: #000 #fff #fff #000;
}

.calendar tbody td.selected {
  font-weight: bold;
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: #000 #fff #fff #000;
  background: #d8e0e4;
}

.calendar tbody td.weekend {
  color: #f00;
}

.calendar tbody td.today {
  font-weight: bold;
  color: #2526A9;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell {
  visibility: hidden;
}

.calendar tbody .emptyrow {
  display: none;
}

.calendar tfoot .footrow { }

.calendar tfoot .ttip {
  background: #e8f0f4;
  padding: 1px;
  border: 1px solid #000;
  background: #2526A9;
  color: #fff;
  text-align: center;
}

.calendar tfoot .hilite {
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #d8e0e4;
}

.calendar tfoot .active {
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  background: #d8e0e4;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  background: #e3ebef;
  padding: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

.calendar .combo .hilite {
  background: #048;
  color: #aef;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #e8f0f4;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}


/* styly pro prihlasovaci formuar */
#formLogin input.submit {
  margin-top: 10px;
}

#formLogin legend {
  font-weight: bold;
  color: #2526A9;
  margin: 4px 0;
}

#formLogin input#userName, #formLogin input#password {
  width: 180px;
}

/************************************************************/
/*            BLOK - RANDOM CONTENT a FAQ       */
/************************************************************/

#random-content, #faq-category {
	background: #4e6eb0 url('../img/main/cnb/bg-vite-ze.jpg') left bottom no-repeat;
	padding: 15px 15px 51px 15px;
	margin-bottom: 12px;
	color: #fff;
	min-height: 35px;
	width: 213px;
	font-size: 11px;
	font-family: Verdana,Sans-serif;
	line-height: 1.3em;
}

#random-content h2, #faq-category h2 {
	font-family: "Times New Roman", Times, serif !important;
	font-size: 20px!important;
	color: #fff!important;
	margin: 0 0 6px 0!important;
}

#faq-category a {
	color: #fff!important;
	font-size: 11px!important;
	text-decoration: none!important;
}

#random-content a {
	color: #fff!important;
}

#random-content table td {
  padding: 1px 2px!important;
}

#random-content ul {
	list-style: square!important;
}

#random-content ol {
	padding-left: 20px!important;
}

#random-content ul li {
    padding: 2px 0 2px 0!important;
	background: none!important;
}

#random-content ol li {
    padding: 2px 0 2px 0!important;
}

#random-content table {
	border: 1px solid #fff;
}

.faq-filter  {
	overflow: hidden;
	padding: 18px;
	background-color: #EFEFF1;
}

.faq-filter-items {
	margin-bottom: 12px;
}

.faq-filter-row {
	overflow: hidden;
}

.faq-filter-item {
	float: left;
	width: 230px;
}

.faq-filter-item input {
	float: left;
	margin-top: 2px;
}

.faq-filter-item label {
	padding-left: 20px;
}

/************************************************************/
/*           remote vontent          */
/************************************************************/

.remotecontent-head {
	overflow: hidden;
	padding: 18px;
	background-color: #EFEFF1;
	margin-bottom: 15px;
}

/************************************************************/
/*           FAVOURITE LINKS          */
/************************************************************/

#favourite-links {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin-bottom: 12px;
    width: 241px;
}

#favourite-links input.add_fav_address_button {
	background: #fff url('../img/main/cnb/btn-favourite-links.jpg') left top no-repeat;
	margin: 8px 11px 12px 11px;
	width: 219px;
	
	color: #fff;
	font-size: 11px;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 9px;
	font-family: Arial,Sans-serif;
	border: none;
	text-align: center;
	cursor: pointer;
}

#favourite-links input.fav-btn-disabled {
	background: #fff url('../img/main/cnb/btn-favourite-links-disable.jpg') center center no-repeat!important;
	cursor: default!important;
}

#favourite-links ul {
	margin-top: 16px;
	padding-left: 16px!important;
}

#favourite-links input.del_fav_address_button {
	background: #fff url('../img/main/cnb/red-x.jpg') center center no-repeat;
	margin-right: 12px;
	border: none;
	width: 12px;
	height: 12px;
	cursor: pointer;
}

#favourite-links table {
	width: 100%;
}

/************************************************************/
/*           Google Captcha - reCaptcha          */
/************************************************************/

.recaptchatable .recaptcha_r1_c1 {
	background: #dfdfdf!important;
}

.recaptchatable .recaptcha_r2_c1 {
	background: #dfdfdf !important;
}

.recaptchatable .recaptcha_r2_c2 {
	background: #dfdfdf!important;
}

.recaptchatable .recaptcha_r3_c1 {
	background: #dfdfdf!important;
}

.recaptchatable .recaptcha_r3_c2 {
	background: #dfdfdf!important;
}

.recaptchatable .recaptcha_r3_c3 {
	background: #dfdfdf!important;
}

.recaptchatable .recaptcha_r4_c1 {
	background: #dfdfdf!important;
}

.recaptchatable .recaptcha_r4_c2 {
	background: #dfdfdf!important;
}

.recaptchatable .recaptcha_r4_c4 {
	background: #dfdfdf!important;
}

.recaptchatable .recaptcha_r7_c1 {
	background: #dfdfdf!important;
}

.recaptchatable .recaptcha_r8_c1 {
	background: #dfdfdf!important;
} 

.recaptchatable #recaptcha_instructions_image {
	font-weight: 200;
} 

.webform-wide .webform-captcha .recaptcha_div_label {
color: #666666;
float: left;
font-weight: bold;
padding: 5px;
width: 230px;
}

.webform .webform-captcha .recaptcha_div_label {
color: #666666;
float: left;
font-weight: bold;
padding: 5px;
width: 122px;
}

.webform-captcha #recaptcha_div {
float: left;
padding: 5px;
}

/************************************************************/
/*           kurzy devizoveho trhu          */
/************************************************************/

#col-main table.kurzy_tisk {
	width: 100%;
}

/************************************************************/
/*           aviza          */
/************************************************************/

#col-main #notification .label input {
	width: 180px;
}




.press_find {
	background: url('../img/main/cnb/button-application.jpg') top left repeat-x;
	width: 90px;
	padding-top: 4px;
	padding-bottom: 6px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Sans-serif;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	margin: 5px 3px 5px 0px;
}

/************************************************************/
/*                     Photoalbum                     */
/************************************************************/

#fgallery .group-fix{display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.fgallery{width:729px;}.fgallery .wrapper{width:700px;border:1px solid #ccc;padding:20px 14px 20px 13px;overflow:hidden;position:relative;}
.fgallery .pagination{line-height:100%;text-align:center;margin:15px 0;position:relative;}.fgallery .pagination a{padding:4px 8px;margin-left:1px;}.fgallery .pagination a.selected{background:#333;color:#fff;text-decoration:none;}
.fgallery .pagination a[rel=first],.fgallery .pagination a[rel=last]{padding:4px 0;}.fgallery .pagination a[rel=first]:hover,.fgallery .pagination a[rel=last]:hover{background:none;color:#333;}
.fgallery .pagination a[rel=first]{position:absolute;left:0px;top:0px;}
.fgallery .pagination a[rel=last]{position:absolute;right:0px;top:0px;}
#col-main .fgallery .slide h2{margin:15px 0 0;width:700px;}
#col-main .fgallery .slide p{margin:10px 0 0;width:700px;}
.fgallery a[rel=prev],.fgallery a[rel=next]{display:block;width:50px;height:50px;background-image:url("/system/modules/cz.nelasoft.miranda2r6.photoalbum/resources/img/sprite-cnb.png");background-position:-6px -54px;text-indent:-5000px;text-align:left;font-size:0;position:absolute;top:218px;right:auto;bottom:auto;left:29px;}.fgallery a[rel=prev]:hover,.fgallery a[rel=next]:hover{background-position:-6px -4px;}
.fgallery a[rel=next]{background-position:-66px -4px;left:auto;right:29px;}.fgallery a[rel=next]:hover{background-position:-66px -54px;}
.fgallery .slide{float:left;margin-right:14px;background:url("/system/modules/cz.nelasoft.miranda2r6.photoalbum/resources/img/ajax-loader.gif") 50% 219px no-repeat;}.fgallery .slide img{visibility:hidden;}