/* =======================================================

	AUTHOR: 		Sumac UK
	DESCRIPTION:	Screen styles for PayPoint Transactions
	DATE:			25/03/08
	LAST EDITED:	--/--/--

======================================================= */

/* ==========================================================
	GLOBALS
========================================================== */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #fff;
	text-align: center;

}
/* [ text sizing ]---------------------------------------- */
/* http://www.clagnut.com/blog/348/ ---------------------- */
html
{
	font-size: 100%; /* for IE */
}
body
{
	font-size: 62.5%; /* for IE/Win */
}
input, select, table
{
	font-size: 100%;

}
/* [ links ] ------------------------------------------ */
a
{
	cursor: pointer;
	color: #003399;
	text-decoration: underline;
	
}
a:link, a:visited
{
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
/* [ headings ] ------------------------------------------ */

h1
{
	font-size: 1.6em;
	margin: 0 0 24px 0;
	font-weight: bold;
	color: #00325b;
	padding-top: 9px;
}
h2
{
	margin: 0 0 0.8em 0;
	font-size: 1.2em;
	font-weight: bold;
}
h3
{
	margin: 0 0 0.8em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h4
{
	margin: 0 0 0.5em 0;
	font-size: 1em;
	font-weight: bold;
}

h5
{
	margin: 0 0 0.5em 0;
	font-size: 1.1em;
	font-style: italic;
}

.hide
{
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}
.clear
{
	clear: both;
	overflow: hidden;
	font-size: 1px;
	height: 1px;
}

.req, .error {
	color: #aa0000;
}

a img
{
	border: 0;
}
p
{
	margin-bottom:1.3em;
}
.col-full-width p
{
	/*margin-right: 100px;*/
}
p.text-highlight
{
	color: #847aa6;
	padding-bottom: 6px;
	background: transparent url(/images/dash-1-bg.gif) no-repeat left bottom;
}
/* =========================================================
	PAGE
========================================================== */

/*main wrapper*/
#paypoint
{
	
	margin: 0 auto;
	width: 900px;
	padding-bottom: 46px;
	text-align: left;
	font-size: 1.2em;
	/*border: 1px solid #f00;*/
	background: url(../images/bg_paypoint.jpg) 0 100% no-repeat transparent;
}

#header
{
	height: 117px;
	display: block;
	background: url(../images/bg_header.jpg) 0 0 no-repeat transparent;
}
#header img#logo
{
	display: inline;
	padding: 120px 0 0 50px;
}
/* ==========================================================
	CONTENT
========================================================== */
#content
{
	background: url(../images/bg_content.jpg) 0 0 repeat-y transparent;
	width: 900px;
	position: relative;
}


div.two-col
{

}
div.two-col-inner
{

	padding: 10px 40px 30px 40px;
	

}
#content .col-one
{
	width: 480px;
	float: left;
}

#content .col-one label
{
	display: block;
	margin-bottom: 5px;
}
#content div.input-box input
{
	margin-bottom: 6px;
	border: 1px solid #666;
	margin: 0 0 5px 0;
	padding: 2px 0;
}
#content .col-two
{
	float: right; 
	width: 260px;
	
}

#content .col-two p {
	padding-right: 20px;
}

p.leftcol {
	width: 480px;
}

div.col-full-width
{

/*	background: transparent url(../images/fullwidth-panel-bottom.gif) no-repeat left bottom;*/
}
div.col-full-width-inner
{
	padding: 10px 40px 30px 40px;
}

#content div.content-main
{

}

div.login-status p {
	text-align: right;
	font-size: 0.9em;
	margin-bottom:0;
}

div.menu-links {
	float: right;
	width: 29.3em;
	padding-top: 6px;
}

div.menu-links p {
	margin-bottom: 0;
}

div.menu-links ul li {
	padding-left: 13px;
	padding-right: 15px;
	float: left;
	white-space:nowrap;
	background: url(../images/bg_menulinks_li.gif) 100% 0.25em no-repeat transparent;
	color: #666666;
}

div.menu-links ul li.last {
	padding-right: 0;
	background: none;
	padding-left: 16px;
}

div.menu-links ul li a:link, div.menu-links ul li a:visited {
	text-decoration: none;
}

div.menu-links ul li a:hover,  div.menu-links ul li a:focus, div.menu-links ul li a:active {
	text-decoration: underline;
}


div.form-fields {
	margin-top: 21px;
	padding-bottom:17px;
}

label {
	display:block;
	float: left;
	width: 234px;
	padding-top: 2px;
	padding-right: 6px;
	text-align: right;
}

input.textfield {
	width: 236px;
	float: left;
}

input.smalltextfield {
	width: 80px;
	float: left;
}

span.smalltextfield {
	width: 240px;
	float: left;
	display: block;
}

select.frmfield {
	width:240px;
	float: left;
}

div.clear-field {
	clear: both;
	height: 10px;
	overflow: hidden;
}

div.left-field, span.left-field {
	text-align: right; 
	width: 234px; 
	float: left; 
	padding-right: 6px;
	display: block;
}

div.right-field, span.right-field {
	float: left; 
	width: 236px;
	display: block;
}

div.right-field span {
	display:block;
	padding-bottom: 5px;
}

div.captcha {
	width: 480px;
	float: left;
	text-align: right;
	margin-top: 10px;
}

div.captcha div.img {
	margin-bottom: 7px;
}

div.error, div.success {
	background: #f3f7fa;
	width: 480px;
}

div.error p, div.success p {

	padding: 8px 15px 7px 15px;
	margin-bottom:0;
}

div.success {
	border-top: 10px solid #fff;
}

div.success p {
	font-size: 1.1em;
	color: #00325b;
	font-weight: bold;
}

div.hint {
	float: left;
	width: 340px;
}

div.hint p {
	margin-bottom:0;
	padding-top: 2px;
	padding-left: 40px;
	padding-right: 40px;
}

div.hint p.captcha {
	padding-top: 10px;
}

div.hint p.buttons {
	padding-top: 25px;
}

div.button
{
	width: 480px;
	text-align: right;
	margin-top: 14px;
/*	padding-top: 14px;*/
}

div.buttons {
	width: 480px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.buttons div.left {
	float: left;
}

div.buttons div.right {
	float: right;
	padding-top: 1px;
}

div.feedback {
	background: #f3f7fa;
	padding: 27px 0px 12px 15px;
}

h2 {
	color: #003366;
	font-weight: bold;
	font-size: 1.4em;
}


div.feedback p {
	width: 465px;
	margin-bottom:0;
	padding-bottom: 1.3em;
}

div.links {
	padding-top: 17px;
	padding-left: 240px;
}

ul.links li {
	padding-top: 10px;
}

ul.card-links li {
	padding-left: 15px;
	background: url(../images/bg_cardlinks_li.gif) 0 0.25em no-repeat transparent;
	padding-bottom: 25px;
}

ul.card-links li.active {
	background: url(../images/bg_cardlinks_li_active.gif) 0 0.4em no-repeat transparent;
}

table.cards {
	width: 465px;
	margin-bottom: 30px;
	margin-top: 25px;
}

table.cards th, table.cards td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-left: 13px;
}

table.cards th.choose, table.cards td.choose {
	border-right: none;
}

table.cards th {
	color:#00325b;
	padding-top: 0px;
	padding-bottom: 16px
	
}

table.cards td {
	background: #f7f7f7;
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom:3px;
}

table.cards td label {
	width: auto;
	float: none;
	text-align: left;
}

table.cards td a {
	font-size: 1.1em;
}

table.cards td.number {
	width: 177px;
}


table.cards td.card {
	width: 88px;
	padding-left: 10px;
}

table.cards td.date {
	width: 88px;
}

table.cards td.choose {
	text-align: center;
	padding-left:0;
}


/* ==========================================================
	FOOTER
========================================================== */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg_footer.jpg) 0 100% no-repeat transparent;
	color: #666666;
	font-size: 0.9em;
}

