/*** Uplne nejvic specificke nastaveni portalu***/
body {
    color: #303030;
    background: #DFDFDF;
}

#page-layout {
    width: 1008px;
    position: relative;
    min-height: 100%;
    background: #fff url('/img/pp/page_layout_pictures.gif') 0 0 repeat-y;
}

	html > body #page-layout #page-content {
	    padding-top: 189px;
	}
/* 		html.HP > body #page-layout #page-content {padding-bottom: 335px;}		*/


#page-layout #page-header {
    left: 4px;
    width: 960px;
    padding: 0 20px;
    background: url('/img/pp/bg-header.gif') 0 0 repeat-x;
}
	/* Dnešní datum, svátek */
	#today-info {
		top: 90px; right: 20px;
}

#page-header .header-1 {
    margin-bottom: 10px;
}

#page-header #search {
    margin-bottom: 0;
}

#page-layout .messagebox {
    margin: 7px 24px 15px 24px;
}

#page-layout .message-temporary-user-info {border-color: #9B1818;}


/*** popup-login ***/
.popup-login {
    z-index: 999;
    position: absolute;
    top: -999px; left: 540px;
    background: url('/img/pp/bg-popup-login.gif') no-repeat 0 0;
}
	.popup-login-visible {top: 28px;}

    .popup-login .form {
        width: 396px;
        margin-top: 14px;
        background: #F5F5F5;
        border: 2px solid #AFAFAF;
        border-top: 0;
    }

    .popup-login .form fieldset {
        padding: 10px 0 5px 11px;
    }

    .popup-login .form legend {
        display: none;
    }

    .popup-login .form .form-row label {
        width: 156px;
        padding-bottom: 3px;
        font-weight: bold;
    }

    .popup-login .form .fi-text {
        width: 145px;
        padding-top: 5px;
        padding-bottom: 4px;
    }

    .popup-login .form #login {
        margin-right: 2px;
    }

    .popup-login .form .fi-submit {
        float: right;
        margin: 0 11px 0 0;
        padding: 6px 10px 4px 10px;
        text-transform: none;
        font-weight: normal;
        background: #991818 url('/img/pp/gradient-red.gif') repeat-x 0 0;
        border: 1px solid #6F1212;
    }

    .popup-login .form .login-options {
        font-size: .92em;
    }   
        .popup-login .form .login-options input {
            display: none;
            float: left;
            width: auto;
            margin: 0 6px 0 0;
        }
        
        .popup-login .form .login-options label {
            display: none;
            margin-top: -2px;
            width: auto;
            font-weight: normal;
        }    
        
        .popup-login .form .login-options a {
            float: right;
            margin: -2px 11px 0 0;
            color: #303030;
        }  
              
    /** Prihlasovaci form - vyplnuty JS **/
    #page-header .form {
        position: absolute;
        top: 1px; left: -24px;
    }
        #page-header .form .form-row label {
            width: 137px;
            margin-top: 8px;
        }

        #page-header .form #login {
            position: absolute;
            top: -4px; left: -137px;
        }

        #page-header .form #password {
            margin-top: 7px;
        }

        #page-header .form .fi-submit {
            position: absolute;
            top: -4px; left: -18px;
            color: #303030;
        }
        
        
        /* Prihlaseny uzivatel */
        #logoutForm {
            margin: 8px 0 0 24px;
        }

/* Definice obecných stylů */
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
		margin-bottom: 15px;
		color: #9B1818;
		font-size: 1.25em;
}
	h3 a {
		color: #9B1818;
	}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 1.0em;
}

p {}

a {
	color: #9B1818;
	text-decoration: underline;
}
	/* odkaz s focusem */
	a:hover {
		text-decoration: none;
		color: #303030;
	}
	/* navstiveny odkaz */
	a.visited {}

ul {
	list-style: none;
}

	ul li {
		background-image: url('/img/pp/ul_li.gif');
		padding-left: 16px; 
		margin-bottom: 4px;
	}

ol {}
	ol li {}

	/* vstupni pole - odesilaci tlacitko */
	#page-content form .fi-submit {}
	/* vstupni pole - zaskrtavaci box */
	#page-content form .fi-checkbox {}
	/* vstupni pole - prepinac */
	#page-content form .fi-radio {}
	
	/* vstupni pole - blok uzavirajici vice poli, vetsinou typu select ci radio */
	#page-content form .fi-block {}
		/* polozka v bloku */
		#page-content form .fi-block .block-item {}
			/* popisky u prvku uzavrenych v bloku */
			#page-content form .fi-block .block-item label {}

