div.small-popup{
    margin: 0px;
    padding: 0px;
    width: 174px;
    position: absolute;
    z-index: 6;
}

div.wider-popup{
    width: 226px;
}



div.smp-top-left{
    margin: 0px;
    padding: 0px 0px 0px;
    float: left;
    width: 7px;
    height: 7px;
    background: url('popups/bg-small-popup-top-left.png') no-repeat 0px 0px;
}
div.smp-top-right{
    margin: 0px;
    padding: 0px 0px 0px;
    float: right;
    width: 7px;
    height: 7px;
    background: url('popups/bg-small-popup-top-right.png') no-repeat 0px 0px;
}
div.smp-top-center{
    margin: 0px;
    padding: 0px;
    float: left;
    display: block;
    height: 7px;
    width: 160px;
    background: url('popups/bg-small-popup-top-center.png') repeat-x 0px 0px;
    position: relative;
}
div.wider-popup div.smp-top-center{width: 212px;}

div.smp-dart-top{
    margin: 0px;
    padding: 0px;
    width: 16px;
    height: 17px;
    background: url('popups/bg-small-popup-top-arrow.png') no-repeat 0px 0px;
    position: absolute;
    top: -13px;
    left: 130px;
    z-index: 7;
}
div.smp-dart-topleft{
    margin: 0px;
    padding: 0px;
    width: 16px;
    height: 17px;
    background: url('popups/bg-small-popup-top-arrow.png') no-repeat 0px 0px;
    position: absolute;
    top: -13px;
    left: 30px;
    z-index: 7;
}
div.smp-dart-left{
    margin: 0px;
    padding: 0px;
    width: 16px;
    height: 17px;
    background: url('popups/bg-small-popup-left-arrow.png') no-repeat 0px 0px;
    position: absolute;
    top: 20px;
    left: -12px;
    z-index: 7;
}
div.smp-dart-right{
    margin: 0px;
    padding: 0px;
    width: 16px;
    height: 17px;
    background: url('popups/bg-small-popup-right-arrow.png') no-repeat 0px 0px;
    position: absolute;
    top: 20px;
    left: 172px;
    z-index: 7;
}
div.wider-popup div.smp-dart-right{left: 222px;}

div.smp-content-container{
	display: block;
	position: relative;
	top: -1px;
}

div.smp-dart-bottom{
    margin: 0px;
    padding: 0px;
    width: 16px;
    height: 17px;
    background: url('popups/bg-small-popup-bottom-arrow.png') no-repeat 0px 0px;
    position: absolute;
    top: 3px;
    left: 20px;
    z-index: 7;
}
div.bottom-dart-holder{position: relative;}
div.smp-left-center{
    margin: 0px 0 0;
    padding: 0px 0px 0px 0px;
    background: #fff url('popups/bg-small-popup-left-center.png') repeat-y -3px 0px;
*/}
div.smp-right-center{
    margin: 0px 0 0;
    padding: 0px 3px 0px 3px;
    background: url('popups/bg-small-popup-right-center.png') repeat-y 100% 0px;
*/}
div.smp-bottom-left{
    margin: 0px;
    padding: 0px 0px 0px;
    float: left;
    width: 7px;
    height: 7px;
    background: url('popups/bg-small-popup-bottom-left.png') no-repeat 0px 0px;
    position: relative;
    top: -1px;
}

div.smp-content{margin: 0px;padding: 0px;/*background: #fff url('popups/bg-small-popup.gif') repeat-y 100% 0px;width: 100%;*/}
div.wider-popup div.smp-content{background-image: url('popups/bg-wider-popup.gif');padding-bottom: 10px;}
div.smp-bottom-right{
    margin: 0px;
    padding: 0px 0px 0px;
    float: right;
    width: 7px;
    height: 7px;
    background: url('popups/bg-small-popup-bottom-right.png') no-repeat 0px 0px;
    position: relative;
    top: -1px;
}
div.smp-bottom-center{
    margin: 0px;
    padding: 0px;
    float: left;
    display: block;
    height: 7px;
    width: 160px;
    background: url('popups/bg-small-popup-bottom-center.png') repeat-x 0px 0px;
    position: relative;
    top: -1px;
}
div.wider-popup div.smp-bottom-center{width: 212px;}
div.small-popup ul{
    margin: 0px 0;
    padding: 8px 1px 0 2px;
    list-style: none;
}
div.small-popup ul li{
    margin: 0px;
    padding: 0px;
    display: block;
    text-decoration: none;
}
div.small-popup ul li a{
    margin: 0px 0px;
    padding: 3px 14px;
    display: block;
    color: #000;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    font-size: 0.9em;
}

