div.home-banner-box {
  width: 230px;
  float: right;
  margin-left: 20px;
  background: #EEE;
  border: 1px solid white;
  -moz-box-shadow: 0px 0px 4px 4px #DDD;
  -webkit-box-shadow: 0px 0px 4px 4px #DDD;
  box-shadow: 0px 0px 4px 4px #DDD;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
}

div.home-banner-box img a {
  border: none;
}

div.home-banner-box p {
  text-align: center;
  margin: 0 auto;
  font-style: italic;
  font-size: 12px;
  font-family: Arial, sans-serif;
  color: #666;
  width: 200px;
}

div.banner-box-item {
  padding: 5px;
  border-top: 1px solid #ccc;
}

div.banner-box-item:first-of-type {
  border-top: none;
}

div.banner-box-item img {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  -moz-box-shadow: 2px 2px 5px #555;
  -webkit-box-shadow: 2px 2px 5px #555;
  box-shadow: 2px 2px 5px #555;
  margin-bottom: 3px;
}

body {
  background: url(../images/xbg_main.jpg) top center no-repeat lightgrey;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

#wrap_it_all {
  margin: 0 auto;
  position: relative;
  min-height: 100%;
  background: #D3D3D3;
  min-width: 1120px;
}

#header_wrapper {
  height: 290px;
  min-height: 290px;
  margin-bottom: -210px;
  background: url("../images/xbg_branding.jpg") no-repeat center bottom #38445A;
  color: #FFF;
}

#header {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  height: 128px;
  background: none;
}

#logo {
  background: url(../images/xlogo.png) no-repeat;
  position: absolute;
  width: 216px;
  height: 66px;
  top: 5px;
  left: 5px;
}
#logo a {
  display: block;
  width: 216px;
  height: 66px;
  text-indent: -9999px;
}

#slogan {
  position: absolute;
  top: 70px;
  left: 5px;
  font-size: 18px;
}

#search_submit {
  background: url(../images/xbg_search_submit.png) top right no-repeat;
  width: 25px;
  height: 19px;
  text-indent: -9999px;
  cursor: pointer;
  margin-left: -2px;
}

#sidebar_left {
  width: 270px;
  padding: 7px 7px 0px 7px;
  min-height: 800px;
  float: left;
  background-color: #faf8f7;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 2px 2px 5px #999;
  -webkit-box-shadow: 2px 2px 5px #999;
  box-shadow: 2px 2px 5px #999;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

#featured_documents {
  overflow-y: auto;
  overflow-x: hidden;
}

.contentx {
  width: 780px;
  margin-left: 10px;
  float: left;
}

#content_wrapper {
  width: 1080px;
  margin: 0 auto;
  padding: 10px;
  background: #F4F2F3;
  border-radius: 5px;
}

#content_shadow {
  height: 56px;
  background: url("../images/xhr_1080.png") top center no-repeat;
}

#footer_wrapper {
  min-width: 1120px;
  height: 65px;
  background: url("../images/xbg_footer.jpg") no-repeat center top #38445A;
  position: relative;
}

#footer {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
  padding: 10px;
}

#footer ul, #footer p {
  padding: 0;
  margin: 0;
}

#footer p {
  padding-bottom: 15px;
}

#footer img {
  position: relative;
  top: 7px;
}

#footer a:link, #footer a:hover {
  color: red;
}

#footer a:active {
  color: #f99;
}

#footer a:visited {
  color: #d00;
}

#main_wrapper {
  background: url("../images/xbg_sub_cont.png") no-repeat center top;
  min-height: 100%;
  position: relative;
  top: 48px;
}

body, html {
  height: 100%;
}

body::before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}

#tabs {
  position: absolute;
  right: 0;
  bottom: 0;
}

