* {
  font-family: arial, verdana, tahoma, sans-serif;
  color: #000;
}

body {
  font-size: 11px;
  line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 15px 0 10px 0;
}
p {
  margin: 0 0 10px 0;
}


h1 {
  font-family: tahoma;
  color: #40aa00;
  font-size: 18px;
  font-weight: normal;
  margin-top: 0;
}
h2 {
  color: #40aa00;
  font-size: 14px;
}
h3 {
  color:#444;
  font-size: 12px;
}
h3 a:link, h3 a:visited {
  color: #444;
}

h4 {
  color: #000;
  font-size: 11px;
  margin: 0;
}


a:link, a:visited {
  text-decoration: none;
  color: #5b9f01;
  font-weight: bold;
}
a:hover {
  color: #696969;
}

a img {
  border: none;
}

hr {
  border-top: 1px dashed #9fcd62;
  height: 1px;
  margin: 15px 0;
  color: #fff;
  background-color: #fff;
}

.datatable {
  background-color: #42aa00;
  width: 100%;
}
.datatable th, .datatable td {
  padding: 3px;
  vertical-align: top;
}
.datatable th {
  text-align: left;
  background-color: #40aa00;
  font-weight: bold;
  color: #fff;
}
.datatable td {
  background-color: #deebce;
}
.datatable tr.odd td {
  background-color: #eff9e3;
}

.datatable tr.moved td, .datatable tr.highlight td {
  background-color: #62d71b;
  color: #3d6803;
}

.datatable tr.moved td *, .datatable tr.highlight td * {
  color: #3d6803;
}

.datatable tr.inactive td {
  background-color: #efefef;
  color: #777;
}
.datatable tr.inactive td * {
  color: #777;
}


.datatable tr.err td {
  background-color: #ffc3c3;
}

ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
ol li {

}

ul {
  margin: 0 0 10px 0;
}
ul {
  list-style: none;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0 0 0 12px;
  background: transparent url(../images/layout/bullet_content.gif) 0 6px no-repeat;
}

blockquote {
  background-color: #c6f48a;
  border: 1px solid #9fcd62;
  padding: 10px;
  margin: 10px 0;
}


/****** [Infobox] ******/
.rightmargin {
  position:absolute;
  right:-14px;
}
.infobox {
  background:url(../app/images/infobox/header.gif) no-repeat;
  width:300px;
}
.infotxt {
  margin-top:8px;
  padding:0 3px 3px 3px;
  background:#86ae45 url(../app/images/infobox/footer.gif) no-repeat left bottom;
  color:#fff;
}

.infoboxsmall {
  background:url(../app/images/infobox/header_small.gif) no-repeat;
  width:170px;
}
.infoboxsmall .infotxt {
  margin-top:8px;
  padding:0 3px 3px 3px;
  background:#86ae45 url(../app/images/infobox/footer_small.gif) no-repeat left bottom;
  color:#fff;
}
/****** [/Infobox] ******/
