﻿
footer
{
	text-align:	center
}

.PaginationControl
{
	text-align:	center;
	margin-top:	3em;
}

.MemoField
{
	line-height: 1.5em;
	padding: .4em .5em;
}

.ui-content .ui-listview-inset, .ui-panel-inner>.ui-listview-inset
{
	margin: 1em 0.5em;
}

#liFlashReport
{
	font-size:	200%;
	text-align:	center;
}

.Blink
{
}

.ToggleRows thead th,
.ToggleRows tbody tr:last-child {
    border-bottom: 1px solid #d6d6d6; /* non-RGBA fallback */
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.ToggleRows tbody th,
.ToggleRows tbody td {
    border-bottom: 1px solid #e6e6e6; /* non-RGBA fallback  */
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.ToggleRows tbody tr:last-child th,
.ToggleRows tbody tr:last-child td {
    border-bottom: 0;
}
.ToggleRows tbody tr:nth-child(odd) td,
.ToggleRows tbody tr:nth-child(odd) th {
    background-color: #eeeeee; /* non-RGBA fallback  */
    background-color: rgba(0,0,0,.04);
}

.MonthlyRecords tbody tr:first-child td,
.MonthlyRecords tbody tr:first-child th {
    background-color: #0000ff; /* non-RGBA fallback  */
    background-color: rgba(0,0,255,.20);
}
