body { font-family: Verdana, Geneva, Helvetica, Arial, sans serif; }
/*.item.outer { margin: 5px; } */

/* ---------- general styles ---------- */
.disabled { 
  filter: alpha(opacity=75);
  opacity: 0.75;
  -moz-opacity: 0.9;
}

/* ---------- caption styles ---------- */
.caption { font-size: smaller; }
.caption.left { padding-right: 10px; }
.caption.right { padding-left: 10px; }
.caption.top { padding-bottom: 5px; }
.caption.bottom { padding-top: 5px; }

/* ---------- icons styles ---------- */
.caption span { margin-right: 50px; }

.caption .icons { 
  padding: 0;
  margin: 0;
  margin-left: 50px;
}

.caption .icon {
  width: 16px;
  height: 16px;
  margin: 0 2px 0 0;
  background-color: transparent;
  background-repeat: no-repeat;
  float: right;
  cursor: pointer;
}

.caption .collapse {
  background: transparent url("images/collapse.png") no-repeat;
}

.caption .expand {
  background: transparent url("images/expand.png") no-repeat;
}

.caption .pin {
  background: transparent url("images/pin.png") no-repeat;
}

.caption .unpin {
  background: transparent url("images/pin.png") no-repeat;
}
/* ---------- tooltip styles ---------- */
.tooltip {
  color: #FFF;
  width: 180px;
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
  display: none;
}

.tooltip h6 {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  background: transparent url("images/tooltip.png") top left;
  font-size: 1px;
}
.tooltip p {
  margin: 0;
  padding: 0px 10px 10px 10px;
  background: transparent url("images/tooltip.png") bottom right;
  font-size: smaller;
}

/* ---------- glasspane ---------- */
#gnro_glasspane {
  position: 'absolute';
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  z-index: 99999;
  background-color: transparent;
  cursor: move;
}

#gnro_glasspane.wait {
  cursor: wait;
}

#gnro_glasspane.drag {
}

/* ---------- popup menu ---------- */
.popup {
  position: absolute;
  z-index: 9000;
/*  display: none; */
  border: 1px solid #222;
  background-color: #fff; 
}


.popup ul.menu { border: none; background-color: #fff; }

/* ---------- button styles ---------- */
.button { cursor: pointer; }

.button2, .toggle2 {
  cursor: pointer;
  background-color: darkblue;
  color: #fff;
  padding: 3px 10px;
  margin: 1px;
  font-size: smaller;
  font-weight: bolder;
}

.button2.selected, .toggle2.selected {
  background-color: blue;
}

/* IE6 fix */
.check-box_outer, div.radio-button_outer {
  background-color: #fff!important; 
}

/* ---------- image ---------- */
.image { border: none; }

/* ---------- panel styles ---------- */
.panel_outer,
.tabs_outer,
.window_outer { 
  border: 1px solid #8BAAA7;
  padding: 0;
  margin: 2px 0;
}

.panel_outer > .caption,
.tabs_outer > .caption, 
.window_outer > .caption { 
  position: relative;
  color: #3c65c2;
  font-weight: bolder;
  background-color: #D3E7E5; 
  padding: 3px 5px; 
}

/* IE6 Fix */
* html .panel_outer .caption,
* html .tabs_outer .caption,
* html .window_outer .caption { 
  position: relative;
  color: #3c65c2;
  font-weight: bolder;
  background-color: #D3E7E5; 
  padding: 3px 5px; 
  width: auto;
}

/* IE6 fix */
* html .vertical .caption { width: 100%; }
.\__horizontal .caption { width: auto!important; }

.panel, .window { padding: 5px; }


/* ---------- Label ---------- */
/* IE6 fix */
label.caption {
  background-color: #fff!important;
  width: auto;
}

/* ---------- Window ---------- */
.window_outer {
  background: #fff;
  position: absolute;
  cursor: default;
}

.window.closed {
  display: none;
}

.window_outer .caption {
  position: relative;
}

.window_outer .caption .bar {
  padding-right: 26px; /* For icon: 16 + 5*2 (side paddings) */
  width: 90%;   /* IE6-7 Fix */
  cursor: pointer;
}

.window_outer .caption .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  margin: 3px 5px;
  background: transparent url("images/window.png") no-repeat;
}

.window .options {
  text-align: center;
}

/* ---------- Tabs ---------- */

.tabs {
  color: #000000;
  padding: 10px;
}

.tabs .tabs {
  padding: 0;
  margin-bottom: 10px;
}

