﻿/* --------------------------------------------------------------
 * Description:         Default Design for the moveon 4 Relation Publisher
 * Version:             0.0.10 (11/06/2013)
 * Website:             moveon4.com
 */

body {
    background: none repeat scroll 0 0 #F1F1F1;
    color: #525252;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    outline: 0 none;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px 0;
}

.header {
    display: none;
}

.pageCover {
    background: url("https://static-de.moveon4.com/de-tu-dortmund/images/tud_logo_rgb.jpg") no-repeat scroll 0 0 #FFFFFF;
    padding-top: 120px;
    background-size: 35%;
    background-position: 59px 25px;
}

#detailPage > .pageCover {
    background-size: 35%;
    background-position-y: 25px;
    padding-top: 110px;
}






.pageCover h1{
	margin-top: 50px;
}

 .vMenu > a > li {
    background-color: #639A00;
    border-bottom: 1px solid #492E23;
    border-top: 1px solid transparent;
    width: 170px;
    line-height: 20px;
    padding: 5px 27px 5px 10px;
    display: block;
    position: relative;
    font-family: "Lucida Sans","Lucida Grande",sans-serif;
    font-weight: 700;
    color: white;
}

.vMenu > a > li:hover, {
    background-color: #3B3B3B;
    color: white;
    cursor: pointer;
    font-weight: 700;
}

.vMenu > a > li:hover, .active {
    background-color: #3B3B3B !important;
}



.wizardTitleBar {
    background: #639A00;
    border-radius: 0 0 0px 0;
    padding: 16px 0;
    margin-left: 0px;
    overflow: hidden;
    width: 100%;
}
.wizardTitle {
    font-size: 18px;
    font-weight: bold;
    max-width: 600px;
    line-height: 20px;
    display: block;
    float: left;
    margin-left: 16px;
    font-family: Helvetica;
    color: white;
}

li.currentLanguage {
    
	background: none repeat scroll 0 0 #639A00;
    border-bottom: 4px solid #3B3B3B ;
    color: white;
    padding: 4px 8px;

}

.addSection {
    background: url(https://static.moveon4.com/default/icons/add_icon.png) no-repeat 5px 4px #639A00;
    height: 25px;
    color: #fff;
    border: 1px solid transparent;
    padding: 0px 5px 3px 25px;
    cursor: pointer;
    float: left;
    margin: 5px 0px 5px 1px;
    opacity: 1;
}
.addSection:hover {
    background: url(https://static.moveon4.com/default/icons/add_icon.png) no-repeat 5px 4px #639A00 ;
    height: 25px;
    color: #fff;
    border: 1px solid transparent;
    padding: 0px 5px 3px 25px;
    cursor: pointer;
    float: left;
    margin: 5px 0px 5px 1px;
    opacity: 1;
}

input[type=submit], button, input[type=reset], .button {
    background: none #3B3B3B;
    position: relative;
    padding: 6px 14px 7px;
    color: white;
    text-decoration: none;
    border-radius: 0px;
    border: 0;
    cursor: pointer;
    float: left;
    top: 0px;
    line-height: 30px;
}

.pageCover h1 {
    color: #492E23;
    font-size: 25px;
    margin: 0;
    line-height: 50px;
}



.loginBar {
    font-size: 12px;
}

.loginBar {
    margin-top: 10px;
	top:  0 px !important;
}
.formHeader {
    font-size: 25px;
    width: 100%;
    color: #000000 !important;
    padding: 14px 0px 10px 0px;
    
    border-bottom: 1pt solid #000000;
	font-weight: 500;
    margin-bottom: 15px;
	
}   
.autoSaveCheck {
	float: right;
	margin-right: 15px;
	color: white;
}
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 #639A00; 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  #3B3B3B; 
	color:#ffffff;
}


button[kind="next_button"] {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #639A00; color: white;
}
button[kind="next_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center  #3B3B3B ; 
	color:#fffffff;
}
button[kind="previous_button"] {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #639A00;  color: white;
	}
button[kind="previous_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center  #3B3B3B ; 
	color:#ffffff;
	}
