﻿
div.CurrentSelectionData > table > thead > tr > th, div.CurrentSelectionData > table > tbody > tr > th, table.CurrentSelectionData > tbody > tr > th
{
    text-align:center;
    font-weight:bold;
	background-color:#CCCCCC;
}
div.CurrentSelectionData > table > tbody > tr > td
{
    text-align:right;
	background-color:#FFFFFF;
}
div.CurrentSelectionData > table > thead > tr > th, div.CurrentSelectionData > table > tbody > tr > td, div.CurrentSelectionData > table > tbody > tr > th
{
    border-color:black;
    border-width:1px;
    border-style:solid;
    padding:1px 2px;
}
div.CurrentSelectionData > table > caption
{
    text-align:center;
    font-weight:bold;
}
div.CurrentSelectionData > div
{
    text-align:left;
}
