/* ---------------------------------------------------------------------
* Filename:            Sorbonne.css
* Description:         Design for the moveon 4 Forms
* Website:             moveon4.com
* Author:  			   Renate Schwaighofer
* --------------------------------------------------------------------- 
*/



body {
    background: none repeat scroll 0 0 #A19790;
    color: #111;
	 font: 81.3%/1.618 Arial, Helvetica,sans-serif;
	}

.pageCover {
    background: url("http://www.univ-paris3.fr/images/new-site/new_logo_site.jpg") no-repeat scroll 0 100px;
	/* Abstand Logo zu WizardBar */
	padding-top: 230px;
	}
.wizardTitleBar{
    background:  #fff repeat scroll 0 0;
	border-bottom: 3px solid #8d7d74;
	}
.wizardTitle {
    color: #8d7d74;
    font-size: 24px;
    font-weight: normal;
	text-transform: uppercase;
	}
.pageContent {
	width: 950px;
    border-left: 2px solid #f4a300;
	border-right: 2px solid #f4a300;
	border-top: none;
	border-bottom: 2px solid #f4a300;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 14px 4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px 4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px 4px rgba(0,0,0,0.75);
}

/*UnterUeberschriften*/
.formContainer {
	border: none;
	padding: 0px 0px 0px 0px;
}
.formContainer fieldset > legend, .searchBox .searchHeader {
    background: none repeat scroll 0 0 #fff;
	font-weight: normal;
	color: #000;
	font-size: 1.618em;
}
.formContainer fieldset {
    border-bottom: none;
}


/*Language*/
#languageButtons {
	margin-top: 10px;
}
#languageButtons li a {
    padding: 2px 5px;
    width: 100%;
    color: #8d7d74;
    display: block;
    text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#languageButtons li a:hover {
    padding: 2px 5px;
    width: 100%;
    color: #fff;
	background: #8d7d74;
    display: block;
    text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
li.currentLanguage {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
	background: #8d7d74;
	padding: 2px 8px;
	border-bottom: medium none;
	text-transform: uppercase;
	font-weight: bold;
}

/* NAVIGATION*/

.vMenu {
	margin: 0px 0px 0px 0px;
	min-height: 40px;
	min-width: 200px;

}

.vMenu > a > li.complete  {
	background: url(https://static.moveon4.com/default/icons/completed_icon.png) no-repeat 180px 8px #A19790; 
	color: #fff;
}
.vMenu > a > li.complete.active {
	background: url(https://static.moveon4.com/default/icons/completed_icon.png) no-repeat 180px 8px #A19790; 
    color: #fff;
}
.vMenu > a > li.complete:hover { 
    background: url(https://static.moveon4.com/default/icons/completed_icon.png) no-repeat 180px 8px #A19790; 
    color: #fff;
}

.vMenu > a {
    text-decoration: none;
}
.vMenu > a > li {
    border-bottom: 3px medium #fff;
    line-height: 20px;
    padding: 5px 27px 5px 10px;
    display: block;
    position: relative;
    font-family: Arial, Verdana,sans-serif;
    transition: none;
    background: #A19790;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}
.vMenu > a > li:hover {
    background-color: #f4a300 !important;
    color: #fff;
    cursor: pointer;
}
.vMenu > a > li.active {
	background: #f4a300 !important;
	color: #fff;
	font-weight: 800;
}
/*END NAVIGATION*/



/* Headline */
.formHeader {
   border-bottom: medium none;
   border-top: 2px soid #003560;
    color: #000;
	font-size: 1.8em;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

.wizardPage {
    padding: 10px;
    width: 97%;
}


/* Buttons in two colors - change all the colors to the Corporate Design */

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 #8d7d74; color: white;
}
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 #f4a300; color:white;
	 text-decoration: underline;
}

.blue span {
    background-color: #f4a300;
}
.rowLabel {
    width: 150px;
    margin-top: 4px;
    text-align: left;
	float: none;
}
.labelContainer {
    width: 200px;
    padding: 0px 0px 0px 5px;
    line-height: 20px;
}
.validationMark {
    float: left;
    /* width: 10px; ausschalten weil sonst ist alles komisch eingerückt*/
    color: #FC0000;
    display: block;
    height: 20px;
	width: 10px;
}

button[kind="next_button"] {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #8d7d74; color: white;
}
button[kind="next_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #f4a300; color:white;
	color:white;
	text-decoration: underline;
}
button[kind="previous_button"] {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #8d7d74;  color: white;
	}
button[kind="previous_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #f4a300; color:white;
		 text-decoration: underline;
	}
	
.addSection {
    background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px #8d7d74; color: white;
	}
.addSection:hover {
    background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px #f4a300; color:white;
	}

.pageCover h1 {
    color: #f4a300;	
	text-transform: uppercase;
	padding-top: 20px;
	}
input[type="submit"], button, input[type="reset"], .button {
    background: none repeat scroll 0 0 #8d7d74;
	color: white;
	}
input[type="submit"]:hover, button:hover, input[type="reset"]:hover, .button:hover {
    background: none repeat scroll 0 0 #f4a300;
	color:white;
	text-decoration: underline;
}
.statusSuccess, .statusFailure, .bgRed, .bgGreen {
    margin-top: 6px;
}

/* End Buttons */


/*Links auf erster Seite unten*/

.plainText {
	color: #000;
	font: Helvetica, Arial, sans-serif;
	font-size: 100%;
}
a{
color: #000;
font: Helvetica, Arial, sans-serif;
font-size: 100%;
}
a:hover{
color: #8d7d74;
font: Helvetica, Arial, sans-serif;
font-size: 100%;
}
/* Footer*/
.pageFooter {
	float: left;
	color: #fff;
	background: #A19790;
	width: 100%;
	height: 58px;
	padding-top: 17px;
}
.appDetails {
    height: 24px;
    line-height: 23px;
    color: #fff;
    font-size: 11px;
    margin: 10px auto 0px;
    border-bottom: 0;
    width: 938px;
}
/* End Footer*/






