﻿body
{
    margin: 0px 0px 0px 0px;
    font-family: Arial;
    font-size: 12pt;
}

td
{
    vertical-align: top;
}

.activeReportTitle
{
    background-color: #52BABF;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10pt;
    padding: 5px;
    margin-bottom: 2px;
    display: block;
}

.activeReportTitle .fa 
{
    color: #FFFFFF;
}

.errorInformationPanel
{
    background-color: #FFFFCC;
    padding: 15px;
    border: 1px solid #999999;
    border-radius: 10px;
    margin: 20px 20px 0px 20px;
}

.errorLabel
{
    color: Red;
    font-size:9pt;
}

.fa
{
    color: #52BABF;
}

.fieldLabel
{
    font-weight: bold;
    font-size: 10pt;
}

.fieldValue
{
    font-size: 10pt;
}

.gridView
{
    font-size:10px;
    font-weight:bold;
    width:98%;
    border-top-style:none;
    border-right-style:none;
    border-left-style:none;
    border-bottom-style:none;
    background-color:#FFFFFF; 
    margin-bottom:2em;
}

.gridViewCaption
{    
    font-weight: bold; 
}

.gridViewHeaderRow TH
{
    height: 30px;
    text-align: left;
    color: White;
    background-color: #999999;
}

.gridViewHeaderRow TH A
{
  color: #FFFFFF;
}

.gridViewPager
{
	height: 15px;
}

.gridViewPager TD
{
	text-decoration: none;
	height: 15px;
	color: #FFFFFF; 
	background-color: Black;
}

.gridViewPager A
{
    text-decoration: underline;
	color: #FFFFFF;    
}

.gridViewAddRow
{
	height: 20px;
	vertical-align: top;
}
	
.gridViewEditRow
{
	height: 25px;
	vertical-align: top;
}

.gridViewDetailRow, .gridViewDetailRow2
{
    height: 25px;
    color: #000000;
}

.gridViewDetailRow2
{
    background-color: #F5F5F5;
}

.gridViewNoDataRow
{
    font-size: 10pt;
    background-color: #FFFFCC;
    border: 1px solid #000000;
}

.gridViewNoDataRow td
{
    padding: 10px;
}

/*
.optionsCollapsed, .optionsExpanded
{
    height: 20px;
    width: 20px;
    position: absolute;
    background: url(../images/plus.gif) no-repeat center center;
    cursor: pointer;
    border: 1px solid #C0C0C0;
    border-radius: 5px;
}

.optionsExpanded
{
    background: url(../images/minus.gif) no-repeat center center;
}
*/

.pageContent
{
	text-align: left;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
}


.pageFooterTable
{
	border-top: solid 1px #E1E1E1;
	margin-top: 50px;
	font-size: 8pt;
	padding-left: 10px;
	padding-right: 10px;
}

.pageFooterLeft
{
	text-align: left;
	vertical-align: top;
	width: 200px;
}


.pageFooterRight
{
	text-align: right;
	vertical-align: top;
	width: 200px;
}

.pageHeader
{
    background-color: #F2F2F2;
    color: #000000;
    padding-top: 5px;
    padding-left: 10px;
    border-bottom: 1px solid #E1E1E1;
    min-width: 660px;
}

.pageHeaderApp
{
    font-weight: bold;
    font-size: 14pt;
}
.pageHeaderTitle
{
    font-weight: bold;
    font-size: 12pt;
}

.poweredByLogo img
{
    padding: 2px; 
    border-width: 0px;
}

.reportsTable
{
    width: 300px;
}

.reportCell, .reportCellSelected
{
    border: 1px solid #C0C0C0;
    padding: 5px;
    background-color: #3A2A23;
    color: #FFFFFF;
    cursor: pointer;
}

.reportCell .fa 
{
    color: #FFFFFF;
}

.reportCellSelected
{
    cursor: not-allowed;
    background-color: #52BABF;
    color: #FFFFFF;
}

.reportCellSelected .fa 
{
    color: #FFFFFF;
}

.reportButton
{
    display: none;
}

.reportTitle
{
    font-weight: bold;
    font-size: 10pt;
    display: inline;
}

.reportDescription
{
    font-size: 9pt;
    padding-top: 2px;
}

.reportRunnerCell
{
    border: 1px solid #C0C0C0;
}
   
.reportRunnerControl
{
}
