* {
 margin: 0;
 padding: 0;
 }

body {
    font-family:verdana, arial, helvetica, sans-serif;
    font-size: 80%;
    color:#333;
    line-height: 1.7em;
    background: white;
    }
    
h1 {
margin: 20px 5px;
color: #335;
text-align: center;
}

#namehead {
    padding: 5px 35px;
    background-color: #336;
    text-align: right;
    color: white;
    font-family: serif;
}

#container {
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
}

#footer  { 
    padding: 5px 35px;
    color: white;
    font-size: 10px;
    background-color: #336;
    text-align: right;
    line-height: 12px;
    font-family: serif;
    }

#footer a {
    color: white;
}

#navlist
{
    margin-left: 10px;
    list-style:none;
    line-height:1em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    border-top: 1px solid white; /* for bizarre IE bug */
}

#navlist li {
    float:left;
    margin-right: 8px;
    border-top: 1px solid #336;
    border-left: 1px solid #336;
    border-right: 1px solid #336;
}

#navlist a {
width: 120px;
text-align: center;    
display:block;
text-decoration:none;
padding: 5px;
background:white;
color:#336;
}

#navlist a:hover {
background:#336;
color: white;
}

#navlist li.active a{ /* removed > for IE */
background:#336;
color: white;
font-weight: bold;
}

#navlist-local {
    display: block;

    list-style-type: none;

    font-size: 0.8em;
    width: 100%;
}

#navlist-local li {
    float:left;
    margin-right: 8px;
}

#navlist-local a {
    padding: 5px;
}

#content {
clear: left;
    border-top: 1em solid #336;
    padding: 10px;
    border-left: 1px solid #336; 
    border-right: 1px solid #336; 
    border-bottom: 1px solid #336; 
}

#titlebox {
margin-bottom: 10px;
border-bottom: 1px solid #ddd;
}

h2 {
color: #335;
}

li.book_list {
margin-left: 50px;
}

.attribute {
    font-weight: bold;
}

#search_box_container {
float: right;
}

#search_box_label{
font-style:italic;
text-align: center;
}
#search_box {
text-align: left;
background: #cce;
padding: 3px;
}

.paginate_info{
text-align: center;
clear:left;
font-weight: bold;
}

#list_results {
clear: left;
}

#list_results > table {
font-size: 80%;
}

#list_results > table > tr > td {
color: red;
border: 2px solid blue;
}

#results_found {
text-align: right;
font-style: italic;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

#search_description {
font-style: italic;
font-size: 80%;
}

#request_list_options {
font-size: 80%;
font-weight: bold;
margin-bottom: 5px;
}

.small_button {
border: 1px solid #ccc;
font-size: 80%;
}

#request_list_options > form > select {
font-size: 80%;
}

#request_list_options > form > select > option 
{
    margin-left: 1em;
    font-size:80%;
}

th 
{
    border: 1px solid #ddd;
    background: #ccc;
    font-size: 120%;
}

.even_row {
    background: #ddd;
}

.odd_row {
    background: #eee;
}

table {
    font-size: 80%;
}

#request_table {
    width: 100%;
}

fieldset {
    border: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: .5em 1em;
}
legend {
    font-weight:bold;
}

.field_set {
border: 1px solid #bbb;
padding-left: 10px;
padding-bottom: 5px;
}

.field_set > ul> li {
margin-left: 3em;
}

.bad_msg {
    display: block;
    background: #fcc;
    color: black;
    margin-bottom: 3px;
}

.good_msg {
    display: block;
    background: #bfb;
    color: black;
    margin-bottom: 3px;
}
}

label {
    vertical-align: top;
}

li {
margin-left: 20px;
}

.errorlist {
    color: #c00;
}


form li {
    list-style: none;
}

.pkg_infobox {
float: right;
border: 1px solid #bbf;
margin-right: 8px;
color: #555;
clear: right;
margin-top: 1em;
}

.pkg_infobox * {
color: #444;
}

.pkg_infobox_title {
display: block;
background: #aaf;
color: white;
padding: 0px 2px;
text-align: right;
}

.pkg_infobox_content {
padding: 2px;
}

#main_content {
float: left;
}

#req_infobox_add {
text-align:right;
padding-top: 1em;
}


.returned {
    color: #d00;
}


#report_table {
font-size: 100%;
border-spacing: 4px;
}

#report_table th{
background: white;
}

.bar {
text-align: right;
border-left: solid 1px black;
padding-right: 0.5em;
width: 400px;
}

.bar div { 
border-top: solid 2px #0077DD;
background-color: #004080;
border-bottom: solid 2px #002266;
float: left;
padding-top: 0;
height: 1em;
}

.clear-block {
    clear: both;
}
