@charset "utf-8";
/* CSS Document */


textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #336666;
	background-image: url(../images/bg1.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

td {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
}

.Content {
	position: relative;
	top:0%;
	left: 0%;
	z-index: 1;
}

.oneColLiqCtrHdr #container {
	width: 98%;  /* this will create a container 80% of the browser width */
	min-width: 660px;	
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	position: relative;
	height: 90px;
	background: #FFFFFF; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColLiqCtrHdr #mainContentBox {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 17px;

	height: 395px;
	background: #FFFFFF;
	
	left: 0;
}

.watermarkdiv
{
	position:absolute;
	padding: 0;
	margin: 0;
	top: 90px;
	left: 1%;
	height: 83%;
	width: 98%;

	z-index: 0;
}

.watermarkimg
{
	position:relative;
	left: 0%;
	top: 0%;
	height: 100%;
	width: 100%;
	z-index: 0;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;		
}

.ProgressBarDiv {
	width: 100%;
	height: 100%;
}

.ProgressBar {
	position:relative;
	
	height:100%;
	list-style:none;
	
	margin: 0 auto;
	padding: 0;
	z-index: 3;
}

.Waypoint#count {
	width: 46px;
	float: right;
	color: black;
	text-align: left;
}

.ProgressBar .Waypoint {
	margin-left: 0px;
	margin-right: 0px; 
	padding-top: 3px;
	padding-bottom: 0;
	
	padding-left: 3px;
	padding-right: 3px;

	height: 100%;
	
	float:left;

	color:#FFFFFF;
	font-size:9px;
	z-index: 3;
}

.ProgressBar .wlt {
	color: #cccccc;
/*	border-bottom: 1px solid #999999; */
}

.ProgressBar .wgt {
	color: #000000;
	/* border-bottom: 1px solid #993300; */
	background:none;
}

.barback {
 background: #FFFFFF;
 position: absolute;
 top: 90px;
 height: 25px;
 width: 98%;
 z-index: 1;
}

.barright{
 position: absolute;
 right: 8%;
 top: 90px;
 height: 25px;
 z-index: 1;
}


.bartop {
 background: url(../images/progress.jpg);
 position: absolute;
 top: 90px;
 height: 25px;
 width: 100%;
 z-index: 2;
}

.ProgressBar .Waypoint#selected {
	color:#FFFFFF;
	font-weight: bold;
	/* border-bottom: 1px dashed #990000; */
	background: none;
}

.statusimg {
	width: 100%;
}

.mc2 {
	vertical-align: middle;
}

.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.smalldate {
	width: 70px;
}

.regularselect {
	width: 155px;
}
.tinydate {
	width: 30px;
}
.formpanel {
	background-color: #FFCC99;
	border: 1px solid #000000;
}

td {
	vertical-align: middle;
	text-align: left;
}

.formdiv {
	text-align: center;
}

/* form controls */

.phonenumber {
	width: 100px;
}
.ContinueBtn {
	position: absolute;
	right: 7.5%;
	bottom: 5%;
	width: 100px;
}

.YesNoBtn {
	position: fixed;
	right: 5%;
	bottom: 10%;
}

.ViewBtn {
	position: absolute;
	right: 15%;
	bottom: 15%;
	width: 100px;
}
.ViewCloseBtn {
	position: fixed;
	right: 5%;
	bottom: 5%;
	width: 100px;
}

.commentbox {
	width: 500px;
	height: 150px;
}

.headerimg {
	width: 100%;
	border-left: 1px solid black;
	border-right: 1px solid black;
/*	height: 100%;*/
}

.privacybox {
	width: 100%;
	float:right;
	height: 110px;
}

.requiredfield {
	background-color: white;
}
