/* Definice obecných stylů */
h1 {
	font-family: Trebuchet MS, trebuchet, sans-serif;
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
/*	margin-bottom: 15px; */
	color: #17539E;
	font-size: 1.25em;
}
	h3 a {
		color: #17539E;
	}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 1.0em;
}




p {}

a {
	color: #000;
	text-decoration: underline;
}
	/* odkaz s focusem */
	a:hover {
		text-decoration: none;
	}
	/* navstiveny odkaz */
	a.visited {}

.table table {
	border-collapse: collapse;
	border-spacing: 1px;
	border: 1px solid #a9bfcf;
	margin-bottom: 2em;
}

	.table tbody td, 
	.table tbody th {
		padding: 4px 10px;
	}
	
	.table thead td, 
	.table thead th {
		background-color: #205ca5;
		color: #ffffff;
		font-weight: bold;
		text-align: left;
	}
		.table thead td a, 
		.table thead th a {
			color:#fff !important;
			padding-right:15px;
		}
	
	.table tfoot td, 
	.table tfoot th {
		background-color: #e2e2e2;
		font-weight: bold;
	}

	.table tr.odd {
		background-color: #ffffff;
	}
	.table tr.even {
		background-color: #e8eef6;
	}




ul {
	list-style: none;
}

	ul li {
		background-image: url('/img/mp/ul_li.gif');
		padding-left: 16px;
		margin-bottom: 10px;
	}

		ul li a {
			color: #000;
		}
		
ol {}
	ol li {}
	
/* formuláře */
.form {}
	.form fieldset {
		position: relative;
		display: block;
		border: none;
		
	}
		/* nadpis bloku formulare */
		.form fieldset legend {
			margin-top: 20px;
			color: #8c0000;
			font-size: 1.2em;
		}
		.graphics-legend {
			position: relative;
			width: 100%;
			padding: 8px 0 0 18px;
			background: transparent url('/img/mp/form-legend.gif') no-repeat 0 0;
		}

		/* napis pozadovane udaje jsou oznaceny ... */		
		.form .info-required {
			padding-bottom: 15px;
			text-align: right;
			color: #7a7a7a;
		}
		.form .required {
			padding-left: 2px;
			color: #8A0000;
		}
	
	/* radek formulare - vetsinou tvoren dvojici vstupni pole - popisek */
	.form .form-row {}
		/* popisek */
		.form .form-row label {
			width: 125px;
		}
		/* napoveda k poli */
		.form .form-row .hint {}

	/* vstupni pole - text */
	.form .fi-text {
		border: 1px solid #D4E0E9;
		width: 300px;
	}
	/* vstupni pole - textarea */
	.form .fi-textarea {
		border: 1px solid #D4E0E9;
		width: 300px;
		height: 70px;
	}
	/* vstupni pole - zaskrtavaci box */
	.form .fi-checkbox {}
	/* vstupni pole - prepinac */
	.form .fi-radio {}
	
	/* vstupni pole - odesilaci tlacitko */
	.form .fi-submit,
	.form .fi-button  {
		
		padding: auto 0;
		margin-left: 125px;
		/*
		color: #0051b4;
		border: none;
		background: none;
		cursor: pointer;	
		text-decoration: underline;
		text-transform: lowercase;
		font-size: 1.17em;
		font-weight: bold;
		*/
	}
	
	/* vstupni pole - blok uzavirajici vice poli, vetsinou typu select ci radio */
	.form .fi-block {}
		/* polozka v bloku */
		.form .fi-block .block-item {}
			/* popisky u prvku uzavrenych v bloku */
			.form .fi-block .block-item label {}

