/*BASIC FORMATTING*/  
	
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #010101;
	margin: 0;
	padding: 0;
	}
	
th, td, input, p, ol, ul, textarea { /*Standard font and size */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #010101;
	} 

a, a:visited { /*Standard blue for link text*/
	color: #1919B3;
	text-decoration: none !important;
	cursor: pointer;
	}
	
a:hover { /*Underlines links when mouse hovers*/
	text-decoration: underline !important;
	}

img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0;
	}
   
.centeredImage {
	text-align:center;
    margin: 0;
    padding: 0;
    }
   
/*PAGE LAYOUTS*/
	
#container { /*Main container for a page*/
	width: 945px;
	margin: 10px auto 10px auto;
	padding: 10px;
	}
	


#header { /*Standard header*/
	border-bottom: 3px solid;
	border-color: #FF8F00;
	height: 75px;
	}
	

	
#footer { /*Standard footer*/
	width: 500px;
	text-align: center;
	padding: 5px;
	margin: 0 0 0 165px;
	}
		
#callOutBox3 { /*Playing with a box*/
	width: 150px;
	padding: 5px;
	margin: 0 0 0 10px;
	}	
	

	
	
/*2 column layout */
	
#leftcontent2 { /*Standard left side panel in a 2 column layout*/
	float: left;
	width: 160px;
	}
	
#rightcontent2 { /*Standard main panel in a 2 column layout*/
	width: 745px;
	margin: 5px 0 0 170px;
	border: 2px solid #FF8F00;
	padding: 0;
	}	
	
/*3 column layout*/
	
#leftcontent3 { /*Standard left side panel in a 3 column layout*/
	float: left;
	width: 160px;
	}
	
#centercontent3 { /*Standard main panel in a 3 column layout*/
	width: 545px;
	margin: 5px 0 0 170px;
	border: 2px solid #FF8F00;
	}
	#centercontent3_center { /*Standard main panel centered layout*/
	width: 540px;
	margin: 5px auto;
	padding:0 0 15px 20px;
	border: 2px solid #FF8F00;
	}	
#rightcontent3 { /*Standard right panel in a 3 column layout*/
	float: right;
	width: 220px;
	}
			
#leftnav { /* bulleted leftnav list */
 	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
	}
	 
#leftnav li {
  font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 5px;
	padding: 0 10px 15px 10px;
	background: url(../images/blueBullet.gif) no-repeat left top;
	}

#leftnavSub { /* bulleted leftnav list */
 	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
}
	
#leftnavSub li {
  font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 5px;
	padding: 10px 10px 5px 5px;
	/*background: url(../images/blueBullet.gif) no-repeat left top;*/
	}
	
#faq { /*bulleted faq list */
 	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	 
#faq li {
  	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 5px;
	padding: 0 10px 15px 10px;
	background: url(../images/orangeBullet.gif) no-repeat left top;
	}

#leftcontent3 h3 {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	margin: 15px 0 10px 0;
	padding: 0;
	}

#rightcontent3 h3 {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	margin: 10px 0 10px 0;
	padding: 0;
	text-align:center;
	}

.answers { /* faq dynamic display answers */
	display: none;
 	margin: 10px 0 0 0;
	padding: 0;
	}

.answers p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	color: #010101;	
	}	
	
#centercontent3 h2, #rightcontent2 h2 { /*Use for the Title in main content panel*/
	margin: 20px 0 20px 0;
	padding: 0;
	font-size: 1.8em;
	text-align: center;
	color: #1919B3;
	}
	
.subhead { /*Use for subtitle in main content panel*/
	font: 1.4em Arial, Helvetica, sans-serif;
	text-align: center;
	color: #010101;
	margin: 0 15px 15px 15px;
	}

#centerPoints { /* bulleted leftnav list */
 	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	 
#centerPoints li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #010101;
	margin: 0 0 0 5px;
	padding: 0 15px 15px 15px;
	background: url(../images/orangeArrow.gif) no-repeat left top;
	}

#callOutBox3 p { /*Use for text in call-out boxes*/
	font-family: "Arial";
	font-size: 1.0em;
	color: #010101;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	}

.headernavtext { /*For links on top of page*/
	font-family: "Arial";
	font-size: 1.2em;
	text-align: right;
	padding: 0 10px 0 0;
	color: #010101;
	}
	
.maincontenttitle { /*Use for the Title in main content panel*/
	padding: 0px 0 0 0;
	font-size: 1.8em;
	text-align: center;
	color: #1919B3;
	}
		
.logo { /*Use for the logo in the header*/
	font-size: 2.3em;
	color: #FF8F00;
	padding-left: 10px;
	}
	
.smallText {
	font-size:.90em;
	}
	
.smallText75p {
	font-size:.75em;
	}
	

	
/*TABLE FORMATTING */

table.step2 { /* form content table on Step 2 page */
	border-collapse: collapse;
	margin: 0 5px 5px 15px;
	}
	
table.step2 td {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 8px;
	vertical-align: top;
	}

table.step3 { /* form content table on Step 3 page */
	border-collapse: collapse;
	border:2px #a4a4f5 solid;
	margin-left: 20px;
	}
	
table.step3 td {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 5px 5px 5px 15px;
	vertical-align: top;
	}

table.step3 tr.header {
 	background-color:#ededf5;
	padding: 20px 0 0 0;
}
 
