html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  color: #555;
  font: normal 16px "Helvetica neue", Arial, sans-serif; }

#pageContainer {
  margin-top: 70px;
  position: relative; }

#outerContainer {
  min-height: 100%;
  position: relative; }
  #outerContainer .container {
    padding-bottom: 60px; }

.navbar {
  background: #4a4a4a;
  background: -moz-linear-gradient(top, #4a4a4a 0%, #2a2a2a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a4a4a), color-stop(100%, #2a2a2a));
  background: -webkit-linear-gradient(top, #4a4a4a 0%, #2a2a2a 100%);
  background: -o-linear-gradient(top, #4a4a4a 0%, #2a2a2a 100%);
  background: -ms-linear-gradient(top, #4a4a4a 0%, #2a2a2a 100%);
  background: linear-gradient(to bottom, #4a4a4a 0%, #2a2a2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a4a4a', endColorstr='#2a2a2a', GradientType=0 );
  -moz-box-shadow: 1px 0px 5px #2a2a2a;
  -webkit-box-shadow: 1px 0px 5px #2a2a2a;
  box-shadow: 1px 0px 5px #2a2a2a;
  font-size: 14px; }

#footer {
  background: #2a2a2a;
  background: -moz-linear-gradient(top, #2a2a2a 0%, #4a4a4a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2a2a2a), color-stop(100%, #4a4a4a));
  background: -webkit-linear-gradient(top, #2a2a2a 0%, #4a4a4a 100%);
  background: -o-linear-gradient(top, #2a2a2a 0%, #4a4a4a 100%);
  background: -ms-linear-gradient(top, #2a2a2a 0%, #4a4a4a 100%);
  background: linear-gradient(to bottom, #2a2a2a 0%, #4a4a4a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2a2a', endColorstr='#4a4a4a', GradientType=0 );
  -moz-box-shadow: 0px 0px 5px #2a2a2a;
  -webkit-box-shadow: 0px 0px 5px #2a2a2a;
  box-shadow: 0px 0px 5px #2a2a2a;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0px; }

.navbar-inverse .navbar-nav > li > a {
  color: #aaa; }

a.navbar-brand {
  padding: 0;
  line-height: 50px; }

#loginPanel {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #d5d5d5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #d5d5d5));
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #d5d5d5 100%);
  background: -o-linear-gradient(top, #f2f2f2 0%, #d5d5d5 100%);
  background: -ms-linear-gradient(top, #f2f2f2 0%, #d5d5d5 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #d5d5d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#d5d5d5', GradientType=0 );
  -moz-box-shadow: 0px 1px 1px white inset;
  -webkit-box-shadow: 0px 1px 1px white inset;
  box-shadow: 0px 1px 1px white inset;
  -moz-box-shadow: 0px 0px 3px #cacaca;
  -webkit-box-shadow: 0px 0px 3px #cacaca;
  box-shadow: 0px 0px 3px #cacaca;
  position: absolute;
  top: 140px;
  left: 50%;
  margin-left: -200px;
  border: 1px solid #c8c8c8;
  padding: 30px 20px;
  width: 400px; }
  #loginPanel h1 {
    margin: 0 !important;
    font-size: 28px;
    text-shadow: 0 1px white; }
  #loginPanel .form-row {
    margin-top: 10px; }
  #loginPanel input.error {
    border: 1px solid red; }

hr {
  border: 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid white; }

.details-container {
  max-width: 600px; }

.preloader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
  background-color: white;
  background-image: url("/images/preloader-32.GIF");
  background-repeat: no-repeat;
  background-position: center center; }

ul.menu-list {
  padding: 0 0 0 20px; }
  ul.menu-list li {
    padding: 4px 0;
    list-style-type: square;
    color: orange;
    /*list-style-image: url('/images/icq-occupied-right-16.png');*/ }

.buttons-row {
  margin-bottom: 20px; }

.pager a {
  border-radius: none; }
