/* ---------------------------------------------------------------------
* Filename:            Griffith.css
* Description:         Design for the moveon 4 Forms
* Website:             moveon4.com
* Author:  			   Renate Schwaighofer
* --------------------------------------------------------------------- 
*/



body {
    background: none repeat scroll 0 0 #fff;
    color: #111;
	 font: 81.3%/1.618 Open Sans,sans-serif;
	}

.pageCover {
    background: url("https://static.moveonfr.com/fr-uni-versailles/img/logo.png") no-repeat scroll 0 5px transparent;
	/* Abstand Logo zu WizardBar */
	padding-top: 120px;
	}
.wizardTitleBar{
    background:  #A9A7A7 repeat scroll 0 0;
	border-bottom: none;
	}
.wizardTitle {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
	}
.pageContent {
	width: 950px;
    border: medium none;
}

/*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: #d64333;
	font-size: 1.618em;
}
.formContainer fieldset {
    border-bottom: none;
}


/*Language*/
#languageButtons li a {
    padding: 2px 5px;
    width: 100%;
    color: #666;
    display: block;
    text-decoration: none;
	text-transform: uppercase;
}
#languageButtons li a:hover {
    padding: 2px 5px;
    width: 100%;
    color: #d64333;
    display: block;
    text-decoration: none;
	text-transform: uppercase;
}
li.currentLanguage {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #d64333;
	border-bottom: medium none;
	text-transform: uppercase;
}

/* NAVIGATION*/
.vMenu {
	margin: 0px 0px 0px 0px;
	padding: 6px 8px 8px;
	min-height: 40px;
	min-width: 200px;
	text-transform: uppercase;
}


.vMenu > a > li.complete {
  background: url(https://static.moveon4.com/default/icons/completed_icon.png) no-repeat 222px 8px #f0f0e1; 
  color:    #d64333;
  }

.vMenu > a > li.complete:hover { 
    background: url(https://static.moveon4.com/default/icons/completed_icon.png) no-repeat 222px 8px #00b5ad;
    color: #d64333;
    }
.vMenu > a {
    text-decoration: none;
    color: #d64333;
}
.vMenu > a > li {
    border-bottom: 1px solid #00b5ad;
    border-top: 1px solid Transparent;
    line-height: 20px;
    padding: 5px 27px 5px 10px;
    display: block;
    position: relative;
    font-family: Arial, Verdana,sans-serif;
    transition: none;
    font-weight: 600;
    background: #fff;
}
.vMenu > a > li:hover {
    background-color: #00b5ad !important;
    color: white;
    cursor: pointer;
}
.vMenu > a > li.active {
	background: #00b5ad !important;
	color: white;
}
/*END NAVIGATION*/



/* Headline */
.formHeader {
   border-bottom: medium none;
    color: #00b5ad;
	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 #A9A7A7;
}
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 #d64333;
	 text-decoration: underline;
}

.blue span {
    background-color: #d64333;
}
.rowControl {
    width: 461px;
}
.loginBar { top: -19px;}

.loginBar span {
    color: #111;
}
.loginBar a {
    color: #111;
}
button[kind="next_button"] {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #A9A7A7;
}
button[kind="next_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #d64333;
	 text-decoration: underline;
}
button[kind="previous_button"] {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #A9A7A7;
	}
button[kind="previous_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #d64333;
		 text-decoration: underline;
	}
	
.addSection {
    background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px #A9A7A7;
	}
.addSection:hover {
    background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px #d64333;
	}

.pageCover h1 {
    color: #00b5ad;	
	}
input[type="submit"], button, input[type="reset"], .button {
    background: none repeat scroll 0 0 #A9A7A7;
	}
input[type="submit"]:hover, button:hover, input[type="reset"]:hover, .button:hover {
    background: none repeat scroll 0 0 #d64333;
	text-decoration: underline;
}
.statusSuccess, .statusFailure, .bgRed, .bgGreen {
    margin-top: 6px;
}

/* End Buttons */


/*Links auf erster Seite unten*/
a{
color: #111;
font-size: 100%;
}
a:hover{
color: #d64333;
font-size: 100%;
}
/* Footer*/
.pageFooter {
	background: #A9A7A7;
	width: 100%;
	height: 58px;
	padding-top: 17px;
}
/* End Footer*/






