/* Definice obecných stylů */

body {background: red;}
#page-info {
	padding: 0 16px;
}
	#page-info #page-perex {
		margin-bottom: 15px;
	}
	
h1#page-heading {
	font-family:"Times New Roman",Georgia,Serif;
	font-size: 2em;
	margin: 0 75px 0 10px;
	position: relative;
	top: 20px; left: 0;
	background: #fff;
    color: #04395E;
    line-height: .92em;
}
	#hp h1 {
		position: absolute;
		top: -9999px; left: 0;
	}

h2 {
	font-size: 1.25em;
}

h3 {
/*	margin-bottom: 15px; */
	color: #04395E;
	font-size: 1.25em;
}

h3 a {
	color: #04395E;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1.0em;
}

h6 {
	font-size: 1.0em;
}

p {
	
}

a {
	color: #000;
	text-decoration: underline;
}
	a.unaccessible {background: url("/img/dp/doc-unaccessible-big.gif") 0 0 no-repeat !important;}
/* odkaz s focusem */
a:hover {
	text-decoration: none;
}

/* navstiveny odkaz */
a.visited {
	
}

/* tabulky */
.table table {
	border-collapse: collapse;
	border-spacing: 1px;
	border: none;
	margin-bottom: 2em;
}

.table table caption {
	text-align: left;
}

.table tbody td,.table tbody th {
	padding: 4px 10px;
}

