@charset "UTF-8";
/* CSS Document */

#container { 	width:500px;
				margin-left:6px;
				margin-right:auto;
				padding:0;
				text-align:left;
				height:auto; }
#headSpace {	display:inline;
				width:500px;
				height:90px;
				float:left;
				overflow:hidden; }
.headImg {	background:url(../images/testHdrBlue.png) no-repeat top left; }
#introSpace {	width:500px;
				padding:4px;
				float:left;
				font:11pt Arial,TrebuchetMS,sans-serif; }
#proBarSpace {	width:500px;
				float:left;
				height:13px; }
.proBarImg1 {	background:url(../images/progressBar1Blue.png) no-repeat top left; }
.proBarImg2 {	background:url(../images/progressBar2Blue.png) no-repeat top left; }
.proBarImg3 {	background:url(../images/progressBar3Blue.png) no-repeat top left; }
.proBarImg4 {	background:url(../images/progressBar4Blue.png) no-repeat top left; }

#topStraightSpace { width:500px;
					height:5px;
					background:url(../images/topStraightBlue.png) no-repeat top left;
					float:left; }
#qaBottom {	background:url(../images/bottomStraightBlue.png) no-repeat top left;
			width:500px;
			height:31px;
			float:left; }
			
#qaSpaceContainer {	float:left;
					padding-top:8px;
					padding-bottom:8px;
					border-left:1px #003366 solid;
					border-right:1px #003366 solid;
					font:11pt Arial,TrebuchetMS,sans-serif;
					overflow:auto; }
.gradient { width:497px;
			background:url(../images/formSpace.png) no-repeat top left; }
.open { width:481px;
		padding-right:8px;
		padding-left:8px; }
.qSpace {	width:378px;
			padding:4px;
			text-align:right;
			float:left;
			background:none; }
.aSpace {	width:102px;
			padding:4px;
			text-align:left;
			float:left;
			background:none; }
				
.formTextBox {	background:#CC3333;
				background-color:#CCCCCC;
				color:#000;
				border:1px #003366 solid; }			
.narrowFormTextBox {	background-color:#CCCCCC;
						color:#000;
						border:1px #003366 solid;
						width:20px; }

#subSpace {	width:72px;
			height:19px;
			float:right;
			padding:3px 20px 5px 28px; }
.button { 	border:none;
			background:url(../images/subButton.png) no-repeat top left;
			width:65px;
			height:21px; }
.button:hover { border:none;
				width:65;
				height:21px;
				background:url(../images/subButtonDn.png) no-repeat top left; }
.restartBtn { 	border:none;
			background:url(../images/restartBtn.png) no-repeat top left;
			width:65px;
			height:21px; }
.restartBtn:hover { border:none;
				width:65;
				height:21px;
				background:url(../images/restartBtnDn.png) no-repeat top left; }

/* text formatting */
.bold { font-weight:700; }

