﻿/*Most Outer Table for Credit Info user Control */
.CreditInfoMasterTable
{	
	width:100%;
}

/*Style for page Header*/
.CreditInfoHeader
{
	background-color: #333399;
    FONT-WEIGHT: bold;
	font-family:Arial;
	color:White; 
	font-size:13px;
	padding:2px 2px 2px 2px;
}

/*Style for Credit Information form*/
.CreditInfoFormTemplate
{
	font-family:Arial;
	color:Black; 
	font-size:11px;
}
.CreditCardInformationTable
{
	font-family:Arial;
	color:Black; 
	font-size:11px;

}

/* syle for order information table (below gridview)*/
.CreditInfoTable
{
	width:100%;
}

/*Style for sub header of page e.g "Billing Address" and "Credit card Details"*/
.CreditInfoSubHeader
{

}

/*Style for each Row of Credit Info Form*/
.CreditInfoFormRow
{
	font-family:Arial;
	color:Black; 
	font-size:12px;
}

/*RowStyle for orderConfirmation gridview*/
.OrderConfirmationRowStyle 
{	
	FONT-SIZE: 12px;	
	COLOR: black;	
	FONT-FAMILY: Arial;	
	BACKGROUND-COLOR: #ececec;	
	TEXT-ALIGN: left;	
	TEXT-DECORATION: none
}

/*AlternateRowStyle for orderConfirmation gridview*/
.OrderConfirmationAlternateRowStyle 
{	FONT-SIZE: 12px;	
	COLOR: black;	
	FONT-FAMILY: Arial;	
	BACKGROUND-COLOR: White;	
	TEXT-ALIGN: left;	
	TEXT-DECORATION: none
}

