
div, span, p, table, tr, td, body, html, img {
  font-family:Verdana,Arial;
  font-size:10pt;
  border-collapse:collapse;
  margin:0px;
  padding:0px;
  border:0px;
  vertical-align:top;
}

html {
  background-image:url(images1/active_01.png);
  background-repeat:repeat-x;
  background-color:#fff;
}

body {
  background-image:url(images1/active_14.png);
  background-repeat:repeat-x;
  background-position:bottom;
}

p, ul {
  padding-bottom:12pt;
}

a {
  color:#126536;
  text-decoration:none;
}

.content a {
  color:#EF952F;
}

.footer {
  background-image:url(images1/active_13.png);
  background-position:bottom;
  height:184px;
  widht:868px;
}

.menu {
  background-color:white;
}

.content {
  background-image:url(images1/active_06.gif);
  background-repeat:no-repeat;
  background-position:top left;
  width:581px;
  /*color:#126536;*/
  color:#777777;
}

.made_by {
  color:#999999;
  font-size:10px;
  text-align:center;
}

.made_by a {
  color:#56a97a;
  text-decoration:none;
}

.unanswered {
  background-color:#ffdddd;
  padding:4px;
  cursor:pointer;
}

.answered {
  background-color:#ddffdd;
  padding:4px;
  cursor:pointer;
}

.selected {
  background-color:#ddddff;
  padding:4px;
  cursor:pointer;
}

.deleted {
  dispaly:none;
  height:0px;
  visibility:hidden;
}

.question_loading {
  width:100%;
  text-align:center;
}

.question_from {
  font-weight:bold;
}

.advice {
  color:grey;
  padding-left:20px;
}

.bubble_question_top {
  background-image:url(images1/question_02.png);
  background-repeat:repeat-x;
  height:29px;
  text-align:right;
  vertical-align:middle;
  color:white;
  line-height:10px;
}

.bubble_question_bottom {
  background-image:url(images1/question_12.png);
  background-repeat:repeat-x;
  height:7px;
}

.bubble_question_left {
  background-image:url(images1/question_05.png);
  background-repeat:repeat-y;
  width:7px;
}

.bubble_question_right {
  background-image:url(images1/question_07.png);
  background-repeat:repeat-y;
  width:7px;
}


.bubble_answer_top {
  background-image:url(images1/answer_02.png);
  background-repeat:repeat-x;
  height:29px;
  text-align:right;
  vertical-align:middle;
  color:white;
}

.bubble_answer_bottom {
  background-image:url(images1/answer_12.png);
  background-repeat:repeat-x;
  height:7px;
}

.bubble_answer_left {
  background-image:url(images1/answer_05.png);
  background-repeat:repeat-y;
  width:7px;
}

.bubble_answer_right {
  background-image:url(images1/answer_07.png);
  background-repeat:repeat-y;
  width:7px;
}

.search_body {
  height:29px;
  background-image:url(images1/search_02.png);
  background-repeat:repeat-x;
  vertical-align:middle;
}


.search_count {
  font-weight:bold;
  font-size:20px;
}

.search0,
.search1 { 
  padding:5px;
  vertical-align:middle;
}

.search0 a,
.search1 a {
  text-decoration:none;
}

.search0 {
  background-color:#E1E8A9;
}

.search1 {
  background-color:#C8D871;
}

h1 {
  font-size:20px;
  color:#126536;
}


/* errors and notices */

.errors {
  border:2px dotted #ff0000;
  margin:5px;
  padding:20px;
  background-color:#ffeeee;
}
.errors pre {
  margin:0px;
  padding:0px;
}

.notices {
  border:2px solid #00ff00;
  margin:5px;
  padding:20px;
  background-color:#eeffee;
}
.notices pre {
  margin:0px;
  padding:0px;
}