#nav {
  list-style: none;
}
#nav li {
  float: left;
  padding-bottom: 5px;
}
#nav li a {
  margin: 0 1px 0 0;
  padding: 5px 10px 5px 10px;
  -moz-box-shadow: -1px -1px 3px #232f45;
  -webkit-box-shadow: -1px -1px 3px #232f45;
}
#nav a.active, #nav a.active-trail {
  background: url(gloss_top.png) top repeat-x #d9d5d3;
  background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#d9d5d3), to(#fff));
  background: -webkit-linear-gradient(top, #fff, #d9d5d3);
  background: -moz-linear-gradient(top, #fff, #d9d5d3);
  background: -ms-linear-gradient(top, #fff, #d9d5d3);
  background: -o-linear-gradient(top, #fff, #d9d5d3);
  border-top: 1px solid #d9d5d3;
  border-right: 1px solid #d9d5d3;
  border-bottom: 0;
  border-left: 1px solid #d9d5d3;
  color: #341a07;
  text-decoration: none;
  text-shadow: 0 1px 1px #fff;
}
#nav .tab {
  background: url(gloss_top.png) top repeat-x #334f76;
  background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#334f76), to(#637896));
  background: -webkit-linear-gradient(top, #637896, #334f76);
  background: -moz-linear-gradient(top, #637896, #334f76);
  background: -ms-linear-gradient(top, #637896, #334f76);
  background: -o-linear-gradient(top, #637896, #334f76);
  border-top: 1px solid #98a2b3;
  border-right: 1px solid #98a2b3;
  border-bottom: 0;
  border-left: 1px solid #98a2b3;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  color: #fff;
  text-decoration: none;
  text-shadow: -1px -1px 1px #35475e;
}
#nav .tab:hover {
  background: url(gloss_top.png) top repeat-x #d9d5d3;
  background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#d9d5d3), to(#fff));
  background: -webkit-linear-gradient(top, #fff, #d9d5d3);
  background: -moz-linear-gradient(top, #fff, #d9d5d3);
  background: -ms-linear-gradient(top, #fff, #d9d5d3);
  background: -o-linear-gradient(top, #fff, #d9d5d3);
  border-top: 1px solid #d9d5d3;
  border-right: 1px solid #d9d5d3;
  border-bottom: 0;
  border-left: 1px solid #d9d5d3;
  color: #341a07;
  text-decoration: none;
  text-shadow: 0 1px 1px #fff;
}

.collapsible.title.codoh {
  clear: both;
}
.collapsible.title.codoh.year {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.collapsible.title.codoh.year h3 {
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
}
.collapsible.title.codoh.year h3:hover {
  text-decoration: underline;
  color: #000;
}
.collapsible.title.codoh.month {
  border-bottom: 1px dotted #ccc;
  padding-left: 10px;
  padding-bottom: 5px;
}
.collapsible.title.codoh.month h5 {
  font-size: 13px;
  color: #333;
  margin-bottom: 0;
}
.collapsible.title.codoh.month h5:hover {
  text-decoration: underline;
  color: #000;
}

.codoh.month ol {
  margin-left: 10px;
}

div.collapsible.codoh div.ctools-collapsible-content {
  clear: both;
}

div.subcats {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid black;
}

table.sticky-table tbody {
  font-size: 9pt;
}
table.sticky-table td {
  padding: 8px 10px;
}

/* incase an inverted custom gradient isn't specified */
.fancy-button-reset-base-class {
  font-family: "Lucida Grande", Lucida, Arial, sans-serif;
  background: url('/images/button_bg.png?1437716164') repeat-x bottom left;
  margin: 0;
  width: auto;
  overflow: visible;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  font-weight: bold;
}
.fancy-button-reset-base-class::-moz-focus-inner {
  border: none;
  padding: 0;
}
.fancy-button-reset-base-class:focus {
  outline: none;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}
*:focus {
  outline: none;
}

.clearfix {
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

p {
  padding-bottom: 0.8em;
  text-align: justify;
}

a {
  outline: none;
}

a:link {
  text-decoration: none;
  color: #22f;
}

a:visited {
  text-decoration: none;
  color: #85f;
}

a:hover {
  text-decoration: underline;
  color: #55f;
}
a:active {
  text-decoration: none;
  color: #55f;
}

h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  margin-top: 0px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
  color: #3c4a62;
}

h4 {
  font-size: 16px;
}

#header #quotes {
  width: 400px;
  height: 101px;
  margin: 0 auto;
}

#header #quotes div.inner {
  z-index: 0;
}

#header #quotes div.quote {
  padding-top: 15px;
  height: 128px;
}

#header #quotes div.quote div.body {
  font-size: 12pt;
  border: none;
  display: inline;
}

#header #quotes div.quote div.author {
  display: inline;
  font-size: 10pt;
}

#wrap_it_all {
  background: url("../images/shattered.png");
}

#content_wrapper {
  background: url("../images/debut_light.png");
}

.hr_260 {
  margin-top: 10px;
  background: url("../images/xhr_sidebar.png") center no-repeat;
  width: 260px;
  height: 20px;
  margin: 0;
  clear: both;
}

ul.tags {
  list-style: none;
}

ul.tags li {
  background: url("../images/icons/xsmall_tag.png") no-repeat;
  padding-left: 20px;
  display: inline;
}

#login {
  position: absolute;
  right: 0;
  top: 20px;
}

#login a,#login a:visited {
  color: #aaa;
}
#searchbox_cont {
  position: absolute;
  right: 0;
  bottom: 35px;
}

#searchbox_cont input, #searchbox_cont label {
  display: inline;
}

#searchbox_cont input[type="text"] {
  padding-left: 6px;
  color: #333;
  font-size: 9pt;
  height: 19px;
  width: 230px;
  border-radius: 10px;
}

#searchbox_cont input[type="submit"] {
  font-family: "Lucida Grande", Lucida, Arial, sans-serif;
  background: url('/images/button_bg.png?1437716164') repeat-x bottom left;
  margin: 0;
  width: auto;
  overflow: visible;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  font-weight: bold;
  background: url("../images/xbg_search_submit.png") no-repeat;
  width: 25px;
  height: 19px;
  text-indent: -9999px;
  cursor: pointer;
  margin-left: -3px;
}

#searchbox_cont input[type="submit"]::-moz-focus-inner {
  border: none;
  padding: 0;
}

#searchbox_cont input[type="submit"]:focus {
  outline: none;
}

#searchbox_cont label {
  font-family: "Open Sans Condensed", sans-serif;
}

.captcha-refresh {
  cursor: pointer;
  width: 32px;
  height: 32px;
  float: right;
  background: url(../images/refresh.png) no-repeat 0px 0px;
}

div.body {
  border: 1px solid #e0e0e0;
  border-left: none;
  border-right: none;
  padding: 20px 0;
}

p.required {
  font-weight: bold;
}

.captcha-refresh {
  float: left;
  padding: 20px;
}

#captcha-text {
  padding-top: 10px;
  font-size: 9pt;
}

.custfont_opensans {
  font-family: "Open Sans Condensed", sans-serif;
}

.mime {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: no-repeat 0px 0px;
  background-image: url(../images/mime/generic.gif);
}

.mime.application.pdf {
  background-image: url(../images/mime/pdf.gif);
}

#sidebar_left p {
  text-align: left;
  padding-bottom: 2px;
}

#sidebar_left h2.title {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  color: #800;
  font-size: 24px;
  margin-bottom: 0px;
}

#sidebar_left h3 {
  border: none;
  padding-top: 0;
  padding-bottom: 5pt;
  font-weight: normal;
  font-size: 20px;
}

#sidebar_left h3.title {
  color: #2222ff;
  font-size: 18px;
}

#sidebar_left h3.advanced-search {
  padding-left: 28px;
  background: url(../images/icons/xsmall_search.png) no-repeat left center;
  margin-bottom: 0px;
}

#sidebar_left h3.recent_docs {
  padding-left: 28px;
  background: url(../images/icons/xsmall_calendar.png) no-repeat left center;
}

#sidebar_left h3.search {
  padding-left: 28px;
  background: url(../images/icons/xsmall_search.png) no-repeat left center;
}

