body
{
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
    color:#3f61A8;    
	font-size:13px;
	cursor:default;
}

.Table
{
	background-color:#fff;
	width: 100%;
	min-width:100%;
}

.TableCentreLeft
{
}

.TableCentreRight
{
}

.TableCentre
{
	width: 700px; /*IE FIX*/
	vertical-align:text-top;
}

.TableCentreTopLeft
{
}

.TableCentreTopRight
{
}

.TableCentreTop
{
	width: 700px;
	height:100px; 
}

.TableCentreBottomLeft
{
}

.TableCentreBottomRight
{
}

.TableCentreBottom
{
	width: 700px;
	height:100px; 
}

div#PageContainer
{
	position:relative;
	height:auto; /* real browsers */
	min-height:100%; /* real browsers */
	width: 100%;
	min-width:100%; /* real browsers */
	text-align: left; /* IE fix display: inline; */ 
}

.ContentRight
{
    float:none;/*left*/
    right:300px;
    width:700px;
	margin-bottom:20px;
	
}

.ContentHeader
{
    background-image:url('/SiteFiles/VirtualSkinFiles/CONTENT_HEADER_BACKGROUND/CWP_STD.ENGLISH.ContentHeader.jpg');
    height:25px;
    line-height:25px;
    background-repeat:no-repeat;
    background-position:bottom left;
    font-size:18px;
    clear:both;/*right*/
    padding-left:20px;
    padding-top:0px;
}

.ContentBodyText
{
    font-size:12px;
    float:none;/*left*/
	clear:left;
    width:670px;
    padding-left:52px;
    margin-top:7px;
    text-align:center;
}

table.PaymentFormHelper
{
    width:680px;
}

table.PaymentFormHelper, td.PaymentFormHelper, th.PaymentFormHelper
{
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 13px;*/
	color:#000;
    border-color: #000;
    border-style: solid;
}

table.PaymentFormHelper
{
    border-width: 0px 0px 1px 1px;
	border-collapse: collapse;
	margin-bottom:20px;
}

th.PaymentFormHelper
{
	background-color:#b8cce4;
}

td.PaymentFormHelper, th.PaymentFormHelper
{
	vertical-align:top;
	text-align:left;
	border-width: 1px 1px 0px 0px;
	padding:3px;
}

.DefaultFormDocumentationStyle
{
	width:900px;
    margin:0px auto auto auto;
    padding:15px;
}

#AJAXUpdatePanel_Panel, #AJAXUpdatePanel_Spinner
{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
}

#AJAXUpdatePanel_Panel
{
	background-color:#eee; 
	opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity=60);
}

#AJAXUpdatePanel_Spinner
{
	background-color:Transparent;
	background-image:url('/SiteFiles/VirtualSkinFiles/AJAX_PROGRESS_SPINNER/CWP_STD.ENGLISH.AJAXProgressSpinner.gif');
	background-repeat:no-repeat;
	background-position:center center;
}

/*#LoginForm
{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	background-color:#cfddef;
	border-top:solid 1px #77a;
}*/

.VAMRequiredFieldsDescription
{
    font-size:11px;
    font-style:italic;
}

.CharityDonationButtonStyle
{
    border:2px solid Black;
    background-color:Black;
    color:White;
    float:left;
    font-family:Arial;
    font-weight:bold;
    font-size:10pt;
    padding:0px 13px 0px 13px;
    margin:0px 0px 0px 0px;
    width:85px;
}

.CharityDonationButtonStyle:hover
{
    cursor:pointer;
}

#ThreeDSecureRepostingActivity {
	background-color: Transparent;
	background-image: url('/SiteFiles/VirtualSkinFiles/AJAX_PROGRESS_SPINNER/CWP_STD.ENGLISH.AJAXProgressSpinner.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
}

.CheckboxContainer {
	display: flex;
	align-items: flex-start;
	margin: 10px 0;
}

	.CheckboxContainer input[type="checkbox"] {
		appearance: none;
		width: 20px;
		height: 20px;
		border: 2px solid #ccc;
		border-radius: 3px;
		margin-right: 10px;
		position: relative;
	}

		.CheckboxContainer input[type="checkbox"]:checked::before {
			content: '\2713';
			display: block;
			text-align: center;
			line-height: 18px;
			font-size: 16px;
			color: #fff;
			background-color: #007bff;
			border-radius: 3px;
		}

	.CheckboxContainer label {
		flex: 1;
		margin: 0;
	}

#ClickToPayContentContainer {
	background-color: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	justify-content: center;
	height: 750px;
}

#ClickToPayIframe {
	background-color: #fff;
}

#ClickToPayCards {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	max-width: 450px;
	margin: auto;
	padding: 5px;
	border-radius: 5px;
}

.hydrated {
	--src-root-container-border-color: 0px solid rgba(151, 151, 151, .3);
}

.ManualCardBox {
	text-align: center;
	width: 60%;
	margin: auto;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI";
	font-size: 16px;
	font-weight: 400;
	color: rgb(20, 20, 19);
}

.ManualCardButton {
	text-decoration: underline;
	padding-bottom: 20px;
}

	.ManualCardButton :hover {
		cursor: pointer;
		color: #FF3A00;
	}

.ManualCardOr {
	padding-bottom: 50px;
}

.OrLine {
	height: 1px;
	background: rgba(151, 151, 151, .3);
	width: 45%;
	float: left;
	margin-top: 10px;
}

.OrText {
	width: 10%;
	float: left;
}

.applePayContainer {
	display: block;
	width: 95%;
	max-width: 450px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
	margin: auto;
}

.apple-pay-button {
	display: inline-block;
	-webkit-appearance: -apple-pay-button;
	-apple-pay-button-type: plain; /* Use any supported button type. */
	height: 100%;
	width: 100%;
}

.apple-pay-button-black {
	-apple-pay-button-style: black;
}

.apple-pay-button-white {
	-apple-pay-button-style: white;
}

.apple-pay-button-white-with-line {
	-apple-pay-button-style: white-outline;
}