/* default look */

.clear {
  clear: both;
}

/* page loading */
#loading {
  position: fixed;
  top: 50%;
  left: 50%;
}

/* visual feedback during long operations */

.ejax-hourglass {
  cursor: wait;
}


/* default style for EJAX form */

form.ejax-form p {
  line-height: 200%;
}

form.ejax-form label {
  width: 10em;
  float: left;
}

form.ejax-form input[type="text"], form.ejax-form input[type="password"] {
  border: 1px solid lightblue;
}

form.ejax-form input[type="checkbox"] {
  border: 1px solid lightblue;
}

form.ejax-form textarea {
  border: 1px solid lightblue;
}

form.ejax-form select {
  border: 1px solid lightblue;
}


/* default style for EJAX table */

table.ejax-grid {
  border-spacing: 0;
  font-size: smaller;
}

table.ejax-grid thead tr th {
  border: 2px outset white;
/*   border-bottom: 2px inset #999; */
/*   border-right: 1px dotted white; */
  background-color: #aaa;
  color: white;
  font-weight: bold;
  padding: 0.5em;
}

table.ejax-grid thead tr th.sortable {
  cursor: pointer;
}

table.ejax-grid tbody td {
  border-bottom: 2px groove white;
  border-right: 1px dotted white;
  background-color: #d4d0c8;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

table.ejax-grid td:hover {
  background-color: #888;
}

table.ejax-grid td.right {
  text-align: right;
}

table.ejax-grid tr.edited {
  background-color: white;
}

table.ejax-grid tr.edited td:hover {
  background-color: inherit;
}

table.ejax-grid tr.edited input {
  border: 1px solid #d4d0c8;
}

table.ejax-grid td.row-action {
  background-color: inherit;
  border: inherit;
  text-align: center;
  width: 5em;
  font-size: smaller;
}

table.ejax-grid tr.edited input[type="button"] {
	padding:0.2em;
	font-size: 1.25em;
	border: 1px solid #CCCFBC;
	color: #353F2f;
	background: #fefff8;
  cursor: pointer;
}

table.ejax-grid tr.edited input[type="button"]:hover {
  color: blue;
}

/* tab widget, thanks to http://jon.hedley.net/html-tabbed-dialog-widget */

.ejax-tabs {
  background: #fff;
  border: 1px solid #6D99B6;
}

.ejax-tabs ul.tabs {
  position: relative;
  height: 27px;
  margin: 0;
  padding: 0;
  background: url(/images/ejax/bar_off.gif) repeat-x;
  overflow: hidden
}

.ejax-tabs ul.tabs li {
  display:inline;
}

.ejax-tabs ul.tabs a:hover, .ejax-tabs ul.tabs a.tab-active {
  background: #fff url(/images/ejax/bar_on.gif) repeat-x;
  border-right: 1px solid #fff
}

.ejax-tabs ul.tabs a  {
  height: inherit !important;
  font:12px verdana, helvetica, sans-serif;
  font-weight:bold;
  position:relative;
  padding:6px 10px 10px 10px;
  margin: 0px -4px 0px 0px;
  color:#2B4353;
  text-decoration: none;
  border-left: 1px solid #fff;
  border-right:1px solid #6D99B6;
}

.ejax-tabs .tab-panes {
  margin: 3px
}

.ejax-tabs .tab-pane {
  clear: both;
}
/* ejax */

body {
  background-image: url(/images/flex/body_background.jpg);
}

#loading .loading-indicator {
  background: url(/images/indicator.white.gif) no-repeat;
  padding-left: 20px;
}


/* new menu z-index fix */

.p7PMMh09 ul div {
  z-index: 10000;
}

/* override ft_2007.css defaults */

#content {
  width: 1024px;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: auto;
  background-color: #ffffff;
  padding-right: 2px;
}

h1 {
  font-size: 140%;
}

/* hide subbar */

.subbar {
  display: none;
}

/* no idea why font-size in table is so much bigger in IE */
table {
  font-size: 11px;
}

/* stuff copied from fbsd-2004-form.css */

#login fieldset {
  width: 720px;
  border: 0px;
  padding: 4px;
  text-align: right;
}

#login p {
  margin: 0;
  padding: 0;
  text-align: right;
}

#login .textinput {
  margin: 0 0;
  width: auto;
  color: #000000;
  font: 80% Verdana, Arial, Helvetica, sans-serif;
  background: #E7EEE9;
  width: 180px;
  border: 1px solid #635A52;
}

form.ejax-form p {
  line-height: normal; /* reset, interferes with text */
}

#customer-details fieldset {
  width: 420px;
  border: 1px solid #635A52;
  padding: 0;
  padding: 8px;
}

#customer-details fieldset p {
  margin-top: 0;
}

legend {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 120%;
  color: #213173;
  background-color: inherit;
  }

#customer-details td {
  width: 430px;
}

#customer-details td + td {
  width: auto;
  vertical-align: top;
}

#customer-details fieldset p {
  line-height: 230%;
}

#customer-details label {
  width: 14em;
  text-align: right;
/*   letter-spacing: 2px; */
  margin-right: 1em;
  clear: both;
}

