#tx-wintestsuite-pi2
{
	border: 1px solid #326699;
	margin-right: 10px;
	padding: 5px 5px 10px 5px;
	position: relative;
	background: white;
	_width: 555px:
}

#tx-wintestsuite-pi2 div
{
	zoom: 1;
}

#tx-wintestsuite-pi2 .tx-wintestsuite-setitem .footNote span.link
{
	position: static;
	text-align: left;
}

.busybar .bg
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.busybar .bg img
{
	width: 100%;
	height: 100%;
	z-index: 1;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	background: white;
}

.busybar .loader
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	z-index: 2;
	padding: auto;
}

.busybar .loader img
{
	margin: 20px;
	vertical-align: middle;
	width: 48px;
	height: 48px;
}

#tx-wintestsuite-pi2 .busybar
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0px;
	left: 0px;
}

h3.toggler
{
	color: #326699 !important;
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px 20px;
	background: #D2E0E6 url(../img/toggles.gif) no-repeat 3px -1px;
}

h3.toggler-act {

	color: #41464D !important;
	background-position: 3px -40px;
}

div.element
{
	padding: 3px 5px 1px;
}

a.button
{
	background: url(../img/bg-button.gif) no-repeat;
	display: block;
	width: 145px;
	height: 25px;
	float: right;
	margin: 0 10px;
	text-decoration: none !important;
	color: #41464D !important;
	text-align: center;
	padding-top: 5px;
	_font-size: 11px;
}


/* >----- Questions ----> */
.answerwrap
{
	clear: both;
	border-bottom: silver 1px dashed;
	margin-bottom:10px;
	display:none;
}

.combianswerblock
{
	display: none;
}

.combianswerblock .answerwrap
{
	display: block;
}

.answerwrap .numbering
{
	width: 15px;
	font-weight: bold;
	float: left;
}
.answerwrap .answer_row
{
	width: 499px;
	_width:480px;
	float: left;
	padding-bottom: 3px;
}

.answerwrap_a,
.answerwrap_1
{
	display: block;
}


.answer_row label
{
	float: right;
	width: 470px;
	_width: 430px;
	cursor: pointer;
	font-weight: normal;
}

.answer_row label strong
{
	text-transform: uppercase;
}

.answer_markerbar
{
	float: left;
	width: 69px;
	height: 16px;
	background: url(../img/iconbar.gif) no-repeat top left;
}

.answer_markerbar img {
	width: 13px;
	height: 13px;
	cursor: pointer;
	margin: 0px 0px 0px 1px;
}


#tx-wintestsuite-pi2 .solvequestion
{
	display: none;
}

#tx-wintestsuite-pi2 .commentedanswer {
	display: none;
}

.commentedanswerblock {
	padding-top: 40px;
	width:555px;
	background: url(../img/bg-commentedanswer.gif) no-repeat top left;
	margin-bottom: 20px;
}

.commentedanswerblock .inner {
	width:555px;
	padding: 0px 15px 10px 10px;
	background: url(../img/bg-commentedanswer.gif) no-repeat bottom left;
}

/* <----- Questions ----< */

/* >----- Toolblock ----> */
.toolblock
{
	padding: 10px;
	_padding:0px;
	margin: 5px;
}

.statusbar,
.tools
{
	background: grey;
	padding:0px 0px 0px 2px;
	background: url(../img/bg-statusbar.gif) no-repeat top left;
	height: 22px;
}

.statusbar .bar,
.tools .bar
{
	padding: 0px;
	line-height:  14px;
	text-align: center;
	height: 22px;
	background: url(../img/bg-statusbar.gif) no-repeat top right;
	white-space: nowrap;
	overflow:hidden;
	width:555px;
}

.statusbar .bar img
{
	height: 20px;
	padding: 0px;
	margin: 0px;
	margin-top: 1px;
	background: url(../img/bg-statusblocks.gif) no-repeat top right;
}

.statusbar .bar img.open
{
	background-position: right 0px;
}
.statusbar .bar img.closed
{
	background-position: right -20px;
}
.statusbar .bar img.skipped
{
	background-position: right -40px;
}

.tools .bar
{
	padding-top: 5px;
	font-size: 10px;
}

.tools span.time
{
	margin-left: 20px;
}

.tools span.time .attention
{
	color: red;
}

div.error
{
	position: relative;
	width: 350px;
}

div.error p
{
	font-weight: bold;
	color: red;
	width: 350px;
	height: 22px;
	padding-top: 2px;
	position: absolute;
	left: 0px;
	top: -13px;
	text-align: center;
	background: #ffdbe0;
}
/* <----- Toolblock ----< */

.result-graph
{
	width: 200px;
	height: 120px;
	color: white;
	font-size: 20px;
	text-align: center;
	float: left;
}

.result-graph .percent
{
	text-align: center;
	font-size: 30px;
	margin: 0px;
}


.tx-wintestsuite-sessionresults .passed
{
	color: green;
}

.tx-wintestsuite-sessionresults .failed
{
	color: red;
}

.tx-wintestsuite-sessionresults table.results
{

}
.tx-wintestsuite-sessionresults table.results th
{
	width:33%;
	font-weight:bold;
	text-align:center;
}
.tx-wintestsuite-sessionresults table.results td
{
	width:33%;
	text-align:center;
}

parsererror
{
	visibility: hidden;
	display:none !important;
}
