table.library {
        width:100%;
        margin: 0;
        margin-top: 10px;
        border: 1px solid #788BC1;
        padding: 0;
        border-collapse: collapse;
}

table.library_cont {
        width:100%;
        margin: 0;
        border: 1px solid #788BC1;
        padding: 0;
        border-top: 0;
        border-collapse: collapse;
}

th.library, th.library_name, th.library_date, th.library_link,
th.library_rel2, th.library_date2, th.library_link2, th.library_cat {
        background-color: #ECEFF2;
        color:#24408F;
        font-size: 11px;
        font-weight: bold;
        height: 30px;
        margin:1px;
        border: 1px solid #788BC1;
        padding: 0;
        vertical-align: middle;
        text-align:left;
}

td.library_descr, td.library_name, td.library_date, td.library_link,
td.library_text, td.library_rel2, td.library_date2, td.library_link2 {
        height: 25px;
        vertical-align: middle;
        margin: 0;
        border: 1px solid #788BC1;
        padding: 0;
}

th.library_name, td.library_descr, td.library_name {
        text-align:left;
        padding-left: 20px;
}

th.library_cat {
        background-image: url(/appl/images/ecs/square_dark.gif);
        background-repeat: no-repeat;
        background-position: 8px 8px;
        background-color: #FFFFFF;
        height: 24px;
        text-align:left;
        padding-left: 20px;
}

td.library_text {
        text-align:justify;
        padding: 5px 20px;
}

td.library_descr {
        width: 80px;
        background-color: #ECEFF2;
        color:#24408F;
        font-size: 11px;
        font-weight: bold;
}

th.library_date, th.library_link, td.library_date, td.library_link,
th.library_rel2, td.library_rel2,
th.library_date2, th.library_link2, td.library_date2, td.library_link2 {
        text-align: center;
}

th.library_date, th.library_link, td.library_date, td.library_link {
        width: 80px;
}

th.library_rel2, td.library_rel2 {
        width: 40px;
}

th.library_date2, th.library_date2 {
        width: 70px;
}

td.library_link2, td.library_link2 {
        width: 40px;
}

.fulltext {
        margin: 10px 0;
}

.fulltext input {
        float: right;
        margin:0;
        height:20px;
}

input.fulltext {
        float: left;
        width:490px;
        border:1px solid #24408F;
        vertical-align:top;
}

.categories {
        clear:both;
        width:100%;
        height:20px;
        overflow:hidden;
        margin:0;
        border:0;
        border-top:1px solid #24408F;
        padding:0;
        background-color:#FFFFFF;
}
.categories_top {
        border:1px solid #24408F;
        width:214px;
        background-color:#ECEFF2;
}
select.categories {
        border:1px solid #24408F;
        color: #24408F;
        background-color:#ECEFF2;
        font-size: 10px;
}
.categories input {
        display:block;
        float: left;
        margin:0 6px;
        height:20px;
        padding:0;
}
.categories p {
        margin:0;
        margin-top:1px;
        border:0;
        padding:0;
        text-align:left;
}
.categories .categories p {
        font-weight:normal;
        color:black;
}
.categories_top p {
        font-weight:bold;
        color:#24408F;
}
.categories .expand {
        overflow:hidden;
        float: right;
        width: 10px;
        height: 10px;
        margin: 4px;
        border: 0;
        background-image: url(/appl/images/library/expand.gif);
        cursor: hand;
}
.categories .collapse {
        overflow:hidden;
        float: right;
        width: 10px;
        height: 10px;
        margin: 4px;
        border: 0;
        background-image: url(/appl/images/library/collapse.gif);
        cursor: hand;
}
.categories .all {
        overflow:hidden;
        float: right;
        width: 10px;
        height: 10px;
        margin: 4px;
        border: 0;
        background-image: url(/appl/images/library/markall.gif);
        cursor: hand;
}

ul.library_submenu {
        margin: 10px 25px 20px 25px;
        border: 0;
        padding: 0;
        list-style-type: none;
}
ul.library_submenu li {
        height: 16px;
}
ul.library_submenu li a,
ul.library_submenu li a:hover,
ul.library_submenu li a:visited {
        text-transform: uppercase;
        text-decoration: none;
}

