/* ---------------------------------------------------------------------
* Filename:            ECP.css
* Description:         Design for the moveon 4 Forms
* Website:             moveon4.com
* Author:  			   Luciana Purcaru
* --------------------------------------------------------------------- 
*/

body {
      background: url("https://static.moveon4.com/fr-ecp/images/header.jpg") no-repeat scroll center 50px rgba(0, 0, 0, 0);
	  color: #1f1e21;
	     font-family: arial,helvetica,sans-serif;
	}

.pageHeader {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;

}
.logo {
    background: url("https://static.moveon4.com/fr-ecp/images/logo.png") no-repeat scroll 0 0 transparent;
	width: 130px;
	  height: 119px;
	    top: -20px;
}
.pageContainer {
  
    overflow: visible;
	}
	
.pageContent {
    background: none repeat scroll 0 0 white;
    border: medium none;
    margin: 252px  auto auto;
	 overflow: visible;
}
.pageCover {
 background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  padding-top: 35px;}
  
  
#languageButtons {
    top: -320px;
}


li.currentLanguage {
    background: none repeat scroll 0 0 #fff;
    border-bottom: medium none;
	color: #000000;
}
#languageButtons li a {
    color: #a3a3a3;
}

.wizardTitle {
    color: #847894;
	font-size: 1.9em;
}
.wizardTitleBar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.vMenu > a {
    color: #434343;
    font-size: 0.9em;
   
    text-decoration: none;
    text-transform: uppercase;
}

.vMenu {
 border-right: 1px solid #d8d8d8;
 }
.formHeader {
    border-bottom: medium none;
}
.vMenu > a > li:hover{
    background-color: #847894;
    color: #eeede8;
}
.vMenu > a > li {
    border-bottom: medium none;
    border-top: medium none;
}
.vMenu > a > li.active {
   font-weight:bold;
    color: #eeede8;
	 background: none repeat scroll 0 0 #847894;
}
.vMenu > a > li.complete:hover, .vMenu > a > li.complete.active {
    background: url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 188px 8px #eeede8;
    color: #7e7e7e;
}
.vMenu > a > li.complete {
    background: url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 188px 8px #eeede8;
    color: #7e7e7e;
}
.formContainer fieldset > legend, .searchBox .searchHeader {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #1f1e21;
}
.formHeader {
    color: #9c003c;
	 font-weight: bold;
}
.mark-complete {
    background: none repeat scroll 0 0 #eeede8;
}

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 #847894;
}

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 #9c003c;
}
button[kind="previous_button"] {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #847894;
}
button[kind="previous_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #9c003c;
}
button[kind="next_button"] {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #847894;
}
button[kind="next_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #9c003c;
	}
	.addSection {
    background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px #847894;
}
.addSection:hover {
    background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px #9c003c;
}
input[type="submit"], button, input[type="reset"], .button {
    background: none repeat scroll 0 0 #847894;
}
input[type="submit"]:hover, button:hover, input[type="reset"]:hover, .button:hover {
    background: none repeat scroll 0 0 #9c003c;
}

.blue span {
    background-color: #847894;
}

.pageCover h1 {
    color: #847894;
	font-weight: bold;
	}
	
.pageFooter {
    clear: both;
	background: url("https://static.moveon4.com/fr-ecp/images/footer_bg.png") repeat-x scroll center 0 rgba(0, 0, 0, 0);
	 padding: 10px;
    width: 100%;
	 height: 270px;
}
.wizardNavigation{
margin-bottom: 40px;
}
