@charset "utf-8";

/* Tables and general formatting */

.kstatsfat { margin: 1em 0; width: 100%; color: #353535; padding: 6px; background: #fff url('media/brighter.png') repeat-x 0 bottom; font-family: Helvetica, Arial, sans-serif; border: 1px solid #d9d9d9; border-top-color: #d2d2d2; border-left-color: #d2d2d2; -moz-border-radius: 6px; -khtml-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }
    .kstatsfat thead th { vertical-align: top; font-size: 12px; text-align: left; color: #aaa; font-weight: 500; border-bottom: 1px solid #eee; }
    .kstatsfat thead th span { display: block; margin: 0 0 4px; font-size: 10px; }
    .kstatsfat tbody td { border-bottom: 1px dotted #e2e2e2; padding: 2px 0; }

.kstats_notice { margin: 0.4em 0; padding: 3px 6px; font-size: 12px; line-height: 18px; font-weight: 700; font-style: italic; background-color: #fefdeb; border: 1px solid #e6db55; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.kstats_submit { margin: 5px 0; padding: 0.5em 0; }


/* Charts */

.sc_visitors { background-color: #114477; }
.sc_pageviews { background-color: #3377B6; }
.sc_spiders { background-color: #83b4d8; }
.sc_feeds { background-color: #f38f36; }

.boxes { width: 10px; height: 10px; float: left; margin: 4px 5px 0 0; }


/* Admin Panel */
#kstatsadmin { margin: 0.5em 0; }
	#kstatsadmin p { margin: 0 0 1em 0; }

	#kstatsadmin fieldset { margin: 1em 0; border: 1px solid #bbb; color: #353535; padding: 6px 1em; background: #fcfcfc; font-family: Helvetica, Arial, sans-serif; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
    #kstatsadmin fieldset legend { margin: 5px 0 0 1em; padding: 2px 1em; background-color: #fafafa; font-weight: 700; font-size: 16px; letter-spacing: 1px; border: 1px solid #bbb; border-bottom: none; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } }

    #kstatsadmin fieldset dl { clear: both; list-style:none; margin:4px 0; }
        #kstatsadmin fieldset dl dt { clear: both; float:left; border-right: 2px solid #eee; width: 160px; margin:6px 2px; padding:2px 8px 10px 2px; }
        #kstatsadmin fieldset dl dt label { font-size: 12px; font-weight:700; color: #454545; cursor:pointer; }
        #kstatsadmin fieldset dl dt p { line-height: 1.1em; font-size: 0.9em; font-weight:400; color:#AAA; margin:0; }
        #kstatsadmin fieldset dl dd { float:left; width:360px; color:#333; margin:6px 0; padding:3px 0 0 10px; }
        #kstatsadmin fieldset dl dd span { margin: 0 1.5em 0 0.5em; font-size: 11px; }
        #kstatsadmin fieldset dl:hover dt, #kstatsadmin fieldset dl:hover dd { border-color:#666; }
        #kstatsadmin fieldset dl:hover dt label { color:#000; }
        #kstatsadmin fieldset dl:hover dt p { color: #BC2A4D; }
