﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: baseline;
}

a 
{
	color: grey;
	text-decoration: underline;
}

p 
{
	padding-bottom: 12px;
}

ol, ul 
{
	list-style: none;
}

h1
{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

.titleBar 
{
	background: url(../Images/Payments/titleBar.png);
	background-repeat: repeat-x;
	position: relative;
	text-align: center;
}

.title
{
	position: relative;
	height: 45px;
	background: url(../Images/Payments/name.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 0;
}

.backBtn 
{
	float: left;
	height: 45px;
	width: 57px;
	background: url(../Images/Payments/Back.png);
	background-repeat: no-repeat;
	background-position: left;
	z-index: 999;
}

.content 
{
	margin: 10px;
    min-height: 400px;
}

.footer 
{
	text-align: center;
	margin-top: 6px;
	margin-bottom: 20px;
	font-size: 12px;
}

.footer ul 
{
    margin-bottom: 5px;    
}

.footer li:first-child 
{
	border: 0;
}

.footer li 
{
	font-size: 12px;
	border-left: 1px solid grey;
	display: inline;
	padding-left: 6px;
	padding-right: 2px;
}

.footer a 
{
	text-decoration: none;
	font-weight: normal;
	line-height: 1.4em;
	font-size: 12px;
}

.footer p 
{
	line-height: 1.4em;
	font-size: 12px;
}

.left 
{
	float: left;    
}

.CreditCardButton 
{
	float: left;    
	padding-left: 10px;    
}

.EditContent
{
	border-style: solid;
	border-width: 2px 1px 1px 1px;
	border-color: rgb(223, 126, 60) #E0E0E0 #E0E0E0 #E0E0E0;
	margin-top: 10px;
	padding-top: 6px;
	background-color: #EFEFEF;
	padding-left: 10px;
	padding-bottom: 10px;
}

.paymentTable
{
	border-style: none;
	width: 100%;
	border-spacing: 5px;
}

.paymentTableLogo
{
	background-image: url('../Images/Payments/logo.png');
	background-repeat: no-repeat;
	border-style: none;
	width: 100%;
	border-spacing: 5px;
}

.buttonTable
{
	border-style: none;
	width: 100%;
	border-spacing: 5px;
}

.leftCell
{
	width: 160px;
    vertical-align: middle;
}

.leftCellLogo
{
	padding-left: 80px;
    vertical-align: middle;
}

.tipInput
{
	width: 70px;
	text-align: right;
}

.centerCell
{
	text-align: center;
    vertical-align: middle;
}

.rightCell
{
	text-align: right;
    vertical-align: middle;
}

.rightCell input 
{
	width: 170px;    
    vertical-align: middle;
}

.rightCellLogo
{
	text-align: right;
    vertical-align: middle;
}

.button
{
	width: 140px;
	height: 25px;
}

.success{
	background-color: #CCFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	margin-top: 10px;  
	margin-bottom: 10px;
	border-style: solid;
	border-color: Black;
	border-width: 1px;
}

.failed{
	background-color: #FFCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	margin-top: 10px;  
	margin-bottom: 10px;
	border-style: solid;
	border-color: Black;
	border-width: 1px;
}
