.blocksTable tr+td{
    display:none;
}
.hidden{
	display:none;
}


.basicContentMoreEditOptions{
    display:none;
}

/* FLICKR */
.flickrGallerySet{
    padding:10px;
    min-height:85px;
}
    .flickrGallerySet img{
        margin:0 10px;
        float:left;
    }





/* BASIC CONTENT */

.basicContentMoreEditOptions{
    font-size:9pt;
    clear:both;
}
.basicContentMoreEditOptions ul{
    float:right;
    margin:0;
    padding:0;
}
.basicContentMoreEditOptions ul li{
    padding:0;
    list-style-type:none;
    list-style-image:none;
    margin:5px 10px;
    float:left;
    
}
.basicContentEditable{
    overflow:auto;
}

/* PAGER */
.pager{
    padding-left:0;
    float:right;
    margin:0px;
}
.pagerClear{
    clear:both;
}
.pager li{
    font-weight:bold;
    list-style-type:none;
    list-style-image:none;
    float:left;
}
.pager li a{
    display:block;
    margin: 5px 10px;
    padding:5px 10px;
    background-color:#F8F8F8;
	border:2px solid #EEEEEE;
    text-decoration:none;
    position:relative;
    z-index:55;    
    color: #AAAAAA;
}
.pager li a:hover{
    color: #333333;
    text-decoration:none;
    border:2px solid #F9BA00;
}
.pager li.active a{
    border:2px solid #F9BA00;
    color: #666666;
}

/* MESSAGES*/
#sencha-messages{
    position:fixed;
    top:300px;
    left:0px;
    z-index:2000;
    width:100%;
    text-align:center;
    cursor:pointer;
}
#sencha-messages .message{
    width:559px;
}
.message{
    font-weight:bold;
    padding:20px;
    margin:10px auto;
    text-align:center;
}
    .status{
        background-color: #81D028;
        color:#333333;
    }
 .error{
        background-color: #AC210D;
        color:#ffffff;
    }
    .warning{
        background-color: #666666;
        color:#ffffff;
    }
    
/* TABS */
/* COLLAPSING */

.collapsible{
	margin-bottom:10px;
	background-color:#F8F8F8;
	border-bottom:1px solid #EEEEEE;
	border-left:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
	width:565px;
	padding:10px;
}

.collapsible-controller{
	display:block;
	width:565px;
	border-top:1px solid #EEEEEE;
	border-left:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
	background-color:#F8F8F8;
	margin:20px 0px 0px 0px;
	padding:10px;
}
.collapsible-controller a{
	border-bottom-width:0px;
	
}

#ajax-loader-image{
	display:block;
	margin:60px auto;
}




/* TABS */

.tabs-controller{ 
    padding:0px;
    margin-left:0px;
    list-style-image:none;
}
.tabs-controller .tabs-tab{
    margin:0px;
    padding:0px;
    list-style-image:none;
}


.tabs-controller .tabs-tab a{

    display:block;
    border:none;
 
    color:#F9BA3A;
    
    text-align:center;
    line-height:28px;
    width:154px;
    height:29px;
    padding:0px;
    margin-right:10px;
    font-weight:bold;
}

.tabs-controller .tabs-tab a.active{
    background-color:#F9BA3A;
    color:#EEEEEE;
}

.tabs-controller .tabs-tab a.unactive{
    color:#666666;
}
.tabs-all-data{
    clear:both;
    border: 1px solid #F9BA3A;
    color:#444444;
    overflow:visible;
}




/* BOOK */

#guestBook{
    overflow:auto;    
}

.bookStory{
    width:588px;
    margin:10px 0;
}

.bookStory.odd {
    background-image:url("images/comments/middleA.png");
}
.bookStory.odd .top{
    background-image:url("images/comments/topA.png");
}
.bookStory.odd .bottom{
    background-image:url("images/comments/bottomA.png");
}
.bookStory.even {
    background-image:url("images/comments/middleB.png");
}
.bookStory.even .top{
    background-image:url("images/comments/topB.png");
}
.bookStory.even .bottom{
    background-image:url("images/comments/bottomB.png");
}


.bookStory .top, .bookStory .middle, .bookStory .bottom{
    clear:both;
    overflow:auto;
}
.bookStory .top{
    height:42px;
}
.bookStory .bottom{
    min-height:7px;
    background-repeat:no-repeat;
    background-position:center bottom;
}


.bookName, .bookTime{
    font-weight:bold;
    margin:8px 10px;
    color:#FFFFFF;
    
}
.bookName{
    float:left;
}
.bookTime{
    float:right;
}
.bookStory h3{
    margin:2px 10px;
    color:#3F3F3F;
}
.bookText{
    clear:both;
    margin:0 10px;
    text-align:justify;
    padding-top:5px;
}


.objednavkyTable .sent{
    background-color:#CDFE8E;
}
.objednavkyTable .inserted{
    background-color:#FFBCB7;
}

.flickrGalleryImage{
  width:75px;
  height:75px;
}