/* vysledky vyhledavani */
.search-results	.list .list-item {
	position: relative;
}
	
	.search-results	.list .list-item .order-num {
		display: none;
	}
	
	.search-results	.list .list-item .logo {
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.search-results	.list .list-item .params {
		margin-top: 10px;
		font-size: 1em;
	}
	
		.search-results	.list .list-item h3 {
			background: url('/img/mp/ul_li.gif') 0 0.4em no-repeat;
			padding-left: 15px;
		}

/* sipky na titulce */
.more-info-perex {
	text-decoration: none;
	padding: 0 10px;
	margin-left: 6px;
	background: url('/img/mp/arrow-mp.gif') 0 center no-repeat;
}

/* obecný výpis položek */
.list {}

	.list .list-item {
		padding-bottom: 12px;
		border-bottom: 1px solid #CED3DE;
		margin-bottom: 15px;	
	}
	
	.list .no-border {
		margin: 0;
		border: 0;
	}
	
    .list .last {
    	border-bottom: 0px;
    	margin-bottom: 0px;
        padding-bottom: 5px;
    }
	
	.list .brief-info {
		padding-bottom: 10px;
		border-bottom: 0px;
		margin-bottom: 0px;
	}
		
		.list .brief-info a,
		.list .list-item .accessibility-info a {
			background: url('/img/mp/ul_li.gif') 0 0.4em no-repeat;
			padding-left: 16px;
			display: block;
		}
		
		.list .list-item .list-item-heading {
			color: #17539E;
		}
		
			.list .list-item .list-item-heading a,
			.list .list-item .list-item-heading a:visited {
				color: #17539E;
			}
			
		.list .list-item .params {
			margin-top: 20px;
			font-size: 0.92em;
		}
		
		.list .list-item .perex,
		.list .list-item .abstract {
			margin-top: 15px;
		}		
		
		.list .list-item {
			line-height: 1.5em;
		}
		
		.list .list-item .actions {
			margin-top: 5px;
		}
		.list .list-item .comments {
			margin: 5px 0;
		}
		
	/* vypis clanku */
	.list .list-item .article-heading {
		margin-bottom: 0;
	}
	.list .list-item .params-above-article {
		margin-top: 0;
	}
	.list .list-item .params-perex {
		margin-top: 8px;	
	}
	.list .list-item .params-below-article {
		margin-top: 10px;
	}
/******************************************************************/

/* layout */

	#header-logo {
	   position: absolute;
	   top: 55px;
	   left: 15px;
	   z-index: 100;
	} 

/* obycejna WSW stranka */
#page-content-box {
	margin: 0 15px;
	padding: 0 0px 2em 0px;
}
	#page-content-box #page-heading {
		margin: 0;
		color: #0051B4;
		background: #CED3DE url(/img/mp/wsw-head-left.gif) no-repeat top left;
		
	}

	#page-content-box #page-heading .corner-right {
		padding: 0.6em 1em;
	  display: block;
    background: url(/img/mp/wsw-head-right.gif) no-repeat top right;
	}

	
	#page-content-box #page-content-main {
		padding: 1em 2em;
		border: 1px solid #CED3DE;
		border-width:0 1px 1px;
	} 
		#page-content-box #page-content-main #page-perex {
			margin: 0 0 1em 0;
		}
		#page-content-box #page-content-main #page-text {
			margin: 0 0 1em 0;
		}

/* hlavicka */
#page-header .header-1 {
	text-align: right;
	padding: 5px 8px;
	color: #FFF;
	background-color: #04395E;
	font-size: 0.92em;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#page-header a {
	color: #FFF;
}

#page-header .header-1 a {
	text-decoration: none;
}

#page-header .header-1 a:hover {
	text-decoration: underline;
}

	#page-header .header-1 .form {
		float: right;
		margin-right: 20px;
	}

		#page-header .header-1 fieldset {
			border: 0px;
			padding: 0px;
		}

		#page-header .header-1 .form-row {
				display: inline;
			}

				#page-header .header-1 .fi-text {
					width: 100px;
					margin-right: 5px;
					border: 1px solid #99AEBD;
					background: #DEDBDE url('/img/cp/input_background.gif') no-repeat;
				}

				#page-header .header-1 .fi-submit {
					overflow: visible;
					background: #BDBABD url('/img/mp/submit_background.gif') repeat-x;
					padding: 2px 7px 1px 7px;
					border: 1px solid #99AEBD;
					font-weight: bold;
					font-size: 0.92em;
					letter-spacing:1px;
				}

		/* horni menu; apostrophe - osloveni */		
		#page-header .header-1 .header-links, .apostrophe {
			float: right;
			margin-top: 3px;
			margin-left:20px;
		}

			#page-header .header-1 .header-links span {
				padding-left:15px;
			}