/* formuláře */
.form {}
	.form fieldset {
		position: relative;
		display: block;
		border: none;
	}
		/* nadpis bloku formulare */
		.form fieldset legend {
			margin-top: 20px;
			color: #9B1818;
			font-size: 1.2em;
		}
		.graphics-legend {
			position: relative;
			width: 100%;
			padding: 8px 0 0 18px;
			background: transparent url('/img/pp/form-legend.gif') no-repeat 0 0;
		}
	/* napis pozadovane udaje jsou oznaceny ... */		
		.info-required {
			padding-bottom: 15px;
			text-align: right;
			color: #7a7a7a;
		}
		.required {
			padding-left: 2px;
			color: #9B1818;
		}
	
	/* 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 #A0A0A0;
		color: #303030;
        background: url('/img/pp/bg-input.png') 0 0 no-repeat;
		width: 220px;
		padding-left: 3px;
	}
	/* vstupni pole - textarea */
	.form .fi-textarea {
		color: #303030;
        border: 1px solid #A0A0A0;
        background: url('/img/pp/bg-input.png') 0 0 no-repeat;
		width: 500px;
		height: 150px;
		padding: 3px; 
	}
	/* vstupni pole - zaskrtavaci box */
	.form .fi-checkbox {}
	/* vstupni pole - prepinac */
	.form .fi-radio {}
	/* vstupni pole - odesilaci tlacitko */
	.form .fi-submit, .form .fi-button {
		margin-left: 125px;
        padding: 7px 25px;
        color: #fff;
        background: #991818 url('/img/pp/button-submit.gif') 0 0 repeat-x;
        border: 0;
        text-transform: uppercase;
        font-weight: bold;
        font-size:0.92em;
        cursor:pointer;
    }
    
    .form .link-forgotten-pass {
		margin-left: 125px;
	}
    
    .form .fi-button {
        background: #404040 url('/img/pp/button.gif') 0 0 repeat-x;    
    }

	.form select {
        width: 225px;
		color: #303030;
	}
	
	/* 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 {}

/* sipky na titulce */
.more-info-perex {
	text-decoration: none;
	padding: 0 10px;
	margin-left: 7px;
	background: url('/img/pp/arrow-dotted-next.gif') 0 4px no-repeat;
}
	.wysiwyg a:hover.more-info-perex {
		text-decoration: none;
	} 	

	.more-info-perex-text {display: none;}

/* obecný výpis položek */
.list {}

	.list .list-item {
		padding-bottom: 12px;
		margin-bottom: 15px;	
		border: 0;
		background: url('/img/pp/line-dotted.gif') 0 100% repeat-x;
	}
        .ar-right .list .list-item {
        	margin-bottom: 10px;	
        }

	.list .no-border {
		margin: 0;
		border: 0;
		background: none;
	}
	
	.list .last {
		background: none;
		margin-bottom: 0 !important;
        padding-bottom: 0 !important;
	}
	
	.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/pp/ul_li.gif') 0 0.4em no-repeat;
			padding-left: 16px;
			display: block;
		}
		
		.list .list-item .list-item-heading {
			color: #9B1818;
			margin-bottom: 0;
			line-height: 1.15em;
			font-family: Georgia, serif;
			font-size: 1.5em;
		}

    		.ar-right .portlet h3.list-item-heading,
            .ar-right .portlet h3.list-item-heading a {
                font-size: 1em;
                line-height: 1.5em;
    		}
		
			.list .list-item .list-item-heading a,
			.list .list-item .list-item-heading a:visited {
				color: #9B1818;
			}
		
		.list .list-item .params {
			font-size: 0.92em;
			color: #707070
		}
            .list .list-item .params a {
        		color: #707070;
        	}

            .list .list-item .params .label {
        		text-transform: lowercase;
        	}

            .list .list-item .params .text {
        		color: #303030;
        	}
		
		.list .list-item .perex,
		.list .list-item .abstract {
			margin-top: 5px;
		}	
		
		.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: 10px;
	}
	.list .list-item .params-perex {
		margin-top: 8px;	
	}
	.list .list-item .params-below-article {
		margin-top: 10px;
	}
	
	.list-box {
        border: 0;
    }

    
	
