/* webEngio - core cascading style sheets (CSS) */

.we_input_search
{
  padding-left: 17px;
  background: url('../pic/we_search.gif') left center no-repeat #fff;
}

.we_input_l
{
  padding-left: 17px;
  background: url('../pic/we_l.gif') left center no-repeat #fff;
}

.we_input_p
{
  padding-left: 17px;
  background: url('../pic/we_p.gif') left center no-repeat #fff;
}

.we_marked_text
{
  padding-left: 1px;
  padding-right: 1px;
  color: #000;
  background-color: #ff0;
}

.we_navbar
{
  color: #666;
}

.we_error
{
  color: #f00;
  font-weight: bold;
}

.we_info
{
  color: #090;
  font-weight: bold;
}

.we_pages
{
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center;
}

.we_print
{
  display: none;
}


.we_poll .we_poll_question
{
  font-weight: bold;
}

.we_poll .we_poll_answer
{
  margin: 5px 0px;
}

.we_poll .we_poll_answer_disabled
{
  color: #666;
}

.we_poll .we_poll_result
{
  text-align: center;
}

/* END OF webEngio - core styles (CSS) */

acronym
{
  cursor: help;
  border-bottom: 1px dotted;
}
