
 
.pageCover {
    background: url("https://static.moveonca.com/ca-sfu/images/logo.png") no-repeat scroll 0 20px rgba(0, 0, 0, 0);
	padding-top: 120px;
	background-size:auto 75px;
	margin-top:25px;
}
.wizardTitleBar {
    background: #54585A;
	color:#000000;

    border-radius: 0 0 0px 0;
    padding: 16px 0;
    margin-left: 0px;
    overflow: hidden;
    width: 938px;
    margin-top: 30px;
}

.loginBar{
	padding-top: 30px;
	
}
.pageCover h1 {
	color: #3E3E3B
}

.vMenu > a > li:hover, .active {
    background-color:#A61920;
    color: #fff;
    cursor: pointer;
}
button[kind="next_button"] {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #A61920; color: #white;
}
button[kind="next_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #A61920; 
	color:#fff;
}
button[kind="previous_button"] {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #A61920;  color: #white;
	}
button[kind="previous_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #A61920; 
	color:#fff;
	}
button[kind="save_button"], button[kind="submit_button"] {
    background: url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center #A61920; color: white;
}
button[kind="save_button"]:hover, button[kind="submit_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center #A61920; 
	color:#fff;
}

.vMenu > a {
   color: #A61920;
}
.formHeader {
	color: #000000;
}


*Language*/
#languageButtons li a {
	background-color:#A6192E;
   
    display: block;
	
}
#languageButtons li a:hover {
    
	
	
    
}

    
li.currentLanguage {
    background-color:#A6192E;
	color:white;
   
	border-bottom: #fff;
	
}
.wizardTitleBar{
	background:FFBD00 ;
	color:#fff;
	width:938px;
}

.progress-bar{
	background:#fff;
	color:#023E83;
	
}



