@CHARSET "UTF-8";

html {
  height:100%;
  overflow:hidden;
  *padding: 160px 0 42px 0;
}
body {
  height:100%;
  overflow:hidden;
  background: #000;
  color: #000;
  font: normal 12pt FreeSans,'Liberation Sans','Nimbus Sans L',Arial,Helvetica,sans-serif;
  margin: 0;
  scrollbar-width:15px;
  scrollbar-base-color:#bdbdbd;
  scrollbar-face-color:#eee7e1;
  scrollbar-3dlight-color:#d6d0cd;
  scrollbar-track-color:#dbd3cb;
  scrollbar-darkshadow-color:#92887f;
  scrollbar-shadow-color:#e6e0db;
  scrollbar-highlight-color:#e6e0db;
  scrollbar-arrow-color:#7a7065;
}
iframe {
  display: none;
}
.all {
  position:fixed;
  top:160px;
  right:0;
  bottom:42px;
  left:0;
  *position:static;
  *top:0;
  *bottom:0;
  padding: 0 10px;
}

.top,
.bottom {
  height:160px;
  z-index:100;
  overflow: hidden;
  position: relative;
}

.top {
  background: transparent url('/img/header.jpg') 10px 10px repeat-x;
  margin-top:-160px;
}
.bottom {
  clear:both;
  margin-bottom:-42px;
  height:42px;
}

.logo {
  background: transparent url('/img/top.jpg') top right no-repeat;
  position: relative;
  top: 10px;
  height: 50px;
}
h1 {
  white-space: nowrap;
  font-weight: bold;
  font-size: 18pt;
  line-height: 1em;
  color:#fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 25px;
  margin: -0.5em 0 0 0;
}

.h1_link {
  color:#fff;
}

.menu {
  background: #39556d;
  position: relative;
  top: 10px;
  height: 22px;
  overflow: hidden;
  line-height: 1em;
}

.menu .left,
.menu .right {
  margin:-0.55em 0 0 0;
  padding:0 0 0 8px;
  position: absolute;
  top: 50%;
}
.menu .left {
  left: 0;
}
.menu .right {
  padding:0 8px 0 0;
  right: 0;
}
.menu li {
  list-style-type: none;
  list-style-image: none;
  padding:0;
  display: inline;
  position: relative;
}
.menu .right li {
  display: block;
  float: right;
  padding-left: 20px;
}
.menu a {
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}
.menu a:link,
.menu a:visited {
	color: #bbb;
}
.menu a:hover,
.menu a:active {
	color: #fff;
}
.menu .logged {
	color: #fff;
	font-weight: normal;
	font-size: 10pt;
}

.content {
  position: relative;
  background: transparent;
}

#flash-messages {
	position: absolute;
	top: 50px;
	left: 100px;
    background-color: #FFFaCa;
    border:solid 1px #aFaaCa;
    z-index: 10000;
}
#flash-messages ul {
    font-style: italic;
    list-style: none;
    padding: 0 10px 0 6px;
    margin: 6px 4px;
}

.clean {
  clear: both;
}
.fullheight {
  height: 100%;
}

.relativeup {
  position: relative;
  bottom: 92px;
  z-index: 100;
  overflow: visible;
}

.header,
.footer {
  background: #5a5a5a;
  height: 35px;
  overflow: hidden;
  border-bottom: solid 1px #606060;
  position: relative;
}
.footer {
  height: 32px;
  bottom: 33px;
  border-top: solid 1px #606060;
  border-bottom: none;
}

h2 {
  font-size: 12pt;
  font-weight: bold;
  color: #fff;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 25px;
  margin: -0.5em 0 0 0;
}

.header-small {
  height: 23px;
  background: #23425a;
  color: #fff;
  font-weight: bold;
  font-size: 10pt;
  position: relative;
  overflow: hidden;
}

.header-small div {
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -0.5em;
  line-height: 0.9em;
}

.header-inline {
	margin: 20px -25px 5px -40px;
}

.cols {
  height: 100%;
  margin-right: 10px;
  position: relative;
}
.column {
  height: 100%;
  float: left;
  position: relative;
}

.bg {
 overflow-y: scroll;
 background: #dbdbdb;
}

.thead,
.tbody {
  border-collapse: separate;
  border-spacing: 0px;
  position: relative;
}

