/* 
 * ---------------------------------------------------------------------
 * Filename:            de-rwth-aachen.css
 * Description:         Design for the moveon 4 Form and Portal
 * Version:             0.0.9 (18/07/2014)
 * Website:             moveon4.com
 * Author:  			Luciana Purcaru
 * --------------------------------------------------------------------- 
 */
 
 body {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #333;
    font:  arial,helvetica,sans-serif;
}
.pageHeader {
    background:  #000 none repeat scroll 0 0;
    display: block;
	 height: 42px;
}
.logo {
    background: url("https://static-de.moveon4.com/de-rwth-aachen/images/logo.png") no-repeat scroll 0 0px rgba(0, 0, 0, 0);
	   height: 115px;
	    width: 230px;
		 top: 0;
}

.pageCover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.pageCover h1 {
    color: #262626;
}
.pageContent {
    border: medium none;
}
.wizardTitleBar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	   border-bottom: 4px solid #000;
}

.wizardTitle {
    font-size: 23px;
	color: #262626;
}
.formHeader {
    border-bottom: medium none;
    color: #262626;
}

.formContainer {
	margin: 30px 0 0;
    border-left: 1px dotted #e5e5e5;
	  padding-left: 10px;
}
.formContainer fieldset > legend, .searchBox .searchHeader {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	 color: #262626;
}

li.currentLanguage {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: medium none;
    color: #666;
    padding: 2px 8px;
}


.vMenu > a {
    color: #333333;
}

.vMenu > a > li {
    border-bottom: 1px dotted #e5e5e5;
}
.vMenu > a > li.complete.active {
    background: url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 188px 8px #eee;
	color: #333333;
	font-weight:bold;
}
.vMenu > a > li.complete:hover {
background: url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 188px 8px #00549f;
	color: #fff;
}
.vMenu > a > li.complete {
    background: url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 188px 8px #eee;
    color: #333333;
}
.vMenu > a > li:hover, .active {
    background-color: #00549f;
}
button[kind="save_button"], button[kind="submit_button"] {
    background: #333 url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center;
    padding-left: 27px;
	 border-radius: 5px;
}


button[kind="save_button"]:hover, button[kind="submit_button"]:hover {
    background: #00529f url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center;
    padding-left: 27px;
	 border-radius: 5px;
	}


input[type="submit"], button, input[type="reset"], .button {
    background: #333 none repeat scroll 0 0;
 border-radius: 5px;
 color: #fff
}
input[type="submit"]:hover, button:hover, input[type="reset"]:hover, .button:hover {
    background: #00529f none repeat scroll 0 0;
 border-radius: 5px;
}



button[kind="previous_button"] {
    background: #333 url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center;
	 border-radius: 5px;
}
button[kind="previous_button"]:hover {
    background: #00529f url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center;
	 border-radius: 5px;
}


button[kind="next_button"] {
    background: #333 url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center;
	 border-radius: 5px;
}
button[kind="next_button"]:hover {
    background: #00529f url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center;
	 border-radius: 5px;
}

.addSection {
    background: #333 url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px;
	 border-radius: 5px;
}
.addSection:hover {
    background: #00529f url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px;
	 border-radius: 5px;
}
.blue span {
    background-color: #00529f;
}
a{
	color:#00529f;
	text-decoration:none;
}
a:hover{
		text-decoration:underline;
}
.pageFooter {
    background: #333 none repeat scroll 0 0;
    height: 100px;
	    margin: -10px auto 0;
}
.appDetails {
     color: #fff;
}

.privacy_policy {
    color: #fff;
}

























