/* 
 * ---------------------------------------------------------------------
 * Filename:           Toulouse 1 Capitole_form.css
 * Description:         Design for the moveon 4 Form and Portal
 * Website:             moveon4.com
 * Author:  			Luciana Purcaru
 * --------------------------------------------------------------------- 
 */
 body {
    background: none repeat scroll 0 0 #eee;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	color: #000;
	}
	
	
.pageCover {
     background: none;
padding-top: 246px;
	 }

.pageContainer {
    width: 980px;
	overflow: visible;
	}

	.pageContent{ 
	padding:0;
	border-left: 96.1px solid #cd042e;
	width: 980px;
	}
	
	
	.formHeader {
    color: #000;
	border-bottom: 1pt solid #ccc;
	}
	.menuContainer {
    background: none repeat scroll 0 0 #d6d6ff;
	margin-top: 0;
	}
	
	.logo {
	background: url("https://static.moveon4.com/fr-toulouse1-capitole/images/logo.png") no-repeat scroll 0 0 Transparent;
    height: 142px;
    left: 0px;
    position: absolute;
    top: 0;
    width: 197px;
	}

.pageHeader {
    background: url("https://static.moveon4.com/fr-toulouse1-capitole/images/header.jpg") repeat scroll 75px 0 rgba(0, 0, 0, 0);
    display: block;
	width: 1076px;
height: 95px;
	}

	.wizardContainer {
    margin-top: -100px;
	}
	
.wizardTitle {
    display: block;
    margin-left: 286px;
    margin-top: -100px;
    overflow: visible;
    position: absolute;
	font-weight: bold;
}

.wizardTitleBar {
    background: none repeat scroll 0 0 #eee;
	margin-left: 0;
    overflow: visible;
	 padding: 26px 0;
    width: 100%;
	margin-top: -82px;
	border-top: 20px solid #000;
}
li.currentLanguage {
    background: none repeat scroll 0 0 #fff;
    color: black;
	}
#languageButtons li a {
    color: #000;
	}

.vMenu > a > li:hover, .active {
    background-color: #b1b1dd;
}
.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 #000;
	}
.vMenu > a > li.complete {
    background: url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 188px 8px #ccf;
    color: #000;
	}

.progress-bar {
    margin: -10px 7px 0;
}
.vMenu > a {
    color: #000;
	}

.formContainer {
width: 738px;
}


	
.addSection {
    background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px #ccf;
    color: #fff;
	}
	.addSection:hover {
    background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px #cd042e;
    color: #fff;
	}
	

button[kind="save_button"] {
    color: #fff;
    background: url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center #ccf;
	}
	button[kind="save_button"]:hover {
 color: #fff;
    background: url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center #cd042e;
	}

	button[kind="next_button"] {
	color: #fff;
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #ccf;
	}
	
		button[kind="next_button"]:hover {
		color: #fff;
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #cd042e;
	}
	
	button[kind="previous_button"] {
	color: #fff;
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #ccf;
	}
		button[kind="previous_button"]:hover {
		color: #fff;
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #cd042e;
	}
	
	input[type="submit"], button, input[type="reset"], .button {
    background: none repeat scroll 0 0 #ccf;
    color: #fff;
	}
	
		input[type="submit"]:hover, button:hover, input[type="reset"]:hover, .button:hover {
    background: none repeat scroll 0 0 #cd042e;
    color: #fff;
	}
	
	.blue span {
    background-color: #ccf;
}

	.appDetails {
	 margin: 10px 348px 0;
	 }
	.pageCover h1 {
	 color: #000;
	  margin-top: -200px;
	  margin-left: 10px;
	  }
	  
	  
.loginContainer, .loginformContainer {
    float: left;
    margin-left: 10px;
    margin-top: -120px;
}
.registerContainer {
margin-top: -120px;
}

	
	