#sidebar_left h3.categories {
  padding-left: 28px;
  background: url(../images/icons/xsmall_category.png) no-repeat left center;
}
#sidebar_left h3.recent_news {
  padding-left: 28px;
  background: url(../images/icons/xsmall_news.png) no-repeat left center;
}
#sidebar_left h3.authors {
  padding-left: 28px;
  background: url(../images/icons/xsmall_author.png) no-repeat left center;
  font-style: normal;
  text-align: left;
}
#sidebar_left table {
  margin: 0;
  padding: 0;
  border-spacing: 0;
}
#sidebar_left table td {
  padding: 0px 8px;
}
#sidebar_left table td.even {
  background: #ddd;
}
#sidebar_left table td a {
  display: block;
}
#sidebar_left #ccoptin input {
  display: inline;
}
#sidebar_left .ui-state-default .ui-icon {
  background-image: url(../css/flick/images/ui-icons_666666_256x240.png);
}
#sidebar_left .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 240px;
}
#sidebar_left .ui-accordion .ui-accordion-content {
  padding: 1em 1.2em;
}
#sidebar_left .ui-widget-content .more a {
  color: #33f;
}
#sidebar_left #recent_docs_tree, #sidebar_left #recent_news_tree {
  margin-bottom: 5px;
}
#sidebar_left #slides_featured_documents .caption {
  font-size: 15px;
}
#sidebar_left #slides_featured_documents .paginationx {
  position: relative;
  padding-bottom: 5px;
}
#sidebar_left #slides_featured_documents .slider_next {
  float: right;
  padding-right: 10px;
}
#sidebar_left #slides_featured_documents .slider_prev {
  padding-left: 10px;
}
#sidebar_left #slides_featured_documents .bar {
  position: absolute;
  left: 130px;
}
#sidebar_left #slides_featured_documents .slide {
  width: 260px;
}
#sidebar_left #slides_featured_documents .slide .image {
  width: 225px;
  padding: 5px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#sidebar_left #slides_featured_documents .slide .image img {
  width: 225px;
}
#sidebar_left .author-name {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 20px;
}
#sidebar_left .author-image img {
  padding: 5px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

#donate a {
  font-size: 0.8em;
}

#donation_info_box {
  position: relative;
  width: 290px;
  right: 0;
  top: 40px;
}
#donation_info_box p {
  text-align: left;
}

#money_icon {
  background: url(../images/icons/xsmall_money.png) no-repeat;
  width: 95px;
  height: 50px;
  float: left;
  left: -10px;
  top: -10px;
}

div#donation-button {
  position: relative;
  text-indent: -9999px;
}
div#donation-button a {
  background: url("../images/Donate_Button_120.png") no-repeat;
  width: 120px;
  height: 28px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

.listing table, .author-listing table, .news-listing table, table.search-listing {
  table-layout: fixed;
  margin: 10px auto;
  border-spacing: 0;
}
.listing table thead th, .author-listing table thead th, .news-listing table thead th, table.search-listing thead th {
  background: #444;
  padding: 5px 20px;
  color: white;
  font-size: 15px !important;
  font-family: Arial, sans-serif;
}
.listing table thead th.document, .author-listing table thead th.document, .news-listing table thead th.document, table.search-listing thead th.document {
  width: 100%;
}
.listing table thead th.authors, .author-listing table thead th.authors, .news-listing table thead th.authors, table.search-listing thead th.authors {
  font-style: normal;
}
.listing table tbody, .author-listing table tbody, .news-listing table tbody, table.search-listing tbody {
  font-family: Arial, sans-serif;
}
.listing table tbody tr td, .author-listing table tbody tr td, .news-listing table tbody tr td, table.search-listing tbody tr td {
  font-size: 14px !important;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 2px 3px;
}
.listing table tbody tr td:first-child, .author-listing table tbody tr td:first-child, .news-listing table tbody tr td:first-child, table.search-listing tbody tr td:first-child {
  border-left: 1px solid #ccc;
}
.listing table tbody tr td.author_list div, .author-listing table tbody tr td.author_list div, .news-listing table tbody tr td.author_list div, table.search-listing tbody tr td.author_list div {
  width: 130pt;
}
.listing table tbody tr td.author_list li, .author-listing table tbody tr td.author_list li, .news-listing table tbody tr td.author_list li, table.search-listing tbody tr td.author_list li {
  list-style: none;
}
.listing table tbody tr td.document, .author-listing table tbody tr td.document, .news-listing table tbody tr td.document, table.search-listing tbody tr td.document {
  font-style: italic;
}
.listing table tbody tr.odd, .author-listing table tbody tr.odd, .news-listing table tbody tr.odd, table.search-listing tbody tr.odd {
  background: #eee;
}
.listing table tbody tr.even, .author-listing table tbody tr.even, .news-listing table tbody tr.even, table.search-listing tbody tr.even {
  background: #fff;
}

.author-listing table {
  width: 80%;
}

.news-listing .title img {
  float: right;
}

.empty {
  font-style: italic;
}

ul.pagination {
  margin-top: 15px;
  list-style: none;
  position: relative;
  display: block;
}
ul.pagination li {
  display: inline;
}
ul.pagination li.current {
  font-weight: bold;
  text-align: center !important;
  display: block;
}
ul.pagination li.cardinality {
  text-align: center !important;
  display: block;
}
ul.pagination li.next {
  position: absolute;
  top: 0;
  right: 0;
}
ul.pagination li.previous {
  position: absolute;
  top: 0;
  left: 0;
}

