﻿@charset "utf-8";
/* CSS Document */

.Clear { clear: both; }

/* Tabs */

.StatsTabs {
	height: 29px;
	border-bottom: 1px solid #000;
	}
    .StatsTabs a {
        background: #ccc;
        text-align: center;
        font-size: 14px;
        font-weight: bold;

        display: block;
        float: left;
        height: 23px;
        padding-top: 6px;
        text-align: center;
        width: 142px;
    }
		.StatsTabs a:link { color: #000; text-decoration: none; }
		.StatsTabs a:visited { color: #000; text-decoration: none; }
		.StatsTabs a:hover { color: #000; text-decoration: none; }
		.StatsTabs a:active { color: #000; text-decoration: none; }
	
	.StatsTabs a.Active {
		background: #fff;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
		font-weight: bold;
		}

.StatsSubTabs { 
	border: 1px solid #000;
	border-top: 0px;
	clear: both;
	color: #CCC;
	font-size: 13px;
	height: 23px;
	padding: 8px 0 0;
	}
	.StatsSubTabs a { 
		display: block;
		float: left;
		padding: 0 10px;
		border-right: 1px solid #AAA;
		line-height: 12px;
		}
		.StatsSubTabs a:link { color: #000; text-decoration: none; }
		.StatsSubTabs a:visited { color: #000; text-decoration: none; }
		.StatsSubTabs a:hover { color: #000; text-decoration: none; }
		.StatsSubTabs a:active { color: #000; text-decoration: none; }
	
	.StatsSubTabs a.Active { font-weight: bold; }

.StatsFilterPanel {
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin: 20px 0;
	padding: 5px 10px;
	}
	.StatsFilterPanel div { margin: 5px 0; }
	#WorkPanel #WorkArea .StatsFilterPanel .Title {
		border: none;
		color: #7D7C84;
		font-size: 14px;
		font-weight: bold;
		margin: 5px 0;
		padding: 0;
		}

.ExportStats { 
	margin: 10px;
	margin-top: -35px;
	padding: 5px;
	text-align: right;
	}