/* Login */
#login-link {
  position: absolute;
  right: 5px;
  top: 5px;
  color: white;
  text-decoration: none;
  cursor: pointer;
}
#login {
  position: absolute;
  right: 20px;
  top: 15px;
  color: #fff;
}
#login a {
  color: #fff;
  text-decoration: underline;
}
#login a:hover {
  text-decoration: none;
}
/* Headings */
h2 {
  margin: 0 0 5px 0;
  padding: 1px 0 0 0;
  background: url('data:image/png;base64,R0lGODlhAQAcAIQYAAAmVQAlUgAkUSMfICRFbQAmVFFriyUhInV2ejNRdyIeH2VmaixLcgIoVj5bfjlXexI2YRw+aCMgIiMhJCMfISMhIyMgIyMgIf///////////////////////////////ywAAAAAAQAcAAAFFKDhPAlDRFADrGsRvIEgD4NyLEgIADs=') top repeat-x;
  height: 27px;
  width: 100%;
  text-align: center;
  font-weight: normal;
  color: #fff;
  font-size: 1.2em;
}
/* General */
html, body {
  margin: 0;
  padding: 0;
}
body {
  background: url(../img/body-back.gif) 0 117px repeat-x #435F81;
  padding-top: 130px;
  font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
  color: #333;
}
#main {
  width: 95%;
  margin: 0 auto;
}
#header h1 {
  background: url(../img/npshare.png) no-repeat 5px 24px;
  width: 279px;
  height: 108px;
  margin: 0 0 0 60px;
}
#header h1 span {
  display: none;
}
img {
  border: 0;
}
a:target {
  font-style: italic;
}
#header {
  height: 108px;
  width: 100%;
  background: url(../img/header.gif) repeat-x;
  text-align: left;
  padding-top: 9px;
  position: absolute;
  top: 0;
  left: 0;
}
.links {
  text-decoration: none;
  margin-bottom: 5px;
  text-align: center;
}
ul {
  padding: 0;
  margin: 0 0 10px 20px;
}
li {
  text-align: left;
  margin: 0;
  padding: 0;
}
fieldset {
  border: 1px solid #333;
  width: 85%;
  text-align: left;
  margin-bottom: 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
legend {
  margin-left: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
input.chkbox {
  vertical-align: middle;
}
.box {
  background: #F3F3F3;
  border: 1px solid #222;
  text-align: left;
  margin-bottom: 19px;
}
.box #content {
  padding: 16px 5px;
  text-align: center;
}
.middle {
  text-align: center;
  padding: 5px;
}
#midcol {
  margin: 0 155px 10px 175px;
}
#leftcol {
  width: 160px;
  position: absolute;
  top: 130px;
  left: 2.5%;
}
#rightcol {
  width: 140px;
  position: absolute;
  top: 130px;
  right: 2.5%;
}
#midcol a {
  color: #5277A4;
  text-decoration: underline;
}
#midcol a:hover {
  text-decoration: none;
}
#navigation {
  color: #FFF;
  position: absolute;
  right: 20px;
  bottom: 1px;
  margin: 0;
  padding: 0;
}
#navigation li {
  display: inline;
  margin-right: 3px;
  padding: 2px 0 1px 0;
  list-style: none;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGBAMAAAAS4vJ7AAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9gJCBIfC7833nQAAAAIdEVYdENvbW1lbnQA9syWvwAAABVQTFRFACVSGjtjYHaQprG9prG+ys/V0tbalxtqLwAAABtJREFUCNdjCFFgYEhLFmBISzMA4iQgTgHiNAA9UAXaHDGFvQAAAABJRU5ErkJggg==') right 0 no-repeat #d2d6da;
}
#navigation a {
  color: #000;
  text-decoration: none;
  padding: 2px 5px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAIAAABvrngfAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9gJCBIeH7z2O0gAAAAIdEVYdENvbW1lbnQA9syWvwAAAEhJREFUCNdjZFANYmBgYGBgSAi0c7PW01GVYWFgYJASE+wpi9JRlYXIMTEwMCDzGRgYmBIC7ZD5DAwMTG7WegyogElFThxNCACd3QjKHeDfYQAAAABJRU5ErkJggg==') 0 0 no-repeat;
}
#navigation li.active a {
  font-weight: bold;
}
#navigation a:hover {
  color: #4470AB;
  text-decoration: none;
}
p {
  margin: 5px;
  text-align: left;
}
p a {
  color: #5277A4;
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
.hint, .counter, .innerbox {
  text-align: left;
  margin: 0 5px 5px 5px;
}
.hint, .counter, .small {
  font-size: 0.85em;
}
.counter {
  line-height: 14px;
  list-style-type: none;
}
.counter li:before {
  content: "» "
}
.counter li ul {
  list-style-type: none;
  margin-left: 15px;
}
.php-error, .mysql-error {
  padding: 0 5px 5px 5px;
  text-align: left;
}
.php-error, .attention {
  background: #fff2f2;
  border: 1px #ffafaf solid;
}
.mysql-error {
  background: #f2f2ff;
  border: 1px #afafff solid;
}
.php-error h5, .mysql-error h5 {
  text-align: center;
  font-size: 1.2em;
  margin: 0 -5px;
}
.php-error h5, .attention div {
  background: #ffafaf;
}
.mysql-error h5 {
  background: #afafff;
}
.php-error pre, .mysql-error pre {
  margin: 0;
  overflow: auto;
}
.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
.justify {
  text-align: justify !important;
}
acronym, abbr, .help {
  cursor: help;
  border-bottom: 1px #000 dotted;
}
