#bookentries {
        border: 0px solid #000;
        width: 100%;
        margin: auto;
        text-align: center;
}
#bookform {
        margin: auto;
        text-align: left;
        width: 100%;
}

#bookform col {
        border: 0px solid #000;
}

#bookform th {
        border-width: 0px;
        font-weight: bold;
}
#bookform input[type=text] {
        width: 200px;
}

#booknavlist {
        border: 0px;
        margin: 0px;
        margin-bottom: 30px;
        padding: 0px;
        padding-left: 25px;
        padding-top: 3px;
        padding-bottom: 3px;
        font-weight: bold;
        background-color: #FFF;
}

#booknavlist a, #booknavlist a:link, #booknavlist a:visited, #booknavlist a:active, #booknavlist a:focus {
        font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
        background-color: #FFF;
        color: #003399;
        padding: 1.5px;
        margin: 0;
        margin-left: 2px;
        margin-right: 2px;
        text-decoration: none;
}

#booknavlist a:hover {
        background-color: #003399;
        color: #FFF;
}

#booknavlist li {
        padding-right: 1px;
        display: inline;
}

#booknavlist ul {
        margin: 0px;
        padding: 0px;
}

#booknavlist #booknavactive a, #booknavlist #booknavactive a:visited, #booknavlist #booknavactive a:active, #booknavlist #booknavactive a:hover {
        background-color: #003399;
        color: #FFF;
        font-weight: bold;
}


fieldset.bookfld {
        border: 1px solid #000;
        width: 100%;
        margin-bottom: 5px;
}

fieldset.bookfld legend {
        font-weight: bold;
        font-size: larger;
}

table.booktable {
        width: 90%;
        margin: auto;
}

table.booktable col {
        border-width: 0px;
}

caption.booktabcap {
         color: #003399;
     font-family: Arial, Helvetica, sans-serif;
     font-size: larger;
     font-weight: bold;
     margin-left: auto;
     margin-right: auto;
     caption-side: top;      /* top|bottom|left|right */
}

td.bookcell th.bookcell {
        border-width: 0px;
}

tr.booklinec1 {
        background-color: #FFF;
}

tr.booklinec2 {
        background-color: #DDD;
}

table.bookentry_main {
        width: 100%;
        border: 1px outset #E9edf5;
        text-align: left;
        margin-bottom: 20px;
        border-collapse: collapse;
}

table.bookentry_main col {
        margin: 0px;
}
td.bookentry_title {
        font-size: larger;
        background-color: #E9EDF5;
        padding: 5px;
}

td.bookentry_date {
        white-space:nowrap;
        width: 100%;
        text-align: right;
        font-size: smaller;
        background-color: #E9EDF5;
        padding: 5px;
}

td.bookentry_left {
        width: 30%;
        background-color: #E9EDF5;
        padding: 5px;
        vertical-align: top;
}

td.bookentry_right {
        vertical-align: top;
        width: 70%;
        background-color: #fff;
        text-align: left;
        padding: 5px;
}