div.small-popup ul li a:hover, div.small-popup ul li.selected a {
    margin: 0px;
    padding: 3px 14px;
    /*background: #3f9ac4 url('popups/bg-small-popup-menu-hover.gif') repeat-x 0px 0px;*/
    background-color: #CDDCEF;
    text-decoration: none;
    /*border: 1px solid #3786aa;*/
}

div.wider-popup ul.table-like{
    margin: 0px 15px 0px;
    padding: 0px;
    width: 186px;
    border-bottom: 1px solid #c8d4d9;
    background: #fff url('popups/bg-wider-popup-menu.gif') repeat-y 0px 0px;
}
div.wider-popup ul.table-like li.header{
    background-image: url('popups/content-table/bg-header.gif');
    background-repeat: repeat-x;
    background-position: 0px 0px;
    border: 1px solid #c8d4d9;
    border-bottom: none;
    padding-left: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;

}

div.wider-popup ul.table-like li.even{background-color: #f3f3f3;margin: 0px 1px;}
div.wider-popup ul.table-like li.even:hover{margin: 0px;}
div.wider-popup ul.table-like li.even a{padding-left: 12px;}
div.wider-popup ul.table-like li.even a:hover{padding-left: 13px;}
div.wider-popup h3{
    font-size: 1.1em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-left: 15px;
    padding-top: 10px;
}


/*dialogy*/

div#overlay{
    position: absolute;
    background: url('popups/bg-overlay.png');
    width: 100%;
    height: 100%;
    font-size: 1px;
    line-height: 1px;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
}

div.dialog{
    margin: 0px auto;
    padding: 0px;
    position: absolute;
    top: 100px;
    left: 110px;
    z-index: 1001;
    display: none;
}

.dialog p{margin-left: 0px;padding-left: 0px;}

.dialog-top-left, .dialog-bottom-left{
    background: url('popups/bg-dialog-top-left.png') no-repeat 0px 0px;
    width: 9px;
    height: 9px;
    float: left;
}
.dialog-top-right, .dialog-bottom-right{
    background: #fff;
    width: 9px;
    height: 9px;
    float: right;
    position: relative;
    top: -9px;
    overflow: visible;
    background: url('popups/bg-dialog-bottom-right.png') no-repeat 0px 0px;
}
.dialog-top-right{background-image: url('popups/bg-dialog-top-right.png');}
.dialog-top-center, .dialog-bottom-center{
    margin: 0px;
    padding: 0px;
    width: auto;
    display: block;
    background: #eee;
    padding: 0px 9px;
    height: 9px;
    margin-right: 9px;
    margin-left: 9px;
    background: url('popups/bg-dialog-top-center.png') repeat-x 0px 0px;
}

.dialog-close{
    margin: 3px 0 0 -10px;
    padding: 0px;
    position: absolute;
    width: 26px;
    height: 26px;
    /*background: #f00;*/
    top: -9px;
    background: url('popups/icon-dialog-close.png') no-repeat 0px 0px;
    z-index: 1002;
    cursor: pointer;
}

.dialog-bottom-left, .dialog-bottom-center {position: relative;top: -9px;background: url('popups/bg-dialog-bottom-left.png') no-repeat 0px 0px;}
.dialog-bottom-right{top: -18px;background-image: url('popups/bg-dialog-bottom-right.png');background-position: 100% 0px;}
.dialog-bottom-center{background-image: url('popups/bg-dialog-bottom-center.png');background-repeat: repeat-x;}
div.dialog-right-center{
    padding-right: 9px;
    position: relative;
    top: -9px;
    background: url('popups/bg-dialog-right.png') repeat-y 100% 0px;
}
div.dialog-left-center{
    padding-left: 9px;
    background: url('popups/bg-dialog-left.png') repeat-y 0px 0px;
}
div.dialog-content{
    margin: 0px;
    padding: 20px 20px 20px 120px;
    width: auto;
    display: block;
    background: #fff;
}

div.dialog-content.nahraj-obrazek {padding: 20px;}
div.dialog-content.nahraj-obrazek label {width: 140px;}
div.dialog-content.nahraj-obrazek textarea {width: 320px;}
div.dialog-content.nahraj-obrazek h2 {margin-left: 0;}

div.dashboard div.dialog-content, div.insert-picture div.dialog-content{
    padding-left: 20px;
}

