﻿h3 { }

.trendingAlert
{
    color: Red;
    font-weight: bold;
}

.trendingTable
{
    border: 1px solid black;
    
}
.trendingTableCell
{
    border: none;
    padding: 5px 5px 5px 5px;
}
.trendingTableAlternatingCell
{
    border: none;
    padding: 5px 5px 0px 5px;
}
.trendingTable tr th
{
    padding: 3px 5px 3px 5px;
    background-color: #eeeeee;
    border-top: 1px solid buttonface;
	border-left: 1px solid buttonface;
	border-right: 1px solid buttonshadow;
	border-bottom: 1px solid buttonshadow;
	text-align: center;
}
.trendingSubTable
{
    border: solid 1px #999999;
    background-color: white;
    border-collapse: collapse;
}
.trendingSubTable td 
{
    border: solid 1px #999999;
    background-color: white;
}
.trendingSubTable td table
{
    border: none;
    margin: 2px;
    padding: 0;
    border-collapse: collapse;
}
.trendingSubTable td table td
{
    border: none;
}
.trendingTableFooter
{
    padding: 8px 0 8px 0;
    border: solid 1px black;
    text-align: center;
}
.trendingSelectedRow td
{
    border: solid 1px #999999;
    padding: 5px;
}
.trendingSelectedAlternatingRow td
{
    border: solid 1px #999999;
    background-color: #eeeeee;
    padding: 5px;
}
/*
.trendingSelected th
{
    font-weight: bolder;
}
.trendingSelected td
{
    border: solid 1px #999999;
}
.trendingCblTable tr td table
{
    border: none;
    margin-left: 0.5em;
}
.trendingBorderR
{
    border-right:solid 1px #999999;
}
.trendingBorderB
{
    border-bottom:solid 1px #999999;
}
.trendingBorderRB
{
    border-right:solid 1px #999999;
    border-bottom:solid 1px #999999;
}
.trendingAlternatingRow
{
}
*/