body {
    font: 16px/1.5 "Trebuchet MS", "Geneva CE", lucida, sans-serif;
    color: #333;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 150%;
    color: #3484D2;
}


#ajax-spinner {
    margin: 15px 0 0 15px;
    padding: 13px;
    background: white url('../images/spinner.gif') no-repeat 50% 50%;
    font-size: 0;
    z-index: 123456;
    display: none;
}

div.flash {
    color: black;
    background: #FFF9D7;
    border: 1px solid #E2C822;
    padding: 1em;
    margin: 1em 0;
}

a[href^="error:"] {
    background: red;
    color: white;
}

.menu {
    background-color: #deedf7;
    height: 40px;
    text-align: center;

}

#content {
    width: 960px;
    margin: 10px auto;
}

.menu ul {
    margin: 0 auto;
    padding: 0;
    width: 700px;
    text-align: center;

}

.menu ul li {
    float: left;

}

.menu ul li,
.menu ul a {
    display: block;

}

.menu ul li a {
    color: black;
    line-height: 40px;
    text-decoration: none;
    padding: 0 20px;

}

.menu ul li a.act,
.menu ul li a:hover {
    background-color: #8DBDD8;
    color: #444444;
}

form label {
    display: block;
}

form .checkbox_list label {
    display: inline;;
}

form input.button,
form input.cancel {
    font-size: large;
    padding: 10px 20px;
}

form input.cancel {
    margin-left: 40px;
    font-size: small;
    padding: 5px 10px;
}

#content table {
    margin-top: 20px;
}

.multi {
    position: relative;

}

.multi p {
    margin-bottom: 0;
}

.multi .icon_add {
    position: absolute !important;
    left: 360px;
    bottom: 23px;

}


#submenu {
    margin-top: 10px;
}

#fulltext-search {
    width: 400px;
    margin: 10px auto;
    text-align: center;
    float:left;
}

#adv-search {
    width: 400px;
    margin: 10px;
    margin-left:440px;
    
}

#adv-search tr.year input {
    width:40px;
}


.td_edit {
    border-left:1px solid #E6EEEE;
    width:80px;
}

#books {
    margin: 0 5px;
    width:99%;
}



#frm-signInForm td,
#frm-signInForm th {
 border-bottom:0;
}

.center {
    text-align:center;
}



#content table.table2 {
	margin-top:0;
}

#adv-search select  {
    width:250px;
}

.inline-checkbox input {
    float:left; 
}

.next_form {
    display: none;
}

.search_form div {
    float: left;
    margin-right: 20px;
    
}

.inline-label label {
    display: inline;
    font-weight: normal;
}

.solo_fotka {
    float:left;
    
}

.solo_fotka label {
    display: inline;
}

#zadaveni_del h3 {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    padding-top: 20px;
}

#zadaveni_del ul#seznam {
    padding: 0;
    margin: 0;
    margin-left: 15px;
}

#pridat {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
}

#av_loader {
    position: relative;
}

#av_loader .wait {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.6;
    background-color: white;
}


#av_text,
#av_loader .wait {
    display: none;
}
.isNotFree {
    color: red;
}

#seznam li span {
    display: block;
    padding-left: 10px;
    color: gray;
    font-style: italic;
}

