/*
################################################################################
#   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   Print          #
################################################################################
# Made by: Holger Naves                                                        #
# Contact: http://www.php-web-statistik.de                                     #
################################################################################
*/

/* general style */
body {
  color: black;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 12px;
}
table {
  color: black;
}

/* text style */
.display_max_style {
  color: black;
  font-weight: bold;
}

/* table style */
#groundtable {
  border: 1px solid black;
  color: black;
}
#tabtable {
  border: 1px solid black;
  padding: 10px 5px 10px 5px;
}

/* overview module */
.overview_table {
  border-top: 2px solid gray;
  border-right: 2px outset gray;
  border-bottom: 2px outset gray;
  border-left: 2px solid gray;
  color: black;
  font-size: 12px;
}
.overview_header {
  border-bottom: 1px outset gray;
  color: black;
  padding: 2px;
}
.overview_data {
  padding: 0px 0px 0px 3px;
}
.overview_hits {
  width: 60px;
  text-align: center;
}

/* statistik module */
.stat_table {
  border-top: 2px solid gray;
  border-right: 2px outset gray;
  border-bottom: 2px outset gray;
  border-left: 2px solid gray;
  color: black;
  font-size: 12px;
}
.stat_header {
  border-bottom: 1px outset gray;
  color: black;
  padding: 2px;
}
.stat_module_data {
  padding: 0px 0px 0px 3px;
}
.stat_hits {
  width: 60px;
  text-align: center;
}
.stat_slidebar {
  width: 102px;
}
.stat_percent {
  width: 50px;
  text-align: right;
  padding: 0px 3px 0px 0px;
}
.stat_footer {
  border-top: 1px solid gray;
  color: black;
  padding: 2px;
}

/* last hits */
.lh_headline {
  color: black;
}
.lh_table {
  border-top: 2px solid gray;
  border-right: 2px outset gray;
  border-bottom: 2px outset gray;
  border-left: 2px solid gray;
  color: black;
}
.lh_header {
  border-bottom: 1px outset gray;
  color: black;
  text-align: center;
}
.lh_time {
  text-align:center;
}
.lh_nr, .lh_time, .lh_iphost, .lh_os, .lh_referer {
  color: black;
}

/* link style */
a:link, a:visited, a:active, a:hover, a:focus {
  color: black;
}
.referer:link, .referer:visited, .referer:active {
  color: black;
}
.referer:hover, .referer:focus {
  color: black;
}

/* image style */
img.percent {
  background: white url("percentimage.gif") top left no-repeat;
  padding: 0px;
  margin: 0px;
  background-position: 0px 0;
}

/* print style */
#print {
  display: block;
  border: none;
  color: black;
  font-size: 12px;
  margin: 0px;
  padding: 10px;
}
.print {
  display: block;
}
.changetab {
  display: none;
}
#header1_stat, #header2_stat, #header1_lh, #header2_lh {
  display: none;
}