/* 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;
		left: 0;
	}

		.search-results	.list .list-item .params {
			margin-top: 10px;
			font-size: 1em;
		}
		
			.search-results	.list .list-item h3 { }

	.search-results	.list .list-item .rating {
	    float: left;
	}

/* specifické nastavení layoutu pro komunity daňaři */

	#header-logo {
	   position: absolute;
	   top: 40px;
	   left: 24px;
	   z-index: 100;
	} 
        .portal-pp #header-logo a {
            text-decoration: none;
        } 

    #header-logo .portal-motto {
        position: relative;
        top: -9px; left: 10px;
    }


/* obycejna WSW stranka */
#page-content-box {
	margin: 11px 24px 0 24px;
	padding: 0;
}
	#page-content-box #page-heading {
		margin: 0;
		color: #04395E;
		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 0;
	} 
		#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;
		}
	

/* specificke nastaveni hlavicky */
#page-header {}
	
	#page-header a {
		color: #303030;
	}
	
	#page-header .header-1 {
		text-align: right;
		padding: 5px 0;
		font-size: 0.92em;
	}
		
		#page-header .header-1 .form {
			float: right;
			margin-right: 20px;
		}

        #page-header .header-1 .form fieldset legend,
        #page-header .header-1 .form .login-options {
            display: none;
        }
		
		#page-header .header-1 .form-row {
			display: inline;
		}
			#page-header .header-1 fieldset {
				border: 0px;
				padding: 0px;
			}
				
			#page-header .header-1 .fi-text {
				width: 100px;
				margin-right: 5px;
				border: 1px solid #A0A0A0;
                background: url('/img/pp/bg-input.png') 0 0 no-repeat;
			}
	
			#page-header .header-1 .fi-submit {
				background: #BDBABD URL('/img/pp/submit_background.gif') 0 0 repeat-x;
				padding: 2px 7px 1px 7px;
				font-weight: bold;
				border: 1px solid #A0A0A0;
				font-size: 0.92em;
				letter-spacing:1px;
			}
				
		/* horni menu; apostrophe - osloveni */		
		#page-header .header-1 .header-links, .apostrophe {
			margin-top: 4px;
			margin-left: 20px;
		}

			#page-header .header-1 .header-links span {
				display: inline-block;
                position: relative;
                top: 1px;
				width: 1px;
				height: 10px; 
				margin: 0 10px 0 6px;
                background: #AFAFAF;
			}

            #page-header .header-1 .header-links .login-popup-link {
                outline: 0;
            }

/* vyhledavaci formular v hlavicce stranky */
#search {

	position: relative;
	height: 60px;
	overflow-x: hidden;
}

	#search form {	
		height: 60px;
	}

	#search .plus,
	#search .error-form {
		margin-top: 4px;
	}
		
		#search .plus label {
            position: relative;
            top: -3px;
            padding-right: 6px;            
			font-size: .92em;
		}
		/* 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 legend {
        padding: 8px 0 0 576px;
	}
	
	#search .search-input-h {
		position: absolute;
		top: 0;
		left: 650px;
		width: 238px;
		height: 29px;
		border: 1px solid #A0A0A0;                            
        background: url('/img/pp/bg-input.png') 0 0 no-repeat;

    }
		#search #hledam {
            width: 227px;
            padding: 3px;
            font-weight: normal;
            font-size: 18px;
            color: #A0A0A0;
            border: 0;
            background: 0;
		}

	#search .fi-submit {
		position: absolute;
		top: 0;
		left: 895px;
		
		width: 65px;
		overflow: hidden;

		margin: 0px;
		padding: 7px 0 7px 0;		
		
		color: #fff;
		background: #991818 URL('/img/pp/gradient-red.gif') 0 0 repeat-x;
		border: 1px solid #6F1212;
		
		font-weight: bold;
		font-size:0.92em;
		
		cursor:pointer;
	}
	
	/* upřesnění hledání */
	#search .plus {
		position: absolute;
		top: 30px;
		left: 645px;
	}

	/* odkaz na oznamování chyb */
	#search #error-report-box {
		position: absolute;
		top: 42px;
		left: 590px;
		
		width: 330px;
		
		font-size: 0.9em;
		
	}

