INPUT
{
    FONT-SIZE: 8pt;
    COLOR: darkblue;
    font-name: verdana
}
SELECT
{
    FONT-SIZE: 8pt;
    COLOR: darkblue;
    font-name: verdana
}
.ScreenTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    TEXT-TRANSFORM: capitalize;
    COLOR: darkblue;
    FONT-FAMILY: Verdana;
    TEXT-ALIGN: center;
    FONT-VARIANT: normal;
    font-name: verdana
}
.StepTitle
{
    DISPLAY: none;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    TEXT-TRANSFORM: capitalize;
    COLOR: darkblue;
    FONT-FAMILY: Verdana;
    TEXT-ALIGN: center;
    FONT-VARIANT: normal;
    font-name: verdana
}
.TopLabels
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    TEXT-TRANSFORM: capitalize;
    BORDER-LEFT: medium none;
    COLOR: white;
    BORDER-BOTTOM: medium none;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: darkblue;
    TEXT-ALIGN: center
}
.MidLabels
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    FONT-SIZE: 9pt;
    TEXT-TRANSFORM: capitalize;
    BORDER-LEFT: medium none;
    COLOR: white;
    BORDER-BOTTOM: medium none;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: darkblue
}
.Labels
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    TEXT-TRANSFORM: capitalize;
    COLOR: darkblue;
    FONT-FAMILY: Verdana;
    WHITE-SPACE: nowrap
}
.LabelDesc
{
    FONT-SIZE: 8pt;
    COLOR: darkblue;
    FONT-FAMILY: Verdana;
    TEXT-ALIGN: left
}
.BottomInfo
{
    FONT-SIZE: 8pt;
    COLOR: darkblue;
    FONT-FAMILY: Verdana;
    TEXT-ALIGN: center
}
.Alert
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: darkblue;
    FONT-FAMILY: Verdana;
    TEXT-ALIGN: center
}
.Data
{
    FONT-SIZE: 8pt;
    COLOR: darkblue;
    FONT-FAMILY: Verdana
}
.LeftBullets
{
    FONT-SIZE: 7.5pt;
    COLOR: darkblue;
    FONT-FAMILY: Verdana
}
.LeftLabel
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 7.5pt;
    COLOR: darkblue;
    FONT-FAMILY: Verdana
}
.CloseButton
{
}
.ExitButton
{
}
.Step1Button
{
}
.LeftBottomInfo
{
    FONT-SIZE: 8pt;
    COLOR: darkblue;
    FONT-FAMILY: Verdana;
    TEXT-ALIGN: left
}
.FindAcctNumber
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    TEXT-TRANSFORM: capitalize;
    COLOR: darkblue;
    FONT-FAMILY: Verdana
}
.PaymentEntryContinueButton
{
}
.PaymentConfirmationBottomInfo
{
    FONT-SIZE: 8pt;
    COLOR: red;
    FONT-FAMILY: Verdana;
    TEXT-ALIGN: center
}
.AcceptButton
{
}
/*
Note For .CurrentBill .LastPayment .CurrentBillandLastPayment
To suppress CurrentBill and/or LastPayment info:
Use display: none; on .CurrentBill
Use display: none; on .LastPayment
If both .CurrentBill and .LastPayment are set to display=none then 
	Set CurrentBillandLastPayment "width: 0%"
	This will center the content correctly.
If either .CurrentBill or .LastPayment is displayed, then clear any
	.CurrentBillandLastPayment settings 
Note: If hiding the entire left area or last payment area,
    then make sure Last Payment Available is set to zero in the GUI.
    Otherwise the last payment method info will be displayed.
*/
.CurrentBill
{
}
.LastPayment
{
}
.CurrentBillandLastPayment
{
}
/*
Note For .CurrentBillDueDate
Added for clients that have bill presentment, but do not want the date displayed.
Use display: none;
*/
.CurrentBillDueDate
{
}

.ErrorMessage
{
    FONT-SIZE: 10pt;
    COLOR: red;
    FONT-FAMILY: Verdana
}
.ANE_Cards_Allowed
{
}
.ANE_Fee_Message
{
}
.ANE_Tiered_Fee_Message
{
}
.ANE_Button_Continue
{
}
.ANE_Button_Close
{
    DISPLAY: none
}
.ANE_Button_Exit
{
    DISPLAY: none
}
.ANE_Button_History
{
}
.PE_Button_Reuse
{
}
.PE_Button_Cancel
{
}
.PE_Button_Continue
{
}
.PE_Button_Close
{
    DISPLAY: none
}
.PE_Button_Exit
{
    DISPLAY: none
}
.PECA_Button_Reuse
{ 
}
.PECA_Button_Cancel
{
}
.PECA_Button_Continue
{
}
.PECA_Button_Close
{
    DISPLAY: none
}
.PECA_Button_Exit
{
    DISPLAY: none
}
.PECB_Button_Change
{
}
.PECB_Button_Cancel
{
}
.PECB_Button_Continue
{
}
.PECB_Button_Close
{
    DISPLAY: none
}
.PECB_Button_Exit
{
    DISPLAY: none
}
.PC_Button_Cancel
{
}
.PC_Button_Change
{
}
.PC_Button_Confirm
{
}
.PC_Button_Print
{
}
.PC_Button_Close
{
    DISPLAY: none
}
.PA_Button_MakeAnotherPayment
{
    DISPLAY: none
}
.PA_Button_Exit
{
}
.PA_Button_Print
{
}
.PA_Button_Close
{
}
.PA_Button_History
{
}
.AH_Button_Close
{
}
.AH_Button_Print
{
}
