body {
  font-family: Arial, Helvetica, sans-serif;
  font-size:0.7em;
  color:#666;
}

.nbl {border-left:0px !important;}
.nbr {border-right:0px !important;}

table {table-layout:fixed;border-collapse:collapse;margin:0px}
td, th {border: 1px solid #ccc;padding:2px;margin:0px}
th {border-bottom: 1px solid #777;}

form {margin:0px;padding:0px}

hr {
  border:0px;
  color: #ddd;
  background-color: #ddd;
  height:1px;
  margin:0.2em;
}

h2 {
  margin:0px 0px 1.5em 0px;
  color:#666;
  font-family:Verdana;
  text-align:left;
  text-transform:uppercase;
  font-size:1.2em;
  font-weight:bold;
  border-bottom:1px solid #ddd;
}

h2 div {
  float:right;
  font-size:0.75em;
  font-family:Arial;
  font-weight:normal;
  text-transform:none;
  margin-top:0.2em;
}
h2 div a {
  color:#666;
}

h3 {
  margin:1.3em 0px 0.5em 0px;
  color: #ffb700;
  font-size:1.1em;
}

h4 {
  color: #f00;
  font-size:1.0em;
}

h5 {
  font-size:1.4em;
  margin:2px 0px 0.5em 0px;
}

h6 {
  color: #f00;
  font-size:1.1em;
  font-weight:bold;
  font-family:trebuchet ms;
  margin:0px;
  padding-bottom:0px;
}

h6 a {
  color: #f00;
  font-size:1.1em;
  font-weight:bold;
  font-family:trebuchet ms;
}

p {
  font-size:1em;
  margin:0px 0px 1em 0px;
}

img {border:0px !important}

a {
  color:#33f;
  text-decoration:none;
}

optgroup {
  font-weight:none;
  font-style:none;
}

select, input, textarea {
  border:1px solid;
  border-color:#aaa #ccc;
  background:#ffe;
}

input, textarea {
  padding:3px;
}

textarea {
  font-size:1em;
}

select, input {
  font-size:0.9em;
}

input.image {
  background:inherit;
  border:0px;
}

ul {
  margin:0px;
  padding:0px 0px 0px 2.5em; 
}

li {
  list-style: square;
}


input.text {width:12em}
input.disabled {background:#fff;}
input.checkbox {border:0px;}

.left {
  float:left !important;
}

.right {
  float:right !important;
}

.imgFloatRight {
  float:right;
  margin:0em 0.5em 0px 0.5em;
}

td.no_border{border:0px !important}
table.no_border_table td {border:0px}

.body_right_item p {
  margin:5px;
  padding:0px;
  font-size:1.0em;
}

.body_right_item p.bold {
  font-weight:bold;
  font-size:1.1em;
  text-align:center;
}

a.body_right_item_button {
  display:block;
  margin-right:5px;
  margin-top:45px;
  height:12px;
  width:17px;
  float:right;
  background:url('/images/arrow.gif') no-repeat;
}

a.body_right_item_button:hover {
  background:url('/images/arrow_ro.gif') no-repeat;
}


.flash_notice {
  color:#0a0;
}

div.helper {
  width:15px;
  height:17px;
  padding:2px 0px 0px 0px;
  margin:0px 0px 0px 4px;
  display:none;
  z-index:40;
}

div#tooltip {
  position:absolute;
  z-index:50;
  border:1px solid #aaa;
  padding:0.3em;
  background:#ddf;
}

div#loading {
  position:absolute;
  z-index:100;
  padding:0em;
  width:20px;  
  height:20px;
}

.compulsary, .compulsory {
  color:#d11;
}

.fieldWithErrors {
  padding: 1px;
  background-color: red;
  display: table;
}

#errorExplanation {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  background:#fff5f5;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 2px 5px 2px 2px;
  margin:0px 0px 3px 0px;
  font-size: 1.1em;
  color: #666;
  text-transform:none;
  text-decoration:none;
  border:0px;
}

#errorExplanation p {
  color: #333;
  margin:0px;
  padding:2px 5px;
}

#errorExplanation ul li {
  list-style: square;
}

.menu {
  padding:0px;
  margin:0px auto;
  position:absolute;
  background:#111111;
  border:1px solid #aaa;
}

#menu {
  width:730px;
  height:1.5em;
  position:relative;
  border:0px solid #aaa;
}

.menu li {
  float:left;
  list-style-type:none;
  margin:0px;
  padding:0px;
}

.menu li a {
  display:block;
  padding:3px 5px;
  font-size:1em;
  text-decoration:none;
  color:#FFB700;
}

.menu li a:hover {
  color:#df0031;
}

.menu li li {
  float:none;
  text-align:left;
}

.menu li li a{
  text-align:left;
  width:100%;
}


div.floating_window {
  position:absolute;
  z-index:5;
  top:10px;
  left:300px;
  border:2px solid ActiveCaption;
  background:#f0f0fa;
  width:35em;
}

div.floating_window td, div.floating_window th {border:0px;padding:0px}

div.floating_window div.top_bar {
  background:ActiveCaption;
  border-bottom:1px solid #aaa;
  text-align:left;
  font-weight:bold;
  height:2.1em;
}

div.floating_window div.top_bar div.top_bar_title {
  float:left;
  padding:5px 0px 5px 0.5em;
  color:HighlightText;
  font:caption;
}

div.floating_window div.top_bar div.top_bar_close {
  background:#fff;
  padding-left:0.4em;
  cursor:pointer;
  float:right;
  width:1em;
}


div.floating_window div.floating_window_main {
  margin:0px;
  padding:0.5em;
  text-align:left;
}

div.floating_window_main h3 {
  margin-top:5px;
}



#quoting_progress {
  text-align:center;
  background:#ddd;
  padding:4px 6px 6px 6px;
  margin:-10px 0px 0px 0px;
}

#quoting_progress span {
  color:#fafaff;
  font-weight:bold;
}

#quoting_progress span.selected {
  color:#337;
}

.quoting_back, .quoting_back img, .quoting_back div {float:left}
.quoting_back div {font-weight:bold;margin:8px 0px 0px 2px;}

.quoting_next{width:10em}
.quoting_next, .quoting_next img, .quoting_next div {float:right}
.quoting_next div {font-weight:bold;margin:8px 2px 0px 0px;}


.quoting_items_table {
  width:100%;
  margin-bottom:1em
}
.quoting_items_table th {
  background:#eef;
  border:0px;
  font-size:1.2em;
  text-align:left;
  padding:4px 2px;
}
.quoting_items_table td {
  border:0px;
  font-size:1.1em;
}
.quoting_items_table td.subtotal {
  text-align:right;
  background:#eef;
}
.quoting_items_table td.sub_heading {
  text-align:left;
  background:#f4f4ff;
  padding:4px 2px;
}


html.waitCursor * { cursor: wait; }
