﻿body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

.actionButton
{
    font-family: "Microsoft Sans Serif";
    font-size: xx-small;    
    }

.msaError
{
    font-weight: bold;
    color: #FF0000;
}  

        .helpTable
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #006699;
}

.styleHelp
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    line-height: 14px;
    padding: 0 0 0 5px;
    vertical-align: top;
    text-align: left;
}

.style1
{
    font-family: "Microsoft Sans Serif";
    font-size: xx-small;
    }
.style2
{
    font-family: "Microsoft Sans Serif";
    font-size: small;
}
.style3
{
	color: red;
}
table.tablesorter
{
    font-family:arial; 
    background-color: #999999; 
    margin:10px 0pt 15px;
    font-size: 8pt; 
    width: 100%; 
    text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th
{
    background-color: #999999; 
    border: 1px solid #000000;
    color:White; 
    font-size: 8pt; 
    padding: 4px;
}
table.tablesorter thead tr .header
{
    background-image: url(../Includes/Images/small.gif);
    background-repeat: no-repeat; 
    background-position: center right; 
    cursor: pointer;
}
table.tablesorter tbody td
{
    color: #000000; 
    padding: 4px; 
    background-color: #ffffff;
    border: 1px solid #000000; 
    vertical-align: top;
}
table.tablesorter tbody tr.odd td
{
    border: 1px solid #000000;
}
table.tablesorter tfoot td
{
    background-color: #666666; 
    border: 1px solid #000000;
    color:White; 
    font-size: 8pt; 
    font-weight:bold; 
    padding: 4px;
}
table.tablesorter thead tr .headerSortUp
{
    background-image: url(../Includes/Images/small_asc.gif);
}
table.tablesorter thead tr .headerSortDown
{
    background-image: url(../Includes/Images/small_desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp
{
    background-color: #999999;
}
.xrow
{
    background-color: #666666; 
    border: 1px solid #000000;
    color:White; 
    font-size: 8pt; 
    font-weight:bold; 
    padding: 4px;
}