/* drobečková navigace stránky */
#page-layout #page-navigator {
    margin-top: 1px;
    margin-bottom: 0;
}

#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/pp/page-navigator-divider.gif') no-repeat left 6px; /* vyska menu */ 
	}
		#page-navigator .divider span {
			display: none;
		}
		
/* hlavní menu */
#menu {
	position: relative;
    background: url('/img/pp/bg-menu.gif') 0 100% repeat-x;
}

#menu ul li {
    background: none;
}

	#menu .menu {
		height: 80px; /* vyska menu + vyska okraje */
		padding-left: 20px;
		background: url('/img/pp/bg-menu-corners.gif') no-repeat 0 100%;
	}
		/* polozka menu */
		#menu .menu li {
			float: left;
			border: 0;
		}
			
		/* posledni polozka */
		#menu .menu li.last {
			border-right: none;
		}
			
			/* odkaz v polozce menu */
			#menu .menu li a {
                font-size: 1.17em;
				color: #ffffff;
			}
    			#menu .menu li ul li a {
                    font-size: 1em;
    			}
				/* text odkazu v polozce menu */
				#menu .menu li a span {
                    display: block;
    				line-height: 40px;
    				padding: 5px 14px 0 14px;
                    background: url('/img/pp/separator-menu.gif') 100% 20px no-repeat;
                }
		/* mys nad polozkou */
		#menu .menu li:hover,
		#menu .menu li.hover {
		}
			
		/* aktivni polozka menu */
		#menu .menu li.active {
			background: #F3F3F3 url('/img/pp/bg-menu-active.gif') repeat-x 0 0;
		}
			#menu .menu li.active ul li.active,
            #menu .menu li.active ul li a {
    			background: none;
            }  		

			#menu .menu li.active a {
				font-weight: bold;
				text-decoration: none;
			    color: #000000;
    			background: url('/img/pp/bg-menu-active-corner-left.gif') no-repeat 0 0;            
            }
    			#menu .menu li.active ul li a {
                    font-weight: normal;
                    text-decoration: underline;
                }
                                
    			#menu .menu li.active a span {
    			    padding-left: 9px;
    			    padding-right: 10px;
        			background: url('/img/pp/bg-menu-active-corner-right.gif') no-repeat 100% 0;            
                }

        			#menu .menu li.active ul li a span {
            			background: none;
                    }                

        			#menu .menu li.active ul li a span {
        			    padding: 0 11px 0 10px; 
        			    line-height: 20px;
                        background: url('/img/pp/separator-submenu.gif') no-repeat 100% 5px;
                    }
                        #menu .menu li.last a span,
            			#menu .menu li.active ul li.last a span {
                            background: none;
                        }
                        
                #menu .menu .active-item-sibling a span {
                    padding-left: 10px;
                }

			/* prvni polozka */
			#menu .menu li.first a {
			}
			
			/* posledni polozka */
			#menu .menu li.last a {
			}
			
			
			
			/* menu druhe urovne */
			#menu .menu li ul {
				position: absolute;
				top: 52px; /* vyska menu + vyska okraje + 1px na caru mezi */
				left: 10px;
				width: 940px; /* sirka podmenu - fixni kvuli IE (zalamuje posledni polozku na druhy radek)*/
				background: none;
			}
				#menu .menu li ul li {
					clear: none;
					background: none;
					border: none;
				}
					#menu .menu li ul li a {
						font-weight: normal;
					}
					/* aktivni polozka */
					#menu .menu li ul li.active {
						background-image: none; 
						border-bottom-color: #fc7d00;
					}
						#menu .menu li ul li.active a {
							font-weight: bold;
							text-decoration: none;
						}
					/* mys nad polozkou */
					#menu .menu li ul li:hover,
					#menu .menu li ul li.hover {
						background: none;
					}
						#menu .menu li ul li a:hover {
							text-decoration: none;
						}
							#menu .menu li ul li a:hover span {
								/* background-image: url('/img/pp/menu-item-bullet-hover.gif'); /* zakomentovano kvuli problemu v IE6+ */
								
							}
					