#customer-details select {
  width: 198px;
}

.required {
  background-color: #E7EEE9;
}

.tight { margin: 4px; padding: 0px; font-size: 10px; }

/* tabs widget */

.ejax-tabs {
  border: none;
  width: 100%;
  margin-top: 1ex;
}

.ejax-tabs ul.tabs {
  background: none;
  height: 25px;
  border-bottom: 1px solid #999;
  padding: 10px 0px 0 20px;
  margin: 0;
}

.ejax-tabs ul.tabs li {
  padding: 0;
  margin-top: 0;
}

.ejax-tabs ul.tabs a {
  float: left;
  background: url(/images/configurator-tableft.gif) no-repeat left top;
  margin: 0 3px 0 3px;
  padding:0 0 0 5px; /* 5px is the width of tableft */
  border: none;
}

.ejax-tabs ul.tabs span {
  display: block;
  background: url(/images/configurator-tabright.gif) no-repeat right top;
  padding: 5px 15px 4px 6px;
}

.ejax-tabs ul.tabs a.tab-active, .ejax-tabs ul.tabs a:hover {
  background: url(/images/configurator-tableft.gif) no-repeat 0% -42px;
}
.ejax-tabs ul.tabs a.tab-active span, .ejax-tabs ul.tabs a:hover span {
  background: url(/images/configurator-tabright.gif) no-repeat 100% -42px;
  color: white;
}

/* some corrections so I can remove invalid XHTML */

img {
  border: none;
}

/* configurator */

h1.net {
  font-size: 120%;
}

.left-side {
  float: left;
  width: 45%;
  margin-left: 1em;
  margin-right: 1em;
  padding-right: 0px;
  margin-bottom: 1ex;
  margin-top: 1ex;
}

.right-side {
  float: right;
  width: 44%;
  margin-bottom: 1ex;
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 1ex;
  padding-left: 1em;
  padding-right: 1em;
}

#system-detail-img {
  max-width: 60%;
  max-height: 14ex;
  text-align: center;
  float: right;
}

#quantity-detail {
  float: right;
  width: 30%;
  padding-bottom: 2ex;
}

#quantity-detail p {
  padding-top: 0px;
  margin-top: 0px;
}

/* accordion */

#options {
  clear: both;
  width: 500px;
}

#options label {
  float: none;
}

#options .container {
/*   border-right: 2px groove white; */
/*   border-bottom: 2px groove white; */
  margin-bottom: 1px;
}

#options .head {
  padding-left: 25px;
  padding-right: 0.5em;
  background: url(/images/menu2.gif) 0 0px;
  height: 32px;
  color: black;
  font-weight: bold;
}

#options .head:hover {
  background: url(/images/menu2.gif) 0 -64px;
}

#options .content p.intro {
   margin-left: 0.5em;
}

#options .content ul {
  font-size: 11px;
  padding: 0;
  margin: 0;
}

#options .content li {
  padding: 0;
  margin-left: 2em;
  margin-right: 5px;
}

#options .content label {
  width: 100%;
}

#options .content li:hover {
  background-color: #c3c8cb;
}

#options .content p {
  margin-left: 2em;
  font-size: 11px;
}

#options .content span.input {
  width: 2em;
  margin-left: -2em;
}

#options .down-arrow {
  color: #444;
}

td.label label {
  float: none;
  width: 100%;
}

#system-price table {
  width: 100%;
  font-size: larger;
  font-weight: bold;
}

#system-price td {
  text-align: right;
}

#system-price td.label {
  text-align: left;
}
#system-price p {
  text-align: left;
  clear: both;
  font-size: smaller;
  font-weight: normal;
/*   padding-top: 0px; */
  margin-top: 1ex;
  padding-left: 1em;
  padding-right: 1em;
}

.center {
  text-align: center;
}

#power-selection input {
  margin-left: 1em;
}

#power-selection label {
  float: none;
}

#system-quantity table {
  width: 100%;
  font-size: 12px;
}

#system-quantity td {
  text-align: right;
}

#system-quantity td.label {
  text-align: left;
}

#configuration-table {
  clear: both;
  border-bottom: 1px solid gray;
  border-spacing: 0;
  margin-bottom: 2ex;
  empty-cells: show;
}

#configuration-table td.has-tab:hover {
  cursor: pointer;
}

#configuration-table th {
  text-align: right;
  border-bottom: 1px solid gray;
}

#configuration-table td {
  text-align: right;
  vertical-align: top;
  padding-left: 1em;
  border-bottom: 1px solid #ccc;
}

#configuration-table .firstcol {
  text-align: left;
  padding-left: 0em;
}

#configuration-table select {
  text-align: right;
}

#configuration-table td.options-divider {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  text-align: left;
  padding-left: 4em;
  font-weight: bold;
}

#configuration-table td.included-component {
  text-align: left;
}

#critical_message {
  display: none;
}

/* next button */

.next-button {
  text-align: right;
}


/* shipping costs */

#shipping-methods label {
  float: none;
  width: auto;
}

/* slot warnings */

#slot-warnings {
  color: red;
}

/* highlights */

.t129 {
  color: red;
}