/* vyhledavaci formular v hlavicce stranky */
#search {
	position: relative;
	height: 63px;
	overflow-x: hidden;
	top: 10px;
}

	#search form {
		height: 60px;
	}

	#search .plus,
	#search .error-form {
		margin-top: 4px;
	}

		#search .plus label {
			font-weight: bold;
		}
		/* resi odskakovani drob. navigace */
		#search .plus {
			height: 19px;
		}	

	#search a {
		color: #04395E;
		font-size: 0.92em;
	}

	#search a:hover {
		text-decoration: none;
	}

	#search fieldset {
		border: 0px;
		padding: 0px;
	}
	
	#search .search-input-h {
		position: absolute;
		top: 0;
		left: 490px;
		
		height: 30px;
		width: 354px;
		
		margin-right: 5px;
		
		background: url('/img/mp/search_fi_text.gif') 0 0 no-repeat;
	}
		#search #hledam {
			height: 30px;
			width: 325px;
			
			padding: 0;
			margin: 0 5px;
			
			line-height: 20px; 
			font-size: 1.2em;
			
			border: none;
			background: none;
		}

	#search .fi-submit {
		position: absolute;
		top: 0;
		left: 833px;
		
		
		width: 118px;
		height: 29px;
		overflow: hidden;
		
		color: #fff;
		background: #053A5F url('/img/mp/submit_search.gif') no-repeat;
		border: none;
		
		margin: 0px;
		padding: 0px;
		
		font-weight: bold;
		font-size:0.92em;
		
		cursor:pointer;
	}

	/* upřesnění hledání */
	#search .plus {
		position: absolute;
		top: 25px;
		left: 490px;
	}
	
	/* odkaz na oznamování chyb */
	#search #error-report-box {
		position: absolute;
		top: 42px;
		left: 610px;
		
		width: 330px;
		
		font-size: 0.9em;
		
	}
/* drobečková navigace stránky */
#page-navigator {}
	/* polozka navigatoru */
	#page-navigator .navigator-item {
		font-weight: normal;
	}
		#page-navigator .navigator-item a,
		#page-navigator .navigator-item a:visited {
			color: #7c7c7c;
		}
		#page-navigator .navigator-item.first {
			font-weight: bold;
		}

	#page-navigator .divider {
		margin: 0 0.1em 0 0.4em;
		padding-left: 3px;
		background: transparent url('/img/dp/page-navigator-divider.gif') no-repeat left center; /* vyska menu */
	}
		#page-navigator .divider span {
			display: none;
		}


/* hlavní menu */

#menu {
	font-family: "Trebuchet MS", Arial, sans-serif;
	position: relative;
}
	#menu .menu {
		height: 36px; /* vyska menu + vyska okraje */
		padding-bottom: 23px; /* vyska podmenu + vyska okraje + 1px na caru mezi */
		padding-left: 1em;

		background: transparent url('/img/mp/menu-top-bottom-line.gif') repeat-x 0px 34px; /* vyska menu */
	}
		/* polozka menu */
		#menu .menu li {
			float: left;

			background: #05395e url('/img/mp/menu-top-item-bkg.gif') repeat-x left top;

			border: solid 1px #FFFfff;
			border-width: 0 1px 1px 0;
		}

			/* posledni polozka */
			#menu .menu li.last {
				border-right: none;
			}

			/* odkaz v polozce menu */
			#menu .menu li a {
				padding: 0 1.2em;

				color: #FFF;

				line-height: 35px; /* vyska menu */

				text-decoration: none;
				font-weight: bold;
				text-transform: uppercase;
			}
				/* text odkazu v polozce menu */
				#menu .menu li a span {}
				
			/* mys nad polozkou */
			#menu .menu li:hover,
			#menu .menu li.hover {
				background: #1e4e70 url('/img/mp/menu-top-item-hover-bkg.gif') repeat-x left top;
			}

			/* aktivni polozka menu */
			#menu .menu li.active {
				background: #8C0000 url('/img/mp/menu-top-item-active-bkg.gif') repeat-x left top;

    		border-bottom-color: #8C0000;
				padding-bottom: 1px; /* presah pres caru */
			}
				#menu .menu li.active a {

				}


			/* prvni polozka */
			#menu .menu li.first a {
				background-image: url('/img/mp/menu-top-corner-left.gif');
				background-repeat: no-repeat;
				background-position: left top;
			}

			/* posledni polozka */
			#menu .menu li.last a {
				background-image: url('/img/mp/menu-top-corner-right.gif');
				background-repeat: no-repeat;
				background-position: right top;
			}


			/* menu druhe urovne */
			#menu .menu li ul {
				position: absolute;
				top: 37px; /* vyska menu + vyska okraje + 1px na caru mezi */
				left: 1.5em;
				width: 940px; /* sirka podmenu - fixni kvuli IE (zalamuje posledni polozku na druhy radek)*/
				height: 23px; /* vyska podmenu */
				background: none;
			}
				#menu .menu li ul li {
					background: #8C0000;
					border: none;

				}
					#menu .menu li ul li a {
						padding: 0 0.8em;

						line-height: 22px; /* vyska menu */

						font-weight: normal;
						text-transform: none;
					}
					#menu .menu li ul li.first a,
					#menu .menu li ul li.last a,
					#menu .menu li.first ul li a,
					#menu .menu li.last ul li a {
					  color: #F0F0F0;
						background-image: none; /* zruseni ruzku u prvni a posledni polozky menu druhe urovne */
					}

						#menu .menu li ul li a span {
							padding-left: 7px;
							background: transparent url('/img/mp/menu-item-bullet.gif') no-repeat left center;
						}
					/* aktivni polozka */
					#menu .menu li ul li.active {
						background-image: none;
						padding-bottom: 0px;
					}
					/* mys nad polozkou */
					#menu .menu li ul li:hover,
					#menu .menu li ul li.hover {
						background: none;
					}

						#menu .menu li ul li a:hover {
							color: #FFF;
						}

