﻿.ComponentUsage
{
	font-size: 12px;
	padding: 0px; 
	margin-left: 20px; 
	margin-top: 20px;
	font-weight: normal!important;
}

.ComponentUsage .AlternateRow
{
	background-color: #f5f4f4;
}

.ComponentUsage .Ident
{
	width: 30px;
}

.ComponentUsage .Month
{
	color: #005F8F;
	font-weight: bold;
	width: 100px;
	border-bottom: solid 1px #005F8F;
}

.ComponentUsage td.TotalCell
{
	padding-top: 3px;
	font-weight: bold;
	border-top: solid 1px black;
}

.ComponentUsage .Header
{
	color: black;
	font-weight: bold;
	padding-bottom: 5px;
}

.ComponentUsage .Domain
{
	width: 150px;
}

.ComponentUsage .Component
{
	width: 100px;
}

.ComponentUsage .Version
{
	width: 80px;
}

.ComponentUsage .ReportedOn
{
	width: 150px;
}

.ComponentUsage a,
.ComponentUsage a:VISITED,
.ComponentUsage a:ACTIVE
{
	font-weight: normal!important;
	color: Black!important;
	text-decoration: none!important;
}

.ComponentUsage a:HOVER
{
	text-decoration: underline!important;
	color: Navy!important;
}