/*
################################################################################
#        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: #003C74;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 11px;
  letter-spacing: 0.1mm;
  margin: 0px 0px 0px 0px;
}

/* counter style */
.counter_table {
  border-top: 2px solid #777777;
  border-right: 2px outset #777777;
  border-bottom: 2px outset #777777;
  border-left: 2px solid #777777;
  background: #FFFFFF;
  color: #777777;
  font-size: 11px;
  width: 175px;
}
.header {
  border-bottom: 1px solid #777777;
  color: #777777;
  font-weight: bold;
  text-align: center;
  padding: 1px;
}
.module {
  background: #FFFFFF;
  text-align: right;
  padding: 0px 1px 0px 1px;
}
.module_m {
  background: #FFFFFF;
  text-align: right;
  padding: 0px 1px 0px 1px;
}
.hits {
  background: #FFFFFF;
  text-align: right;
  padding: 0px 1px 0px 1px;
}
.user {
  font-weight: bold;
}
.footer {
  border-top: 1px solid #777777;
  background: #FFFFFF;
  color: #777777;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
  padding: 1px;

}

/* ------------------------------------------ */
/* --------------- 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;
}
