/* Definice obecných stylů */
h1 {
	font-family: Trebuchet MS, trebuchet, sans-serif;
	font-size: 2em;
}

h2 {
	font-size: 1.25em;
}

h3 {
/*	margin-bottom: 15px;*/
	font-size: 1.25em;
}

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 {
	
}

html > body #page-layout #page-content {
  padding: 268px 0 0;
}

.table table {
	border-collapse: collapse;
	border-spacing: 1px;
	border: none;
	margin-bottom: 2em;
}

.table tbody td,.table tbody th {
	padding: 4px 10px;
}

.table thead td,.table thead th {
	background-color: #472300;
	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: #ece9e5;
}

ul {
	list-style: none;
}

ul li {
	background-image: url('/img/up/ul_li.gif');
	padding-left: 16px;
	margin-bottom: 10px;
}

ul li a {
	color: #000;
}

ol {
	
}

ol li {
	
}

#page-layout{
    background:#fff;
}

/*** popup-login ***/
.popup-login {
    z-index: 999;
    position: absolute;
    top: -999px; left: 490px;
    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 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;
	padding: 0;
	margin: 0;
}

/* nadpis bloku formulare */
.form fieldset legend {
	margin-top: 20px;
	color: #e99400;
	font-size: 1.2em;
}

.graphics-legend {
	position: relative;
	width: 100%;
	padding: 8px 0 0 18px;
	background: transparent url('/img/up/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: #472300;
}

/* radek formulare - vetsinou tvoren dvojici vstupni pole - popisek */
.form .form-row {
	
}

/* popisek */
.form .form-row label {
	float: left;
}

/* napoveda k poli */
.form .form-row .hint {
	
}

/* odsazeni vpravo */
.form .form-row .fi-text,.form .form-row .fi-textarea,.form .form-row .fi-block
	{
	
}

.form .form-row label {
	width: 125px;
}

/* uvnitr bloku jiz neodsazujeme */
.form .form-row .fi-block .fi-text,.form .form-row .fi-block .fi-textarea,.form .form-row .fi-block .fi-block
	{
	margin-left: 0;
}

/* 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: 0;
	margin: 0 0 0 125px;
	/*
		color: #472300;
		border: none;
		background: none;
		cursor: pointer;	
		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 {
	display: block;
	position: relative;
}

/* polozka v bloku */
.form .fi-block .block-item {
	display: block;
	clear: both;
}

/* popisky u prvku uzavrenych v bloku */
.form .fi-block .block-item label {
	display: inline;
	float: none;
}

/* sipky na titulce */
.more-info-perex {
	text-decoration: none;
	padding: 0 10px;
	margin-left: 6px;
	background: url('/img/up/arrow-up.gif') 0 center no-repeat;
}
	.more-info-perex-text {display: none;}

/* 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 h2 {
	background: URL('/img/up/ul_li.gif') 0 0.4em no-repeat;
	padding-left: 15px;
}

/* obecný výpis položek */
.list {
	
}

.list .list-item {
	padding-bottom: 12px;
	border-bottom: 1px solid #DCD48C;
	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/up/ul_li.gif') 0 0.4em no-repeat;
	padding-left: 16px;
	display: block;
}

.list .list-item .list-item-heading {
	color: #472300;
}

.list .list-item .list-item-heading a,.list .list-item .list-item-heading a:visited
	{
	color: #472300;
}

.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;
}

/* rozbalovací sekce */
.expandable-section {
	
}

/* polozka ktera zpusobuje rozbalovani */
.expandable-section .expandable {
	
}

.expandable-section .expandable .open {
	padding-left: 15px;
	background: transparent url('/img/cp/section-closed.gif') no-repeat left
		center;
	cursor: pointer;
}

.expandable-section .expandable .close {
	padding-left: 15px;
	background: transparent url('/img/cp/section-opened.gif') no-repeat left
		center;
	cursor: pointer;
}

/* specifické nastavení layoutu pro komunity daňaři */
#header-logo {
    left: 30px;
    position: absolute;
    top: 85px;
    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: #472300;
	background: #EBE5C2 url(/img/up/wsw-head-left.gif) no-repeat top left;
}

