﻿/*----------------------------------------------------------------------------------
	Page:						Standard.css
	Author:					John Bradnam
	Created:				070812 JLB
	Copyright:			Republicorp P/L
	Purpose:				Defines styles used specifically by Standard.master
	History:
	--------------------------------------------------------------------------------*/
	
html {
	height: 100%;
	width: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color : #D7D7D7;
	cursor: default;
}

* {
	margin: 0px;
	padding: 0px;
}

ul li {
	margin-left: 20px;
	padding-left: 0px;
}

/* Page layout */
.page {
	float: right;
	background-color: White;
	width : 560px;
	padding: 0px 20px 0px 20px;
}

.page h1 {
	font-family: Georgia, Times New Roman, Times, Serif;
	font-style : italic;
	font-weight : normal;
	font-size: 13pt;
	color: #872434;
	margin-top: 18px;
	padding-bottom: 1em;
}

.page h2 {
	font-weight : bold;
	font-size : 9pt;
	color: #872445;
	padding-bottom: 1em;
}

.page h3 {
	font-size : 9pt;
	font-weight: bold;
	padding-bottom: 0em;
}

.page p {
	line-height: 1.3em;
	padding-bottom: 1em;
}

.page p.caption {
	font-size: 10px;
	padding: 0px;
}
.page p.captionlast {
	font-size: 10px;
	padding-bottom: 1em;
}

.page p.logo {
	padding: 10px 0px 10px 0px;
}

.page p.error {
	text-align: center;
	padding-bottom: 1em;
	color: Red;
}

.page a {
	color: #333333;
	text-decoration: underline;
	outline: 0;
	padding: 0px;
}
.page a:hover {
	text-decoration: underline;
	color: #872434;
}

.page ul {
	list-style-image: url(../Images/bullet.gif);
	padding-bottom: 1em;
}

.page li {
	padding-bottom: 0.5em;
}

.page table {
	border: none;
	border-collapse: collapse;
}

.page table td {
}

.page table td.step {
	width: 20px;
}

.page table td.icon {
	width: 60px;
}

.page table td.desc {
}

.page table.payments td {
	vertical-align: top;
	padding-bottom: 20px;
}

.page table.payments td table {
	margin-bottom: 10px;
}

.page table.payments td table td {
	vertical-align: top;
	padding-bottom: 2px;
	padding-right: 20px;
}

.page table.privacy {
	margin-top: 10px;
	margin-bottom: 5px;
}

.page table.privacy td {
	padding: 5px;
	border: 1px solid black;
}

.page table.privacy td.icon {
	width: 20px;
}

.page table.privacy td.type {
	width: 100px;
}

.page span.privacy_act {
	font-style: italic;
}

.page span.act {
	font-weight: bold;
}
.page .address {
	font-weight: bold;
}
