
body {
	font-family: Arial, Helvetica, sans-serif;
}

.headerBG {
	position:absolute;
	top: 0px;
	left:0px;
	width: 100%;
	height: 100%;
}

#container {
	text-align:center;		/* Center-align everything in the statement */
	margin:0 auto;
	/*width:680px;			/* Width of the entire statement */
}
	
#content {
/*	margin:0 auto;
	text-align:center;*/
}

.disclaimer {
	text-align:justify;
	font-size: 0.75em;
}

.disclaimer h5 {
	display: inline;
}

/*
#content h3 {
	text-align:center;
}*/
	
.privacyStmt {
	font-size: 0.8em;
	text-align:left;
	background-color:#FFFFFF;
	color:#000000;
	padding: 0.5em;
	overflow:scroll;
	height: 20em;
	border-style:groove;
	border-color:#000000;
	border-width:thin;
}

#statementDisplay {
	background-color:#FFFFFF;
	color:#000000;
	position: relative; /*?*/
	font-family:'Times New Roman', Times, serif;  /* The font the statement will use */
	margin:0 auto;
}
	
.actInfoTable {
	width: 48%;
	position:absolute;
	top: 5%; left: 50%; /* top: 1em; left: 20em; */
	text-align:left;

	border-width: medium;
	border-style: solid;
	border-color: #000000;
	padding-left: 4px;
}

.gurInfoTable, .clientTable {
	position:absolute;
	text-align: left;
}
		
.statementBody {
	width: 92%;
}

.errorBody {
	margin: 0 auto;
	width: 80%;
	text-align: justify;
}

.greeting {
	text-align:justify;
	width: 92%;
	margin:0.88em auto 0.88em auto ;
}

.img {
	height:100%;
	width:100%;
}

.content {
	position: absolute;
	top: 0.06em;
	left: 0em;
	font-size:1.2em;
	font-weight:bolder;
	height: 100%;
	width:100%;
	text-align:center;
	margin: 0 auto;
}

.panel1, .panel2, .panel3 { 
	position: relative;
	height: 3%;
	margin:0 auto;
	width:100%;
}

.panel2 {
	width: 55%;
	text-transform:capitalize;
}

.panel3 {
	width: 80%;
	height: 5%;
	text-transform:uppercase;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size:1.2em;
	font-weight:bolder;	
}

.panel3 .content {
	top: 0.4em;
}

.heading {
	text-align:center;
	text-decoration:underline;
	font-weight: bold;
}

.details {
	margin:1em auto;
	width: 92%;
	height:28%;  /* Needed For FF */
}

.table {
	text-align:left;
	padding-right: .4em;
}	

.chargesTable {
	width: 48%;
	float:left;
}
	
.paymentsTable {
	width: 48%;
	float:right;
	clear:right;
}

.chargesTable td, .paymentsTable td  {
	font-size:0.7em;
}

td.desc {
	text-align: left;
	font-family:"Courier New", Courier, mono;
}

td.bal {
	text-align: right;
	font-family:"Courier New", Courier, mono;
}

td.heading, .denial  {
	font-size: 0.85em;
}
	
.footer {
	text-align: center;
	font-size: 0.8em;
	margin:0 auto;
	width: 98%;
	height:25%;  /* Needed For FF */
}

.footer a { text-decoration: none; }
.footer a:link {color: #000000}
.footer a:visited {color: #000000}
.footer a:hover {text-decoration:underline;} /* must be after link & visited */
.footer a:active {color: #000000}

.footer table { 
	margin:0 auto; 
}

.footer .table td {
	padding-right: .5em;
}

.footer td.data {
	width:49%;
}

.footer .section1, .footer .section2, .footer .section3, .footer .section4 {
	margin: .3em .3em .3em .3em;
}

br.clearboth { clear:both; }

.program {
	text-align:left;
	margin-left: 10px;
	margin-right: 5px;

}

.billinginfo {
	text-align:left;
	margin-left: 50px 
}

.vertDivider {
	width: 0.18em;
	height:14em;
}

.horizDivider {
	width: 40.3em;/* width: 645px; */
	height: 0.18em;
	margin-top: .2em;
}
	
.horizDivider004 {
	width: 100%;
	height: 0.2em;
	padding-bottom: 0.3em;
}	

a.statement {
	color:#000000;
	text-decoration:none; /* Partial IE5 */
}

a.statement:link {color: #000000}
a.statement:visited {color: #000000}
a.statement:hover {text-decoration:underline} /* must be after link & visited */
a.statement:active {color: #000000}	
	
.pageFooter {
	font-size:0.6em;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	/*margin-top:8px;*/
}

.reminderText {
	width: 95%;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
}

.terms {
	width:40%;
	margin: 0 auto;
	font-size: .8em;
}

.reminderFooter {
	font-style:italic;
}

.labelErr {
	color:#FF0000;
}
	
p.intro {
	font-size:small;
	text-align:center;
}

.note {
	font-style:italic;
	font-size:0.7em;
	vertical-align:text-top;
}

.goodInput {
	display:none; 
	text-align:center;
}

.badInput {
	display:block;
	color:#FF0000;
	text-align:center;
	font-size:small;
}

.details .heading {
	padding-bottom: 0.4em;
}


/* Fieldset Styles ==================================================================================  
Used for setting up fieldset in login page.  Allows legend tags to work while
the label tags are left aligned with their associated controls */

	legend {
		font-weight:bold;
	}

	.fieldset {
		width: 24.0em;
		text-align: left;
		margin:0 auto;
	}
	
	.fieldset label {
		font-size:small;
		text-align:right;
		width: 10.0em;
		float:left;
		padding:0.2em;
		margin-top:0.3em;
	}
	
	.fieldset .nobr {display:none;}  
	
	.fieldset .textfield {
		margin:.19em;
	}
	.fieldset .dropfield {
		margin:.19em;
		margin-right:0.0em;
	}
/* End Fieldset Styles ================================================================================= */

.bold, .bolditalics {
	font-weight:bold;
}

.bolditalics {
	font-style:italic;
}
.center {
	margin: 0 auto;
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.inline {
	display: inline;
}

.underline {
	text-decoration: underline;
}