#page-content-box #page-heading .corner-right {
	padding: 0.6em 1em;
	display: block;
	background: url(/img/up/wsw-head-right.gif) no-repeat top right;
}

#page-content-box #page-content-main {
	padding: 1em 2em;
	border: 1px solid #EBE5C2;
	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;
}

/* specificke nastaveni hlavicky */
#page-layout #page-header {
    background-image: url("/img/up/bg-header.jpg");
    background-repeat: no-repeat;
    height: 263px;
    left: 0;
    width: 1010px;
}
	
#page-header a {
	color: #fff;
}

#page-header .header-1 {
	text-align: right;
	padding: 5px 8px;
	background-color: transparent;
	color: #fff;
	font-size: 0.92em;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#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 .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 #B4A597;
	background: #DEDBDE URL('/img/dp/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: 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/up/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/up/submit_search.gif') 0 0 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 {
	position: relative;
	font-family: Trebuchet MS, trebuchet, snas-serif;
    top: 52px;
}

#menu .menu {
	height: 36px; /* vyska menu + vyska okraje */
	padding-bottom: 24px;
	/* vyska podmenu + vyska okraje + 1px na caru mezi */
	padding-left: 1em;
}

/* polozka menu */
#menu .menu li {
	float: left;
}

/* posledni polozka */
#menu .menu li.last {
	border-right: none;
}

/* odkaz v polozce menu */
#menu .menu li a {
	padding: 0 1.2em;
	color: #ddc98e;
	line-height: 35px; /* vyska menu */
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#menu .menu li a:hover {
    color: #fff;
}


/* text odkazu v polozce menu */
#menu .menu li a span {
	
}

/* mys nad polozkou */
#menu .menu li:hover,#menu .menu li.hover {
    
}

/* aktivni polozka menu */
#menu .menu li.active {
    background-image: url('/img/up/bg-menu-item.png');
    background-repeat: no-repeat;
    padding: 0px;
    padding-left: 12px;
}

#menu .menu li.active a {
	color: #472300;
    background-image: url('/img/up/bg-menu-item.png');
    background-repeat: no-repeat;
    padding-right: 25px;
    background-position: right top;
}

#menu .menu li.active a span{
    background: #ddd48c;
    display: block;
}

#menu .menu li.active ul a{
    padding-right: 0px;
}

#menu .menu li.active ul a span{
    background: transparent;
    background-image: url('/img/up/menu-item-bullet.gif');
    background-repeat: no-repeat;
    padding: inherit;
    background-position: 0px 1px;
    padding-left: 18px;
}


/* prvni polozka */
#menu .menu li.first a {
}

/* posledni polozka */
#menu .menu li.last a {
}

/* menu druhe urovne */
#menu .menu li ul {
	position: absolute;
	top: 35px; /* 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 {
}

#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 */
	color: #472300;
}

#menu .menu li ul li a span {
	padding-left: 15px;
}

/* 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: #915316;
}

#menu .menu li ul li a span {
	background-image: url('/img/up/menu-item-bullet.gif');
    background-repeat: no-repeat;
}
#menu ul li {
    background: transparent;
}
/* specificke systemoveho hlaseni */
.message-ok,.message-warning {
	background: #F9F8EA url('/img/cp/system-message-info-up.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: #F9F8EA url('/img/cp/system-message-error-up.gif') no-repeat
		0 0;
}

/* specificke nastaveni paticky */
#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;
	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 15px;
	background-color: #472300;
	font-size: 110%;
    width: auto;
    height: 140px;
}

#page-bottom {
	background-color: #FFF3FF;
	padding-top: 10px;
}

/* oddělovač textu, kód z langstringu */
#page-footer .footer-text .odr {
	color: #C4A485;
}

#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 #C4A485;
	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: #ded68d;
	padding: 9px 15px 10px 15px;
	min-height: 3em;
}

#subfooter a {
	color: #472300;
}

#page-bottom .bottom-1 {
	float: left;
	margin-left: 8px;
}