/* specificke systemoveho hlaseni */

.message-ok, .message-warning{
	background: #F0F5F9 url('/img/cp/system-message-info-dp-mp.gif') no-repeat 0 0;
}

.message-error {
	background: #F0F5F9 url('/img/cp/system-message-error-mp.gif') no-repeat 0 0;
}




/* paticka */

#page-layout #page-footer {
	background: #F8F3F9;	
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#page-footer-container {
	background: #F8F3F9 url('/img/cp/page_layout_bottom_obr.gif') center 0 no-repeat;
	clear:both;
	padding-top: 20px;
}

	#page-footer-container #page-footer {
	}

		#page-footer a {
			text-decoration: underline;
		}

		#page-footer a:hover {
			text-decoration: none;
		}

		#page-footer .footer-text {
			color: #FFF;
			padding: 12px 15px;
			background-color: #04395E;
			font-size: 110%;
			margin-bottom: 10px;
			width: 948px;
			margin-left: 3px;
		}

			#page-footer .footer-text .odr {
				color: #4F7E9E;
			}
			
			#page-footer .footer-text .subfooter-1 {
				float: left;
			}
			
			#page-footer .footer-text .subfooter-2 {
				font-size:smaller;
				padding: .4em 0em .4em 3em;
				border-left: 1px solid #4F7E9E;
				float: right;
				text-align: right;
			}
			
			#page-footer .footer-text .subfooter-2 a {
				text-decoration: underline;
			}

			#page-footer .footer-text a {
				text-decoration: none;
				color: #FFF;
			}

			#page-footer .footer-text a:hover {
				text-decoration: underline;
			}

			#page-footer #subfooter {
				background-color: #DFE0E9;
				padding: 9px 15px 10px 15px;
				width: 948px;
				margin-left: 3px;
				min-height: 3em;		
			}

				#subfooter a {
					color: #04395E;
				}

		#page-bottom .bottom-1 {
			float: left;
			margin-left: 8px;
		}

		#page-bottom .bottom-2 {
			margin-right: 3px;
			float: right;
		}

			#page-bottom .bottom-2 .odr {
				color: #4F7E9E;
			}

			#page-bottom a {
				color: #04395E;
			}

/* rozloženi portletů - tří sloupcové */
.ar-three-col {
	margin: 0 1px;
}

	.ar-three-col .ar-main-left {
		width: 684px;   /* 330 + 24 + 330 */
		position: relative; left: 15px;
		float: left;
		overflow: hidden;
	}

	.ar-three-col .ar-right {
	  position: relative; right: 15px;
		width: 245px; 	/* sirka sloupce - portletu - bez mezer */
		float: right;
		overflow: hidden;
	}

	.ar-three-col .ar-main {
		float: right;
		width: 330px;   /* sirka sloupce - portletu - bez mezer */
	}

	.arrangement .ar-left {
		float: left;
		width: 330px;   /* sirka sloupce - portletu - bez mezer */
		overflow: hidden;
	}