#footer-content {
	background: url(../images/bg_footer-content.jpg) 0 0 no-repeat transparent;
	padding: 11px 40px 38px 40px;
	width: 820px;
}

div.footer-left {
	width: 580px;
	float: left;
}

div.footer-left p {
	float: left;
	padding-right: 10px;
	margin-bottom:0;
}

div.footer-left ul li {
	float: left;
	padding-left: 12px;
	padding-right: 11px;
	background: url(../images/bg_footer_li.gif) 0 0.25em no-repeat transparent;
}

div.footer-left ul li.first {
	background: none;
}

div.footer-right {
	width: 240px;
	float: right;
	text-align: right;
}

#footer a:link, #footer a:visited
{
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


#footer p span.copyright
{
	/* float: left; */
	margin: 18px 0 0 53px;
	color: #fff;
	display: inline;
}
#footer p span.terms
{
	float: right;
	margin: 18px 53px 0 0;
	color: #fff;
	display: inline;
}
#footer a
{
	color: #666666;
}
.hidden
{
	display: none;
}

span.clear {
	clear: none;
}

ol {
	padding-left: 30px;
	list-style-position: outside;
	list-style-image:inherit;
	list-style-type: decimal;
}

ol li {
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 10px;
}

div.divider {
	height: 1px;
	background: #7f9db9;
	padding:0;
	margin:0;
	overflow:hidden;
	margin: 20px 0 25px 0;
}

div.cardinfo {
	padding-top: 15px;
}

div.cardinfo label {
	width: 219px;
}

div.cardinfo div.button, div.cardinfo div.error {
	width: 465px;
}