#page-bottom .bottom-2 {
	margin-right: 3px;
	float: right;
}

/* oddělovač textu, kód z langstringu */
#page-bottom .bottom-2 .odr {
	color: #C4A485;
}

#page-bottom a {
	color: #472300;
}

/* rozloženi portletů - tří sloupcové */
.ar-three-col {
	margin: 0;
}

.ar-three-col .ar-main-left {
	width: 635px; /* 330 + 24 + 330 */
	position: relative;
	left: 24px;
	float: left;
}

.ar-three-col .ar-right {
	position: relative;
	right: 24px;
	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;
}

.ar-three-col .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: 24px;
}

.ar-two-col .ar-right {
	width: 310px; /* sirka sloupce - portletu - bez mezer */
	float: right;
	overflow: hidden;
	position: relative;
	right: 24px;
}

/* bezsloupcove rozlozeni */
.ar-simple {
	
}

.ar-simple .ar-main {
	margin: 0 24px;
}

/* vlastní nastylování portletu */
.portlet {
	margin: 0 0px 15px 0px;
}

/* hlavicka portletu - pouze bar. pozadi, hlavicka bez nadpisu  */
.list-no-title {
	padding: 13px 15px;
	background: #DCD48C;
	border-color: #DCD48C;
	border-bottom: 0;
}

.portlet-header {
    background: url("/img/up/portlet_head_left-new.gif") no-repeat scroll 0 -15px transparent;
    height: 30px;
    overflow: hidden;
    padding-left: 15px;
    position: relative;
}

.portlet-header .portlet-header-corner {
	display: block;
	padding-right: 12px;
	padding-top: 0px;
}

.portlet-header-corner .navigator {
	position: absolute;
	right: 10px;
	font-size: 1.17em;
	line-height: 1.17em;
}

.portlet-header-corner .navigator a {
	padding-right: 20px;
	padding-left: 4px;
	color: #472300;
	text-decoration: none;
	font-weight: bold;
	display:block;
	font-size: 0.83em;
	background: url('/img/up/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/up/link-back-h2.gif');
}

/* navigator jako odkaz pro zavreni */
.portlet .navigator a.close {
	background-image: url('/img/up/navigator-close.gif');
}

.portlet-header .portlet-heading {
	font-family: Trebuchet MS, trebuchet, snas-serif;
	color: #472300;
	float: left;
	font-size: 1.50em;
	font-weight: bold;
	margin-right: 45px;
	padding-bottom: 10px;
	line-height: 2em;
}

.portlet-header .portlet-heading .portlet-heading-corner {
	padding: 0 12px;
	display: block;
    background: #fff;
}

.portlet-content {
	background-color: #fff;
	border: 1px solid #EBE5C2;
	border-top: 0;
	padding: 8px;
	/*overflow: hidden;*/
}

.portlet-content .ServiceMessages {
	margin-bottom: 10px;
}


/* portlet skin 'doporucujeme' */
.recommended .portlet-header {
	background-image: URL('/img/up/rec-portlet_head_left.gif');
}

.recommended .portlet-header .portlet-header-corner {
	background-image: URL('/img/up/rec-portlet_head_right.gif');
}

.recommended .portlet-header-corner .navigator {
	color: #313026;
	background-image: url('/img/up/rec-more-info-h2.gif');
}

.recommended .portlet-content {
	border-color: #492501;
}

.recommended .portlet-header .portlet-heading {
	background-image: URL('/img/up/rec-heading_left.gif');
}

.recommended .portlet-header .portlet-heading .portlet-heading-corner {
	background-image: URL('/img/up/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: #04395E;
}
.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: #DCD48C;
    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: #472301;
    	color: #fff;
    }

    /* První/poslední */
    .pager a.pg-first,
    .pager a.pg-last {
    	border-bottom: solid 3px #472301;
    }
        .pager a:hover.pg-first,
        .pager a:hover.pg-last {
        	border-bottom: solid 3px #DCD48C;
        }

    .pager .pages a {
        text-decoration: underline;
    }
        .pager .pages a:hover {
            text-decoration: none;
        }