.tbody td,
.thead td {
  font-size:10pt;
  padding:2px 3px 1px 3px;
  white-space:nowrap;
  text-align: left;
  vertical-align: center;
  line-height: 1em;
  overflow: hidden;
}

.thead td {
  border-right: solid 1px #35536d;
  height: 23px;
  padding: 0 0 0 3px;
}

.line1 {
  background: #bdbdbd;
  border-bottom: solid 1px #bdbdbd;
  border-right: solid 1px #ccc;
}
.line0 {
  background: #dbdbdb;
  border-bottom: solid 1px #dbdbdb;
  border-right: solid 1px #e5e5e5;
}

.GOOD {
  border-bottom: solid 1px #60ad60;
  border-right: solid 1px #9ee39d;
  background: #91DE90;
}

.BAD {
  border-bottom: solid 1px #a97d7d;
  border-right: solid 1px #e3b9b9;
  background: #DBAFAF;
}

.WARN {
  border-bottom: solid 1px #a97d7d;
  border-right: solid 1px #e3b9b9;
  background: #F29400;
}


.td32 .GOOD {
  border-bottom: solid 1px #76d585;
  border-right: solid 1px #76d585;
  background: #32c149;
}

.td32 .BAD {
  border-bottom: solid 1px #ffa6a6;
  border-right: solid 1px #ffa6a6;
  background: #ff7b7b;
}

td.alignright {
  text-align: right;
  padding-right: 3px;
  padding-left: none;
}
td.noleftborder {
  border-left: none;
}
td.norightborder {
  border-right: none;
}

.td32 td {
  height: 32px;
  padding: 0;
}

.width50 {
  width: 50%;
}
.width33 {
  width: 33.3%;
}
.width25 {
  width: 25%;
}
.fullwidth {
  width: 100%;
}
.halfheight {
  height:50%;
}

.marginleft5 {
  position: relative;
  margin-left:-35px;
  left: 40px;
}

.marginleft10 {
  position: relative;
  margin-left:-30px;
  left: 40px;
}
.marginleft45 {
  position: relative;
  margin-left:5px;
  left: 40px;
}

.marginright15 {
  position: relative;
  margin-left:-15px;
  margin-right: 15px;
}
.margintop10 {
  margin-top: 10px;
}

td.paddingleft25 {
	padding-left: 25px;
}

.nooverflow {
  overflow: hidden;
}

.middle-line {
  position: absolute;
  top: 50%;
  line-height: 1em;
  margin-top:-0.5em;
}

.hidden {
  display: none;
}

.floatleft {
  float: left;
}

.td {
  display: block; 
  height: 100%;
  position: relative;
  padding: 0 0 0 3px;
  text-decoration: none;
  color: #111;
}

.alignright .td {
  padding: 0;
}
.alignright .td span {
  right: 3px;
}

td.selected {
  background: #EFD50E;
  border-right: solid 1px #EFD50E;
  border-bottom: solid 1px #EFD50E;
}

table.hover tr:hover td {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  background: #fff;
}

label {
  display: block;
  margin: 8px 0 1px 0;
  color: #666666;
  font-size: 9pt;
  font-weight: bold;
  width: 100%;
}

input,
textarea {
  color: #000;
  border: solid 1px #7f9db9;
  font-size: 9pt;
  font-weight: normal;
  display: block;
  overflow: visible;
  margin: 0;
}

.disabled {
  border-color: #aaa;
  color: #aaa;
}

#popup {
  z-index: 1000;
  display: none;
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
}

#popup .header,
#popup .footer {
  top:0;
  bottom:0;
}
#curtain {
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  background:#000;
  opacity:.5;
  z-index: 0;
}
#popup-content {
  border: solid 1px #444;
}

.aligncenter {
  text-align: center;
}
.center {
  margin: 0 auto;
  text-align: left;
}

.alignmiddle {
  display:table;
  height:100%;
}
.middlewrap {
  display:table-cell;
  vertical-align:middle;
}
.middle {
}

.inline * {
  display: inline;
  position: relative;
}
.inline input {
  top: 2px;
}

.error-message {
  color: #F00
}
.error {
  border: solid 1px #f00;
}

.nomargin {
  margin: 0;
}