.table thead td,.table thead th {
	background-color: #093E62;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}

.table thead td a,.table thead th a {
	color: #fff !important;
	padding-right: 15px;
}

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

.table tr.even {
	background-color: #E7ECEF;
}

.table tfoot td,.table tfoot th {
	background-color: #e2e2e2;
	font-weight: bold;
}

ul {
	list-style: none;
}

ul li {
	background-image: url('/img/dp/ul-blue.gif');
	padding-left: 16px;
	margin-bottom: 1px;
}
	ul li a {
		color: #04395E;
	}

.Portlet_Discussion_DiscussionForumsUni .link-list a {
	font-family: "Times New Roman",Georgia,Serif;
	font-weight: bold; 
	font-size: 1.17em;
}

ol {
	
}

ol li {
	
}


body {background: #EBEFF2;}

#banner-leaderboard {background: transparent;}
#banner-leaderboard .pad {width: 1000px; background: #fff;}

#page-layout {
	width: 1000px;
	background: #fff;
	
}

html > body #page-layout #page-content,
#page-layout #page-content {padding-top: 158px;}

/* 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 {
	
}

/*** popup-login ***/
.popup-login {
    z-index: 999;
    position: absolute;
    top: -999px; left: 420px;
    background: url('/img/cp/bg-popup-login.gif') no-repeat 0 0;
}
	.popup-login-visible {top: 28px;}

    .popup-login form {
        width: 260px;
        margin-top: 14px;
        background: #F5F5F5;
        border: 2px solid #AFAFAF;
        border-top: 0;
    }

    .popup-login form fieldset {
    	border: none;
        padding: 10px 0 5px 11px;
    }

    .popup-login form legend {
        display: none;
    }

    .popup-login form .form-row {
    }

    .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;
        display: block;
        margin: 2px 0 15px;
    }

    .popup-login form .fi-submit {
        margin: 0 11px 0 0;
        padding: 6px 10px 4px 10px;
        text-transform: none;
        font-weight: normal;
        border: 1px solid black;
    }

    .popup-login form .login-options {
        font-size: .92em;
    }   
        .popup-login form .login-options input {
            display: none;
            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 {
        	display: block;
            margin: 10px 0 10px;
            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 {
            
        }

/* formuláře */
.form {
	
}

.form fieldset {
	position: relative;
	display: block;
	border: none;
}

/* nadpis bloku formulare */
.form fieldset legend {
	margin-top: 20px;
	color: #093E62;
	font-size: 1.2em;
	font-weight: bold;
}

.graphics-legend {
	position: relative;
	width: 100%;
	padding: 8px 0 0 18px;
	background: transparent url('/img/dp/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: #ff7e00;
}

/* radek formulare - vetsinou tvoren dvojici vstupni pole - popisek */
.form .form-row {
	
}

/* popisek */
.form .form-row label {
	width: 125px;
}
	.form .form-row label.error {
		clear: both;
		margin-left: 125px;
		color: red;
		width: 100%;
		padding: 5px 0 10px;
	}

/* napoveda k poli */
.form .form-row .hint {
	
}

/* vstupni pole - text */
.form .fi-text {
	border: 1px solid #989898;
	width: 300px;
}

/* vstupni pole - textarea */
.form .fi-textarea {
	border: 1px solid #989898;
	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;
	/*
		cursor: pointer;
		color: #04395e;
		border: none;
		background: none;

		text-decoration: underline;
		text-transform: lowercase;
		font-size: 1.17em;
		font-weight: bold;
		*/
}
.form .link-forgotten-pass {
	margin-left: 125px;
}

/* 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 {
	display: block;
}
	.more-info-perex-text {}

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

.list .list-item {
	border-bottom: 0;
	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: 2px;
	border-bottom: 0px;
	margin-bottom: 0px;
}

.list .brief-info a,.list .list-item .accessibility-info a {
	background: url('/img/dp/ul_li.gif') 0 0.4em no-repeat;
	padding-left: 10px;
	display: block;
}
	.portal-dp .list .list-item.brief-info .param {padding-left: 0;}
	
.list .brief-info a,.list .list-item .accessibility-info a {
   font-family: "Times New Roman",Georgia,Serif;
   font-size: 1.17em;
   font-weight: bold;
   color: #083D5F;
}



.list .list-item .params {
	margin-top: 10px;
}

.list .list-item .perex,.list .list-item .abstract {
	margin-top: 15px;
}

.list .list-item {
}

.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;
}

/* 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/dp/ul_li.gif') 0 0.3em no-repeat;
	padding-left: 15px;
}

/* specifické nastavení layoutu pro komunity daňaři */
#header-logo {
	position: absolute;
	top: 9px;
	left: 19px;
	z-index: 100;
}

/* obycejna WSW stranka */
#page-content-box {
	margin: 0 15px;
	padding: 0 0 2em 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: 8px 8px 8px 12px;
	border: 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: #fff;
}

	/* Dnešní datum, svátek */
	#calendar-replaceable-box #today-info {
	    display: block;
		position: static;
		text-align: left;
		padding: 0 0 5px 2px;
	}

#page-header .header-1 {
	text-align: right;
	padding: 5px 4px;
	color: #262626;
	font-size: 0.92em;
	font-family: Arial, Helvetica,sans-serif;
}

#page-header .header-1 a {
	padding-left: 9px;
	text-decoration: none;
	color: #262626;
	background: url('/img/dp/ul-black.gif') 0 5px no-repeat;
}

#page-header .header-1 a:hover,
#page-header .header-1 a#menu-top-prihlasit {
	color: #EA7209;
	text-decoration: underline;
	background-image: url('/img/dp/ul-orange.gif');
}

#page-header .header-1 a:hover#menu-top-prihlasit {
	text-decoration: none;
}

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

	#page-header .header-1 .form a {
		background: transparent;
		padding: 0 3px;
		text-decoration: underline;
		color: #EA7209;
	}
		#page-header .header-1 .form a:hover {text-decoration: 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 #99AEBD;
	background: #DEDBDE URL('/img/cp/input_background.gif') 0 0 no-repeat;
}

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

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

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

/* vyhledavaci formular v hlavicce stranky */
#search {
	position: relative;
	height: 45px;
	overflow: hidden;
	top: -16px;
}
	#page-header #search {margin-bottom: 0;}
#search form {
	height: 60px;
}

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

#search .plus label {
}