/* specificke systemoveho hlaseni */
#page-layout .messagebox {
    padding-left: 32px;
}
    .message-ok {background: #EFEFEF url('/img/cp/system-message-ok-pp.gif') no-repeat 9px 7px;}
    .message-warning {background: #EFEFEF url('/img/cp/system-message-info-pp.gif') no-repeat 9px 7px;}
    .message-error {background: #EFEFEF url('/img/cp/system-message-error-pp.gif') no-repeat 9px 7px;}

.message-licence.will-expire {
    background: #fccc9c url('/img/cp/system-message-licence-cp.gif') no-repeat 0 0;
    border: 1px solid #f59139;
}
.message-licence.will-expire a {
    text-decoration:none;
    color: #d3370e; 
}
.message-licence.will-expire a:hover {
    text-decoration:underline;
}
.messagebox.message-licence a.hide-message {
    text-decoration:underline;
    float: right;
    color: black;
}
			
/* specificke nastaveni paticky */
#page-layout #page-footer {

}

#page-footer-container {
    /*position: absolute;*/
    left: 0; bottom: 0;
    margin: 0 24px;
	padding-top: 20px;
	clear: both;
}

#page-footer-container #page-bottom {
    background: url('/img/pp/line-double.gif') 0 0 repeat-x;
}

    /* Blok s odkazy */
    #page-footer-container .wkcr-offer {
        margin-bottom: 11px;
        padding: 0 14px 10px 14px;
        color: #000;
        background: #F5F5F5 url('/img/pp/line-dotted.gif') 0 37px repeat-x;    
    }

        #page-footer-container .wkcr-offer p {
            line-height: 1.6em;
        }

        #page-footer-container .wkcr-offer div.title {
            padding: 14px 0 19px 0;
            font-size: 1.25em;
            font-weight: bold;
            color: #9b1818;
        }

        #page-footer-container .wkcr-offer strong.title {
           padding-right: 13px;
           margin-right: 8px;
    	   background: url('/img/pp/bullet-footer.gif') 100% 5px no-repeat;
        }

        #page-footer-container .wkcr-offer a {
            color: #000000;
        }
    
        #page-footer-container .wkcr-offer .separator {
    	   padding: 0 5px;
        }

    /* Blok s odkazy na ostatni portaly  */
	#page-footer-container .links-portal {
        margin: 0 0 14px 5px;
        color: #D0D0D0;
	}

    	#page-footer-container .links-portal a {
            font-size: .92em;
            color: #707070;
    	}

    	#page-footer-container .separator {
            margin: 0 4px;
    	}
	
        #page-bottom .footer-logo {
            float: left;
            margin-top: 23px;
        }

        #page-bottom {
            padding-bottom: 34px;
        }

        #page-bottom .content {
            float: left;
            width: 854px;
            margin: 17px 0 0 14px;
			padding: 0;
        }
        
            #page-bottom .company-info {
                float: left;
            }            
                #page-bottom .company-info a {
                    color: #303030;
                } 

               #page-bottom .company-info .contact {
                    padding-top: 1px;
                }  
                
               #page-bottom .company-info .contact,
               #page-bottom .company-info .contact a {
                    color: #707070;
                }  

            #page-bottom .imagic-links {
                float: right;
                text-align: right;
            }
                #page-bottom .imagic-links a {
                    color: #707070;
                    font-size: 0.92em;			
                }

/* rozloženi portletů - tří sloupcové */
.arrangement {
    margin-top: 7px !important;
}

.ar-three-col {
	margin: 0 1px;
	background: url('/img/pp/line-ar-three-col.gif') 340px 0 repeat-y;
}
	
	.ar-three-col .ar-main-left {
		width: 635px;   /* 310 + 15 + 310 */
		position: relative; left: 23px;
		float: left;
	}

	.ar-three-col .ar-right {
    	position: relative; right: 23px;
		width: 310px; 	/* sirka sloupce - portletu - bez mezer */
		float: right;
		overflow: hidden;
	}
	
	.ar-three-col .ar-main {
		float: right;
		width: 310px;   /* sirka sloupce - portletu - bez mezer */
		overflow: hidden;
	}
	
	.arrangement .ar-left {
		float: left;
		width: 310px;   /* sirka sloupce - portletu - bez mezer */
		overflow: hidden;
	}

