﻿body 
{
	font-family: Sans-Serif;
	font-size: smaller;
	background: white;
}

img 
{
	border-style:none;
}

.PadNode
{
    padding:0px 1px;
    cursor:default;
   /* margin-left:1px;*/
    }
    
.PadNode a, 
.PadNode img
{
     cursor:default;
}
    
.PadNodeLine
{
    padding:0px 3px;
    
}
    
.ReportTable
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}

.ReportTableHead
{
	border-right: gray thin solid;
	border-top: gray thin solid;
	border-left: gray thin solid;
	border-bottom: gray thin solid;
	background-color: #c0c0c0;
	text-align: center;
}

.ReportTR
{
	border-bottom: gray thin solid;
	text-align: left;
}

.ReportTRHole
{
    background-color:red;
	border-bottom: gray thin solid;
    color:white;
	text-align: left;
}

.ReportTRManual
{
    background-color:#87cefa; /* Light sky blue */
	border-bottom: gray thin solid;
    color:black;
	text-align: left;
}

.ReportTRBlacklist
{
    background-color:red;
	border-bottom: gray thin solid;
	color:white;
	text-align: left;
}

.ReportTDStr
{
	border-bottom: gray thin solid;
	text-align: left;
}

.ReportTDStrCenter
{
	border-bottom: gray thin solid;
	text-align: center;
}

.ReportTDNum
{
	border-bottom: gray thin solid;
	text-align: right;
}

.ReportSummaryTable
{    
	border-right: thin solid;
	border-top: thin solid;
	border-left: thin solid;
	border-bottom: thin solid;
	border-color: Black;
}

table.PeripheralStyle 
{
    width:650px;
	border-width: 2px 2px 2px 2px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
	padding:3px;
}

table.InnerPeripheralStyle
{
    width : 650px;
	border-width: 0px 0px 0px 0px;
	border-collapse:collapse;
	background-color: white;
}

td.PeripheralStyle
{
    vertical-align:middle;    
}

.HiddenColumn
{
	display:none;
}

tr.directory td
{
   border-bottom: 1px solid gray;
}

.imgTutorialIcon
{
   margin-left:3px;
   margin-right:3px;
   border-style:none;
}

table.PanelSection
{
    border-color:#D3D3D3; /* LightGray */
    border-width:1px;
    border-style:solid;
    padding:3px;
}

table.GreyBorder
{
    border-color:#D3D3D3; /* LightGray */
    border-width:1px;
    border-style:solid;
}

table.ValidityReport
{
    border-color:black;
    border-width:1px;
    border-style:solid;
    border-spacing:2px;
}

th.ValidityReport
{
    background-color:#C0C0C0; /* Gray */
    padding:3px;
    text-align:center;
}

td.ValidityReportCorrect
{
    background-color:#a7fb7d; /* Light green */
    padding:5px;
    text-align:center;
}

td.ValidityReportWarning
{
    background-color:#ffcc33; /* Pale orange */
    color:black;
    padding:5px;
    text-align:center;
}

td.ValidityReportError
{
    background-color:#dc3a3a; /* Light red */
    color:white;
    line-height:120%;
    padding:5px;
    text-align:left;
}

td.MeterManualEntry
{
    text-align:center;
}

tr.GreyTopBorder
{
    border-top:1px solid #D3D3D3;
}

div.PanelSection
{
    border:solid 1px #D3D3D3;
    float:left;
    padding:3px;
}

.InfoMsg
{
    padding:3px;
}

TABLE TR TD.MetRptStartValue, .MetRptStartValue 
{
    /*background-color:#87cefa;  Light sky blue */
    
     border-bottom:5px solid #87cefa;
     
}


TABLE TR TD.MetRptEndValue, .MetRptEndValue 
{
   /* background-color:#90ee90;  Light green */
    
     border-bottom:5px solid #90ee90;
    
}

TABLE TR TD.MetRptDifference, .MetRptDifference 
{
    /*background-color:#ffa500;  Orange */
    
      border-bottom:5px solid #ffa500;
    
}

TABLE TR TD.MetRptFormat, .MetRptFormat 

{
    /*background-color:#ffff00;  Yellow */
    
    border-bottom:5px solid #ffff00;
    
}


TABLE TR TD.MetRptCalculatedFormattedValue, .MetRptCalculatedFormattedValue 
{
    /*background-color:#cc99ff;  Lilas */
     
     border-bottom:5px solid #cc99ff;
      
}

TABLE TR TD.MetRptCalculatedValue,.MetRptCalculatedValue

{
    /*background-color:#669999; turqoise */
      
      border-bottom:5px solid #669999;
      
}

 .MetRptCalculatedValueBg
 {
   background-color:#669999;  /*turqoise */
    
}

.MetRptStartValueBg
{
    background-color:#87cefa;  /*Light sky blue */
    
     
}


.MetRptEndValueBg
{
    background-color:#90ee90; /* Light green */
    

    
}

.MetRptDifferenceBg
{
   background-color:#ffa500;  /* Orange */
  
}

.MetRptFormatBg

{
    background-color:#ffff00;  /*Yellow */
    
}


.MetRptCalculatedFormattedValueBg
{
    background-color:#cc99ff;  /*Lilas */
     
}


/*ff99cc*/
/*669999*/
.TransactionHole
{
    background-color:red;
    color:white;
}

.TerminalOffline
{
    background-color:Orange;
}

.TransactionManual
{
    background-color:#87cefa; /* Light sky blue */
    color:black;
}

.BlacklistedCard
{
    background-color:red;
    color:white;
}

div.MoneyStatusReportTitle,.MoneyStatusReportTitle
{
    font-size:large;
    font-weight:bold;
    margin-bottom:7px;
    margin-top:3px;
}


.PopupConfirm table, .AskAdjust table
{
    Width:100%;
    position:relative;
    bottom:-8px;
    left: 1px;
}

.PopupConfirm input
{
    
    margin:15px 15px 0px 15px;
}

.PopupConfirm{
    border:2px solid black;
    background-color:White;
    font-weight:bold;
    text-align:center;
    Width:400px;
    padding:25px;
   /* z-index:50;*/
}


.AskAdjust{
    border:2px solid black;
    background-color:White;
    Width:400px;
    padding:5px;
   /* z-index:50;*/
}


.BckPopup{
    background-color:#C0C0C0;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.trvMainMenu a
{
    padding-right:3px;
}

.iconTvProd
{
    height:18px;
    width:18px;
}


/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.WatermarkCssClass
{
    font-style:italic;
    color:gray;
    
    }
