/*
################################################################################
#        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: 11px;
  letter-spacing: 0.1mm;
  margin: 0px 0px 0px 0px;
}

/* --------------------------------------------- */
/* --------------- counter style --------------- */
/* --------------------------------------------- */
.counter_table {
  width: 136px;
  border-top: 2px solid #6F6F6F;
  border-right: 2px outset #6F6F6F;
  border-bottom: 2px outset #6F6F6F;
  border-left: 2px solid #6F6F6F;
  background: #E2EAF1;
  color: #000000;
  font-size: 11px;
  -moz-border-radius: 10px 10px 10px 10px;
}
.header {
  border-bottom: 1px solid #6F6F6F;
  background: #436783;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  padding: 3px;
  -moz-border-radius: 10px 10px 0px 0px;
}
.module {
  text-align: left;
  padding: 0px 5px 0px 3px;
}
.hits {
  text-align: right;
  padding: 0px 3px 0px 5px;
}
.user {
  font-weight: bold;
}
.footer {
  border-top: 1px solid #6F6F6F;
  background: #B1C9E3;
  color: #000000;
  font-size: 9px;
  font-weight: bold;
  text-align:center;
  padding: 3px;
  -moz-border-radius: 0px 0px 10px 10px;
}

/* ------------------------------------------ */
/* --------------- link style --------------- */
/* ------------------------------------------ */
a:link, a:visited, a:active {
  background: transparent;
  color: #FFFFFF;
  text-decoration: none;
}
a:hover, a:focus {
  background: transparent;
  color: #A7A7A7;
  text-decoration: underline;
}
