#button_bar img {
	margin:0 10px 0 0;
}

#button_bar {
	text-align:center;
	margin-top:10px;
}

/********************/
/* Buttons          */
/********************/
/* Buttons          */
.imageButtonBar {height: 27px; overflow: hidden; text-align: center; margin: 5px 0;}
.imageButtonBar ul {padding: 0; height: 27px; margin: 0 auto;}
.imageButtonBar ul li {float: left; list-style: none;padding:0; }
.imageButtonBar a {display: block; padding: 28px 0 0 0; width: 170px;margin: 0 5px; color: #fff;background-repeat:no-repeat}
.imageButtonBar a:hover {background-position: 0 1px;}
.imageButtonBar .one {width:180px}
.imageButtonBar .two {width:360px}
.imageButtonBar .three {width:360px}
.imageButtonBar .four {width:480px}


/* New Table Style */

.dia_table2 table {
	border-collapse: collapse;
	font-size: 0.9em;
	color: #003366;
	background: #ffffff;
	width: 100%;
	clear: both;
}

.dia_table2 #leftBorder {
	border-left:1px #256392 solid;
}

.dia_table2 caption {
	padding: 0 0 .5em 0;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	background: transparent;
}

.dia_table2 table th {
	font-size: 1.0em;
	background: #EFF4FB;
	border-top: 3px #256392 solid; 
	border-bottom: 1px #256392 solid; 
	padding: 4px;
}

.dia_table2 table td {
	border-top: 1px #E4EDF7 solid;
	padding: 4px;
}
.dia_table2 table tr.subheading {
	font-size: 16px;
	font-weight: bold;
	color: #EB6D08;
	background: #EFF4FB;
	border-bottom: 1px #333 solid;
}
.dia_table2 table tr:hover {
	background: #EFF4FB;
}

.dia_table2 #total th {
	color: #003366;
	background: #EFF4FB;
	border-top: 1px #256392 solid;
}

.dia_table2 tr.total td {
	color: #003366;
	background: #EFF4FB;
	border-bottom: 1px #256392 solid;
	border-top: 1px #256392 solid; 
	font-weight: bold;
}


/************************************/
/*        DIAFORM               */
/************************************/


.diaform form {
	color: #333;
	text-align:left;
	clear:both;
	margin-bottom: 10px;
	width: 100%;
	overflow:hidden;
	}

.diaform textarea {
	width: 300px;
	height: 100px;
}

.sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}

.diaform fieldset {
	width: 100%;
	background: #e4edf7;
	border: none;
	border-top: 1px solid #0056A9;
	border-bottom: 1px solid #0056A9;
	margin-bottom:10px
}

	
.diaform li.legend {
	padding: 0 2px 0 0;
	font-weight: bold;
	color:#0056A9;
	}
	
.diaform .label {clear: left; width: 32%; float: left; vertical-align: top; text-align: left;}
.diaform .inner {float: left; width: 68%; clear: right; display: block; vertical-align: top;line-height: 1.8em;}
	
.diaform ol {
	margin: 0;
	padding: 0;
	}
	
.diaform li {
	list-style: none;
	margin: 0;
	padding: 3px 10px 3px;
	}
	
	
.diaform .legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
.diaform .error {color:#FF0000}
.diaform .validation {background: #FFFF33;}
em {
	font-style: normal;
	color: #CE000C;
	}



/**********************************/
/* Login Form			  */
/**********************************/
div.loginform {
	background-color:	#e5e3f0;
/*	position: 	fixed;
	left:		300px;
	top:		250px;*/
	border:		1px ridge #000000;
}

/*********************************/
/*      Step NAV Style           */
/*********************************/

div.stepNav {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	background: #FFffff;
	font-size: 93%;
	line-height: normal;
}
.stepNav ul {
	margin: 0;
	padding: 10px 0 5px 0;
	list-style: none;
}
.stepNav li {
	display: inline;
	margin: 0;
	padding: 0;
}
.stepNav img {
	vertical-align:middle
}

.stepNav span.future {
	color: #999;
}

.stepNav a:link, .stepNav a:visited  {
	color: #003366;
}


