/*-----------CUSTOM CSS FOR FUSENET INDICO PAGES--------*/
/*-----------AUTHOR: JENS PETER FRANNKEMOELLE-----------*/

/*------------CHANGES TO THE CONFERENCE HEADER----------*/

.confTitleBox {
	background-color: #B32B45 !important;
}

/*------------CHANGES TO THE CONFERENCE MENU------------*/
.support_box > h3 {
	background-color: #B32B45 !important;
}


/*------------CHANGES TO THE CONFERENCE PAGE------------*/

.conference-page h1,
.conference-page h2,
.conference-page h3,
.conference-page h4,
.conference-page h5,
.conference-page h6 {
	color: #B32B45 !important;
}

.conference-page p {
	color: #777777 !important;
}

/*-------CHANGES TO INFOGRID AND REGISTRATION BUTTON----*/
.action-box.highlight,
.action-box.highlight .section:not(.highlight):not(.warning):not(.danger):not(.disabled):not(.accept):not(.plain) .text .label,
.action-box.highlight .section:not(.highlight):not(.warning):not(.danger):not(.disabled):not(.accept):not(.plain) > .icon {
	color: #FFFFFF !important;
	background-color: #B32B45 !important;
	border-top: #B32B45 !important;
	border-bottom: #B32B45 !important;
	border-right: #B32B45 !important;
	border-left: #B32B45 !important;
}
.i-button.highlight:not(.label):not(.borderless):not(.text-color)
{
	color:#777 !important;
	background-color: #FFFFFF !important;
	border-top: #FFFFFF !important;
	border-bottom: #FFFFFF !important;
	border-right: #FFFFFF !important;
	border-left: #FFFFFF !important;
}
.i-button.highlight:hover:not(.label):not(.borderless):not(.text-color)
{
	color:#FFFFFF !important;
	background-color: #2E529E !important;
	border-top: #2E529E !important;
	border-bottom: #2E529E !important;
	border-right: #2E529E !important;
	border-left: #2E529E !important;
}