/* definitions */
/*****************/
h1, h2 {
  color: white; }

body {
  background-color: #456;
  color: white;
  font-family: Verdana, Arial, sans-serif; }

a:link {
  text-decoration: none; }

h1.maintitle {
  font-size: 48pt; }

h2.maintitle {
  font-size: 40pt; }

.absolute {
  position: absolute; }

/* common colours */
#topHeader {
  background-image: url("../../img/app/paperscapeBanner.png");
  background-repeat: no-repeat;
  background-position: 25px 3px;
  width: 100%;
  height: 66px; }

#searchHeader {
  position: absolute;
  top: 10px; }

#searchMessage {
  font-size: 60%;
  margin-left: 3px; }
  #searchMessage .clear {
    text-decoration: underline;
    cursor: pointer; }

#searchBox {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 200px;
  height: 24px;
  line-height: 24px;
  vertical-align: top;
  padding-right: 0px;
  padding-left: 6px;
  margin: 0px 0px 0px 0px;
  border: 1px solid #fb0;
  text-shadow: none;
  box-shadow: none; }

#searchButton {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 30px;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  left: -6px;
  background-color: #fb0;
  color: white;
  padding: 0px;
  padding-left: 0px;
  margin: 0px 0px 0px 0px;
  border: 1px solid #fb0;
  text-shadow: none;
  box-shadow: none; }

#searchNewPapers {
  font-size: 80%;
  padding-left: 6px;
  cursor: pointer;
  text-decoration: underline;
  color: #fb0; }

#topRightMenu {
  position: absolute;
  top: 13px;
  right: 6px;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #topRightMenu a:visited, #topRightMenu a:active, #topRightMenu a:hover, #topRightMenu a:link {
    text-decoration: none;
    color: white; }
  #topRightMenu div {
    display: inline-block;
    color: white;
    font-size: 20px;
    padding: 5px;
    margin: 3px;
    /*background-color: #40557f;*/
    /*background-color: #234; TODO*/
    font-weight: bold;
    cursor: pointer; }
  #topRightMenu .active {
    color: #fb0; }
  #topRightMenu .inactive {
    color: #999;
    cursor: default; }

#newPapersButton {
  top: 18px;
  right: 96px; }

#newpapersPopup {
  position: absolute;
  border: 1px solid black;
  z-index: 100;
  background-color: white;
  color: black;
  font-size: 75%;
  text-align: center;
  overflow-y: auto;
  z-index: 200; }
  #newpapersPopup .close {
    color: #346;
    float: right;
    cursor: pointer;
    margin: 4px; }
  #newpapersPopup .heading {
    font-size: 120%;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px; }
  #newpapersPopup .searchButton {
    margin-bottom: 10px; }
  #newpapersPopup .slider-range {
    margin-top: 10px;
    margin-bottom: 10px;
    left: 50px; }
  #newpapersPopup .catTable {
    margin-left: 50px; }
  #newpapersPopup .catCheckbox {
    display: inline-block;
    font-size: 90%; }
  #newpapersPopup .catName {
    width: 90px; }

/*# sourceMappingURL=main.css.map */
