/* CSS Document */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#content {
	width: 750px;
	margin: 10px;
}

/* Typeface */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Menu and footer */

#menu a {
	color: #ffffff;
}

#footer {
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

/* Headings */

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}

p {
	margin-top: 10px;
}

/* Links */

a {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Alignment */

.justify {
	text-align: justify;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.floatright {
	float: right;
	margin: 0px 0px 10px 10px;
}

.floatleft {
	float: left;
	margin: 0px 10px 10px 0px;
}

/* Additional Styles */

.border {
	border: 1px solid #999999;
}

.form {
	border: 1px solid #999999;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#tandc {
	width: 500px;
	height: 100px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 2px;
	border: 1px solid #999999;
	white-space: normal;
}

#tandc h3 {
	margin-top: 0px;
}

th {
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff0000;
	white-space: nowrap;
}

th a {
	text-decoration: none;
	color: #ffffff;
}

th a:hover {
	color: #ffffff;
	text-decoration: underline;
}

tr.zebra {
	background-color: #f0f0f0;
}

table.admin td {
	white-space: nowrap;
	vertical-align: top;
}

table.login {
	border: 1px solid #cccccc;
	margin: 0px auto 0px auto;
}

table.login td {
	padding: 5px;
}

.payment {
	padding: 0px 10px 0px 10px;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}