﻿/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
body {
  line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img {
  border: none;
}

/* Clearfix */

.clearfix {
  _display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
  overflow: visible;
}


/* Layout */

html, body {
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  border: 0;
  margin: 0;
  font: 12px/18px "helvetica-neue" ,helvetica,arial,sans-serif;
  color: #535041;
}

/* Fix horizontal scrollbar on jqgrids */
.ui-jqgrid .ui-jqgrid-btable {
  border-collapse: separate;
}

/* Menu */

#menu {
  color: #ebe5dd;
  padding: 0px;
  margin: 0px;
  text-align: right;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

#menu li.user {
  font-weight: bold;
  padding-right: 10px;
}

#menu li.menuitem {
  display: inline;
}

#menu li a {
  color: #ebe5dd;
}
#menu li a:hover {
  color: #d5e3eb;
}

/* End Menu */

#container {
  position: relative;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
}

#header {
  background-color: #002b45;
  height: 110px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  min-width: 900px;
}

#header #logo {
  float: left;
  height: inherit;
  width: 170px;
  height: 70px;
  margin-left: 10px;
  margin-top: 10px;
}

#header #banner {
  margin-top: 10px;
  margin-left: 200px;
  height: 70px;
  width: 600px;
  overflow: hidden;
}

#content {
  position: absolute;
  top: 110px;
  left: 0px;
  right: 0px;
  bottom: 40px;
}

#sidebar {
  background-color: #ebe5dd;
  position: absolute;
  top: 0;
  bottom: 0px;
  width: 190px;
  left: 0px;
}

#sidebar .inner-sidebar {
  padding: 5px;
}

#content #body {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 192px;
  margin: 0;
}

#content #body #body-wrapper {
  margin: 10px;
  white-space: nowrap;
  min-width: 840px;
}

#report-sidebar {
  padding-top: 44px;
  width: 200px;
  float: left;
}

#report-wrapper {
  min-width: 600px;
  margin-left: 200px;
  padding-left: 10px;
}

#report-controls {
  line-height: 22px;
  padding-right: 5px;
}

#report-subcontrols {
  height: 22px;
  line-height: 22px;
}

.subcontrol-link {
  color: blue !important;
  cursor: pointer;
  text-decoration: underline;
}

#report-content {
  overflow: hidden;
}

#footer {
  background-color: #b2ad9b;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
}

#footer #amdlogo {
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  width: 170px;
  text-align: right;
  line-height: 20px;
}

#footer #footer-content {
  margin-right: 200px;
  padding-left: 5px;
  margin-top: 5px;
  overflow: hidden;
}

.form-body {
  width: 515px;
  padding: 20px;
  position: relative;
  margin: 60px 80px;
}

legend {
  font-size: 1.8em;
  margin-bottom: 18px;
  display: none;
}

.hidden-form-row {
  padding: 5px 0;
  clear: both;
  display: none;
}

.form-row {
  padding: 5px 0;
  clear: both;
}

.buttons {
  margin-left: 110px;
  margin-top: 10px;
}

.form-row label, .hidden-form-row label {
  display: block;
  float: left;
  width: 105px;
  text-align: left;
  margin-right: 5px;
  position: relative;
}

.form-row .display-label, .hidden-form-row .display-label {
  display: block;
  float: left;
  width: 200px;
  text-align: left;
}

.form-row .error, .hidden-form-row .error {
  float: left;
  width: 180px;
  font-size: 95%;
  line-height: 1.1;
  padding: 0 5px 0 4px;
  white-space: normal;
}

#divFormError {
  margin-top: 10px;
}

input[type=text], input[type=password] {
  font-size: 12px;
  border: 1px solid #b3b0a2;
  float: left;
  padding: 4px;
  color: #535041;
  width: 200px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

input[type=submit], input[type=button] {
  font-size: 90%;
}

.loading-indicator {
  display: none;
  margin: 0px;
  padding: 0 0 0 0;
  position: absolute;
  right: 4px;
  top: 10px;
  width: 40px;
  height: 40px;
  background-image: url(images/loading.gif);
}

.unreadreport td {
  font-weight: bold !important;
}

.readreport td {
  font-weight: normal !important;
}

.reportviewgrid {
  position: relative;
  left: -15px;
  top: -12px;
}

/*Fixes for jqGrid*/
.ui-jqgrid .ui-icon-asc {
  margin-top: -1px !important;
  margin-left: 1px !important;
  height: 12px !important;
}

.ui-jqgrid .ui-icon-desc {
  margin-top: 5px !important;
  height: 12px !important;
}

.ui-jqgrid-hdiv {
  height: 25px;
}

.ui-tabs-nav {
  border: none !important;
}

.ui-th-div-ie .cbox {
  margin-top: inherit !important;
}

.cbox {
  margin-top: 3px !important;
}
