.pageCover {
    background: url("https://static.moveonca.com/univalle/images/LogoUV_solo.png") no-repeat scroll 0 0px rgba(0, 0, 0, 0);
	background-size: 10%;
    background-position: 50% 0%;
}
.wizardContainer {
    padding-top: 30px;
}
.wizardTitleBar {
    background: #DF2A09;
    color: white;
}
.formContainer fieldset > legend, .searchBox .searchHeader {
    background: #808285;
    color: white;
}
.vMenu > a > li {
    background-color: #DF2A09;
    border-bottom: 1px solid #DF2A09;
	color: white !important;
}
.vMenu > a > li.complete {
    background: url(https://static.moveon4.com/default/icons/completed_icon.png) no-repeat 188px 8px #ececec;
    color: #2f0900 !important;
	border-color: #DF2A09;
}
.vMenu > a > li.active {
    background-color: #ececec !important;
    color: #310f0e !important;
    border-color: #DF2A09;
}
.vMenu > a > li:hover {
    background-color: #f5f5f5 !important;
    color: #310f0e !important;
}
.formHeader {
    color: #eb1e00 !important;
}
.formContainer fieldset > legend, .searchBox .searchHeader {
    background: #6d6e71;
}
.blue span {
    background-color: #57595b;
}
button[kind="next_button"] {
    background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #808285;
    padding-right: 20px;
    color: #fff;
    border:0cap
}
button[kind="next_button"]:hover {
    background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #57595b;
    border:0cap
}
button[kind="previous_button"] {
    background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #808285;
    padding-right: 20px;
    color: #fff;
    border:0cap
}
button[kind="previous_button"]:hover {
    background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #57595b;
    border:0cap
}
button[kind="save_button"] {
    background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #808285;
    padding-right: 20px;
    color: #fff;
    border:0cap
}
button[kind="save_button"]:hover {
    background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #57595b;
    border:0cap
}
button[kind="submit_button"] {
    background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #808285;
    padding-right: 20px;
    color: #fff;
    border:0cap
}
button[kind="submit_button"]:hover {
    background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #57595b;
    border:0cap
}
.addSection {
    background: url(https://static.moveon4.com/default/icons/add_icon.png) no-repeat 5px 4px #808285;
    border:0cap;
    color: #fff;
}
.addSection:hover, .addButtonTabular:hover {
    background: url(https://static.moveon4.com/default/icons/add_icon.png) no-repeat 5px 4px #57595b;
    border:0cap;
    color: #fff;
}