#headerleft{
	background-image: url(../images/logos/logo.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 400px;
}

.fund_title {
	background: #b5cddf;
	color: #fff;
}

table.portal_table {
  font: Verdana;
  font-size: 12px;
  background: #fff;
  border-collapse: collapse;
}
 table.portal_table td {
  border: 1px silver solid;
	padding: 6px;

}
table.portal_table th {
  color: #000;
  background: #e8e7e6;
  padding: 7px; 
  font-weight: normal;
}

table.portal_table caption {
  background: #78a6c4;
  padding: 7px;
  color: white;;
  font-weight: bold;;	
  text-align:left; 
  margin-left: inherit;
  margin-right: inherit;
}

table.portal_table tfoot {
 background: #b5cddf;
 color: black;
 font-weight: normal;
}


table.portal_table input {
		font-family: Verdana;
		font-size: 12px;
}

#loading-indicator {
  position: absolute;
  left: 10px;
  top: 10px;
}


ul.progress_indicator {
    list-style: none;
    margin: 0;
    padding: 0;
}




ul.progress_indicator li  {
background-color: #fff;   
   float: left;
    line-height: 45px;
    height: 45px;
    min-width: 260px;
    position: relative;
	color: #fff;
	padding-left: 30px;
}

ul.progress_indicator li.step-one {
		background-image: url("../images/progress_indicator/Blue_Beginning.png");
}
ul.progress_indicator li.step-two {
		background-image: url("../images/progress_indicator/Blue_Arrow.png");
}

/* materializecss input fields for bootstrap :P */
#register label[for="inputText"] {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 14px !important;
    padding-right: 5px !important;
}
#register input, #register select {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: white !important;
    border-bottom: 1px solid rgba(0,0,0,0.16) !important;
    border-radius: 0 !important;
}
#register input:focus, #register select:focus {
    border-bottom: 1px solid #000 !important;
}
#register input:-webkit-autofill,
#register input:-webkit-autofill:hover,
#register input:-webkit-autofill:active,
#register input:-webkit-autofill:focus {
    background-color: #FFFFFF !important;
    color: #555 !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #555555 !important;
}
/* END OF materializecss input fields for bootstrap :P */

#register .has-error input, #register .has-error select {
    border-bottom: 1px solid #a94442 !important;
}

.tiny-bottom {
    margin-bottom: 9px;
}