/* resi odskakovani drob. navigace */
#search .plus {
	height: 19px;
	font-size: .92em;
	color: #323232;
}
	#search .plus .polozka {display: none;}

	#search .plus input {position: relative; top: 2px; left: 0;}	
	
#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: 676px;
	width: 211px;
	margin-right: 5px;
	background: #fff;

}

#search #hledam {
	width: 184px;
	height: 
	padding: 2px 10px;
	margin: 0 5px;
	background: none;   
	border: 1px solid #989898;	
	color: #989898;
}

#search .fi-submit {
	position: absolute;
	top: 0;
	left: 892px;
	width: 56px;
	height: auto;
	overflow: hidden;
	color: #fff;
	background: #0A3D61;
	border: none;
	margin: 0px;
	font-size: .7em;
	padding: 4px 0;
	cursor: pointer;
}

/* upřesnění hledání */
#search .plus {
	position: absolute;
	top: 18px;
	left: 603px;
}

/* 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 {padding: 0 20px;}

/* 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 {
	width: 1000px;
	position: absolute;
	left: -24px; top: 88px;
	font-family: Trebuchet MS, trebuchet, snas-serif;
}

#menu .menu {
	position: relative;
	height: 62px;
	background: transparent url('/img/dp/menu-top-bottom-line.gif') repeat-x  0px 0;
}

/* polozka menu */
#menu .menu li {
	float: left;
	background: transparent;
}

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

/* odkaz v polozce menu */
#menu .menu li a {
	padding: 0 1.2em;
	color: #ffffff;
	line-height: 39px; /* 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: #DAE2E8;
}
	#menu .menu li:hover a,#menu .menu li.hover a {
		color: #093e62;
	}


/* aktivni polozka menu */
#menu .menu li.active {
	background: #D9E1E7 url('/img/dp/menu-top-item-active-bkg.gif') no-repeat 100% 0;
}
	#menu .menu li.active a {
		color: #093e62;
	}
	
	#menu .menu > li.active > a {
		background: url('/img/dp/menu-top-corner-left.gif') no-repeat 0 0;
	}	
	
#menu ul.menu > li.first {
	margin-left: 18px;
}	

#menu .menu li.active a {
	
}

/* prvni polozka */
#menu .menu li.first a {
}

/* posledni polozka */
#menu .menu li.last a {
}

/* 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: 22px; /* vyska podmenu */
	background: none;
}

#menu .menu li ul li {
	clear: none;
	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
	{
	background-image: none;
	/* zruseni ruzku u prvni a posledni polozky menu druhe urovne */
}

#menu .menu li ul li a span {
	padding-left: 9px;
	background: transparent url('/img/dp/ul-blue.gif') no-repeat left center;
}

/* 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;
}

/* 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: #000;
}

#menu .menu li ul li a:hover span {
	background: transparent url('/img/dp/ul-black.gif') no-repeat left center;
}

/* specificke systemoveho hlaseni */
#page-layout .messagebox {
	margin: 0 20px 15px;
}

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

.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;
}

.message-error {
	background: #F0F5F9 url('/img/cp/system-message-error-dp.gif') no-repeat 0 0;
	
}
.message-error a {
    text-decoration:none;
    color: #d3370e; 
}
.message-error a:hover {
    text-decoration:underline;
}
.messagebox.message-error a.hide-message {
    text-decoration:underline;
    float: right;
    color: black;
}

/* specificke nastaveni paticky */
#page-layout #page-footer {
	font-family: Arial, Helvetica,sans-serif;
}

#page-layout #page-footer #page-bottom {background: #D9E1E7;}

#page-footer-container {
	background: transparent;
	padding-top: 20px;
	clear: both;
	font-size: 0.92em;
}

#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 16px 17px;
	background-color: #0A3D61;
	font-size: 110%;
	margin-bottom: 0;
	width: 968px;
}

/* oddělovač textu, kód z langstringu */
#page-footer .footer-text .odr {
	color: #4F7E9E;
}

