/*

Written by: Brian Stoots

*/

html, body { 
height: 100%;
}

.bodyBlock {
	position: absolute;
	/left: 52%;
	/margin-left: -475px;
}

.appScreenFade {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		visibility: hidden;
		background-image: url(../images/transbg-50pct.png);
		display: block;
		z-index: 1;
}

/*
.appContainer {
		position: absolute;
		visibility: hidden;
		height: 600px;
		width: 800px;
		/width: 798px;
		left: 50%;
		margin-left: -400px;
		top: 5;
		display: block;
		z-index: 10;
}
/*

		/* background-color: black; */
		/* border: 1px solid black; */

.appExitWindow {
	height: 30px;
	background-image: url(img/gradient-30px-2.png);
	border: 1px solid black;
	border-bottom: 0px;
}



.appPage1, .appPage2, .appPage3, .appPage4, .appPage5
{
	position: absolute;
	background-color: #ece5d3; /* #eeeeee; */
	height: 100%;
	width: 100%;
	width: 798px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	
}

.appPage1, .appPage2, .appPage3, .appPage4, .appPage5 {
	visibility: hidden;
}

p.appPageHeader {
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 0px;
	font-weight: bold;
}

p.appPageHeaderFine {
	margin-top: -18px;
	margin-bottom: 0px;
	margin-left: 12px;
	font-size: 10pt;
}

p.appPageHeaderPhone {
	margin-top: -20px;
	margin-bottom: 0px;
	margin-left: 26px;
	font-size: 10pt;
	font-style: italic;
}

.miniLink {
	display: inline;
	color: blue;
	cursor: pointer;
}

.appInputSpace {
	position: relative;
	float: left;
	display: block;
	margin-left: 20px;
}

.clearBlock {
	margin-bottom: 10px;
	display: block;
	clear: both;
}

.appInputBlock {
	position: relative;
	float: left;
	clear: right;
	display: block;
	margin-right: 10px;
}

.appInputExtra30 {
	margin-left: 30px;	
}

.appInputExtra5T {
	margin-top: 5px;
}

.appInputExtra10T {
	margin-top: 10px;
}

.appInputExtra20T {
	margin-top: 20px;
}

.appControl {
	position: absolute;
	width: 798px;
	height: 50px;
	bottom: 0;
	left: 0;
	margin: 0px;
	background-color: #0054a4;
	border-bottom: 1px solid black;
}

.appProgress {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 26pt;
	font-weight: bold;
}

.textlink {
	color: blue;
	display: block;
}

.appInputFinePrint {
	font-size: x-small;
}

.required {
	color: red;
	display: inline;	
}

.leftBox {
	position: absolute;
	left: 0;
	height: 50px;
	width: 50px;
	text-align: left;
	cursor: pointer;
}

.centerBox {
	position: absolute;
	left: 50%;
	margin-left: -30px;
	height: 50px;
	width: 60px;
	text-align: middle;
	overflow: hidden;
	
	font-family: "Trebuchet MS", sans-serif;
	font-size: 26pt;
	font-weight: bold;
}

.rightBox {
	position: absolute;
	right: 0;
	height: 50px;
	width: 50px;
	text-align: right;
	cursor: pointer;
}

.closeBox {
	margin-left: 769px;
	/margin-left: 767px;	/* Another IE Hack */
	height: 30px;
	width: 29px;
	overflow: hidden;
	cursor: pointer;
}

.radioText {
	color: black;
	display: inline;
}