div.dialog-info div.dialog-content, div.dialog-search div.dialog-content{
    background-image: url('popups/bg-dialog-info.gif');
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

div.dialog-alert div.dialog-content{
    background-image: url('popups/bg-dialog-alert.gif');
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

div.dialog-question div.dialog-content{
    background-image: url('popups/bg-dialog-question.gif');
    background-repeat: no-repeat;
    background-position: 10px 10px;
}


div.setting_button {height: 27px; text-align: right;}

div.setting_button p {margin: 1.5em 0em .5em 1em; padding: 0;}

div.dialog div.setting_button a.button, div.smp-content-container div.setting_button a.button {margin-top: 1px; }

/*div.dialog button, div.dialog a.button{float: right;margin-top: 0px;height: 25px;}
div.dialog button span, div.diaog a.button span, div.dialog button span span, div.dialog a.button span span{padding-top: 0px;margin-top: 0px;height: 25px;}*/

div.dialog ul{
margin: 0; padding: 0;
list-style: none;}

div.dashboard-content-holder{
    margin: 0px auto;
    padding: 20px 0 0;
    width: 100%;
    border-top: 1px solid #c8d4d9;
    border-bottom: 1px solid #c8d4d9;
    height: 300px;
    overflow: auto;
    clear: both;
}
div.dashboard-content-holder table{
    border: 1px solid #c8d4d9;
}
div.ui-tabs-hide{display: none;}
div.dashboard-title{
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: -30px;
}
div.dashboard-title h2{
    color: #fff;
    padding-left: 29px;
    font-size: 1.9em;
    font-weight: bold;
}
div#from_library{padding-top: 0;}
div.dashboard table.table-content th, div.dashboard table.table-content td{padding-top: 2px;padding-bottom: 2px; }
div.dashboard table a.button{margin-top: 0px;margin-bottom: 0px;}
div.dialog .left-right-container{background-color: #e0edf3;}
div.left-right-container table{margin-bottom: 0px;}
div.dialog .left-panel{width: 30%; height:300px; overflow:auto;}
div.dialog .right-panel{width: 70%;}



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

.tablescroll table .table-headers, .tablescroll table .table-controls  {width: 30%;}
.tablescroll table .table-dates, .tablescroll table .table-text  {width: 20%;}
.tablescroll table {width: 100%; border-collapse:collapse;}
.tablescroll .table-content .td_innerb {padding: 0;}
.tablescroll .table-content tr:hover td.td_innerb tr td {background-color: #fff; color: #000;}
.tablescroll .table-content tr:hover td.td_innerb tr.even td {background-color: #f3f3f3;}
.tablescroll .table-content tr:hover td.td_innerb tr:hover td {background-color: #3f9ac4; color: #fff;}
.innerb {height: 272px;overflow:auto;}



/* prubeh nacitani obrazku "nahrat soubory z pocitace" */

.uploadifyQueue {
    float: right;
    width: 400px;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}


/*nahrat vice obrazku - strana 2*/

.dialog-scroll table   {width: 100%; border: none;}
.dialog-scroll  {width: 100%; height: 300px; overflow-x: auto; border: 1px solid #c8d4d9;}
.dialog-scroll td.nahled   {width: 100px; vertical-align: top; padding-top: .5em;}

.dialog-scroll p   {margin: 5px 10px; padding: 0;}
div.dialog-content.nahraj-obrazek .dialog-scroll label {width: 120px;}
div.dialog-content.nahraj-obrazek .dialog-scroll textarea, div.dialog-content.nahraj-obrazek .dialog-scroll input {width: 210px;}
div.dialog-content.nahraj-obrazek .dialog-scroll textarea {height: 70px;}


.dialog-content-container .navigation li span {
    padding-left:35px;
}

.dialog-content-container ul.navigation li a, .dialog-content-container ul.navigation li.selected li a, .dialog-content-container div#from_library ul.navigation li a {
    background:url("popups/site-navigation/folder-c_n.png") no-repeat scroll 9px 8px transparent;
}

.dialog-content-container div#from_library ul.navigation li a:hover {
    background:url("popups/site-navigation/folder-c_n.png") #5CAED1 no-repeat scroll 9px 8px ;
    color: #FFF;
}

.dialog-content-container table.table-content {
    border:0;
}

.dialog-content-container table.table-content table {
    border-bottom:0;
    border-right:0;
}
	.hidden {
		display: none;
	}

.menu-border-top {
    border-top:  1px solid #cccbcb;
}

/*.menu-border-both {*/
    /*border-top:  1px solid #cccbcb;*/
    /*border-bottom:  1px solid #cccbcb;*/
    /*padding: 3px 14px;*/
/*}*/
.menu-border-both b {
    border-top:  1px solid #cccbcb;
    border-bottom:  1px solid #cccbcb;
    padding: 3px 14px;
    font-weight: bold;
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 0.9em;
}