
.pageCover {
    background: url("https://static-de.moveon4.com/suas/images/HSMLogo2015deutsch.jpg") no-repeat scroll 0 20px rgba(0, 0, 0, 0);
	padding-top: 100px;
	background-size: 20%;
}

.pageCover h1{
	margin-top: 50px;
}

.formHeader {
    color: #525252 !important;
}

 .vMenu > a > li {
    background-color: #002d5c;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid transparent;
    width: 170px;
    line-height: 20px;
    padding: 5px 27px 5px 10px;
    display: block;
    position: relative;
    font-family: "Lucida Sans","Lucida Grande",sans-serif;
    font-weight: 700;
    color: white;
}


.vMenu > a > li:hover, {
    background-color: #f1f1f1;
    color: white;
    cursor: pointer;
    font-weight: 700;
}



.wizardTitleBar {
    background: #002d5c;
    border-radius: 0 0 0px 0;
    padding: 16px 0;
    margin-left: 0px;
    overflow: hidden;
    width: 100%;
    color: white;
}

.pageCover h1 {
    color: #002d5c;
    font-size: 25px;
    margin: 0;
    line-height: 50px;
}

#progressLabel {
   
    text-shadow: 1px 1px 1px #fff;
    color: #002d5c !important;
}

/* Newly added class*/
.vMenu > a > li:hover, .active {
    background-color: #f1f1f1 !important;
	border-bottom-color:2px solid #f1f1f1 !important;
	color: #525284 !important;
}

li.currentLanguage {
    background: none repeat scroll 0 0 #002d5c;
    border-bottom: 4px solid #f1f1f1;
    color: white;
    padding: 4px 8px;
}

button[kind="previous_button"] {
  background: url(https://static.moveon4.com/default/icons/prev_button_icon.png) no-repeat center left #002d5c;
  border-radius: 0;
}

button[kind="previous_button"]:hover {
  background: url(https://static.moveon4.com/default/icons/prev_button_icon.png) no-repeat center left #002d5c;
}

button[kind="next_button"] {
  background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #002d5c;
  border-radius: 0;
}

button[kind="next_button"]:hover {
  background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #002d5c;
}

button[kind="save_button"] {
  background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #002d5c;
  border-radius: 0;
}

button[kind="submit_button"] {
    background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #002d5c;
    padding-left: 27px;
}

input[type=submit]:hover, button:hover, input[type=reset]:hover, .button:hover {
  background-color: #002d5c;
}

button[kind="save_button"]:hover {
  background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #002d5c;
}





.addSection {
    background: url(https://static.moveon4.com/default/icons/add_icon.png) no-repeat 5px 4px #002d5c;
    color: #fff;
    border: 1px solid transparent;
}

.addSection:hover, .addButtonTabular:hover {
    background: url(https://static.moveon4.com/default/icons/add_icon.png) no-repeat 5px 4px #002d5c;
    opacity: 1;
}