#page-footer .footer-text .subfooter-1 {
	float: left;
}
	#page-footer .footer-text .subfooter-1 p {
		line-height: 1.33em;
	}
#page-footer .footer-text .subfooter-2 {
	font-size: smaller;
	padding: .4em 2px .4em 0;
	float: right;
	text-align: right;
	line-height: 1.25em;
}

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

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

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

#page-footer #subfooter {
	background-color: transparent;
	padding: 5px 0 3px 14px;
	font-size: .83em;
	background: #ddd;
}

#subfooter a {
	color: #333333;
	text-decoration: none;
}
	#subfooter a:hover {
		text-decoration: underline;
	}
#page-bottom .bottom-1 {
	float: left;
	margin-left: 8px;
}

#page-bottom .bottom-2 {
	width: 100%;
	float: right;
	padding-top: 2px;
	font-size: 1.17em;
}

	#page-bottom .bottom-2-col {
		float: left;
		margin: 2px 0 8px;
	} 

		#page-bottom .bottom-2-col li {
			margin-bottom: 0;
			background-position: 0 50%;
			padding-left: 8px;
			line-height: 1.17em;
			background-image: url("/img/dp/footer-li.gif");
		} 
	
		#page-bottom .bottom-2 .col-1 {width: 187px; margin-left: 21px;}
		#page-bottom .bottom-2 .col-2 {width: 225px;}
		#page-bottom .bottom-2 .col-3 {width: 197px;}
		#page-bottom .bottom-2 .col-4 {width: 186px;}
		#page-bottom .bottom-2 .col-5 {width: 150px;}

		#page-bottom .bottom-2-col a {
			text-decoration: none;
		}
			#page-bottom .bottom-2-col a:hover {
				text-decoration: underline;
			}         		         

/* oddělovač textu, kód z langstringu */
#page-bottom .bottom-2 .odr {
	color: #4F7E9E;
}

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

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

.ar-three-col .ar-main-left {
	width: 635px; /* 330 + 24 + 330 */
	position: relative;
	left: 20px;
	float: left;
}

.ar-three-col .ar-right {
	position: relative;
	right: 20px;
	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;
}

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

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

/* bezsloupcove rozlozeni */
.ar-simple {
	
}

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

/* vlastní nastylování portletu */
.portlet {
	margin: 0 0px 8px 0px;
}
	.portlet .portlet-content {
  		color: #333;
	}

/* 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/dp/line-dashed.gif') 0 100% repeat-x;
	overflow: hidden;
	position: relative;
	overflow: hidden;
}

.portlet-header .portlet-header-corner {
	background: transparent;
}

.portlet-header-corner .navigator {
	position: absolute;
	top: 4px;
	right: 9px;
	z-index: 200;
}

.portlet-header-corner .navigator a {
	display: block;
	padding-left: 20px;
}

.portlet-header-corner .navigator a:hover {
	text-decoration: underline;
}


.portlet .navigator a {
	display: block;
	background: url('/img/dp/more-info-h2.gif') 0 0 no-repeat;
	height: 16px;
	overflow: hidden;
	padding-left: 22px;
	/* potlacime zobrazeni textu 'vice' */
	width: 0; 
	font-size: 0px;
}
	.portlet .navigator a:hover {text-decoration: none;}
	
/* navigator jako odkaz zpet */
.portlet .navigator a.back {
	width: 22px;
	background-image: url('/img/dp/link-back-h2.gif');
}

/* odkaz upravit */
.portlet .navigator a.edit {
	width: 34px;
	padding-left: 0;
	padding-right: 20px;
	background: url('/img/dp/ico-edit.gif') 100% 0 no-repeat;
}

/* odkaz přidat */
.portlet .navigator a.add,
.ar-simple .Portlet_Discussion_DiscussionForumsUni .navigator a.more,
.ar-two-col .Portlet_Discussion_DiscussionForumsUni .navigator a.more {
    padding-right: 25px;
    text-align: right;
    width: 90px;
	padding-left: 0;
	background: url('/img/dp/ico-add.gif') no-repeat 100% 0;
}

