body {
	margin: 22px 22px 80px 22px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	background-color: White;
	color: #2A2A2A;
}

p {
	font-size: 1.0em;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.6em;
}

h2, h3, h4 {
	font-size: 1.4em;
}

table,
table.progress {
	border: none;
}

.action-info {
	padding: 0px;
	color: #666666;
}

a:link,
a:visited,
a:hover {
	color: #89409F;
}

hr {
	border: 0;
	height: 1px;
	color: #CCC3D1;
	background-color: #CCC3D1;
}

table.progress-header td {
	vertical-align: baseline;
}

table.progress {
	width: 100%;
}

table.progress td,
table.progress th {
	white-space: nowrap;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

table.progress td.value {
	padding-left: 12px;
}

div.progress-bar-frame {
	font-size: 1px;
	width: 300px;
	height: 9px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;
	background-color: #F4F4F4;
}

div.progress-bar-length {
	font-size: 1px;
	height: 9px;
	margin: 0px;
	padding: 0px;
	border: 0px solid Red;
	background-color: #316AC5;
}

.progress-title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #F0F2EF;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 6px;
}

div.progress-title-bar td{
	background-color: #905B9D;
	white-space: nowrap;
}

.progress-section {
	margin-left: 6px;
}

table.progress th.r,
table.progress td.r,
table.details td.r {
	text-align: right;
}


table.progress th.complete,
table.progress td.complete {
	text-align: right;
	padding-left: 18px;
	padding-right: 18px;
}

table.progress th.time-remaining,
table.progress td.time-remaining {
	text-align: right;
	padding-left: 18px;
	padding-right: 36px;
}

table.progress th.time-elapsed,
table.progress td.time-elapsed {
	text-align: right;
	padding-left: 0px;
	padding-right: 0px;
}

table.progress td.total {
	border-top: 1px solid Black;
}


table.details {
	margin-left: 15px
}

table.details td {
	white-space: nowrap;
	padding: 5px;
}


table.progress-steps {
	margin-top: 16px;
	width: 100%;
}

table.progress-steps th,
table.progress-steps td {
	text-align: right;
	padding-left: 30px;
	white-space: nowrap;
	
}

table.progress-steps th.main-column,
table.progress-steps td.main-column {
	text-align: left;
	padding-left: 0px;
	white-space: normal;
	width: 70%;
}

table.progress-steps td.total-cell {
	border-top: 1px solid Black;
}

p.copyright {
	margin-top: 40px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #717171;
}