table.step3 tr.header td {
	vertical-align: bottom;
	border-top:2px #a4a4f5 solid; 
	border-bottom:2px #a4a4f5 solid; 
	padding: 5px 5px 5px 5px;
 }

table.step4TopData { /* top content table on Step 4 page */
	border-collapse: collapse;
	margin: 0;
	width:220px;
	}
	
table.step4TopData td {
	padding: 3px;
	vertical-align: top;
	font-size:.80em;
	text-align: left;
	}

table.step5 { /* content table on Step 5 page */
	border-collapse: collapse;
	margin: 0;
	}
	
table.step5 td {
	padding: 5px;
	background-color:#fff;
	border-bottom: 1px solid #ededf5;
	border-right: 1px solid #ededf5;
	vertical-align: top;
	}

table.step5 td.firstColumn {
	text-align: right;
	padding: 5px 5px 5px 5px;
	background-color:#ededf5;
	vertical-align:top;
	}
	
table.step5 td.header {
	border-top:1px #a4a4f5 solid; 
	border-left:3px #a4a4f5 solid; 
	border-bottom:1px #a4a4f5 solid; 
	border-right:3px #a4a4f5 solid;
 	background-color:#fff;
	padding: 3px 0 3px 20px;
}
 

table.wideTable { /*Use as top-level table in a 2-column layout*/
	border: 1px solid #c0c0c0;
	border-collapse: collapse;
	margin: 0 0 5px 0;
	}
	
table.wideTableNoBorder { /*Use as top-level table in a 2-column layout*/
	border-collapse: collapse;
	margin: 0 0 5px 0;
	}
	
table.nestedTable { /*Use as a nested table inside of wideTable*/
	border: 1px solid #c0c0c0;
	border-collapse: collapse;
	margin: 0 5px 5px 5px;
	}
	
table.nestedTableNoBorder { /*Use as a nested table inside of wideTable*/
	border-collapse: collapse;
	margin: 0 5px 5px 5px;
	}
	
table.nestedTableNoBorderOrMargins { /*Use as a nested table inside of wideTable*/
	border-collapse: collapse;
	}
	
table.topLine { /*Puts a top border on a table*/
	border-top: 1px solid gray;
	}
	
/*TABLE ROW FORMATTING*/
	

	
tr.bottomLine { /*Puts a bottom line on a row*/
	border-bottom:1px solid gray;
	}
	
tr.topLine { /*Puts a top line on a row*/
	border-top: 1px solid gray;
	}
	
tr.lineHeight50 { /*Use when you want height of 50px*/
	height: 50px;
	}
	
	/*TABLE CELL FORMATTING*/

td.header { /*Use for text in header cells*/
	font-weight: bold;
	font-size: 1.0em;
	} 
	
td.leftPadding { /*Use if cell is first element in row*/
	padding-left: 5px;
	}
	
td.leftPadding20 { /*Use if cell is first element in row*/
	padding-left: 20px;
	}
	
td.rightPadding { /*Use if cell is last element in row*/
	padding-right: 5px;
	}
	
td.rightPadding20 { /*Use if cell is last element in row*/
	padding-right: 20px;
	}
	
td.bottomPadding { /*Use if you need space between rows*/
	padding-bottom: 5px;
	}
	
td.bottomPadding20 { /*Use if you need space between rows*/
	padding-bottom: 20px;
	}
	
td.topPadding { /*Use if you need space between rows*/
	padding-top: 5px;
	}
	
td.topPadding20 { /*Use if you need space between rows*/
	padding-top: 20px;
	}
	

	
td.bottomLine {
	border-bottom: 1px solid gray;
	}
	


	
td.closed { /*Use when the rows can expand*/
	background: url(../images/biller_closed.gif) 0 9px no-repeat;
	padding-left: 20px;
	white-space: nowrap;
	cursor: pointer;
	}
	
td.open { /*Use when rows can expand*/
	background: url(../images/biller_open.gif) 0 11px no-repeat;
	padding-left: 20px;
	white-space: nowrap;
	cursor: pointer;
	}
	
td.amount { /*Use as standard formatting in a table when displaying an amount*/
	text-align:right;
	white-space: nowrap;
	font-weight: bold;
	cursor: pointer;
	width: 100px;
	padding-right:25px;
	}
	
td.date { /*Use as standard formatting in a table when displaying a date*/
	text-align: left;
	white-space: nowrap;
	cursor: pointer;
	width: 100px;
	}
	
	
	
.ui-dialog {
	background-color: #fff;
	}
	
.ui-dialog-titlebar {
	border-bottom: 1px solid #ffb200;
	padding: 0px;
	cursor: move;
	height: 28px;
	}
	
.ui-dialog-titlebar-close {
	width: 16px;
	height: 16px;
	background: url(../images/dialog-titlebar-close.png) no-repeat;
	position:absolute;
	top: 6px;
	right: 7px;
	cursor: default;
	}
	
.ui-dialog-titlebar-close-hover {
	background: url(../images/dialog-titlebar-close-hover.png) no-repeat;
	}
	
.ui-dialog-title {
	margin-left: 5px;
	color: white;
	font-weight: bold;
	position: relative;
	top: 7px;
	left: 4px;
	}
	
.ui-dialog-content {
	margin: 1.2em;
	}
	
.ui-dialog-buttonpane {
	position: absolute;
	bottom: 8px;
	right: 12px;
	width: 100%;
	text-align: right;
	}
	
.ui-dialog-buttonpane button {
	margin: 6px;
	}
	
	