/* navigator jako odkaz pro zavreni */
.portlet .navigator a.close {
	background-image: url('/img/dp/navigator-close.gif');
}

.portlet-header .portlet-heading {
	background: transparent;
	color: #666666;
	float: left;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: normal;
	margin-right: 13px;
	padding-top: 1px;
	padding-bottom: 0;
	line-height: 2em;
}

.portlet-header .portlet-heading .portlet-heading-corner {
	background: transparent;
	padding: 0 12px;
	display: block;
}

.portlet-content {
	background-color: #fff;
	border: 0;
	border-top: 0;
	padding: 8px 8px 8px 12px;
	/*overflow: hidden;*/
}

.portlet-content .ServiceMessages {
	margin-bottom: 10px;
}

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

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

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

.recommended .portlet-content {
	border-color: #CED3DE;
}

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

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

/* vypisy */
.param {
}

.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: #DAE2E8;
    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: #093E62;
    	color: #FEFEFE;
    }

    /* První/poslední */
    .pager a.pg-first,
    .pager a.pg-last {
    	border-bottom: solid 3px #093E62;
    }
        .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: #043A60;
	background-color: #D4E1EA;
}

/* taby */
.domtabsDiv {
	margin: 6px 0 0;
	padding: 3px 0 0;
	top: 0px;
	left: 0px;
	position: relative;
	background: #D9E1E7;
	border-bottom: solid 1px #989898;
}

/* tab blok */
.domtabsDiv .tabs {
	text-align: center;
	padding-left: 0;
	height: auto;
	overflow: hidden;
	position: relative;
}

.domtabsDiv .tabContainer {
	overflow: hidden;
	margin: 0px;
	position: relative;
	left: 18px; 
	top: 1px;
}

.domtabsDiv .tabContainer {
	width: 294px;
}



.tabs span.tab {
	position: relative;
	display: block;
	float: left;
	margin: 0 4px;
}

.tabs .tab a {
	background: url(/img/dp/tab_empty_left.gif) no-repeat top left;
	display: block;
	width: 90px;
	text-decoration: none;
	color: #04395E;
	outline: 0 !important;
}

.tab a .tab-rangle {
	background: url(/img/dp/tab_empty_right.gif) no-repeat top right;
	text-align: center;
	line-height: 1.08em;
	height: 51px;
	display: block;
	cursor: pointer;
}

.tab a .tab-rangle span {
	display: block;
	padding: 6px 5px 0;
	height: 3.3em;
	overflow: hidden;
	color: #000;
}

.tabs a.active,.tabs a:hover {
	background-image: url(/img/dp/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/dp/tab_filled_right.gif);
}

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

.domtabArrow-left {
	left: 3px;
}

.domtabArrow-right {
	right: 0;
}

.domtabArrow a {
	display: block;
	width: 14px;
	height: 47px;
	outline: 0 !important;
}

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

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

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

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

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

/*** Záložky ve výsledcích hledání  ***/
#doc-searchresults-box-type .tabs span.tab,
.Portlet_Users_Guidepost .tabs span.tab {width: auto; margin: 0;}
	#doc-searchresults-box-type .tabs span.tab a,
	.Portlet_Users_Guidepost .tabs span.tab a {width: auto;}
	#doc-searchresults-box-type .tab .tab-rangle,
	.Portlet_Users_Guidepost .tab .tab-rangle {height: auto;}
		#doc-searchresults-box-type .tab .tab-rangle span,
		.Portlet_Users_Guidepost .tab .tab-rangle span {
			height: auto;
			padding: 8px 13px;
		}	


#doc-searchresults-box-type .tabs .tab a,
.Portlet_Users_Guidepost .tabs .tab a {background: url('/img/dp/tab_empty_right.png') no-repeat right top;}