/* rozloženi portletů - 2 sloupcové */
.ar-two-col {
  margin: 0 1px;
}

   .ar-two-col .ar-main {
			width: 684px; /* sirka hlavniho bloku, odpovida ar-main 3sloupcoveho rozlozeni */
			float: left;
			overflow: hidden;
			position: relative; left: 15px;
   }

   .ar-two-col .ar-right {
			width: 245px; /* sirka sloupce - portletu - bez mezer */
			float: right;
			overflow: hidden;
			position: relative; right: 15px;
   }

/* bezsloupcove rozlozeni */

.ar-simple {
}

.ar-simple .ar-main {
	margin: 0 15px;
}


/* vlastní nastylování portletu */
.portlet {
	margin: 0 0px 15px 0px;
}

/* hlavicka portletu bez textu, grafiky */
.list-no-title {
	padding: 13px 15px;
	border: 1px solid #c9d7e2;
	border-bottom: 0;
	background: #d4e0e9;
}

.portlet-header {
	background: url('/img/mp/portlet_head_left.gif') 0 0 no-repeat;
	height: 45px;
	overflow: hidden;
	padding-left: 15px;
	position: relative;
}

	.portlet-header .portlet-header-corner {
		background: url('/img/mp/portlet_head_right.gif') right 0 no-repeat;
		display: block;
		width: auto;
		overflow: hidden;
		padding-right: 12px;
		padding-top: 15px;
  }

		.portlet-header-corner .navigator {
			position: absolute;
			top: 22px; right: 10px;
			z-index: 200;
			font-size: 1.17em;
			line-height: 1.17em;
		}

		.portlet-header-corner .navigator a {
			padding-right: 20px;
			padding-left: 4px;
			color: #04395E;
			text-decoration: none;
		    font-weight: bold;
		    font-size: 0.83em;
			background: url('/img/mp/more-info-h2.gif') right top no-repeat;
 		}

		.portlet-header-corner .navigator a:hover {
			text-decoration: underline;
		}
		/* navigator jako odkaz zpet */
		.portlet .navigator a.back {
			background-image: url('/img/mp/link-back-h2.gif');
		}
		/* navigator jako odkaz pro zavreni */
		.portlet .navigator a.close {
			background-image: url('/img/mp/navigator-close.gif');
		}

     .portlet-header .portlet-heading {
       font-family: Trebuchet MS, trebuchet, sans-serif;
       background: #fff url('/img/mp/heading_left.gif') 0 0 no-repeat;
       color: #17539E;
       float: left;
       font-size: 1.50em;
       margin-right: 45px;
       padding-bottom: 10px;
       line-height: 2em;
   }
      .portlet-header .portlet-heading .portlet-heading-corner {
           background: url('/img/mp/heading_right.gif') right 0 no-repeat;
           padding: 0 12px;
           display: block;
       }

	.portlet-content {
		background-color: #FFF;
		border: 1px solid #CED3DE;
		border-top: 0;
		padding: 8px;
  		overflow: hidden;
	}
	
	.portlet-content .ServiceMessages {
		margin-bottom: 10px;
	}
	


	/* portlet skin 'doporucujeme' */

	.recommended .portlet-header {
		background-image: URL('/img/mp/rec-portlet_head_left.gif');
	}

		.recommended .portlet-header .portlet-header-corner {
			background-image: URL('/img/mp/rec-portlet_head_right.gif');
		}

			.recommended .portlet-header-corner .navigator {
     		color: #313026;
				background-image: url('/img/mp/rec-more-info-h2.gif');
			}

	.recommended .portlet-content {
		border-color: #8C0000;
	}
	.recommended .portlet-header .portlet-heading {
		background-image: URL('/img/mp/rec-heading_left.gif');
	}

	.recommended .portlet-header .portlet-heading .portlet-heading-corner {
			background-image: URL('/img/mp/rec-heading_right.gif');
	}


	
	/* vypisy */
	
	.param {
	line-height: 1.5em;
	}
	.param .label {
		font-weight: bold;
	}

/* strankovac */

.pager {
	text-align: center;
}

