h1 {
  font-size: 24px;
  color: #000;
}

a  {color: #03c}
a:hover {
  background-color: #313979;
  color: white;
  text-decoration: none;
}

body {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-color: #FFFFFF;
  font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
  font-size: 13px;
  color: #333;
}

#header {
  position: absolute;
  width: 100%;
  height: 221px;
  left: 0px;
  top: 0px;
  background-image: url("/images/header_background.png");
  background-repeat: repeat-x;
  background-position: top left;
}

#sidebar_text {
  color: #FFF;
  position: absolute;
  left: 0px;
  top: 290px;
}

#sidebar_text img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

#sidebar_text a {
}

#sidebar_text a:hover {
  background-color: #453D67;
}
  
#header_text {
  color: #FFF;
  position: absolute;
  left: 310px;
  top: 110px;
}

#header_text ul {
  margin: 0;
  padding: 0;
}

#header_text li {
  margin: 0;
  padding: 0;
}

#header_background {
  position: absolute;
  width: 100%;
  height: 221px;
  left: 0px;
  top: 0px;
  background-image: url("/images/header_background.png");
  background-repeat: repeat-x;
  background-position: top left;
}

#sidebar_top {
  position: absolute;
  left: 0px;
  top: 221px;
  width: 148px;
  height: 45px;
}

#background {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: #0FF;
  vertical-align: bottom;
  text-align: right;
}

#sidebar_background {
  position: absolute;
  width: 148px;
  height: 100%;
  left: 0px;
  bottom: 0px;
  background-color: #000;
  background-image: url("/images/lg_layout_0_08.png");
  background-repeat: no-repeat;
  background-position: bottom left;
}

#sidebar_bottom {
  position: absolute;
  left: 0px;
  bottom: 0px;
  vertical-align: bottom;
}

#content {
  overflow: auto;
/*  
height: 101%;
left: 140px;
top: 217px;
right: 0px;
bottom: 0px;

*/
  position: absolute;
  left: 155px;
  top: 207px;
  right: 0px;
  bottom: 0px;
}

#footer, #toolbar {
  clear: both;
  text-align: right;
  margin-right: 25px;
  font-size: 10px;
}

#footer a {
  font-weight: bold;
  color: #444444;
}

#toolbar a {
  color: #444444;
}

#notice, #warning, #message {
  padding-top: 8px;
  padding-left: 75px;
  padding-right: 30px;
}

#about, #sign-in {
  padding-left: 75px;
  padding-right: 30px;
}


#about h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 10px;
  margin-top: 10px;
  padding-top: 15px;
}

#about-content {
  background-color: #ffd;
  border: 1px solid #fc0;
  margin-left: -11px;
}

#about-content table {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 11px;
  border-collapse: collapse;
}

#about-content td {
  padding: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

#about-content td.name  {color: #555}
#about-content td.value {color: #000}

#about-content.failure {
  background-color: #fcc;
  border: 1px solid #f00;
}
#about-content.failure p {
  margin: 0;
  padding: 10px;
}


#sign-in {
  margin-top: 10px;
  padding-top: 15px;
}
#sign-in h1 {
  margin: 0;
  font-size: 20px;
}
#sign-in h2 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  color: #333;
}
#sign-in ol {
  margin-left: 0;
  padding-left: 0;
}
#sign-in li {
  font-size: 18px;
  color: #888;
  margin-bottom: 25px;
}
#sign-in li h2 {
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  color: #333;
}
#sign-in li p {
  color: #555;
  font-size: 13px;
}

#detail-table .td {
  font-weight: normal;
  background-color: #FFF;
  text-align: left;
  vertical-align: top;
}

#detail-table .detail-label {
  font-weight: normal;
  background-color: #FFF;
  color: #6E120B;
  text-align: right;
  vertical-align: top;
  width: 148px;
}

#pretty-table tr, th {
  font-size: 10px;
}

#pretty-table th {
  white-space: nowrap;
}

#pretty-table .table-label {
  margin: 0;
  padding: 0;
  padding-bottom: 4px;
  border: 0;
  font-size: 13px;
  color: #936523;
  font-weight: normal;
  background-color: #FFF;
  text-align: left;
}

#pretty-table .table-header-primary {
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #333333;
  white-space: nowrap;
}

#pretty-table .table-header-secondary {
  font-size: 10px;
  color: #FFFFFF;
  background-color: #707070;
  white-space: nowrap;
}

#pretty-table td {
  /* numeric td is the default - align right */
  text-align: right;
  background-color: #EAEAF0;
}

#pretty-table .td-text {
  /* text td aligns left */
  text-align: left;
  background-color: #EAEAF0;
}

#pretty-table .td-secondary {
  background-color: #E0E0E7;
}

#pretty-table .td-text-secondary {
  text-align: left;
  background-color: #E0E0E7;
}

#pretty-table .td-tertiary {
  background-color: #E0CBBC;
}

#pretty-table .td-text-tertiary {
  text-align: left;
  background-color: #E0CBBC;
  /*white-space: nowrap;*/
}

.query-input {
  font-size: 10px;
  white-space: nowrap;
}

a {
  color: #995A1F;
}

hr {
  margin: 0px;
  margin-top: 2px;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

h2, h3, h4 {
  font-weight: normal;
}

h2 {
  font-size: 16px;
  color: #666;
}

h3 {
  margin: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0;
  border: 0;
  font-size: 14px;
  color: #828a99;
}

h4 {
  margin: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0;
  border: 0;
  font-size: 13px;
  color: #936523;
}

.td-prompt {
  text-align: right;
  color: #553320;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}

.standard_label {
  text-align: right;
  color: #553320;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}

.standard_input_text {
  text-align: left;
  font-size: 12px;
  white-space: nowrap;
}

p.compact {
  margin: 0;
}
