/* ---------------------------------------------------------------------
* Filename:            Universite Catholique de Lille.css
* Description:         Design for the moveon 4 Online forms
* Website:             moveon4.com
* Author:  			   Luciana Purcaru
* --------------------------------------------------------------------- 
*/

body {
    background: url("https://static.moveon4.com/fr-univ-catholique-lille/images/bg_body.png") repeat-x scroll 0 0 #cdcdcd;
	font-family:Arial,Helvetica,sans-serif;
}

.pageCover {
    background: url("https://static.moveon4.com/fr-univ-catholique-lille/images/logo.png") no-repeat scroll 10px 30px white;
	padding-top: 181px;
	  min-height: 405px;
	}

.wizardCover, .wizardContainer {
    background: url("https://static.moveon4.com/fr-univ-catholique-lille/images/ss_bg_menu_principal.png") no-repeat scroll -3px 0 #f3f3f3;
	margin-top: 9px;
	}
.pageContent {
	border: medium none;
	margin: 33px auto auto;
	padding: 0 0 30px;
    width: 1029px;
	border-radius: 0 0 10px 10px;
	background: none repeat scroll 0 0 #f3f3f3;
	}
.wizardTitleBar {
  background: none repeat scroll 0 0 #0c3183;
  margin: -20px auto 10px;
  color:white;
  font-family: Trebuchet MS;
  border-radius: 0 0 10px 10px;
  font-size: 13px;
  width: 96%;

	}
.formContainer {
    margin: 35px 0 10px;
	 width: 745px;
	}
.formHeader{
text-transform: uppercase;
border-bottom: medium none;
color: #0c3183;
font-family: Trebuchet MS;
}
.formContainer fieldset > legend, .searchBox .searchHeader {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-family: Arial,Helvetica,sans-serif;
}
legend {
    color: #000080;
}
	
.blue span {
    background-color: #bd0d26;
}
.vMenu > a > li {
width: 226px;
border-bottom: 1px groove #555;
font-weight: 400;
 background-color: white;
 padding: 1px 0 8px 20px;
}
.vMenu > a {
    color: #555;
}

.vMenu {
 padding: 10px;
 width: 246px;
  background: none repeat scroll 0 0 white;
    border-radius: 10px;
}
.vMenu > a > li.complete {
    background: url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 228px 8px #fff;
    color: #f29400;
    font-weight: 400;
}
.vMenu > a > li.complete:hover {
    background: url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 228px 8px #fff;
    color: #f29400;
    font-weight: 400 !important;
	text-decoration:underline;
}

.vMenu > a > li.complete:hover, .vMenu > a > li.complete.active {
    background: url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 228px 8px #fff;
    color: #f29400;
	}

.menuContainer {
width: 246px;
 margin: 59px 0 0;
}
.vMenu > a > li.active {
   background-color: #fff;
    color: #f29400;
	}
.vMenu > a > li:hover{
	text-decoration:underline;
	background-color: #fff;
	font-weight: 400 !important;
	color: #555;
	}
	
.loginContainer, .loginformContainer {
    float: left;
    margin-left: 10px;
}
li.currentLanguage {
    background: none repeat scroll 0 0 #f29400;
    border-bottom: medium none;
    border-radius: 0 0 10px 10px;
}
#languageButtons {
top: -12px;
}
.wizardContainer
{
 padding-top: 60px;
}
button[kind="next_button"] {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #0c3183;
}

button[kind="next_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #be0d26;
}

button[kind="previous_button"] {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #0c3183;
}
button[kind="previous_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #be0d26;

}
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 #0c3183;
}
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 #be0d26;
	
}

.addSection {
    background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px #0c3183;
}
.addSection:hover {
    background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px #be0d26;

}
input[type="submit"], button, input[type="reset"], .button {
    background: none repeat scroll 0 0 #0c3183;
}
input[type="submit"]:hover, button:hover, input[type="reset"]:hover, .button:hover {
    background: none repeat scroll 0 0 #be0d26;
	}
.pageFooter {
    background:  url("https://static.moveon4.com/fr-univ-catholique-lille/images/bg_footer.gif") repeat scroll 0 0 #fff;
    height: 269px;
	 width: 100%;
}
.loginBar {
top: -61px;
float: right;
}
	
.progress-bar {
    color: #525252;
	}
.formContainer .statusContainer {
    width: 630px;
}
.pageCover h1 {
 color: #0c3183;
  margin: -28px 12px 0 32px;
}
.wizardNavigation {width: 747px;}