/* rozloženi portletů - 2 sloupcové */
.ar-two-col {
    margin: 0 1px;
    height: 100%;
	background: url('/img/pp/line-ar-two-col.gif') 715px 0 repeat-y;
}

   .ar-two-col .ar-main {
			width: 684px; /* sirka hlavniho bloku, odpovida ar-main 3sloupcoveho rozlozeni */
			float: left;
			overflow: hidden;
			position: relative; left: 24px;
   }

   .ar-two-col .ar-right {
			width: 260px; /* sirka sloupce - portletu - bez mezer */
			float: right;
			overflow: hidden;
			position: relative; right: 24px;
   }

/* bezsloupcove rozlozeni */

.ar-simple {
}

.ar-simple .ar-main {
	margin: 0 24px;
}


/***********************************************************************************************/

/* Rozlozeni Home Page - 2 slouce, siroke portlety */
.ar-two-col-hp {
	margin: 0 24px;
	background: url('/img/pp/line-ar-three-col.gif') 317px 0 repeat-y;
}

.ar-two-col-hp .ar-main-left {
    float: left;
    width: 650px;
}

.ar-two-col-hp .ar-right {
    float: right;
    width: 310px;
}

.ar-two-col-hp .ar-position-1 {}

    .ar-two-col-hp .ar-position-1 .position-wrapper {
        clear: both;
    }

    /** DVA PORTLETY VEDLE SEBE, VE STEJNÉ POZICI **/
    .ar-two-col-hp .ar-position-1 .portlet,
    .ar-two-col-hp .ar-position-3 .portlet,
    .ar-two-col-hp .ar-position-5 .portlet,
    .ar-two-col-hp .ar-position-7 .portlet {
        float: left;
        width: 310px;
        margin-right: 15px;
    }

/* PORTLETY - POZICE 1 */
.ar-two-col-hp .ar-position-1 .portlet .list-item-heading {
    font-size: 1.5em;
    line-height: 1.2em;
}

.ar-two-col-hp .ar-position-1 .portlet .list-item-heading a.unaccessible {
    background-position: 0 10px;
}

.ar-two-col-hp .ar-position-1 .portlet .list .list-item {
    margin-bottom: 7px;
}

/** Portlety - 100% sirka **/
.ar-two-col-hp .wide-portlets {
    background: #fff;
    margin-right: 15px;
    padding: 10px 0 14px 0;
}
    .ar-two-col-hp .wide-portlets .portlet {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        background: #F5F5F5;
    }
        .ar-two-col-hp .wide-portlets .portlet-header {
            padding-left: 10px;
        }
            .ar-two-col-hp .wide-portlets .portlet-header .portlet-header-corner .navigator {
                right: 12px;
            }

        .ar-two-col-hp .wide-portlets .portlet-content {
            padding-left: 10px;
            padding-right: 12px;
            padding-bottom: 10px;
        }

/***********************************************************************************************/   

/* vlastní nastylování portletu */
.portlet {
	margin: 0 0px 10px 0px;
}

/* hlavicka portletu bez textu, grafiky */
.list-no-title {
	padding: 13px 15px;
	border: 1px solid #c9d7e2;
	border-bottom: 0;
	background: #d4e0e9;
}