/* zakladni tvar polozky */
	.pager a,
 	.pager span.notlink,
 	.pager span.active {
 	  margin: 0 1px;
		padding: 2px 5px;
		color: #333;

	}
	.pager.pagerAlphanumeric a, .pager.pagerAlphanumeric span.notlink, .pager.pagerAlphanumeric span.active {
		padding: 2px 3px;
	}
.pager a.pg-first,
.pager a.pg-prev,
.pager a.pg-next,
.pager a.pg-last {
	background-color: #D4E1EA;
    text-decoration: none;
}
    .pager a:hover.pg-first,
    .pager a:hover.pg-prev,
    .pager a:hover.pg-next,
    .pager a:hover.pg-last {
    	background-color: #8C0000;
    	color: #fff;
    }

    /* První/poslední */
    .pager a.pg-first,
    .pager a.pg-last {
    	border-bottom: solid 3px #8C0000;
    }
        .pager a:hover.pg-first,
        .pager a:hover.pg-last {
        	border-bottom: solid 3px #D4E1EA;
        }

    .pager .pages a {
        text-decoration: underline;
    }
        .pager .pages a:hover {
            text-decoration: none;
        }

	.pager span.notlink {
        color: #CED3DE;
	}

	.pager .pages span.active {
	  color: #8C0000;
	  background-color: #D4E1EA;
	}


/* taby */

.domtabsDiv {
	position: relative;
}

/* tab blok */
.domtabsDiv .tabs {
	border-bottom: solid 1px #CED3DE;
	text-align: center;
	margin-bottom: 1em;
	padding-left: 10px;
	height: auto;
	overflow: hidden;
	position: relative;
}

.domtabsDiv .tabContainer {
	overflow: hidden;	
	margin: 0px;
	position: relative;
	left: 12px;
}

.ar-main .domtabsDiv .tabContainer {
	width: 294px; 
}

.ar-left .domtabsDiv .tabContainer {
	width: 275px; 
}

	.tabs span.tab {
		position: relative;
		display: block; float: left; 
		margin: 0 2px;
	}
	
	.ar-main .tabs span.tab {
		width: 90px;
	}
	
	.ar-left .tabs span.tab {
		width: 84px;
	}

	.tabs .tab a {
    	background: url(/img/mp/tab_empty_left.gif) no-repeat top left;
		display: block;
		width: 90px;
		text-decoration: none;
		color: #04395E;
	}
	.tab a .tab-rangle {
		background: url(/img/mp/tab_empty_right.gif) no-repeat top right;
		text-align: center;
		line-height: 1em;
   		height: 45px;
		display: block;
		cursor: pointer;
	}

	.tab a .tab-rangle span {
		display: block;
   		padding: 6px 4px 0;
   		height: 3.5em;
    	overflow: hidden;
	}

	.tabs a.active,
	.tabs a:hover {
		background-image: url(/img/mp/tab_filled_left.gif);
	}
	.tabs a.active {
		font-weight: bold;
	}

	.tabs a.active span.tab-rangle,
	.tabs a:hover span.tab-rangle
	{
   		background-image: url(/img/mp/tab_filled_right.gif);
	}

	/* sipky */
	.domtabArrow {
		width: 17px;
		position: absolute;
		top: 16px;
	}

	.domtabArrow-left {
		left: -9px;
	}

	.domtabArrow-right {
		right: -9px;
	}
	.domtabArrow a {
	  	display: block;
		width: 17px;
		height: 15px;
	}

	.domtabArrow-right a {
		background: url(/img/mp/tab_shift_right.gif) no-repeat;
   	}

	.domtabArrow-left a {
		background: url(/img/mp/tab_shift_left.gif) no-repeat;
	}

	.domtabArrow-right a:hover {
		background: url(/img/mp/tab_shift_right_over.gif) no-repeat;
	}

	.domtabArrow-left a:hover {
		background: url(/img/mp/tab_shift_left_over.gif) no-repeat;
	}

	.domtabArrow-left a span,
	.domtabArrow-right a span{
	  display: none;
	}


