/* default tag styles */
body, div, p, th, td, li, dd, input, select, textarea { font-family: Tahoma, Helvetica, sans-serif; font-size: small; font-weight: normal; }


h1 { font-size: large; font-weight: bold; }
h2 { font-size: medium; font-weight: bold; }
h3 { font-size: small; font-weight: bold; }
b { font-weight: bold; }
a { font-weight: bold; text-decoration: none; }
a:hover { text-decoration: underline; }
a img {border: none;}
/* text style modifiers */
.negative { color: #c30; }
.zero { color: #000; }
.positive { color: #090; }
.monospaced { font-family: Courier, "Courier New", monospace; }
.small { font-size: x-small; }
.muted { color: #999; }

/* paragraph framing */
.hilited { background: #ffe; padding-left: 20px; padding-right: 20px; border: 1px solid #eed; }
.error { background: #fee; padding-left: 20px; padding-right: 20px; border: 1px solid #ecc; }
.warning { background: #fee; padding-left: 20px; padding-right: 20px; border: 1px solid #ecc; }
.denied { color: #f00; }

/* image framing */
.framed { margin-left: 8px; margin-right: 8px; padding: 4px; border: 2px outset #fff; }

/* form elements */
form { margin-bottom: 0px; }
.formButton { border: 1px solid #ccc; width: 60px; color: #eee; background: #66c; font-weight: bold; }
.signalSelect { width: 150px; }
.screenerSelect { width: 300px; }
.screeningSelect { width: 250px; }
.autoinvestorSelect { width: 200px; }
/* header */
#header {
   height: 1%;
}

/* menus and menu-items */
#menu {display: none; }
#menu-item {display: none; }
/* hide help divs */
#help-topics { display: none; }
#help-base-url { display: none; }

/* popup help menu */
.help-Popup {
}
.help-Popup .htmlButton {
  padding: 2px 4px 2px 4px;
  cursor: pointer;
  color: #66b;
  font-size: small;
  font-weight: bold;
  white-space: nowrap;
  background-color: #eee;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.help-Popup .htmlButton-mouseover {
   background-color: #ddd;
}
.help-Popup .htmlButton-mousedown {
  border: 1px solid #AAAAAA;
}
.help-Popup .htmlButton-disabled {
  background-image: url(i/blue_gradient.gif);
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: black;
}

/* navigation tabs */
#main-tabs {
  float:left;
  padding-left: 4px;
  width:100%;
  line-height:normal;
}
#main-tabs ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  display: inline;
  white-space:nowrap;
}
#main-tabs li {
  float:left;
  background:url("i/tab-left.gif") no-repeat left top;
  margin:0;
  padding: 0 4px 0 10px;
  display: inline;
}
#main-tabs a {
  float:left;
  display:block;
  background:url("i/tab-right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#66b;
}

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#main-tabs a {float:none;}
/* End IE5-Mac hack */
#main-tabs a:hover {
  text-decoration: underline;
}
#main-tabs .tab-current {
  background-image:url("i/tab-on-left.gif");
  border-width:0;
}
#main-tabs .tab-current a {
  background-image:url("i/tab-on-right.gif");
  color:#eee;

}

.tab { color: #fff; background: #66c; }
.tab a:link, .tab a:visited { color: #eee; }
.tab .chosen a:link, .tab .chosen a:visited { color: #ffa; }
.tab-muted { color: #000; background: #eee; }
.tab-muted a:link, .tab-muted a:visited { color: #66b; }

.tab-MenuBar {
      background-color: #eee;
      border: 1px solid #ccc;
 }
.tab-MenuBar .gwt-MenuItem {
      cursor: pointer;
      padding: 2px 4px 2px 4px;
      color: #66b;
      font-weight: bold;
}
.tab-MenuBar .gwt-MenuItem-selected {
      background-color: #ddd;
}

.clear-borders tr  {
  border-style: none;
}
.clear-borders tr td  {
  border-style: none;
}

/* table styles: */
/*   b# = body, n# = navigation, l# = links, i# = items, m# - misc, h# - help */
/*   #t = table, #h = header, #c = contents */
.bt { border: 1px solid #ddc; }

.bh { color: #000; background: #ddc; }
.bc { color: #000; background: #fff; }
.nt { border: 1px solid #dcd; }
.nh { color: #000; background: #dcd; }
.nc { color: #000; background: #eee; }
.lt { border: 1px solid #cdd; }
.lh { color: #000; background: #cdd; }
.lc { color: #000; background: #eee; }
.it { border: 1px solid #dcc; }
.ih { color: #000; background: #dcc; }
.ic { color: #000; background: #eee; }
.mt { border: 1px solid #ccc; }
.mh { color: #000; background: #ccc; }
.mc { color: #000; background: #eee; }
.ht { border: 1px solid #ccd; }
.hh { color: #000; background: #ccd; }
.hc { color: #000; background: #eee; }

/* item tabs */
table.item-tabs { border-collapse: collapse; }
table.item-tabs tr td { padding: 2px; }
table.item-tabs tr td.muted { padding: 4px; background: #eed; }
table.item-tabs tr td.selected { padding: 4px; background: #ddc; }

/* item header (item name and links to do stuff with it) */
td.item-header { font-weight: bold; background: #ddc; white-space: nowrap; padding: 4px; }
/* item links (slightly lighter background) */
td.item-links { background: #e5e5d5; padding: 4px;  }
/* item section (even lighter background) */
td.item-section { color: #778; background: #eed; padding: 4px; }

table.ntb { border-top-width: 0px; }
table.nbb { border-bottom-width: 0px; }

/* links */
a:link, a:visited { color: #66b; }
.chosen a:link, .chosen a:visited { color: #117; }

/* top and bottom row separator */
.ts td { border-top: 1px solid #ddd; }
.bs td { border-bottom: 1px solid #ddd; }

/* left panel (navigation, links, items, misc) */
#left-panel { background: #eee; }
#left-panel ul { padding: 0px; margin: 0px; border: 1px solid #ddd; list-style: none; }
#left-panel li { padding: 4px; white-space: nowrap; }
#left-panel li.nh { background: #dcd; }
#left-panel li.lh { background: #cdd; }
#left-panel li.ih { background: #dcc; }
#left-panel li.mh { background: #ccc; }
#left-panel li.wrap { white-space: normal; }

/* BELOW ARE ORIGINAL STYLES - WILL EVENTUALLY MIGRATE ABOVE */

/* black on white */
.bwn { color: #000; background: #fff; }
.bwn-border-sides {color: #000; background: #fff;border-left: 1px solid #ddc; border-right: 1px solid #ddc; border-bottom: 1px solid #ddc;}
.bws { color: #000; background: #fff; }
.bwn .muted, .bws .muted, .bwt .muted { color: #999; }
.bwn a:link, .bwn a:visited, .bws a:link, .bws a:visited, .bwt a:link, .bwt a:visited { color: #66b; }
.bwn .chosen a:link, .bwn .chosen a:visited, .bws .chosen a:link, .bws .chosen a:visited, .bwt .chosen a:link, .bwt .chosen a:visited { color: #117; }
/* black on charcoal */
.bcn { color: #000; background: #cce; }
.bcs { color: #000; background: #cce; }
.bcn .muted, .bcs .muted, .bct .muted { color: #999; }
.bcn a:link, .bcn a:visited, .bcs a:link, .bcs a:visited { color: #66b; }
.bcn .chosen a:link, .bcn .chosen a:visited, .bcs .chosen a:link, .bcs .chosen a:visited { color: #117; }
/* black on grey */
.bgn { color: #000; background: #eee; }
.bgs { color: #000; background: #eee; }
.bgn .muted, .bgs .muted, .bgt .muted { color: #999; }
.bgn a:link, .bgn a:visited, .bgs a:link, .bgs a:visited, .bgt a:link, .bgt a:visited { color: #66b; }
.bgn .chosen a:link, .bgn .chosen a:visited, .bgs .chosen a:link, .bgs .chosen a:visited, .bgt .chosen a:link, .bgt .chosen a:visited { color: #117; }
/* black on yellow */
.byn { color: #000; background: #ddc; }
.bys { color: #000; background: #ddc; }
.byn .muted, .bys .muted { color: #999; }
.byn a:link, .byn a:visited, .bys a:link, .bys a:visited { color: #66b; }
.byn .chosen a:link, .byn .chosen a:visited, .bys .chosen a:link, .bys .chosen a:visited { color: #117; }
/* white on black */
.wbn { color: #eee; background: #000; }
.wbs { color: #eee; background: #000; }
.wbn a:link, .wbn a:visited, .wbs a:link, .wbs a:visited { color: #eee; }
/* red on white */
.rwn { color: #600; background: #fff; }
.rws { color: #600; background: #fff; }

/* gwt styles follow */
.gwt-Tree {
  margin-top: 1em;
  margin-bottom: 1em;
}

.gwt-Tree .gwt-TreeItem {
  font-size: small;
  cursor: default;
}

.gwt-Tree .gwt-TreeItem-selected {
  background-color: #C3D9FF;
}

.gwt-StackPanel {
  background-color: white;
  border: 1px solid #AAAAAA;
  width: 15em;
}

.gwt-StackPanel .gwt-StackPanelItem {
  background-image: url(i/gray_gradient.gif);
  background-repeat: repeat-x;
  background-color: #EEEEEE;
  cursor: pointer;
  cursor: hand;
}

.gwt-StackPanel .gwt-StackPanelItem-selected {

}

.items-List {
  border: 1px solid #AAAAAA;
  background-color: white;
  cursor: pointer;
  cursor: hand;
}

.items-ListHeader {
  background-image: url(i/gray_gradient.gif);
  background-repeat: repeat-x;
}

.items-HeaderCell {
  font-size: small;
  font-weight: bold;
}

.items-Cell {
  color: #000;
  background: #fff;
  font-size: small;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999999;
}

.items-LastCell {
  color: #000;
  background: #fff;
  font-size: small;
}

.items-ActionsMenuBar {
  background-color: #eee;
  border: 1px solid #ccc;
  font-size: small;
}

.items-ActionsMenuBar .gwt-MenuItem {
  cursor: pointer;
  padding: 2px 4px 2px 4px;
  color: #66b;
  font-size: small;
  font-weight: bold;
}

.items-ActionsMenuBar .gwt-MenuItem-selected {
  font-size: small;
  background-color: #ddd;
}

.items-TreeActionsMenuBar {
  background-color: #eee;
  border: 1px solid #ccc;
  font-size: small;
}

.items-TreeActionsMenuBar .gwt-MenuItem {
  cursor: pointer;
  padding: 2px 4px 2px 4px;
  color: #66b;
  font-size: small;
  font-weight: bold;
}

.items-TreeActionsMenuBar .gwt-MenuItem-selected {
  font-size: small;
  background-color: #ddd;
}

.items-DesignerMenuBar {
  background-color: #eee;
  border: 1px solid #ccc;
  font-size: small;
}

.items-DesignerMenuBar .gwt-MenuItem {
  cursor: pointer;
  padding: 2px 4px 2px 4px;
  color: #66b;
  font-size: small;
  font-weight: bold;
}

.items-DesignerMenuBar .gwt-MenuItem-selected {
  font-size: small;
  background-color: #ddd;
}



.leftMenu-SectionTitle {
  background-image: url(gray_gradient.gif);
  background-repeat: repeat-x;
  border: 1px solid #AAAAAA;
  padding: 4px 4px 4px 4px;
  font-size: small;
  font-weight: bold;
  white-space: nowrap;
}

.markedButton {
  cursor: pointer;
  padding: 2px 4px 2px 4px;
  color: #66b;
  font-size: small;
  font-weight: bold;
  white-space: nowrap;
}
.markedButton-mouseover {
   background-color: #ddd;
   text-decoration: underline;
}
.markedButton-mousedown {
  border: 1px solid #AAAAAA;
}
.markedButton-disabled {
  color: #aaa;
}
.markedButton-popup {
  background-color: #eee;
  border: 1px solid #ccc;
  font-size: small;
}
.markedButton-dialog {
  background-color: #eee;
  border: 1px solid #ccc;
  font-size: small;
}
.itemButton-popup {
  border: 1px solid #AAAAAA;
  margin-top: 4px;
  font-size: small;
  background-color: #fff;
}
.itemButton-popup .markedButton {
  cursor: pointer;
  padding: 2px 4px 2px 4px;
  color: #66b;
  background-color: #ddd;
  font-size: small;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #aaa;
}
.itemButton-popup .markedButton-mouseover {
   background-color: #ccc;
}
.itemButton-popup .markedButton-mousedown {
  border: 2px solid #aaa;
}

.itemButton-popup .markedButton-disabled {
  color: #aaa;
}

.itemButton-popup .gwt-ListBox {
  width: 150px;
}

.itemButton-popup .gwt-TextBox {
  width: 150px;
}

.itemButton-popup .Caption {
  background-image: url(i/gray_gradient.gif);
  background-repeat: repeat-x;
  border: 1px solid #AAAAAA;
  padding: 4px;
  font-weight: bold;
}

.folderTreePanel {
  background-color: #ffd;
  border: 1px solid #AAA;
  border-style: groove
}
.folderTreePanel .gwt-Tree {
}

.greyCaption {
  background-image: url(i/gray_gradient.gif);
  background-repeat: repeat-x;
}




