@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#666;
	text-align:center;
	background-image:url(../img/body-bg.gif);
	background-repeat:repeat-x;
}

#container {
	width:940px;
	margin:0 auto;
	text-align:left;
}

#header {
	width:940px;
	height:230px;
	position:relative;
	background-image:url(../img/header-bg.jpg);
	background-repeat:no-repeat;
}

#banner {
	position:absolute;
	top:34px;
	left:0px;
}

#rrlogo {
	position:absolute;
	top:97px;
	right:34px;
}

#main {
	width:860px;
	padding:0 40px 40px 40px;
	background-image:url(../img/main-bg.gif);
	background-repeat:repeat-y;
}

#footer {
	padding:5px 10px;
	background-color:#c20d2f;
	color:#fff;
	font-size:12px;
}

#footer p {
	margin-bottom:0;
}

.clear {
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
}

h2 {
	font-weight:normal;
	font-size:38px;
	line-height:38px;
	margin-bottom:20px;
	color:#e3001a;
}

.scenario {
	font-size:16px;
}

.scenario-name {
	background-color:#eee;
	border: 1px solid #ddd;
	padding:5px 10px;
}

h3 {
	font-weight:normal;
	font-size:20px;
	margin:18px 0;
	color:#e3001a;
}

p {
	margin-bottom:18px;
}

p.key {
	background-color:#eee;
	padding:5px 10px;;
}

p.logout {
	text-align:right;
	background-color:#eee;
	padding:5px 10px;
}

a {
	outline: none;
	color:#e3001a;
}

a:hover {
	color:#e58497;
	text-decoration:none;
}

a.back img {
	padding: 5px;
}

.output {
	border:1px solid #ddd;
	padding:20px;
}

.output h3 {
	font-size:16px;
	margin:10px 0 5px 0;
	padding:0;
}

.footnote {
	font-size:9px;
	line-height:11px;
	font-style:italic;
}

form {
	margin-bottom:20px;
}

form input, form select {
	font-size:14px;
	padding:5px;
}

form fieldset {
	padding:20px;
	border:1px solid #e1e1e1;
	margin-bottom:20px;
}

form legend {
	font-weight:bold;
	padding:0 10px;
}

form ol {
	list-style-type:none;
}

form ol li {
	padding:10px 0;
	margin:10px 0;
}

form label {
	display:block;
	margin-bottom:10px;
	font-size:16px;
	color:#e3001a;
}

table {
	margin-bottom:20px;
}

table th {
	text-align:left;
}

table.settings {
	border-top:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
}

table.settings th, table.settings td {
	border-bottom:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	padding:5px;
}

table.settings th {
	background:#e3001a;
	color:#fff;
}

table.data {
	line-height:16px;
	margin-bottom:40px;
}

table.data tr th {
	text-align:left;
}

table.data tr th, table.data tr td {
	padding:5px;
	border-left:1px solid #e1e1e1;
	border-top:0;
}

table.data tr th.left, table.data tr td.left {
	font-weight:normal;
	border-left:0;
}

table.data tr td.subheadrow {
	background-image:url(../img/subheadrow-bg.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding:20px 5px;
	color:#e3001a;
	border-left:0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-size:20px;
}

table.data tr th input, table.data tr td input{
	border:1px solid #ddd;
	background-image:url(../img/input-bg.gif);
	background-repeat:no-repeat;
}

table.data tr td.disabled {
	background-color:#eee;
	color:#999;
}

table.data tr td.disabled input {
	background:none;
	background-color:#eee;
}

table.results tr th, table.results tr td {
	border-bottom:1px solid #ddd;
}

table.results tr th {
	border-right:1px solid #ddd;
}

table#overall tr th, table#overall tr td {
	padding:5px 0;
}

table#individual tr th, table#individual tr td {
	padding:2px 0;
}

table.results tr td.xaxis {
	text-align:right;
	border-bottom:0;
	border-right:1px solid #ddd;
	padding:5px 5px 0 0;
}

table.results tr td.label {
	border-left:0;
	border-bottom:0;
	text-align:center;
}

.warning {
	padding:10px;
	border:1px solid #e3001a;
	background-color:#fce5e8;
}

.help {
	background-color:#ccecf9;
	background-image:url(../img/help-ico.gif);
	background-repeat:no-repeat;
	border:1px solid #7fceef;
	padding:20px 0 0 60px;
	margin-bottom:20px;
}

.help a {
	color:#009ee0;
}