.pagination {
  text-align: center;
}
.pagination a {
  margin: 10px 20px;
  width: 80px;
  font: 15px Arial;
  display: inline-block;
  background: url(gloss_top.png) top repeat-x #334f76;
  background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#334f76), to(#637896));
  background: -webkit-linear-gradient(top, #637896, #334f76);
  background: -moz-linear-gradient(top, #637896, #334f76);
  background: -ms-linear-gradient(top, #637896, #334f76);
  background: -o-linear-gradient(top, #637896, #334f76);
  border: 1px solid #98a2b3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  padding: 2px 5px;
}
.pagination a:hover {
  text-decoration: underline;
}
.pagination a:active {
  background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#637896), to(#334f76));
  background: -webkit-linear-gradient(top, #334f76, #637896);
  background: -moz-linear-gradient(top, #334f76, #637896);
  background: -ms-linear-gradient(top, #334f76, #637896);
  background: -o-linear-gradient(top, #334f76, #637896);
}

#letter-selection {
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.author img {
  float: right;
}

.contentx #page-title {
  text-align: center;
  font-size: 24pt;
}
.contentx s .desc-not-available {
  font-style: italic;
}
.contentx .main-image {
  float: right;
  border: 1px solid #ccc;
  padding: 3px;
  margin-left: 20px;
}
.contentx .hr_260 {
  margin: 0 auto;
  margin-top: 20px;
}
.contentx #metadata {
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}
.contentx #metadata td {
  padding: 1px 3px;
  font-size: 12px;
}
.contentx #metadata .title {
  color: #fff;
  font-weight: bold;
}
.contentx #metadata ul {
  list-style: none;
}
.contentx #metadata .contributor {
  font-weight: bold;
}
.contentx #metadata td {
  border-spacing: 0px;
  border-style: solid;
  border-color: #999;
  border-width: 1px;
}
.contentx #metadata tr td {
  background-color: #ddd;
}
.contentx #metadata tr td:first-child {
  color: #eeeebb;
  background: #202020;
  border-bottom-color: #aaa;
}
.contentx #metadata tr:last-child td:first-child {
  border-bottom-color: #999;
}
.contentx #metadata .categories li {
  background: url("../images/foldicon.png") no-repeat 0 0;
  padding-left: 30px;
  list-style: none;
}

#slides #slideshow {
  height: 200px;
  width: 1080px;
}
#slides #slideshow .slide {
  position: relative;
  height: 200px;
}
#slides #slideshow .slide .caption {
  color: #EEE;
  height: 50px;
  padding: 10px;
  background: rgba(30, 30, 30, 0.4);
  margin-top: -70px;
  position: relative;
  z-index: 99;
}
#slides #slideshow .slide .caption h3 {
  font-family: "Open Sans Condensed", sans-serif;
  color: #EEE;
  font-weight: bold;
  padding-bottom: 2px;
  margin: 0;
}
#slides #slideshow .slide .image img {
  float: left;
  margin-right: 10px;
  padding: 3px;
  border: 1px solid #CCC;
}
#slides .controls {
  position: relative;
  z-index: 99;
  color: red;
  padding: 0;
  margin: 0;
  top: 70px;
}
#slides .controls div {
  position: absolute;
  width: 50px;
  height: 70px;
  text-indent: 99999px;
  cursor: pointer;
  margin-top: -200px;
}
#slides .controls .next {
  background: url("../images/banners/xbtn_next.png") no-repeat;
  right: -19px;
}
#slides .controls .prev {
  background: url("../images/banners/xbtn_prev.png") no-repeat;
  left: -8px;
}

ul.jqtree_common {
  margin-left: 2px;
}

#cat_tree ul.jqtree-tree {
  overflow: hidden;
  margin-left: 0;
}
#cat_tree ul.jqtree-tree .jqtree-toggler {
  height: 100%;
  top: 0;
  text-indent: 9999px;
}
#cat_tree ul.jqtree-tree li {
  margin: 1px 0 0 0;
  position: relative;
  background-repeat: no-repeat;
  padding-left: 14px;
  background-image: url("../images/folder-closed-white.png");
}
#cat_tree ul.jqtree-tree li span.jqtree_common {
  position: relative;
}
#cat_tree ul.jqtree-tree li.jqtree-folder {
  background-image: url("../images/folder-sub-open-white.png");
}
#cat_tree ul.jqtree-tree li.jqtree-folder.jqtree-closed {
  background-image: url("../images/folder-sub-closed-white.png");
}

#recent_news li, #recent_docs li {
  margin: 4px 0 0 0;
}

ul.jqtree-tree li > div a:hover {
  text-decoration: underline;
}
ul.jqtree-tree li.jqtree-selected > div, ul.jqtree-tree li.jqtree-selected > div:hover {
  background: none;
  font-weight: bold;
}

#periodical-jumpmenu {
  font-family: Arial, sans-serif;
  font-size: 15px;
  padding: 5px 10px 10px 10px;
  width: 600px;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 2px 2px 5px #999;
  -webkit-box-shadow: 2px 2px 5px #999;
  box-shadow: 2px 2px 5px #999;
  text-align: center !important;
  margin: 10px auto;
  background: #eee;
}
#periodical-jumpmenu form {
  margin: 0 auto;
}
#periodical-jumpmenu form div {
  display: inline;
  margin: 5px 0;
}
#periodical-jumpmenu form label {
  display: inline;
}

.jhr-logo {
  height: 105px;
  width: 610px;
  background: url(http://www.codoh.com/sites/default/files/jhr.png) no-repeat center;
}
.jhr-logo > img {
  border: none;
}

.jhr-cover {
  float: right;
  margin-left: 10px;
  padding: 5px;
  border: 1px solid #aaa;
  -moz-box-shadow: 4px 4px 5px #555;
  -webkit-box-shadow: 4px 4px 5px #555;
  box-shadow: 4px 4px 5px #555;
}

p.jhr-issue {
  font-weight: bold;
  width: 610px;
  margin: 15px 0 30px 0;
  padding: 15px 0 20px 0;
  text-align: center;
  border-top: 2px solid #888;
  border-bottom: 2px solid #888;
}

h2.sr-headline {
  text-align: center;
  font-size: 1.4em;
}

p.sr-head {
  visibility: hidden;
  font-size: 40px;
  text-align: center;
  padding-bottom: 85px;
}
p.sr-head:first-child:first-letter {
  float: none;
  font-size: 1em;
  margin: 0;
}

p.sr-subhead {
  visibility: hidden;
  font-size: 22px;
  text-align: center;
}

p.sr-issue {
  position: relative;
  top: 55px;
  background: #ccc;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  font-size: 18px;
  text-align: center;
  padding: 5px 0;
}

p.sr-serving {
  position: relative;
  top: -20px;
  font-size: 22px;
  text-align: center;
  border-top: 1px solid black;
  padding: 5px 0;
  margin-bottom: 1em;
  padding-bottom: 32px;
}

p.sr-note {
  border-top: 1px solid black;
  padding: 10px 0;
  margin-top: 10px;
}

div.sr-paper, div.sr-year, div.sr-issue {
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 10px;
  padding: 10px;
  background: #fff url(../images/banners/xtop.jpg) no-repeat 10px 10px;
  width: 750px;
  margin: 5px auto;
}

div.sr-cat-subscribe, div.sr-doc-subscribe {
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 4px 4px 3px #ccc;
  -webkit-box-shadow: 4px 4px 3px #ccc;
  box-shadow: 4px 4px 3px 3px #ccc;
  padding: 10px;
}

div.sr-cat-subscribe {
  width: 600px;
  margin: 2px auto 13px auto;
}

div.sr-doc-subscribe {
  position: relative;
  top: 30px;
  float: right;
  width: 300px;
  margin: 5px 0 40px 10px;
}

.sr-subscribe h1 {
  color: #900;
  font-size: 18px;
  margin-top: 5px;
}
.sr-subscribe p {
  text-align: left;
}

#taxonomy-term-1333 td span.issue {
  width: 120px;
}

