/*
################################################################################
#        P H P - W E B - S T A T      S T Y L E - T H E M E     Counter        #
################################################################################
# Made by: Holger Naves                                                        #
# Contact: http://www.php-web-statistik.de                                     #
################################################################################
*/

/* --------------------------------------------- */
/* --------------- general style --------------- */
/* --------------------------------------------- */
body {
  background: transparent;
  color: #000000;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 10px;
  letter-spacing: 0.1mm;
  width: 125px;
  margin: 0px 0px 0px 0px;
}

/* --------------------------------------------- */
/* --------------- counter style --------------- */
/* --------------------------------------------- */
.counter_table {
  width: 125px;
  color: #000000;
  font-size: 10px;
}
.header_l {
  width: 7px;
/*  background: url('bg_counter.png') top left no-repeat; */
/*  background-position: 0% 0px; */
  background: #5E9A65;
  color: #E8B572;
  line-height: 22px;
  text-align: center;
  margin: 0px;
  padding: 3px;
  -moz-border-radius: 6px 0px 0px 0px;
}
.header_r {
/* background: url('bg_counter.png') top right no-repeat; */
/* background-position: 100% 0px; */
  background: #5E9A65;
  color: #E8B572;
  font-weight: bold;
  text-align: left;
  line-height: 22px;
  margin: 0px;
  padding: 0px;
  -moz-border-radius: 0px 6px 0px 0px;
}
.data {
  width: 125px;
  border-left: 2px solid #8FBC8F;
  border-right: 2px solid #8FBC8F;
  border-bottom: 2px solid #8FBC8F;
  padding: 0px 2px 0px 0px;
/*  background: url('bg_counter-data.gif') center center no-repeat; */
  background: #F7FFF7;
}
.module {
  text-align: left;
  padding: 0px 2px 0px 3px;
}
.hits {
  text-align: right;
  padding: 0px 3px 0px 2px;
}
.user {
  font-weight: bold;
}
.footer_l {
  width: 7px;
  height: 20px;
/* background: url('bg_counter.png') top left no-repeat; */
/* background-position: 0% -22px; */
  background: #DAF3DA;
  color: #3C8000;
  margin: 0px;
  padding: 0px;
  border-left: 1px solid #8FBC8F;
  border-bottom: 1px solid #8FBC8F;
  -moz-border-radius: 6px 0px 0px 6px;
}
.footer_r {
  height: 20px;
/* background: url('bg_counter.png') top right no-repeat; */
/* background-position: 100% -22px; */
/* color: #FFFFFF; */
  background: #DAF3DA;
  color: #3C8000;
  font-size: 8px;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  margin: 0px;
  padding: 1px 7px 0px 0px;
  border-right: 1px solid #8FBC8F;
  border-bottom: 1px solid #8FBC8F;
  -moz-border-radius: 0px 6px 6px 0px;
}

/* ------------------------------------------ */
/* --------------- link style --------------- */
/* ------------------------------------------ */
a:link, a:visited, a:active {
  background: transparent;
  color: #FFFFFF;
  text-decoration: none;
}
a:hover, a:focus {
  background: transparent;
  color: #E66900;
  text-decoration: underline;
}
