body {
  min-width: 770px;
}

.wrapper {
  width: 770px;
  margin: 0px auto;
}

/* Header */
#header {
  height: 157px;
  background: transparent url(/images/layout/header_bg.jpg?v=2) top left no-repeat;
  position: relative;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

#header h1 {
  position: absolute;
  top: 0px;
  left: 351px;
  width: 413px;
  height: 113px;
  margin: 0;
  padding: 0;
}

#header h1 span {
  background: url(/images/layout/logo.png);
  position: absolute;
  width: 100%;
  height: 100%;
}

#header h2 {
  bottom: 7px;
  color: #333333;
  /* color: #0070af; */
  /* text-shadow:1px 1px 0 rgba(150,203,255,1); */
  font-size: 140%;
  left: 20px;
  margin: 0;
  position: absolute;
}
#header h2 .version_number {
  margin-left: 5px;
  font-size: 14px;
}
#header_language {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 5px 5px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-top: 0;
  padding: 0px;
  position: absolute;
  left: 10px;
  top: 1px;
  width: 90px;
}

#header_language_arrow {
  position: absolute;
  right: 5px;
  bottom: 5px;
  height: 14px;
  width: 14px;
  cursor: hand;
  cursor: pointer;
  display: none;
}

#header_language span {
  width: 70px;
  cursor: hand;
  cursor: pointer;
  display: block;
  padding: 5px;
}

#header_language ul {
  display: block;
  margin: 0;
  padding: 0;
}

#header_language ul a {
  display: block;
  padding: 2px 2px 2px 10px;
  color: #004489;
}

#header_language ul a:hover {
  background-color: #999999;
  color: #ffffff;
}

#header_details {
  bottom: 11px;
  position: absolute;
  right: 10px;
  text-align: right;
  width: 500px;
}

#header_details_loggedin {
  bottom: -20px;
  position: absolute;
  right: 10px;
  text-align: right;
  width: 500px;
}

#header_loggedininfo h5 {
  color: #444444;
  display: inline;
  font-size: 14px;
  font-weight: normal;
  line-height: 90%;
  vertical-align: middle;
  margin: 0px 10px 0px 0px;
  padding-top: 1px;
}

#header_loggedininfo em {
  display: block;
  color: #999999;
  margin: 1px 0px 6px 0px;
  font-size: 12px;
}

#header_loggedininfo a {
  margin-right: 2px;
}

#header_nav {
  height: 30px;
  border-top: 1px solid #efc2c8;
  border-bottom: 1px solid #902332; /*#902332;*/
  background: -moz-linear-gradient(top, #df838f, #b42c3f);
  background: -webkit-gradient(linear, left top, left bottom, from(#df838f), to(#b42c3f));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df838f', endColorstr='#b42c3f');
}

#header_nav ul {
  list-style: none;
}

#header_nav ul li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

#header_nav ul li a {
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  height: 14px;
  padding: 8px 10px;
  margin: 0px;
  text-transform: uppercase;
}

#header_nav ul li.active a,
#header_nav ul li a:hover {
  border-bottom: 1px solid #4b121a;
  border-top: 1px solid #4b121a;
  padding: 7px 10px 8px 10px;
  background: -moz-linear-gradient(top, #b32c3f, #791e2a);
  color: #ffffff;
}

#header_nav_home a span {
  background: transparent url(/images/icons/icons.png) top left no-repeat;
  padding-left: 18px;
  display: block;
}

/* Breadcrumbs */
#breadcrumbs {
  font-size: 14px;
  padding: 0px;
  margin: 15px 0px;
}

#breadcrumbs li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

#breadcrumbs span {
  vertical-align: middle;
  display: block;
  height: 10px;
}

#breadcrumbs .breadcrumb_active {
}

/* Content */
#content {
  color: #666666;
  padding-bottom: 30px;
}
#service_temp[readonly],
#service_temp_thrust[readonly] {
  background-color: #efefef;
}
#solver_pressure_rating #dimension_ratio[readonly] {
  background-color: #efefef;
}
.service_temp_table th {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
.service_temp_table td {
  text-align: center;
  border-right: 1px solid #cccccc;
}
.service_temp_table td:first-child {
  border-left: 1px solid #cccccc;
}
.service_temp_table tr:last-of-type td {
  border-bottom: 1px solid #cccccc;
}
.outside_diameter_table td {
  border-right: 1px solid #cccccc;
}
.outside_diameter_table td {
  text-align: center;
}
.outside_diameter_table tr:first-child td:first-child {
  border: 1px solid #cccccc;
  font-weight: bold;
  color: #666666;
}
.outside_diameter_table tr:first-child th:first-of-type {
  border-top: 1px solid #cccccc;
}
.outside_diameter_table td:first-child {
  border-left: 1px solid #cccccc;
}
.outside_diameter_table tr th {
  border-right: 1px solid #cccccc;
}
.outside_diameter_table tr:last-of-type td {
  border-bottom: 1px solid #cccccc;
}
#solver_constrained #module_full h2 {
  display: none;
}