.tr-logo {
  height: 100px;
  width: 618px;
  background: url(http://vho.org/tr/TitleMbw.gif) no-repeat center;
}

.tr-logo > img {
  border: none;
}

.tr-cover {
  float: right;
  margin-left: 10px;
  padding: 5px;
  -moz-box-shadow: 4px 4px 5px #555;
  -webkit-box-shadow: 4px 4px 5px #555;
  box-shadow: 4px 4px 5px #555;
}

p.tr-issue {
  width: 618px;
  margin: 15px 0 30px 0;
  padding: 15px 0 20px 0;
  text-align: center;
  border-top: 2px solid #888;
  border-bottom: 2px solid #888;
}

.sc-logo {
  height: 100px;
  width: 610px;
  background: url(/sites/default/files/SCLogo.png) no-repeat center;
}

.sc-logo > img {
  border: none;
}

.sc-cover {
  float: right;
  margin-left: 10px;
  padding: 5px;
  -moz-box-shadow: 4px 4px 5px #555;
  -webkit-box-shadow: 4px 4px 5px #555;
  box-shadow: 4px 4px 5px #555;
}

p.sc-issue {
  width: 610px;
  margin: 15px 0 30px 0;
  padding: 15px 0 20px 0;
  text-align: center;
  border-top: 2px solid #888;
  border-bottom: 2px solid #888;
}

.ih-logo {
  height: 160px;
  width: 610px;
  background: url(http://www.inconvenienthistory.com/images/xlogo_small.png) no-repeat left;
}
.ih-logo > img {
  border: none;
}

.ih-cover {
  float: right;
  margin-left: 10px;
  padding: 5px;
  -moz-box-shadow: 4px 4px 5px #555;
  -webkit-box-shadow: 4px 4px 5px #555;
  box-shadow: 4px 4px 5px #555;
}

p.ih-title, p.ih-publisher {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-top: 130px;
}

p.ih-title {
  float: left;
  text-align: right;
  font-weight: bold;
  width: 373px;
  height: 20px;
}

p.ih-publisher {
  float: right;
  text-align: right;
  width: 200px;
  height: 30px;
}

p.ih-issue {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  width: 610px;
  margin: 15px 0 30px 0;
  padding: 15px 0 20px 0;
  text-align: center;
  border-top: 2px solid #888;
  border-bottom: 2px solid #888;
}

#series-nav-links {
  font-family: Arial, sans-serif;
  font-size: 15px;
  padding: 5px 10px 0 10px;
  width: 600px;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 2px 2px 5px #999;
  -webkit-box-shadow: 2px 2px 5px #999;
  box-shadow: 2px 2px 5px #999;
  text-align: center !important;
  margin: 10px auto;
  background: #eee;
}
#series-nav-links .navigation {
  text-align: center !important;
  margin: 5px 0;
  padding: 0 !important;
}
#series-nav-links .navigation span {
  padding: 5px 15px 0 15px;
}
#series-nav-links #prev {
  background: transparent url(../images/arrows2.png) no-repeat scroll -50px -26px;
}
#series-nav-links #next {
  background: transparent url(../images/arrows1.png) no-repeat scroll 43px -85px;
}
#series-nav-links #up {
  height: 25px;
  background: transparent url(../images/arrows2.png) no-repeat scroll 14px -38px;
}

.getit {
  margin: 5px 0;
  height: 25px;
}

.getit-item {
  width: 78px;
  max-height: 16px;
  float: left;
  margin-right: 5px;
  padding: 3px 0 !important;
  border: 1px solid grey;
  text-align: center !important;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
}

.getit-item img {
  border: 0;
}

.news-entry {
  border: #cccccc 1px solid;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px;
  padding-top: 4px;
  padding-bottom: 15px;
}
.news-entry .news-image {
  float: right;
  margin-left: 20px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.news-entry .news-image img {
  margin: 5px 5px 0 5px;
  border: 1px solid black;
}
.news-entry .read-more {
  margin-top: 10px;
}
.news-entry .tags {
  font-size: 10pt;
  margin-top: 15px;
  display: none;
}
.news-entry .news-posted {
  font-size: 12pt;
  color: #919B9C;
  text-align: center;
}

div#comments {
  margin-top: 30px;
}

div#comment_list {
  margin-top: 20px;
  margin-bottom: 20px;
}
div#comment_list div.comment_head {
  font-size: 10pt;
  color: #a0a0a0;
}
div#comment_list div.comment_head span.date {
  padding-right: 5px;
}
div#comment_list div.comment_head span.author {
  padding-left: 5px;
  font-weight: bold;
}
div#comment_list div.comment_body {
  padding-top: 10px;
}
div#comment_list div.comment {
  padding: 10px;
}
div#comment_list div.comment.odd {
  background-color: rgba(193, 200, 238, 0.41);
}

form.comment input[name='honeypot'], form.comment label[for='id_honeypot'] {
  display: none;
}
form.comment label {
  display: block;
  font-size: 10pt;
}
form.comment input {
  display: block;
}

span.highlighted {
  background: #bdff67;
}

.result {
  padding: 10px;
}
.result.odd {
  background: rgba(168, 167, 105, 0.25);
}

table.search-listing th.sortable {
  cursor: hand;
  cursor: pointer;
}
table.search-listing th.active.ascending {
  background: red;
}
table.search-listing th.active.descending {
  background: blue;
}

