body {
    background-color: #fff;
    color: #336;
    font-size: 11px;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    padding:0px;
    margin:0px;
}
a {
    color:#339;
    font-weight: bold;
    text-decoration: none;
}
h1 {
    margin: 0.6em 0em;
    font-weight: normal;
    font-size: 16px;
}
h2 {
    margin: 0.8em 0em;
    font-weight: normal;
    font-size: 14px;
}
.line {
    overflow: hidden;
    float: left;
    width: 100%;
    display: block;
    position: relative;
}
.column {
    position: relative;
    float: left;
    left: 100%;
    padding-bottom: 20000px;
    margin-bottom: -20000px
}
#container {
    width: 900px;
}
#header {
    border: 0px;
    height: 134px;
    background: url(/static/images/background.jpg);
    font-variant: normal;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}
#login_header {
    float: right;
    color: white;
    margin-right: 10px;
    font-weight: normal;
}
#sidebar {
    padding: 0em 10px 20010px 10px;
    margin: 0px 0px -20000px -100%;
    width: 219px;
    border-right:1px solid #008;
    background-color: #0044c0;
}
#sidebar h1 {
    font-weight: normal;
    color: white;
}
#sidebar div {
    margin: 0px;
    padding: 0em;
}
#sidebar #quick_search form {
    background-color: #f8f8fd;
    border: 1px solid #008;
    padding: 1em;
}
#sidebar #quick_search form select {
    width: 190px;
}
#sidebar p.date {
    font-size: 10px;
    border-bottom: 1px dotted #99f;
    margin: 1em 0px 0.5em 0px;
}
#sidebar p {
    margin: 0px;
}
#nav_wrapper {
    background-color: #77b0ff;
    margin: -35px 0px 0px 240px;
    padding: 5px 0px;
    width: 660px;
}
#nav a {
    font-size: 14px;
    font-weight: normal;
    color: white;
}
#nav ul {
    margin: 0px;
    padding: 0px 0px 0px 10px;
    display: inline;
}
#nav li {
    display: inline;
    padding: 0px;
}
#nav li.selected a {
    color: #336;
}
.dropmenudiv {
    position:absolute;
    margin-top: 4px;
    margin-left: -0.5em;
    top: 0;
    border-left: 1px solid #008;
    border-right: 1px solid #008;
    z-index:100;
    background-color: #77b0ff;
    width: 200px;
    visibility: hidden;
}
.dropmenudiv a {
    width: auto;
    display: block;
    text-indent: 5px;
    border: 0 solid #2F3D46;
    border-bottom-width: 1px;
    padding: 2px 0;
    text-decoration: none;
    color: white;
    font-weight: normal;
}
.dropmenudiv a:hover {
    color: #336;
}
#content {
    width: 640px;
    background-color: #e8f0f8;
    border-right: 1px solid #BCD2EE;
    border-bottom:1px solid #008;
    padding: 0em 10px 20010px 10px;
    margin: 0px 0px -20000px -660px;
    font-size: 12px;
}
#content #quick_search form {
    border-top: 2px solid #0044c0;
    border-bottom: 2px solid #0044c0;
    padding: 1em;
}
#content #quick_search form select {
    width: 80%;
}
#content div {
    margin: 0px;
    padding: 0px;
}
#content p.label {
    margin-top: 0px;
    text-align: right;
    font-weight: bold;
    float:left;
    width: 150px;
    display:inline;
}
#content p.content {
    margin-top: 0px;
    margin-left: 160px;
}
#content form label {
    text-align: right;
    float:left;
    width: 150px;
    margin-right: 10px;
}
#content form.advanced_search select {
    width: 300px;
}
#content form.advanced_search .line {
    margin: 0em 0em 1em 0em;
}
#content form.advanced_search .line p {
    margin: 0px;
}
#content form.advanced_search label {
    margin: 0px;
    text-align: left;
    width: auto;
    float: none;
}
#content div#search_navigation {
    float: right;
    margin-top: 0.8em;
    font-weight: bold;
    color: #999;
}
#content div#show_incipit {
    float: right;
    margin-top: 0.8em;
    font-weight: bold;
    color: #999;
}
#content table {
    width: 100%;
}
#content table td {
    vertical-align: top;
}
#content table td.label {
    width: 20%;
}
.toggle_link {
    float: right;
}
.work_header {
    font-size: 10px;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-top: 10px;
}
.work_header td {
    border: 1px solid #999;
    padding: 0.1em 0.5em;
    height: 17px;
    vertical-align: middle;
}
#work_content table#versions {
    margin: 1em 0em;
    border-collapse: collapse;
    border-spacing: 0px;
}
#content div.version {
    padding: 1em 0em 0em 0em;
}
div.version table {
    border-spacing: 0px;
    width: 100%;
}
div.version table td {
    padding-right: 10px;
    vertical-align:top;
}
div.version table tr th {
    font-weight: normal;
    border: 0px;
    border-bottom: 1px solid #5E7B8D;
    text-align: left;
}
div.version table tr td {
    border-bottom: 1px solid #8DB9D4;
}
table.list {
    width: 100%;
    margin: 3em 0em 1em 0em;
    border-collapse: collapse;
    border-spacing: 0px;
}
table.list th {
    border-top: 1px solid #008;
    border-bottom: 1px solid #008;
    font-size: 100%;
    font-weight: normal;
    text-align: left;
    padding: 0em 0.5em;
}
table.list td {
    padding: 0.5em 0.5em;
}
table.list tr:hover {
    background-color: #acc3ff;
}
table.list tr#current_record {
    background-color: #acc3ff;
}
div#search_footer {
    padding-top: 10px;
    border-top: 1px solid #008;
}
div.pager {
    margin-left: 10px;
}
.pager p {
    display: inline;
    padding: 2px 4px;
    margin: 0px 1px;
    border: 1px solid #999;
}
.page_size {
    float:right;
}
input.button {
    font-size: 100%;
    border: 1px solid #3E464F;
    background:#77b0ff;
}
input.button:hover {
    border: 1px solid #7D8C9E;
}
#footer {
    clear: both;
    padding-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-style: italic;
    font-size: 80%;
}
span.switch_red { color: red; }
span.switch_green { color: green; }
span.highlighted { color: red; }