#doc-searchresults-box-type .tabs a.active,
#doc-searchresults-box-type .tabs a:hover,
.Portlet_Users_Guidepost .tabs a.active,
.Portlet_Users_Guidepost .tabs a:hover {background-image: url('/img/dp/tab_filled_right.png');}

#doc-searchresults-box-type .tabs a.active .tab-rangle span,
#doc-searchresults-box-type .tabs a:hover .tab-rangle span,
.Portlet_Users_Guidepost .tabs a.active .tab-rangle span,
.Portlet_Users_Guidepost .tabs a:hover .tab-rangle span {color: #fff;}

#doc-searchresults-box-type .tab a .tab-rangle,
.Portlet_Users_Guidepost .tab a .tab-rangle {background: url('/img/dp/tab_empty_left.png') no-repeat left top;}

#doc-searchresults-box-type .tabs a.active span.tab-rangle,
#doc-searchresults-box-type .tabs a:hover span.tab-rangle,
.Portlet_Users_Guidepost .tabs a.active span.tab-rangle,
.Portlet_Users_Guidepost .tabs a:hover span.tab-rangle {background-image: url('/img/dp/tab_filled_left.png');}

/* 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/dp/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/dp/file-level-up.gif');
}

#file-list .gallery-mode div.box a.folder {
	background-image: url('/img/dp/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/dp/uroven-vys.gif) no-repeat scroll 1px
		0;
	padding-left: 25px;
}

#file-list .table .folder a {
	background: transparent url(/img/dp/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;
}


/******************************* REDESIGN *******************************/
.list .list-item .list-item-heading {
	color: #04395E;
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 1.33em;
}
	.portal-dp .ar-right .list .list-item .list-item-heading {font-size: 1.17em;}
	.portal-dp .ar-right .list .list-item .params {clear: both;}	

.portal-dp .list-item .list-item-heading a,
.portal-dp .list-item .list-item-heading a:visited,
.portal-dp .list li h2,
.portal-dp .list li h2 a {
	color: #04395E;
	font-family: "Times New Roman", Georgia, Serif;
}
	

.portal-dp .ar-right .list .list-item .list-item-heading a,
.portal-dp .ar-right .new-blogs h2 a {
	background: transparent;
	padding-left: 0;
}

.ar-right .list .list-item .params,
.portal-dp .ar-right  .new-blogs .params {margin-left: 0; padding-left: 0;}
	

/** Kalendář **/
#calendar-replaceable-box {}

	#calendar-replaceable-box .calendar-header,
	#calendar-replaceable-box table td {font-family: "Times New Roman", Georgia, Serif;}

	#calendar-replaceable-box table {
        width: 100%;
		background: #F7F2F8;
		border: solid #F7F2F8;
		border-width: 2px 7px 10px 7px;
	}