form.search {
  font-family: Arial, sans-serif;
  font-size: 16px;
}
form.search > div {
  clear: left;
  padding-top: 10pt;
}
form.search div.input {
  float: left;
  padding-right: 10pt;
}
form.search .description {
  font-size: 9pt;
}
form.search h4 {
  margin-bottom: 3pt;
  font-weight: normal;
}
form.search #languages label {
  font-size: 9pt;
  padding-right: 10px;
}
form.search #languages input {
  display: inline;
}
form.search #languages ul {
  list-style: none;
}
form.search #languages ul li {
  float: left;
}
form.search #per-page span {
  margin-right: 10pt;
}
form.search #per-page input {
  float: left;
}
form.search #id_q {
  width: 480px;
}

.excerpt-show-hide {
  font-size: 9pt;
  cursor: pointer;
  color: #333;
}

#subcategories {
  margin-top: 30px;
}
#subcategories ol {
  list-style: none;
}
#subcategories ol li {
  display: inline;
  background: url("../images/icons/xsmall_folder.png") no-repeat;
  padding-left: 30px;
}
#subcategories table {
  border-spacing: 0px;
  border-collapse: collapse;
}
#subcategories table th {
  font-family: Arial, sans-serif;
  background: #333;
  font-size: 15px;
  color: #eeeebb;
  text-align: left;
  padding: 2px 0 2px 5px;
}
#subcategories table tr {
  background: #eee;
}
#subcategories table td {
  font-family: "Arial Condensed", sans-serif;
  font-size: 13px;
  padding: 1px 2px;
  border: 1px solid #ccc;
}
#subcategories table td:first-of-type {
  background: #e0e0e0;
}
#subcategories table span.issue {
  display: inline-block;
  width: 100px;
}

#content {
  font-size: 1.4em;
  font-family: Garamond, Arial, sans-serif;
}
#content li {
  text-align: justify;
  padding-bottom: 0.2em;
}
#content ul {
  padding-bottom: 0.6em;
  padding-left: 2em;
}
#content ul.disc {
  list-style-type: disc;
}
#content ul.circle {
  list-style-type: circle;
}
#content ul.square {
  list-style-type: square;
}
#content ul.none {
  list-style-type: none;
}
#content ol {
  padding-left: 2em;
}
#content ol ol {
  padding-left: 1.2em;
}
#content ol.ualpha {
  list-style-type: upper-alpha;
}
#content ol.lalpha {
  list-style-type: lower-alpha;
}
#content ol.uroman {
  list-style-type: upper-roman;
}
#content ol.lroman {
  list-style-type: lower-roman;
}
#content ol.greek {
  list-style-type: lower-greek;
}
#content .subtitle {
  font-family: "Open Sans Condensed", sans-serif;
  margin-top: -20px;
  margin-bottom: 0px;
  font-size: 20pt;
  text-align: center;
}
#content .authors {
  font-style: italic;
  text-align: center;
  font-size: 1.2em;
  padding: 1em 0 2em 0;
}
#content .published {
  text-align: right;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
#content .published .label {
  font-weight: bold;
}

.body p, .body blockquote, .body div {
  text-align: justify;
  text-indent: 0px;
  padding-bottom: 0.8em;
}
.body p.h7, .body blockquote.h7, .body div.h7 {
  font-style: italic;
  margin-bottom: 0;
  margin-top: 1em;
}
.body p.DropCap:first-letter, .body blockquote.DropCap:first-letter, .body div.DropCap:first-letter {
  float: left;
  font-size: 3.4em;
  margin: -.16em 0.1em 0 .1em;
}
.body .abstract {
  border-bottom: 1px solid black;
  font-size: 1.05em;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
}
.body .la {
  text-align: left;
}
.body .ra {
  text-align: right;
}
.body .ca {
  text-align: center;
}
#content blockquote, #content div.quote, #content p.quote {
  margin-left: 2em;
  margin-right: 0;
  font-style: italic;
}
#content blockquote em, #content div.quote em, #content p.quote em, #content blockquote i, #content div.quote i, #content p.quote i {
  font-style: normal;
}
.body .emph {
  text-align: center;
  font-weight: bold;
}
.body h1 {
  font-size: 1.4em;
  font-weight: normal;
  padding: 1em 0 0em 0;
}
.body h2 {
  font-size: 1.3em;
  font-weight: normal;
  padding: 1em 0 0em 0;
}
.body h3 {
  font-size: 1.15em;
  font-weight: normal;
  margin-bottom: 0.3em;
  padding: 0.8em 0 0em 0;
}
.body h4 {
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 0.3em;
  padding: 0.6em 0 0em 0;
}
.body h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.3em;
  margin-top: 1.3em;
  padding: 0;
}
.body h6 {
  font-size: 1em;
  font-weight: normal;
  text-decoration: underline;
  margin-bottom: 0;
  margin-top: 1em;
  padding: 0;
}
.body .ntm {
  margin-top: 0em;
  padding-top: 0em;
}
.body .nbm {
  margin-bottom: 0em;
  padding-bottom: 0em;
}
.body dl {
  width: 780px;
  display: block;
}
.body dl.notes {
  font-size: 0.9em;
}
.body dl.notes dt {
  width: 30px;
  font-size: 0.7em;
  vertical-align: text-top;
}
.body dl.notes dd {
  width: 745px;
  text-align: left;
}
.body dl dt {
  width: 35px;
  float: left;
  text-align: right;
  padding: 0 5px 0 0;
  clear: both;
}
.body dl dt.s {
  font-size: 0.7em;
  padding-top: 0.4em;
}
.body dl dd {
  float: left;
  width: 730px;
  margin: 0;
  padding: 0 0 5px 0;
  text-align: justify;
}

a:hover img {
  border-color: #aaaaff;
}

.toc {
  width: 600px;
  margin: 20px auto 20px auto;
  padding-left: -15px;
}
.toc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.toc ul ul, .toc ul ul ul, .toc ul ul ul ul, .toc ul ul ul ul ul, .toc ul ul ul ul ul ul {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: none;
}
.toc li div {
  float: right;
  height: 1em;
}
.toc li a:link, .toc li a:visited {
  border-bottom: 1px dashed #CCCCCC;
  display: inline-block;
  width: 95%;
  height: 1em;
  margin-right: -1.3em;
  text-decoration: none;
}
.toc li a:hover, .toc li a:active {
  border-bottom: 1px solid #CCCCCC;
}

