html {
	overflow-y: scroll;
}

body {
	background-color: #eee;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
	margin: 1em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

h4,h5,h6 {
	font-size: 1em;
	margin: 0;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
}

ol,ul {
	margin-top: 1em;
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 1em;
	padding: 0;
}

ol ol,ol ul,ul ol,ul ul {
	margin-top: 0;
	margin-bottom: 0;
}

li {
	line-height: 1.5em;
}

form {
	margin: 0;
}

input[type='text'],select,textarea {
	border: 1px solid #999;
}

.page-main {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
}

.page-body {
	clear: both;
}

.page-content {
	margin: 1em;
}

.page-header {
	border-bottom: 1px dotted #ccc;
	padding: 1em;
}

.page-footer {
	border-top: 1px dotted #ccc;
	color: #666;
	font-size: 8pt;
	padding: 1em;
	text-align: center;
}

.platform-logos {
	float: right;
	margin-right: 1em;
}

.page-bottom {
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 720px;
}

.page-bottom img {
	vertical-align: top;
}

.block-quote-right {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #def;
	border: 1px solid #9cf;
	float: right;
	margin: 2em;
	padding: 1em;
}

.block-quote-text {
	font-family: Times New Roman, serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1em;
}

.text-tagline {
	color: #666;
	font-weight: bold;
}

.image-float-left {
	float: left;
	padding-right: 1em;
}

.trial-block-header {
	background-color: #000;
	background-image: url("../images/header-gradient.png");
	background-repeat: repeat-x;
	color: #fff;
	margin-top: 0;
	margin-bottom: 1em;
	padding: 0.5em;
}

.trial-block {
	background-image: url("../images/box-gradient.png");
	background-repeat: repeat-x;
}

.trial-input-table {
	border-spacing: 0;
	width: 250px;
}

.trial-input-table td {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 1em;
}

.trial-input-table label {
	white-space: nowrap;
}

.trial-input-submit {
	cursor: pointer;
	font-size: 12pt;
}

.trial-input-radio input {
	cursor: pointer;
	vertical-align: top;
}

.trial-error {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ff9;
	border: 1px solid #cc6;
	color: #000;
	padding: 0.2em;
}

.trial-error .trial-error-image {
	float: left;
	margin-right: 0.5em;
}

.trial-fail {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #fcc;
	background-image: url("../images/error-16px.png");
	background-position: 0.5em center;
	background-repeat: no-repeat;
	border: 1px solid #c99;
	color: #000;
	padding: 0.5em;
	padding-left: 2em;
}

.trial-note {
	font-size: 8pt;
	margin-top: 1em;
	margin-bottom: 1em;
}

.tooltip-link {
	color: #000;
	position: relative;
	text-decoration: none;
}

.tooltip-link label {
	border-bottom: 1px dotted #000;
}

.tooltip-text {
	display: none;
	font-size: 8pt;
}

.tooltip-line {
	display: block;
}

.tooltip-link:hover .tooltip-text {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ff9;
	border: 1px solid #cc6;
	display: block;
	padding: 0.5em;
	position: absolute;
	top: 2em;
	left: 2em;
	width: 18em;
	z-index: 100;
}

.info-block {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #fff;
	background-image: url("../images/box-gradient.png");
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	margin-top: 2em;
	margin-bottom: 2em;
}

.info-block-header img {
	vertical-align: middle;
}

.info-block .info-block-header {
	border-bottom: 1px dotted #ccc;
	color: #036;
	margin: 0;
	padding: 0.5em;
	vertical-align: middle;
}

.info-block .info-block-body {
	margin: 1em;
}

.info-block .info-block-open {
	cursor: pointer;
	float: right;
}

.progress-table {
	border-spacing: 0;
	margin-left: auto;
	margin-right: auto;
}

.progress-table .progress-table-point {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #eee;
	border: 1px solid #ccc;
	text-align: center;
	width: 80px;
}

.progress-table .progress-table-done {
	background-color: #9f9;
}

.progress-table .progress-table-line {
	border-top: 2px solid #ccc;
	width: 80px;
}

.progress-table .progress-table-label {
	text-align: center;
}

.link-with-image {
	text-decoration: none;
}

.link-with-image img {
	vertical-align: middle;
}

.link-with-image .link-with-image-text {
	vertical-align: middle;
}

.link-with-image:hover .link-with-image-text {
	text-decoration: underline;
}

.help-table {
	border-top: 1px solid #ccc;
	border-spacing: 0;
	width: 100%;
}

.help-table td {
	border-bottom: 1px solid #ccc;
	padding-top: 1em;
	padding-bottom: 1em;
}

.help-table .help-table-number {
	color: #036;
	font-size: 2em;
	font-weight: bold;
	padding-right: 0.5em;
	width: 0.5em;
}

.help-table .help-table-text {
	padding-right: 1em;
}

.help-table-image img {
	border: 2px dashed #666;
}