/*** PORTLET s podbarvenou hlavičkou a tělíčkem ***/
.portal-dp .Portlet_Weekly_Weekly .portlet-header {background: #D9E1E7;}
.portal-dp .Portlet_Weekly_Weekly .portlet-content {background: #F7F2F8;}
.portal-dp .Portlet_Weekly_Weekly .portlet-content a {font-size: .92em;}



.portal-dp .discussion .list-item .params,
.portal-dp .new-blogs .params {font-size: 1em;}


.portal-dp .new-blogs h3 a {font-size: 100%;}



.Portlet_Wysiwyg_Wysiwyg ul li a {color: #083D5F;}

.Portlet_RSS_RssList .portlet-content, .Portlet_Folders_Box .portlet-content {
	padding: 0;
}
   
    .ui-tabs-panel {padding: 13px 10px 10px 10px;}
    
	
.Portlet_News_NewsList .list .list-item .list-item-heading {
	font-size: 2em;
	line-height: 1.25em;
}

.Portlet_News_NewsList .list-with-thumb .item-with-thumb {
	padding-bottom: 0;
	margin-bottom: 8px;
}

.Portlet_ExchangeRates_ExchangeRatesList .portlet-content {padding-left: 6px;}

.portal-dp hr {
	border-color: #DDD5C7;
}



/**** Zakázat odrážky ****/
.Portlet_LegislationChanges_LegislationChangesList .list .brief-info a,
.Portlet_Discussion_DiscussionForumsUni ul.list li,
.portal-dp .search-results .list .list-item h3 {
	background: transparent;
	padding-left: 0;
}

	.Portlet_Discussion_DiscussionForumsUni .link-list ul.list li {
		background: url("/img/dp/ul-blue.gif") 0 6px no-repeat;
		margin-bottom: 5px;
		padding-left: 16px;
	}



.Portlet_LegislationChanges_LegislationChangesList .list .list-item {padding-bottom: 15px;}
	.Portlet_LegislationChanges_LegislationChangesList .list .list-item .published-from {display: block;}
	
	
/**** Přidat odrážky ***/	
.Portlet_Books_BooksList .list-item {
	background: url('/img/dp/ul_li.gif') no-repeat 0 0.4em;
	padding-left: 10px;
	margin-bottom: 2px; 
}


.value strong {font-weight: normal;}

#dpSearchResultsByTypeCompanies .list-with-thumb .item-with-thumb {min-height: 20px;}



/*** Skrytí nqadpisu portleru - H1 je zobrazena ***/
.Portlet_Documents_Preview .portlet-heading-corner {visibility: hidden;}


/***
.Portlet_News_NewsList .portlet-heading .portlet-heading-corner,

 *  *
***/


/*** Portlet je na HomePage - bude zobrazen ***/
	.ar-main-left .Portlet_News_NewsList .portlet-heading .portlet-heading-corner,
	.ar-main-left .Portlet_Blog_BlogArticles .portlet-heading .portlet-heading-corner,
	.ar-main-left .Portlet_News_NewsList .portlet-heading .portlet-heading-corner,
	.ar-main-left .Portlet_News_NewsList .portlet-heading .portlet-heading-corner,
	.ar-main-left .Portlet_News_NewsList .portlet-heading .portlet-heading-corner,
	.ar-main-left .Portlet_News_NewsList .portlet-heading .portlet-heading-corner,
	.ar-main-left .Portlet_Blog_BlogArticle .portlet-heading .portlet-heading-corner,
	.ar-main-left .Portlet_Discussion_DiscussionForum .portlet-heading-corner,
	.ar-main-left .Portlet_Discussion_DiscussionForumsUni .portlet-heading-corner,
	.ar-main-left .Portlet_Documents_Preview .portlet-heading-corner {visibility: visible;}


/* Aby byl odkaz zpět viditelný 
.Portlet_News_NewsList .portlet-header,
.Portlet_Blog_BlogArticles .portlet-header,
.Portlet_News_NewsList .portlet-header,
.Portlet_News_NewsList .portlet-header,
.Portlet_News_NewsList .portlet-header,
.Portlet_News_NewsList .portlet-header {height: 25px;}  */

/* zarovnáme s H1 
.Portlet_News_NewsList,
.Portlet_Blog_BlogArticles,
.Portlet_News_NewsList,
.Portlet_News_NewsList,
.Portlet_News_NewsList,
.Portlet_News_NewsList {margin-top: -25px;}   */



.ui-helper-hidden-accessible {clip: auto !important;}

.ui-datepicker-div {width: 200px;}

.search-category-name {
	clear: both;
	padding: 5px 0 20px;
	text-align: center;
	font-weight: bold;
}                         


/* velikosti fontu - jako na HP */
.search-results .list .list-item h2,
#document-content h1,
#doc-searchresults .list-item-heading,
.Portlet_Blog_BlogNewArticles .list .list-item .list-item-heading,
.Portlet_Blog_BlogArticles .list-item-heading,
.Portlet_Blog_BlogNewArticlesList .list-item-heading,
.Portlet_LatestDocsAdjustable_List .list-item-heading,
.Portlet_Blog_BlogPreferedNewArticles .block-2 h3,
.Portlet_News_NewsList .portlet-heading-corner,
.Portlet_Blog_BlogArticle .portlet-heading-corner,
.Portlet_Discussion_DiscussionForum .portlet-heading-corner,
#Portlet_LegislationChanges_LegislationChangesList_1296 .portlet-heading-corner {
	font-size: 2em !important;
	line-height: 1.25em; 
	font-family: "Times New Roman",Georgia,Serif;
	color: #083D5F;
	font-weight: bold;
	text-transform: none;
}

	/* Nadpis portletu vypadá jako velký nadpis + je tam odkaz zpět*/
	.Portlet_News_NewsList .portlet-header .portlet-heading {
		margin-right: 60px;
	}
	
	/* portlet "další novinky" vypadá jako standardní nadpis portletu */
	.Portlet_News_NewsList.position_1 .portlet-heading-corner,
	.ar-three-col .Portlet_LegislationChanges_LegislationChangesList .portlet-heading-corner,
	.ar-three-col .Portlet_News_NewsList .portlet-heading-corner,
	#Portlet_News_NewsList_26 .portlet-heading-corner {
		font-family: Arial,sans-serif;	
		color: #666666;
		font-size: 1em !important;
		line-height: 2em;
		font-weight: normal;
		text-transform: uppercase;	
	}
	

.search-results .list .list-item .navigator {
	padding-top: 10px;	
	text-align: right;
	font-size: 1em;
}
.search-results .list .list-item .navigator a {
	background: transparent;
	display: inline;
	padding: 0;
}


.blog-articles-list .list-item .article-heading {margin-bottom: 5px;}

.ar-right .portlet-content ul.rss-links li {
    background: url('/img/cp/portlet-rss-ico.gif') no-repeat 0 3px;
    padding-left: 19px;
}

.Portlet_LatestDocsAdjustable_List .list-item-heading a.unaccessible {top: 6px;}


.Portlet_Documents_SearchResults .list-item-heading .unaccessible {top: 5px;}
#doc-searchresults-box-type .tab .tab-rangle span {white-space: nowrap; min-width: 30px;}


.document-navigator a.back, .order-navigator a.back {
    background-position: 0 0;
    font-size: 1em;
    font-weight: normal;
    padding-left: 20px;
    text-decoration: underline;
   	position: relative;
    top: -10px; left: 0;
}

.Portlet_Discussion_DiscussionForumsUni .list .newest-message {padding-bottom: 5px;}

.portal-dp .ar-right .Portlet_Discussion_DiscussionCategoriesBox .list li {
    background: url('/img/dp/ul-blue.gif') no-repeat 0 7px;
    margin-bottom: 5px;
    padding-left: 16px;
}

.Portlet_Company_Profile .navigator a {
    background-position: 100% 0;
    padding-right: 25px;
    text-align: right;
    width: 100px;
}

.Portlet_Directory_EditFormContainer_Firm .form fieldset hr {display: none;}

.Portlet_Wysiwyg_Wysiwyg .portlet-heading-corner font {font-size: 1em;}


/***********************************************************************************************/

/* Rozlozeni Home Page - 2 slouce, siroke portlety */
.ar-two-col-hp {
	margin: 0 20px;
	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: 0px 0 0px 0;
}
    .ar-two-col-hp .wide-portlets .portlet {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        background: transparent;
    }
        .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;
        }

/***********************************************************************************************/
/*
.portal-dp .Portlet_Tabs_Box .Portlet_Wysiwyg_Wysiwyg, .portal-dp .Portlet_Tabs_Box .Portlet_RatesModelsTables_RatesModelsTablesList {
      padding: 13px 10px 10px;
      width: 260px;
}       
*/

.ar-two-col-hp .portlet-content.parent-portlet .portlet{
    float: none;
    margin: 0;
    width: auto;
}
