/*
################################################################################
#   P H P - W E B - S T A T I S T I K   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 {
  border-top: 2px solid #6F6F6F;
  border-right: 2px outset #6F6F6F;
  border-bottom: 2px outset #6F6F6F;
  border-left: 2px solid #6F6F6F;
  background: #0D638A;
  color: #000000;
  font-size: 11px;
  -moz-border-radius: 10px 10px 10px 10px;
}
.header {
  border-bottom: 1px solid #6F6F6F;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  padding: 3px;
  -moz-border-radius: 10px 10px 0px 0px;
}
.module {
  background: #D7E2EA; /* #E7F0F5; */
  text-align: left;
  padding: 0px 5px 0px 3px;
}
.hits {
  background: #D7E2EA; /* #E7F0F5; */
  text-align: right;
  padding: 0px 3px 0px 5px;
}
.user {
  font-weight: bold;
}
.footer {
  border-top: 1px solid #6F6F6F;
  background: #97B5C4;
  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;
}
