html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  line-height:10pt;
  font-family: helvetica, verdana, arial, sans-serif;
  font-size:9pt;
  line-height:11pt;
}
body.unpadded {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  padding:0px;
  margin:0px;
  margin-top: 3em;
}
a.headline {
  font-size:12pt;
  font-weight:bold;
  line-height:14pt;
}
.source, .ui-dialog form em {
  font-size:10pt;
  line-height:12px;
  color: gray;
}
.article {
  border: solid 1px gray;
  margin-bottom: 12px;
  padding: 6px;
  overflow: hidden;
}
th.nonsort {
  background: #eee;
  font-weight: normal;
}
th.sortASC {
  background: #ddf;
  color: red;
  font-weight: bold;
  padding-right: 20px;
  background-image: url(asc.gif);
  background-position: right;
  background-repeat: no-repeat;
}
th.sortDESC {
  background: #ddf;
  color: red;
  font-weight: bold;
  padding-right: 20px;
  background-image: url(desc.gif);
  background-position: right;
  background-repeat: no-repeat;
}
tr.odd {
  background: white;
  font-size:9pt;
}
tr.even {
  background:#eee;
  font-size:9pt;
}
a.error:link, a.error:visited {color: red}
div.overlay {
  position: absolute;
  overflow: hidden;
  background-color: transparent;
}
div.overlay .translucent {
  background-color: transparent;
  -moz-opacity: 0.9;
  filter:alpha(opacity=90);
  opacity: 0.9;
}
div.overlay .opaque {
  background-color: white;
}
span.filter-highlight {
  background-color: #fcc;
}
div.tag_info {
  display: none;
}
span.tag {
  padding-left: 1ex;
  padding-right: 1ex;
  -moz-border-radius: 1ex;
  -webkit-border-radius: 1ex;
  border-radius: 1ex;
}
span.item.tag {
  background-color: #bfff80;
}
span.author.tag {
  background-color: #ffcc33;
}
span.tag.highlighted {
  color: white;
  background-color: red;
}
div.popup {
  display: none;
  position: absolute;
  border: 1px solid;
  z-index: 2;
  background: white;
}
div.popup ul {
  list-style-type: none;
  margin: 6px;
  padding: 0;
}
div.popup li:hover {
  background-color: #BFFF80;
}
a.callout, div.popup li a {
  text-decoration: none;
}
.print {display: none}
span.ctarrow {font-size: 18px}
span.buttons {float: right}
body>div.menu {
  position: fixed;
  height: 2em;
}
div.menu {
  padding: .5em;
  top: 0; left: 0; width: 100%;
  background: #bfff80;
  z-index: 2;
}
div.menu span.help {
  position: absolute;
  right: 2em;
}
form.inline {
  display: inline;
  margin-bottom: 0px;
}
body.unpadded p.menu {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
.col1 .article {
  margin-left:  20px;
  margin-right: 10px;
}
.col2 .article {
  margin-left:  10px;
  margin-right: 20px;
}
.col1 {
  width: 49.9%;
  float: left;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  border: 0px;
  overflow: hidden;
}
.col2 {
  width: 49.9%;
  float: right;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  border: 0px;
  overflow: hidden;
}
div.ui-dialog {
  background-color: white;
  padding: 0px;
  border: 6px ridge green;
  width: 600px;
}
.ui-dialog-titlebar {
  border-bottom: 1px solid #d8d2aa;
  background: green;
  color: white;
  font-weight: bold;
}
.ui-dialog-titlebar, .ui-dialog-content, .ui-dialog-buttonpane {padding: 6px}
.ui-dialog-buttonpane {text-align: center}
.ui-dialog .ui-dialog-titlebar-close {display: none}
.ui-dialog table {width: 100%}
.ui-tabs-nav {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding-bottom: 25px;
  padding-left: 10px;
}
.ui-tabs-nav a {outline: 0}
.ui-tabs-nav ul, .ui-tabs-nav li  {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ui-tabs-nav li.ui-tabs-selected a:link,
.ui-tabs-nav li.ui-tabs-selected a:active,
.ui-tabs-nav li.ui-tabs-selected a:visited {
  font-weight: bold;
  background: white;
  border-bottom: 1px solid white;
  color: #000;
}
.ui-tabs-nav a:link,
.ui-tabs-nav a:visited  {
  background: #eee;
  border: 1px solid #ccc;
  color: #666;
  float: left;
  font-size: 12px;
  line-height: 18px;
  margin-right: 8px;
  padding: 3px 10px 3px 10px;
  text-decoration: none;
}
.ui-tabs-nav a:hover {color: #f00}
.ui-tab-nav li.ui-tabs-selected a {
  background: white;
  border-bottom: 1px solid white;
  color: #000;
}
.ui-tabs-hide {display: none}
.ui-tabs-nav ul a:hover {color: #f00 !important}