/* ul#tree */
/*
ul#availableBoxul {
	width: 225px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 110%;
}

ul#availableBoxul ul {
	width: auto;
	margin: 0;
	padding: 0;
}

ul#availableBoxul li {
	margin: 0;
	padding: 0;
	clear: both;
	list-style: none;
	margin: 0 0 8px 0;
	background: none;
}

ul#availableBoxul li#noavailableresources {
	background: transparent url('/img/cp/search-tree-plus.gif') no-repeat scroll 0 2px;
	padding: 0 0 0 20px;
}

ul#availableBoxul li.main {
	padding: 0;
	margin: 0;
}

ul#availableBoxul li.main h3 {
	font-weight: bold;
	color: #000000;
	font-size: 110%;
	margin: 0 0 4px 0;
}

ul#availableBoxul li.main h3 strong.open, ul#availableBoxul li.main h3 strong.closed {
	background: transparent url('/img/cp/search-tree-minus.gif') no-repeat scroll 0 3px;
	padding: 0 0 3px 20px;
	cursor: pointer;
}

ul#availableBoxul li.main h3 strong.closed {
	background: transparent url('/img/cp/search-tree-plus.gif') no-repeat scroll 0 3px;	
}

ul#availableBoxul li.main ul#ul-unavailable {
	margin: 0;
	padding: 0;
}

ul#availableBoxul li.main ul#ul-unavailable li {
	padding: 0 0 0 0;
}

ul#availableBoxul li.main ul#ul-unavailable li {
	background: url('/img/cp/search-tree-dir.gif') 0 0 no-repeat;
	display: block;
	padding: 0 0 6px 16px;
	margin: 0;
}

ul#availableBoxul li.main ul#ul-unavailable li span.dir, ul#availableBoxul li.main ul#ul-unavailable li span.col {
	background: url('/img/cp/search-tree-dir.gif') 0 0 no-repeat;
	width: 12px;
	height: 22px;	
	display: block;
	float: left;
}

ul#availableBoxul li.main ul#ul-unavailable li span.col {
	background: url('/img/cp/search-tree-col.gif') 0 0 no-repeat;
}

ul#availableBoxul li.main ul#ul-unavailable li a {
	background: url('/img/cp/search-tree-no-subitems.gif') 0 5px no-repeat;
	width: 195px;
	padding: 0 0 0 18px;
	text-decoration: none;
	display: block;
	font-size: 90%;
}

ul#availableBoxul li.main ul#ul-unavailable li a:hover {
	text-decoration: underline;
}

ul#indexBoxul li.main {
	background: transparent url('/img/cp/search-tree-plus.gif') no-repeat scroll 0 3px;
	padding: 0 0 3px 8px;
}
*/
/* konec ul#tree */

/* vypis souboru galerie */

#file-list .gallery-mode  {
	margin: 0;
	width: 100%;
	padding: 0px;
}


#file-list .gallery-mode div.box {
	float: left;
	width: 31%;
	/*border: 1px solid red;*/
	text-align: center;
	list-style-image: none;
	list-style: none;
	background: none;
	padding: 20px 0 20px 0; 
}

#file-list .gallery-mode div.box a, #file-list .gallery-mode div.box span {
	background: url('/img/mp/file-blank.gif') center top no-repeat;
	padding-top: 100px;
	display: block;
}

#file-list .gallery-mode div.box a.level-up {
	background-image: url('/img/mp/file-level-up.gif');
}
#file-list .gallery-mode div.box a.folder {
	background-image: url('/img/mp/file-folder.gif');
}

li.cleaner-li, .cleaner {
	clear: both;
}

/* vypis souboru tabulkou */
#file-list {
	margin-top: 15px;
}

#file-list h3.actual-folder {
	margin-bottom: 5px;
}

#file-list .table .folderLevelUp a {
	background: transparent url(/img/mp/uroven-vys.gif) no-repeat scroll 1px 0;
	padding-left: 25px;
}

#file-list .table .folder a { 
	background: transparent url(/img/mp/slozka.gif) no-repeat scroll 2px 0px;
	padding-left: 25px;
	display: block;
}

#file-list .table .files span.file { 
	padding-left: 25px;
	display: block;
	line-height: 16px; /* ikona souboru byla oriznuta */
}

/* centrovani banneru v portletu */
.bbmedia-banner {
	text-align: center;
}

.bbmedia-banner iframe,
#banner-leaderboard iframe
 {
	margin: auto !important;
}

/* Dnešní datum, svátek */
	#today-info {
		top: 40px;
	}