.tabs ul {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid blue;
}

.tabs li {
  margin: 0 3px 0 0;
  padding: 0;
  background-color: darkblue;
}
.tabs a {
  padding: 5px 10px 4px 7px;
  text-decoration: none;
  color: #fff;
}
.tabs li a:hover { text-decoration: underline; }

.tabs li.selected {
  background-color: blue;
  border-bottom: 1px solid blue;
}
.tabs li.selected a {
  padding-bottom: 5px;
  font-weight: bold;
}

.tabs li.selected a:hover { text-decoration: none; }

/* ---------- Table ---------- */
.table { 
  border-collapse: separate;
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

.table thead th { 
  border-right: 1px groove red;
  border-bottom: 3px solid #D6C2C2;
  background-color: #EBEADB;
  padding: 3px 5px;
  font-weight: normal;
  cursor: pointer;
}

.table thead th.hover {
  border-bottom: 3px solid #FFC83C;
  background-color: #FAF9F4;
}

.table td { border-bottom: 1px dotted #ddd; }

.ascending { padding: 0 0 0 16px; }
.descending { padding: 0 0 0 16px; }

.asc1 { background: transparent url("images/asc_1.png") no-repeat; }
.asc2 { background: transparent url("images/asc_2.png") no-repeat; }
.asc3 { background: transparent url("images/asc_3.png") no-repeat; }
.asc4 { background: transparent url("images/asc_4.png") no-repeat; }
.asc5 { background: transparent url("images/asc_5.png") no-repeat; }
.asc6 { background: transparent url("images/asc_6.png") no-repeat; }
.asc7 { background: transparent url("images/asc_7.png") no-repeat; }
.asc8 { background: transparent url("images/asc_8.png") no-repeat; }
.asc9 { background: transparent url("images/asc_9.png") no-repeat; }

.desc1 { background: transparent url("images/desc_1.png") no-repeat; }
.desc2 { background: transparent url("images/desc_2.png") no-repeat; }
.desc3 { background: transparent url("images/desc_3.png") no-repeat; }
.desc4 { background: transparent url("images/desc_4.png") no-repeat; }
.desc5 { background: transparent url("images/desc_5.png") no-repeat; }
.desc6 { background: transparent url("images/desc_6.png") no-repeat; }
.desc7 { background: transparent url("images/desc_7.png") no-repeat; }
.desc8 { background: transparent url("images/desc_8.png") no-repeat; }
.desc9 { background: transparent url("images/desc_9.png") no-repeat; }

/* ---------- Tree ---------- */
.tree li.node { cursor: pointer; }
.tree .caption2 { font-size: smaller;  }

.tree .node .caption2 .icon {
  background: transparent url("images/expand_node.png") 0 0 no-repeat;
  position: relative;
  left: 0;
  top: 0;
  margin: 0!important;
  float: left;
  width: 16px;
  height: 16px;
}
.tree .node .caption2 .icon.expanded {
  background-image: url("images/collapse_node.png");
}


.tree .node .caption2 .icon.leaf {
  background-image: url("images/leaf.png");
}

/* ---------- Menu ---------- */
.menu.outer { margin: 0!important; border: none!important; }

ul.menu, .menu ul {
  background-color: #d0d0d0;
  border: 2px solid;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  margin: 0;
  padding: 1px;
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

.menu li {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
}

.menu li .caption {
  background-color: transparent; 
  color: black;
  font-weight: normal;
  position: relative;
  vertical-align: middle;
  background-color: transparent;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  margin: 0;
  display: block;
  padding: 2px 6px!important;
  border: 1px solid #d0d0d0;
}

.menu .caption:hover, .menu li a:active, .menu a.hover {
  border-color: #f0f0f0 #909090 #909090 #f0f0f0!important;
}

.menu a.active {
  background-color: #a0a0a0!important;
  border-color: #909090 #f0f0f0 #f0f0f0 #909090!important;
  left: 1px!important;
  top: 1px!important;
  color: #fff!important;
}

/*
.menu_top li > a {
   display: block;
}
*/

/* ---------- sub-menu ---------- */
.menu li ul {
  position: absolute;
  left: 2px;
  top: 20px;
/*  width: 150px; */
  display: none;
}

/*
.menu li ul li {
  position: relative;
  float: none;
  display: block;
}
*/

/*
.menu_top li ul li a {
  display: block;
}
*/

/* Level 4 and further ones */
/*
.menu li ul li ul {
  position: absolute;
  top: 0;
  left: 149px;
  display: none;
}
*/

/*
.menu li ul li ul li {
}
.menu li ul li ul li a {
  border: 1px solid green;
}
*/

/* ---------- Split ---------- */
.split_divider_horizontal, .split_divider_vertical {
  background-color: #FC0;
  font-size: 1px; /* For IE */
}

.split_divider_vertical {
  cursor: n-resize;
}

.split_divider_horizontal {
  cursor: e-resize;
}

/* ---------- Progress bar ---------- */
/*
.progress-bar {
  width: 500px;
  height: 20px;
  border: 1px solid blue;
}

.progress-bar .bar {
  height: 18px;
  background-color: blue;
  border: 1px solid #eee;
  border-left: none;
  border-right: none;
  text-align: right;
  color: #ffffff;
}

.progress-bar .progress {
  height: 18px;
  background-color: #ffffff;
  border: 1px solid #eee;
  border-left: none;
  border-right: none;
  text-align: left;
  color: blue;
}
*/
.progress-bar-horizontal {
  height: 20px;
  border: 1px solid blue;
}

.progress-bar-vertical {
  width: 20px;
  height: 500px;
  border: 1px solid blue;
}

.progress-bar-horizontal .bar {
  height: 18px;
  background-color: blue;
  border: 1px solid #eee;
  border-left: none;
  border-right: none;
  text-align: right;
  color: #ffffff;
}

.progress-bar-vertical .bar {
  width: 18px;
  background-color: blue;
  border: 1px solid #eee;
  border-top: none;
  border-bottom: none;
  color: #ffffff;
}

.progress-bar-horizontal .progress {
  height: 18px;
  background-color: #ffffff;
  border: 1px solid #eee;
  border-left: none;
  border-right: none;
  text-align: left;
  color: blue;
}

.progress-bar-vertical .progress {
  width: 18px;
  background-color: #ffffff;
  border: 1px solid #eee;
  border-top: none;
  border-bottom: none;
  text-align: center;
  font-size: 7px;
  color: blue;
}

/* ---------- Spinner ---------- */
.spinner {
}

.spinner_textfield {
  float: left;
}

.spinner_buttons {
  float: left;
  display: inline;
}

.spinner_buttonup, .spinner_buttondown {
  width: 2em;
  height: 0.8em;
  display: block;
}

.spinner_buttonup {
  background: #D4D0C8 url("images/spinner_up.png") no-repeat center top;
}

.spinner_buttondown {
  background: #D4D0C8 url("images/spinner_down.png") no-repeat center bottom;
}

/* * * * * * * * * * * */

.\__slider {
  position: relative;
  background-color: ThreeDFace;
  padding: 10px 10px 14px 10px;
}

.line {
  position: absolute;
  overflow: hidden;
  border: 1px solid;
  border-color: ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow;
  background: ThreeDDarkShadow;
  padding: 0;
  margin: 0;
  font-size: 0.01mm;
}

.\__slider.horizontal .line {
  left: 2%;
  top: 15px;
  height: 1px;
  width: 95%;
}

.\__slider.vertical .line {
  width: 1px;
}

.\__slider .line div {
  height: 1px;
  display: none;
}

.\__slider .handle {
  position: absolute;
  cursor: default;
  background: ThreeDFace;
  border: 1px solid;
  border-color: ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight;
  top: 5px;
}

.\__slider.horizontal .handle {
  height: 22px;
  width: 12px;
}

.\__slider.vertical .handle {
  height: 12px;
  width: 22px;
}

.\__slider .handle div {
  font-size:      1px;
  border:       1px solid;
  border-color:   ThreeDLightShadow ThreeDShadow ThreeDShadow ThreeDLightShadow;  
}

.\__slider.horizontal .handle div {
  height: 20px;
  width: 10px;
}

.\__slider.vertical .handle div {
  height: 8px;
  width: 18px;
}

/* ---------- log ---------- */
#gatonero_log {
  border-top: 1px solid #ddd; 
  margin: 5px;
  margin-top: 10px;
  padding: 5px;
  clear: both;
}

/* ---------- Annotations ---------- */
.annotation { 
  position: absolute;
  top: 10px;
  left: 200px;
  padding-left: 18px;
  visibility: hidden;
  background: transparent no-repeat top left;
  background-image: url('images/bubble.png');
  height: 300px;
  color: white;
  font-size: 80%;
  width: 170px;
  white-space: normal;
}

.a1 { 
  background-image: url('images/annotations/1.png');
}

