#ida{
	display: none;
}

.ul.navigation.account-nav {
	display:none
}

.search-form {
	display: none;
}

.top-page-nav{
	display:none;
}

.bottom-page-nav{
	display:none;
}

.flash {
	margin: 0 40px 0px; padding: 10px 30px; border-width: 2px 0;
	color: white;
}
.flash.notice {background: #4E6A8F;}
.flash.error {
	 
	background: #B71C1C;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    font-size: 18px;
}
.section.with-flash { padding-top: 20px; }

/* rails error message */
.error-messages {
	background: #BC1C3D;
	border: 1px solid #900024;
	padding: 15px 30px;
	color: white;
	margin-bottom: 20px;

}
.error-messages h2 {
	color: white; margin-top: 0; padding-bottom: 0; font-size: 16px;
}
.error-messages li {margin-left: 20px; list-style: square;}

.field-with-errors input, .field-with-errors textarea, .field-with-errors select {border: 2px solid #BC1C3D;}