.pager span.notlink {
	color: #CED3DE;
}

.pager .pages span.active {
	color: #472301;
	background-color: #DCD48C;
}

/* taby */
.domtabsDiv {
	position: relative;
}

/* tab blok */
.domtabsDiv .tabs {
	border-bottom: solid 1px #472300;
	text-align: center;
	margin-bottom: 1em;
	height: auto;
	overflow: hidden;
	position: relative;
}

.domtabsDiv .tabContainer {
	overflow: hidden;
	margin: 0px;
	position: relative;
	left: 11px;
}

.ar-main .domtabsDiv .tabContainer {
	width: 290px;
}

.ar-left .domtabsDiv .tabContainer {
	width: 275px;
}

.tabs span.tab {
	position: relative;
	display: block;
	float: left;
	margin: 0 3px;
}

.ar-main .tabs span.tab {
	width: 90px;
}

.ar-left .tabs span.tab {
	width: 84px;
}

.tabs .tab a {
	background: url(/img/up/tab_empty_left.gif) no-repeat top left;
	display: block;
	width: 90px;
	text-decoration: none;
	color: #472300;
	outline: 0 !important;
}

.tab a .tab-rangle {
	background: url(/img/up/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 {
	background-image: url(/img/up/tab_filled_left.gif);
}
    .tabs .portlet a.active,.tabs .portlet a:hover {background: transparent;}
    
.tabs a.active {
	font-weight: bold;
}

.tabs a.active span.tab-rangle,.tabs a:hover span.tab-rangle {
	background-image: url(/img/up/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/up/tab_shift_right.gif) no-repeat;
}

.domtabArrow-left a {
	background: url(/img/up/tab_shift_left.gif) no-repeat;
}

.domtabArrow-right a:hover {
	background: url(/img/up/tab_shift_right_over.gif) no-repeat;
}

.domtabArrow-left a:hover {
	background: url(/img/up/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/up/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/up/file-level-up.gif');
}

#file-list .gallery-mode div.box a.folder {
	background-image: url('/img/up/file-folder.gif');
}

li.cleaner-li,.cleaner {
	clear: both;
}

/* vypis souboru tabulkou */
#file-list {
	margin-top: 15px;
}

#file-list h2.actual-folder {
	margin-bottom: 5px;
}

#file-list .table .folderLevelUp a {
	background: transparent url(/img/up/uroven-vys.gif) no-repeat scroll 1px
		0;
	padding-left: 25px;
}

#file-list .table .folder a {
	background: transparent url(/img/up/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;
}

/* vyjimka pro titulni WSW portlet */
#Portlet_Wysiwyg_Wysiwyg_552 {
	
}

#Portlet_Wysiwyg_Wysiwyg_552 .portlet-heading {
	letter-spacing: -0.05em;
}

.ui-tabs-panel {
    padding: 13px 10px 10px;
} 



/***********************************************************************************************/

/* 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: 0px 0 15px 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;
        }

/***********************************************************************************************/

.calendar-box table {
  width: 100%;
}

.ar-two-col-hp .portlet-content.parent-portlet .portlet{
    float: none;
    margin: 0;
    width: auto;
}

body.portal-up #page-footer-container{
    background: transparent;
}

body.portal-up #page-layout #page-footer{
    background: transparent;
}


/***********************************************************************************************
******************************  SEARCH BOX *****************************************************
***********************************************************************************************/
#search {
  height: 63px;
  left: 540px;
  overflow: visible;
  position: relative;
  right: 0;
  top: 35px;
  width: 465px;
}

#search .fi-submit {
    background: none repeat scroll 0 0 transparent;
    height: 26px;
    left: 343px;
    width: 100px;
}

#search .search-box{
    background-image: url('/img/up/bg-search.png');
    background-repeat: no-repeat;
    width: 441px;
    height: 26px;
}

#search .search-input-h{
    left: 2px;
    height: 26px;
    background: transparent;
}

#search #hledam{
    margin: -2px 5px;
    width: 300px;
}

#search .plus {
  color: #FFFFFF;
  left: 5px;
  position: absolute;
  top: 30px;
}