div.toc p {
  padding: 0;
  margin: 0;
}
div.toc p .toc1 {
  font-weight: bold;
}
div.toc p .toc2 {
  margin-left: 15px;
}
div.toc p .toc3 {
  margin-left: 30px;
}
div.toc p .toc4 {
  margin-left: 45px;
}
div.toc p .toc5 {
  margin-left: 60px;
}

.sans {
  font-family: Arial, sans-serif;
}

.mono {
  font-family: Courier, monospace;
}

.qname {
  font-size: 0.85em;
  font-style: normal;
}

.scaps {
  font-variant: small-caps;
  font-size: 1.1em;
}

.uc {
  text-transform: uppercase;
}

big, .big {
  font-size: 1.2em;
}

.bigger {
  font-size: 1.4em;
}

.biggest {
  font-size: 1.8em;
}

.giant {
  font-size: 2.2em;
}

small, .small {
  font-size: 0.85em;
}

.smaller {
  font-size: 0.7em;
}

.smallest {
  font-size: 0.5em;
}

.ni, .nb {
  font-weight: normal;
}

.u {
  text-decoration: underline;
}

.del {
}

.red {
  color: #ff0000;
}

.gre {
  color: #009900;
}

.blu {
  color: #0000ff;
}

.yel {
  color: #ffff00;
}

.ora {
  color: #ff9900;
}

.vio {
  color: #6600bb;
}

.pin {
  color: #ff8888;
}

.whi {
  color: #ffffff;
}

.bla {
  color: #000000;
}

.dgr {
  color: #444444;
}

.mgr {
  color: #606060;
}

.lgr {
  color: #bbbbbb;
}

.vlg {
  color: #dddddd;
}

.elg {
  color: #eeeeee;
}

.bred {
  background-color: #ff0000;
}

.bgre {
  background-color: #009900;
}

.bblu {
  background-color: #0000ff;
}

.byel {
  background-color: #ffff00;
}

.bora {
  background-color: #ff9900;
}

.bvio {
  background-color: #6600bb;
}

.bpin {
  background-color: #ff8888;
}

.bwhi {
  background-color: #ffffff;
}

.bbla {
  background-color: #000000;
}

.bdgr {
  background-color: #444444;
}

.bmgr {
  background-color: #606060;
}

.blgr {
  background-color: #bbbbbb;
}

.bvlg {
  background-color: #dddddd;
}

.belg {
  background-color: #eeeeee;
}

sup, a.ref {
  vertical-align: 0.3em;
  font-size: 0.7em;
}

sub {
  vertical-align: -0.2em;
  font-size: 0.7em;
}

.flsc:first-line {
  font-variant: small-caps;
  font-size: 1.2em;
}

div.DropCap {
  float: left;
  position: relative;
  top: -0.1em;
  font-size: 3em;
  margin: 0 0.1em -0.2em 0;
}

.cf, .cimg, .ctable, .ctext {
  margin: 5px auto 10px auto;
  clear:both;
}

.rf, .rimg, .rtable, .rtext {
  float: right;
  margin: 5px 0 10px 15px;
}
.body .rf, .body .rtable, .body .rimg, .body .rtext {
  clear: right;
}

.lf, .limg, .ltable, .ltext {
  float: left;
  margin: 5px 15px 10px 0;
  clear:left;
}
.body .lf, .body .ltable, .body .limg, .body .ltext {
  clear: left;
}

.cf, .rf, .lf, .cimg, .limg, .rimg, .ctext, .rtext, .ltext {
  position: relative;
}

.rtext, .ctext, .ltext {
  background: #fff;
  padding: 10px;
  border: 1px solid #888;
}

.ctable, .ltable, .rtable, .table {
  padding: 0;
  border-collapse: collapse;
  border: 1px solid black;
}

.table {
  margin-left: 2em;
  margin-bottom: 0.8em;
}

.fntable {
  border: none;
}
.fntable td {
  vertical-align: top;
  font-size: 0.8em;
  padding-right: 0.5em;
}

.vat {
  vertical-align: top;
}

.vab {
  vertical-align: bottom;
}

.drt {
  position: absolute;
  right: 0px;
  top: 0px;
}

.dlt {
  position: absolute;
  left: 0px;
  top: 0px;
}