.portlet-header {
    padding-bottom: 1px;
    background: url('/img/pp/line-dotted.gif') 0 100% repeat-x;
    border-top: 3px solid #AFAFAF;
	overflow: hidden;
	position: relative;
	overflow: hidden;
}
    /* Prvni portlety v sloupci maji odlisnou barvu hlavicky */
    .ar-two-col-hp .ar-position-1 .portlet .portlet-header,
    .ar-main .portlet:first-child .portlet-header,
    .ar-right .portlet:first-child .portlet-header,
    #page-content-box .portlet-header:first-child {
        border-color: #9B1818;
    }

	.portlet-header .portlet-header-corner {
	}
		
		.portlet-header-corner .navigator {
			position: absolute;
			top: 6px; right: 2px;
			z-index: 200;
			font-size: 1.17em;
			line-height: 1.17em;
		}

		.portlet-header-corner .navigator a {
            display: inline;
            padding-right: 15px;
            text-indent: 0;
			color: #9B1818;
			text-decoration: none;
		    font-weight: bold;
		    font-size: 0.83em;
			background: url('/img/pp/more-info-h2.gif') 100% 5px no-repeat;
 		}

 		     /* Odkaz více */
    		.portlet-header-corner .navigator a.more {
                display: block;
    			width: 10px;
    			padding-right: 0;
                text-indent: -9999px;
    			background-position: 0 6px;
     		}
				.portlet-header-corner .navigator a:hover {
					text-decoration: underline;
				}

		/* navigator jako odkaz zpet */
		.portlet .navigator a.back {background: url('/img/pp/link-back-h2.gif') 0 5px no-repeat;}

		/* navigator jako odkaz pro zavreni */
		.portlet .navigator a.close {background-image: url('/img/pp/navigator-close.gif');}

	.portlet-header .portlet-heading {
		background: URL('/img/pp/arrow-title.gif') 0 11px no-repeat;
		color: #000;
		float: left;
		text-transform: uppercase;
		font-size: 1em;
		margin-right: 45px;
        margin-bottom: 0;
		line-height: 29px;
	}
	
		.portlet-header .portlet-heading .portlet-heading-corner {
			padding: 0 0 0 16px;
			display: block;
		}
		
	.portlet-content {
		border-top: 0;
		padding-top: 8px;
		/*overflow: hidden;*/
	}
	
	.portlet-content .ServiceMessages {
		margin-bottom: 10px;
	}
	

    /* Portlet s obrazkem nalevo  */
    .list-with-thumb .thumb {
        margin-top: 2px;
    }

	/* portlet skin 'doporucujeme' */

	.recommended .portlet-header {
		background-image: URL('/img/pp/rec-portlet_head_left.gif');
	}

		.recommended .portlet-header .portlet-header-corner {
			background-image: URL('/img/pp/rec-portlet_head_right.gif');
		}

			.recommended .portlet-header-corner .navigator {
     		color: #313026;
				background-image: url('/img/pp/rec-more-info-h2.gif');
			}

	.recommended .portlet-content {
		border-color: #CED3DE;
	}
	.recommended .portlet-header .portlet-heading {
		background-image: URL('/img/pp/rec-heading_left.gif');
	}

	.recommended .portlet-header .portlet-heading .portlet-heading-corner {
			background-image: URL('/img/pp/rec-heading_right.gif');
	}


	/* vypisy */
	
	.param {
		line-height: 1.5em;
	}

	.param .label {
		font-weight: bold;
	}
	
	.date {
        padding-left: 13px;
        color: #707070;
        background: url('/img/pp/ico-date.gif') no-repeat 0 3px;
    }
        .table tbody td.date {
            background: none;
        }

/* strankovac */
.pager {
	clear: both;
	text-align: center;
}

