@charset "UTF-8";
/*
ADOBE SYSTEMS INCORPORATED
 Copyright 2008 Adobe Systems Incorporated
 All Rights Reserved.

NOTICE:  Adobe permits you to use, modify, and distribute this file in accordance with the 
terms of the Adobe license agreement accompanying it.  If you have received this file from a 
source other than Adobe, then your use, modification, or distribution of it requires the prior 
written permission of Adobe.

CSS Styling for status check
*/

.stepContainer{
  	background: none #ffffcc; 
	border: solid #000000 1px; 
	color: #000000;
  	margin-top: 0; 
	margin-right: auto; 
	margin-bottom: 0;
	margin-left: auto;
  	padding: 0; 
	width: 90%;
	height:72px;
	position: relative;
}

.stepNumber{
	position:absolute;
	top:12px;
	left:-12px;
	width:78px;
	height:48px;
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	font-weight: bold;
	background: none #ffffff;
	border: solid #000000 1px;
	padding-left: .2em;
}


.stepHeader {
	position:absolute;
	left: 90px;
	top: 28px;
	width: 260px;
	font-weight: bold;
	font-size: 1.5em;
}

.stepImageUnknown{
	position:absolute;
	top: 0px;
	left: 24px;
	width: 64px;
	height: 64px;
}

.stepImagePassed{
	position:absolute;
	top: 4px;
	left: 24px;
	width: 64px;
	height: 64px;
	background-image: url(images/pass.png);
}

.stepImageFailed{
	position:absolute;
	top: 4px;
	left: 24px;
	width: 64px;
	height: 64px;
	background-image: url(images/fail.png);
}

.stepAnswerOuterContainer{
	position: absolute;
	left: 360px;
	width: 500px;
}

.stepAnswerContainer
{
	position:relative;
	top:0;
	left:0;
	height:100%;
	width:100%;
	font-size: 1.5em;
}

.stepPositiveAnswer{
	position: absolute;
	top: 28px;
	left: 0px;
}

.stepConnectingAnswer{
	position: absolute;
	top: 28px;
	left: 0px;
}

.stepNegativeAnswer{
	position: absolute;
	top: 28px;
	left: 0px;
}
