﻿

body {
    background: none repeat scroll 0 0 #F1F1F1;
    color: #25384A;
    font-family: Arial;
    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.moveon4.com/surrey/images/NewSurreylogo.png") no-repeat scroll 0 0 #FFFFFF;
    padding-top: 125px;
    background-size: 34%;
    background-position: 9px 25px;
}

#detailPage > .pageCover {
    background-size: 35%;
    background-position-y: 25px;
    padding-top: 110px;
}






.pageCover h1{
	margin-top: 50px;
}

 .vMenu > a > li {
    background-color: #25384A;
    border-bottom: 1px solid #f1b53d;
    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: #f1b53d;
    color: #25384A;
    cursor: pointer;
    font-weight: 700;
}
.vMenu > a > li:hover, .active {
    background-color: #f1b53d !important;
    color: #25384A;
    cursor: pointer;
    font-weight: 700 !important;
}

.vMenu > a > li.complete {
    background: url(https://static.moveon4.com/default/icons/completed_icon.png) no-repeat 188px 8px #f25384A;
    color: #ffffff;
    font-weight: 700;
}


.wizardTitleBar {
    background: #25384A;
    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 #25384A;
    border-bottom: 4px solid #f1b53d;
    color: white;
    padding: 4px 8px;

}

.addSection {
    background: url(https://static.moveon4.com/default/icons/add_icon.png) no-repeat 5px 4px #25384A;
    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 #ffffff ;
    height: 25px;
    color: #25384A;
    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 #25384A;
    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;
}
button[kind="submit"]:hover {
    background: none #f1b53d; 
	color:#25384A;
	}
.pageCover h1 {
    color: #25384A;
    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: #25384A !important;
    padding: 14px 0px 10px 0px;
    
    border-bottom: 1pt solid #25384A;
	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 #25384A; 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  #f1b53d; 
	color:#25384A;
}


button[kind="next_button"] {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #25384A; color: white;
}
button[kind="next_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center  #f1b53d ; 
	color:#25384A;
}
button[kind="previous_button"] {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #25384A;  color: white;
	}
button[kind="previous_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center  #f1b53d ; 
	color:#25384A;
	}
.progress-bar {
    margin: 0 16px 0 0;
	color:#000000;
}

.blue span {
    background-color: #25384A;
}