/*##############################################################################
#     P H P - W E B - S T A T I S T I K    v 3.0    S T Y L E - T H E M E      #
################################################################################
# Made by: Holger Naves                                                        #
# Contact: http://www.php-web-statistik.de                                     #
##############################################################################*/

/* Mainsite Style */
body {
	margin:5px 10px 5px 10px;
	background:#C7C7C7 url(body_background.gif) repeat-x;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#000000;
	letter-spacing:0.2mm;
	word-spacing:0.4mm;
}

/* Text Style */
.display_max_style  { color:#FF0000; background-color:transparent; }

/* Table Style */
td                  { font-size:11px; }
#groundtable        { border:1px solid #000000; padding:5px 10px 5px 10px; background-color:#F0F0F0; color:#000000; font-size:11px; -moz-border-radius:12px 14px 14px 12px; }
#toptable           { height:64px; background-color:#F0F0F0; color:#000000; font-size:11px; }
#tabmenu            { border-left:0px solid #000000; border-right:0px solid #000000; }
#tabtable           { border:1px solid #000000; padding:10px 5px 10px 5px; background-color:#FFFFFF; }
#headertable        { height:64px; background-color:#F0F0F0; color:#000000; font-size:11px; }

/* Overview Module */
.overview_table    { border-left:2px solid #6F6F6F; border-top:2px solid #6F6F6F; border-right:2px outset #6F6F6F; border-bottom:2px outset #6F6F6F; background-color:#E7F0F5; font-size:11px; color:#000000; }
.overview_header   { border-bottom:1px solid #6F6F6F; background-color:#0D638A; padding:3px; color:#FFFFFF; font-weight:bold; text-align:left; }
.overview_data     { padding:0px 0px 0px 3px; text-align:left; }
.overview_hits     { padding:0px; width:60px; text-align:center; }

/* Statistik Module */
.stat_table         { border-left:2px solid #6F6F6F; border-top:2px solid #6F6F6F; border-right:2px outset #6F6F6F; border-bottom:2px outset #6F6F6F; background-color:#E7F0F5; font-size:11px; color:#000000; }
.stat_header        { border-bottom:1px solid #6F6F6F; background-color:#0D638A; padding:3px; color:#FFFFFF; font-weight:bold; text-align:left; }
.stat_module_data   { padding:0px 0px 0px 3px; text-align:left; }
.stat_hits          { padding:0px; width:60px; text-align:center; }
.stat_slidebar      { padding:0px; width:102px; }
.stat_percent       { padding:0px 3px 0px 0px; width:50px; text-align:right; }
.stat_user          { font-weight:bold; }
.stat_footer        { border-top:1px solid #6F6F6F; background-color:#97B5C4; padding:2px 2px 2px 6px; font-size:9px; color:#000000; font-weight:bold; text-align:left; }

/* Last Hits */
.lh_headline    { font-size:16px; color:#000000; font-weight:bold; text-align:center; line-height:18px; background-color:transparent; }
.lh_table       { border-left:2px solid #6F6F6F; border-top:2px solid #6F6F6F; border-right:2px outset #6F6F6F; border-bottom:2px outset #6F6F6F; background-color:#6F6F6F; font-size:11px; color:#253375; }
.lh_header      { border-bottom:1px solid #6F6F6F; background-color:#0D638A; padding:3px; color:#FFFFFF; font-weight:bold; text-align:center; }
.lh_nr          { padding:1px; background-color:#FFFFFF; color:#000000; width:60px; text-align:center; }
.lh_time        { padding:1px; background-color:#FFFFFF; color:#000000; width:90px; text-align:center; }
.lh_iphost      { padding:1px; background-color:#FFFFFF; color:#000000; width:130px; text-align:left; }
.lh_os          { padding:1px; background-color:#FFFFFF; color:#000000; width:180px; text-align:left; }
.lh_referer     { padding:1px; background-color:#FFFFFF; color:#000000; text-align:left; }

/* Link Style */
a:link, a:visited, a:active                      { text-decoration:underline; color:#000000; background-color:transparent; }
a:hover, a:focus                                 { text-decoration:underline; color:#0D638A; background-color:transparent; }
.referer:link, .referer:visited, .referer:active { text-decoration:none; font-size:11px; color:#0D638A; background-color:transparent; }
.referer:hover, .referer:focus                   { text-decoration:underline; font-size:11px; color:#0D638A; background-color:transparent; }

/* Form Style */
.select         {  }
.input          {  }
.button         { padding-left:10px; padding-right:10px; width:auto; overflow:visible; }
.button:hover   { padding-left:10px; padding-right:10px; width:auto; overflow:visible; }
.submit         { padding-left:10px; padding-right:10px; width:auto; overflow:visible; }
.submit:hover   { padding-left:10px; padding-right:10px; width:auto; overflow:visible; }

/* Image Style */
img, div { behavior: url(func/iepngfix.htc) }
img.percent { background: white url("percentimage.gif") top left no-repeat; padding:0px; margin:0px; background-position:0px 0; }

/* Tabs Menu */
#tabs        { float:left; width:100%; background:transparent; font-size:93%; line-height:normal; }
#tabs ul     { margin:0px; padding:0px 10px 0px 20px; list-style:none; }
#tabs li     { display:inline; margin:0px; padding:0px; }
#tabs a      { float:left; background:url("tableft.gif") no-repeat left top; margin:0px; padding:0px 0px 0px 4px; text-decoration:none; }
#tabs a span { float:left; display:block; background:url("tabright.gif") no-repeat right top; padding:5px 12px 4px 6px; color:#000000; font-weight:bold; }

/* Commented Backslash Hack hides rule from IE5-Mac */
#tabs a span { float:none; }

/* End IE5-Mac hack */
#tabs a:hover         { background-position:0% -42px; }
#tabs a:hover span    { background-position:100% -42px; color:#FFFFFF; }
#tabs a:focus         { background-position:0% -42px; }
#tabs a:focus span    { background-position:100% -42px; color:#FFFFFF; }
#tabs a:active        { background-position:0% -42px; }
#tabs a:active span   { background-position:100% -42px; color:#FFFFFF; }
#tabs #current a      { background-position:0% -42px; }
#tabs #current a span { background-position:100% -42px; color:#FFFFFF; }

/* Change Tab */
.changetab          { display:none; width:100%; }

/* Print Sryle*/
#print   { display:none; }