.dlb {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.drb {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.uline {
  border-bottom: 1px solid black;
}

.dline {
  border-bottom: 3px double black;
}

.ctable th, .ctable td, .ltable th, .ltable td, .rtable th, .rtable td, .table th, .table td {
  padding: 0 3px;
  border-right: 1px solid black;
}

th.drline, td.drline {
  border-right: 3px double black;
}

caption {
  caption-side: top;
  background-color: #333333;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.1em;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  padding: 0.4em;
  text-align: center;
}

.views-table th, .sticky-table th, thead th, tr.thead th, tr.thead td {
  background-color: #54514A;
  height: 1.75em;
  color: #ffffff;
  padding: 0px 2px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #54514A;
  font-size: 0.9em;
  text-align: center;
  font-weight: bold;
}

.views-table th:first-child, .sticky-table th:first-child, thead th:first-child, tr.thead th:first-child, tr.thead td:first-child {
  border-left: 1px solid #54514A;
}

.views-table th:last-child, .sticky-table th:last-child, thead th:last-child, tr.thead th:last-child, tr.thead td:last-child {
  border-right: 1px solid #54514A;
}

tr.tfoot td {
  background-color: #bbbbbb;
  border-top: 1px solid black;
}

.alternate tr:nth-child(even) {
  background-color: #CCC;
}
.alternate tr:nth-child(odd) {
  background-color: #FFF;
}

tbody td, td {
  margin: 0;
  font-size: 0.9em;
}

caption a:link, caption a:visited, th a:link, th a:visited, th a.active:link, th a.active:visited, .sticky-table th a:link, .sticky-table th a:visited {
  color: #ffc;
}

caption a:hover, caption a:active, th a:hover, th a:active, th a.active:hover, th a.active:active, .sticky-table th a:hover, .sticky-table th a:active {
  color: #fff;
  text-decoration: underline;
}

table.text td {
  font-size: 1em;
  border: 0;
}

table.text {
  margin-bottom: 0.8em;
}

.body .cimg, .body .limg, .body .rimg, .cimg p, .limg p, .rimg p {
  font-style: italic;
  font-family: Arial, sans-serif;
  text-align: center;
  font-size: 15px;
  padding: 0.5em 5px 0.5em 5px;
  background-color: #fff;
}
.cimg em, .limg em, .rimg em, .cimg p em, .limg p em, .rimg p em, .cimg i, .limg i, .rimg i, .cimg p i, .limg p i, .rimg p i {
  font-style: normal;
}

.cimg p, .limg p, .rimg p {
  margin-bottom: 0;
}

.cimg, .limg, .rimg {
  -moz-box-shadow: 4px 4px 5px #333;
  -webkit-box-shadow: 4px 4px 5px #333;
  box-shadow: 4px 4px 5px #333;
  border: 1px solid #ccc;
  width: min-content;
}
.infobox {
  width: 200px;
  border-color: #f1ebe0;
  border: 5px;
  border-style: ridge;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: auto;
  font-size: 13px;
  font-family: Arial, sans-serif;
  text-align: left;
  padding: 10px;
  background-color: #fff6e3;
  -moz-box-shadow: 4px 4px 5px #333;
  -webkit-box-shadow: 4px 4px 5px #333;
  box-shadow: 4px 4px 5px #333;
}

p.navi, div.navi {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  text-align: center;
  font-size: 0.9em;
  margin: 0.5em 0;
  padding: 0.3em 0;
}

.cb {
  clear: both;
}

.nw {
  white-space: nowrap;
}

hr {
  height: 1px;
  margin: 0.5em 0;
  color: #000000;
  background-color: #000000;
}

img {
  border: 1px solid black;
}

.nob, .nob td, .nob th, a img.nob {
  border: none;
  border-collapse: collapse;
}

td.views-field-created {
  white-space: nowrap;
}

table.web-link-table, table.web-link-table caption {
  -moz-box-shadow: 4px 4px 5px #555;
  -webkit-box-shadow: 4px 4px 5px #555;
  box-shadow: 4px 4px 5px #555;
}

table.web-link-table td, table.web-link-table th {
  padding: 5px;
  border: 1px solid #aaa;
}

table.web-link-table img {
  margin: 0 5px;
  -moz-box-shadow: 4px 4px 5px #000;
  -webkit-box-shadow: 4px 4px 5px #000;
  box-shadow: 4px 4px 5px #000;
}

table.web-link-table tr:nth-child(even) {
  background-color: #CCC;
}
table.web-link-table tr:nth-child(even):nth-child(odd) {
  background-color: #FFF;
}
table.web-link-table tr:nth-child(even):first-child {
  font-weight: bold;
  font-size: 1em;
}

video {
  border: 1px solid black;
  -moz-box-shadow: 2px 2px 5px #999;
  -webkit-box-shadow: 2px 2px 5px #999;
  box-shadow: 2px 2px 5px #999;
}

.shade {
  -moz-box-shadow: 4px 4px 5px #333;
  -webkit-box-shadow: 4px 4px 5px #333;
  box-shadow: 4px 4px 5px #333;
}

.section-donate .rtable {
  float: left;
  padding: 0;
  margin: 0;
}

form label {
  font: 15px Arial;
}
form label, form input {
  display: block;
}
form .required {
  font-weight: bold;
}
form .invalid {
  color: red;
}

input[type="submit"], input[type="button"], div.report-problem {
  background: url(gloss_top.png) top repeat-x #334f76;
  background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#334f76), to(#637896));
  background: -webkit-linear-gradient(top, #637896, #334f76);
  background: -moz-linear-gradient(top, #637896, #334f76);
  background: -ms-linear-gradient(top, #637896, #334f76);
  background: -o-linear-gradient(top, #637896, #334f76);
  border: 1px solid #98a2b3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font: 15px Arial;
  color: #fff;
  text-decoration: none;
  padding: 2px 5px;
}
input[type="submit"] a, input[type="button"] a, div.report-problem a {
  color: #fff;
}
input[type="submit"]:hover, input[type="button"]:hover, div.report-problem:hover {
  text-decoration: underline;
}
input[type="submit"]:active, input[type="button"]:active, div.report-problem:active {
  background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#637896), to(#334f76));
  background: -webkit-linear-gradient(top, #334f76, #637896);
  background: -moz-linear-gradient(top, #334f76, #637896);
  background: -ms-linear-gradient(top, #334f76, #637896);
  background: -o-linear-gradient(top, #334f76, #637896);
}

input[type="text"], select, textarea {
  border-top: 2px solid grey;
  border-left: 2px solid grey;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
}

div.report-problem {
  width: 100px;
  position: fixed;
  right: 5px;
  bottom: 5px;
  font-size: 12px;
}

/* General */
a {
  color: blue;
}

#admin_access {
  float: right;
}
#admin_access a {
  float: right;
  padding: 5px;
  font-size: 12pt;
  background: blue;
  color: white;
  border: black 2px solid;
}

/* Newsposts */
.invalid-price {
  color: #888;
}

.sale-price {
  color: #f33;
  font-weight: bold;
  display: block;
}

.date-added {
  font-size: 0.7em;
  padding-top: 5px;
}

.theme-color {
  background: #334f76;
  border-radius: 5px 5px 0 0;
  color: #fff;
  text-shadow: 0 -1px 0 #555;
  border: 0;
}

.ajax-loader {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: no-repeat;
  background-image: url("../images/ajax-loader.gif");
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

figure.captioned-image {
  display: inline-block;
  padding: 5px;
  margin: 10px;
  background: #fff;
  box-shadow: 4px 4px 5px #333;
  border: 1px solid #ccc;
}

figcaption {
  font-size: 15px;
  font-style: italic;
  font-family: Arial, sans-serif;
  text-align: center;
}
