h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5B25AF;
	/*
		padding-bottom: 20px;
		*/
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5B25AF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wi_button {
	background: /*orange*/ #5B25AF; /*url(imagesV2/button_normal_new.png) 0 0 no-repeat*/
	color: #fff;
	padding: 5px;
	border: none !important;
	border-radius: 5px;
	margin: 5px;
	/* deleted width, so larger text would not get truncated */
	min-width: 95px;
}
.wi_top_orange {
	/* If you actually specify width 100% it will not cover the whole width.
	width:100%;
		*/
	/*
		height:30px;
		*/
	display: flex; /*makes continue signing button and label display in a straight line */
	padding: 5px;
	background: /*orange*/ #5B25AF ;
}
.wi_top_orange_left {
	/* make it a bit more compact by removing display block
		display:block;
		*/
	/*
		position:absolute;
		*/
	margin-left: 0px;
	/*
		height:20px;
		*/
	background: /*orange*/ #5B25AF ;
	/* The remaining properties position and style the text that resides on the orange header bar */
	/*
		padding-top: 10px;
	padding-left: 20px;
		*/
	/*
			font-size: 10px; 
		*/
	font-weight: bold;
	color: #fff;
}

.wi_top_orange_right {
	display: block;
	background-color: /*orange*/ #5B25AF;
	padding: 5px;
	/*
	float: right;
	position: relative;
	text-align:right;
	width: 100px; 
	height: 30px;
	padding-top:11px;
	padding-right:11px;
	*/
}
.wi_formtableheader {
	font-weight: bold;
	color: #2AD13D;
	padding-left: 5px;

}
.wi_body_enrollmentdefault #_LoginView1_lnkRegisterNow{
	display: none;
}
.wi_body_creditor_viewcreditor .wi_agenttype_creditor .wi_navigationbuttons
{
	display: none;
}
.wi_body_creditorclients .wi_agenttype_creditor .wi_navtabs
{
    display: none;

}



.wi_body_creditorclients .wi_agenttype_creditor .wi_internal_div_2
{
    display: none;
}
/* Hide green Documents caption at the top of the Documents Saved Search per Dylan */
.wi_body_savedsearch_savedsearch .wi_agenttype_client .wi_formtableheader 
{
	display: none;
}
