﻿
body 
{
	background-color:White;
	background-image:url(images/backgrounds/ice_background.jpg);
	background-repeat:repeat-x;
	
	
}
.contentRegistration
{
	background-color:White;
	background-image:url(../images/backgrounds/registrationPageBackground.jpg);
	background-repeat:no-repeat;
	
	
}
.preRegistration
{
	background-color:White;
	background-image:url(../images/backgrounds/preRegistrationBackground.jpg);
	background-repeat:no-repeat;
	
	}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	
}
.callouthighlight
{
	background-color: Red;
	color:Black !important;		
}