.pager a,
.pager span {

}

    /* Čísla stránek */
    .pager .pages a {
        padding: 0 5px;
        text-decoration: underline;
    	color: #9B1818;
    }
    .pager.pagerAlphanumeric .pages a {
		padding: 2px 3px;
	}
        .pager .pages a:hover {text-decoration: none;}

		.pager .pages a span {display: none;}
		.pager .pages span.active {color: #000000;}

/** Ovládací prvky **/
.pager .control {
	position: relative;
	top: 5px;		
	padding: 1px;
	text-decoration: none;
    color: #fff;
    background-repeat: no-repeat;
}
	
	/* První/poslední */
	.pager a.pg-first {
		padding-right: 6px;
	}
	
	.pager a.pg-last {
		padding-left: 6px;
	}

    /* PRVNÍ/PŘEDCHÁZEJÍCÍ */
    .pager .pg-first,
    .pager .pg-prev {
        background-position: 0 0;
    }


    /* DALŠÍ/POSLEDNÍ */
    .pager .pg-next,
    .pager .pg-last {background-position: 100% 0;}
    
    /* předcházející/Další */
	.pager .pg-prev {padding-right: 8px;}
	.pager .pg-next {padding-left: 8px;}
        
    
    .pager a.pg-first {background-image: url('/img/pp/arrow-dotted-first.gif');}
    .pager span.pg-first {background-image: url('/img/pp/arrow-dotted-first-inactive.gif');}
    
    .pager a.pg-prev {background-image: url('/img/pp/arrow-dotted-previous.gif');}
    .pager span.pg-prev {background-image: url('/img/pp/arrow-dotted-previous-inactive.gif');}
    
    .pager a.pg-next {background-image: url('/img/pp/arrow-dotted-next.gif');}
    .pager span.pg-next {background-image: url('/img/pp/arrow-dotted-next-inactive.gif');}    
    
    .pager a.pg-last {background-image: url('/img/pp/arrow-dotted-last.gif');}
    .pager span.pg-last {background-image: url('/img/pp/arrow-dotted-last-inactive.gif');}

	.pager .bottom-part {margin-top: 10px;}


/* taby */

.domtabsDiv {
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	position: relative;
}

/* tab blok */
.domtabsDiv .tabs {
	border-bottom: solid 1px #CED3DE;
	text-align: center;
	margin-bottom: 1em;
	height: auto;
	overflow: hidden;
	position: relative;
}

.domtabsDiv .tabContainer {
	overflow: hidden;
	margin: 0px;
	position: relative;
	left: 19px;
}

.ar-main-left .domtabsDiv .tabContainer {
	width: 273px; 
}

	.tabs span.tab {
		position: relative;
		display: block; float: left; 
		margin: 0 4px;
	}
	
	.ar-main .tabs span.tab {
		width: 90px;
	}
	
	.ar-left .tabs span.tab {
		width: 84px;
	}

	.tabs .tab a {
		background: #EFEFEF url(/img/pp/tab_empty_left.gif) no-repeat top left;
		display: block;
		width: 90px;
		font-weight: bold;
		text-decoration: none;
		color: #000;
		outline: 0 !important;
	}
	.tab a .tab-rangle {
		background: url(/img/pp/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.3em;
		overflow: hidden;
	}


	.tabs a.active,
    .tabs a:hover.active {
		background-image: url(/img/pp/tab_filled_left.gif);
		background-color: #9B1818;
		color: #fff;
	}
	
	.tabs a:hover {
        color: #9B1818;
    }
	
	.tabs a.active span.tab-rangle {
   		background-image: url(/img/pp/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;
		outline: 0 !important;
	}

	.domtabArrow-right a {
		background: url(/img/pp/tab_shift_right.gif) no-repeat;
   	}

	.domtabArrow-left a {
		background: url(/img/pp/tab_shift_left.gif) no-repeat;
	}

	.domtabArrow-right a:hover {
		background: url(/img/pp/tab_shift_right_over.gif) no-repeat;
	}

	.domtabArrow-left a:hover {
		background: url(/img/pp/tab_shift_left_over.gif) no-repeat;
	}

	.domtabArrow-left a span,
	.domtabArrow-right a span {
		display: none;
	}

/* 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/pp/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/pp/file-level-up.gif');
}
#file-list .gallery-mode div.box a.folder {
	background-image: url('/img/pp/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/pp/uroven-vys.gif) no-repeat scroll 1px 0;
	padding-left: 25px;
}

#file-list .table .folder a { 
	background: transparent url(/img/pp/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 {
	margin: auto !important;
}

/* RSS tlačidla */
.Portlet_Blog_BlogRSS .portlet-content {
    padding-top: 10px;
}

.rss-links .list-item {
    clear: both;
    height: 29px;
    padding: 0;
    background: none;

}
.button-rss {
	text-decoration: none;
	color: #303030;
}
    .button-rss span {
        float: left;
        display: block;
        height: 24px;
    }

    .button-rss .content {
        min-width: 80px;
        height: 21px;
        font-size: .92em;
        padding: 3px 7px 0 6px; 
        font-weight: bold;
        background: url('/img/pp/button-rss.gif') 0 0 repeat-x;
    }       
    .button-rss .corner-left {width: 15px; background: url('/img/pp/button-rss-corner-left.gif') 0 0 no-repeat;}
    .button-rss .corner-right {width: 2px; background: url('/img/pp/button-rss-corner-right.gif') 0 0 no-repeat;}    
	
	
/* Tabulka vypadající jako seznam */
table.table-like-list {
	margin-bottom: 0;
}
	table.table-like-list tbody tr th {
		padding-left: 0;
	}

	table.table-like-list tbody tr td {
		padding-left: 20px;
		background: url('/img/pp/ul_li.gif') 5px 8px no-repeat;
	}

	table.table-like-list .hidden-box {
		padding-top: 5px;	
	}

	table.table-like-list tbody tr .one-row-item {
		padding-left: 0;		
		background: transparent;
	}

	table.table-like-list .description {
		padding-top: 0.5em;
		text-align: justify;
	}
	
	table.table-like-list .no-bullet {
		background: transparent;	
	}

	ul.subjTypeList {margin-top: 10px;}
