html, body {
	width: 100%;
	height: 100%;
}

html {
	
}

body {
	background: url(https://static.moveon4.com/ca-dal/images/logo_new_gold.jpg) no-repeat top center;
	background-size: cover;
	padding: 140px 0 0 0;
	font-family:  Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13x;
}

a {
	color: #55891a;
}

.pageContainer {
	margin: 0px auto;
	position: relative;
	width: 940px;
	height: 100%;
	overflow: visible;
}

.pageContent {
	width: 908px;
	height: 100%;
	padding: 10px;
	background: white;
	overflow: visible;
	background: #fff;
	min-height: 600px;
	border: none;
}

.pageCover {
background: white;
padding-top: 0px;
position: relative;
min-height: 350px;
}

.wizardContainer {
overflow: visible;
height: 100%;
width: inherit;
}
/* login page */
.loginContainer, .registerContainer, .loginformContainer {
width: 440px;
}

.pageCover h1 {
	color: #000;
	line-height: 50px;
	font-size: 36px;
	font-weight: normal;
	float: left;
	padding: 15px 20px;
	margin: 0;
	display: block;
	width: 868px;
	background-color: #f4f4eb;
}

legend {
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px 0px;
	text-transform: capitalize;
	font-weight: normal;
	margin-left: 0px;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 22px;
}

fieldset > legend {
	font-size: 20px;
	width: 100%;
}

.formRow {
	width: 100%;
	overflow: hidden;
	padding: 2px 0px;
	border-bottom: 0px solid #f1f1f1;
	margin-bottom: 5px;

}

a.forgot {
color: #55891a;
text-decoration: none;
font-size: 12px;
}

input[type=submit], button, input[type=reset], .button, .nicEdit-pane input[type=submit] {
	background: none #f5a900;
	position: relative;
	padding: 2px 10px 3px;
	color: #fff;
	text-decoration: none;
	border-radius: 2px;
	border: 0;
	cursor: pointer;
	float: left;
	top: 0px;
	line-height: 18px;
}

input[type=submit]:hover, button:hover, input[type=reset]:hover, .button:hover {
	background-color: #e39d01;
}

.wizardTitleBar {
	background: #f4f4eb!important;
	border-radius: 0 0 0px 0;
	padding: 16px 20px 16px 20px;
	margin-left: 0px;
	overflow: hidden;
	width: 868px;
}

.loginBar {
	padding: 4px 0px 4px 2px;
	position: absolute;
	top: -154px;
	right: 0px;
	font-size: 11px;
	line-height: 19px;
	position: absolute;
	
}

.loginBar span {
	font-weight: normal;
	color: #fff;
}

.loginBar a {
	float: right;
	background: none !important;
	margin-left: 10px;
	border: 0px;
	color: #fff;
	text-decoration: underline;
	line-height: 1.27em;

}

.menuContainer {
	background: none;
	width: auto;
	overflow: visible;
	float: right;
	font-size: 12px;
	border-radius: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	width: 260px;
}

.formContainer {
	width: 626px;
	float: left;
	margin: 0px 0px 10px 0px;
}

.formContainer fieldset > legend {
	background: #f2f2f0;
	width: 100%;
	font-weight: 100;
	padding: 8px 0px;
	font-size: 15px;
	font-weight: 600;
	text-indent: 10px;
}

.formHeader {
	font-size: 20px;
	width: 100%;
	color: #000;
	padding: 14px 0px 10px 0px;
	font-weight: normal;
	margin-bottom: 15px;
}

.labelContainer {
	width: 30%;
	padding: 0px 0px 0px 5px;
	float: left;
	line-height: 20px;
}

.rowLabel {
	width: 80%;
	float: left;
	margin-top: 4px;
	text-align: left;
}

.rowControl {
width: 69%;
float: left;
margin-bottom: 0px;
}

.rowControl > input[type=text], .rowControl > input[type=password], .genericControl {
width: 390px;
}

button[kind="previous_button"] { 
    background: url(https://static.moveon4.com/default/icons/prev_button_icon.png) no-repeat center left  #f5a900 ;
    padding-left: 20px;
}

button[kind="previous_button"]:hover { 
    background: url(https://static.moveon4.com/default/icons/prev_button_icon.png) no-repeat center left #e39d01 ;
}

button[kind="next_button"] { 
    background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center  #f5a900;
    padding-right: 20px;
}

button[kind="next_button"]:hover { 
    background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #e39d01;
}

button[kind="save_button"] 
{   background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #f5a900;
    padding-left: 27px;
}
input[type=submit]:hover, button:hover, input[type=reset]:hover, .button:hover {
    background-color: #e39d01;
}

button[kind="save_button"]:hover 
{   background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #e39d01;
    padding-left: 27px;
}


/* navigation */


/* 3.2 NAVIGATION */


.vMenu {
	margin: 0px 0px 0px 0px;
	padding: 6px 8px 8px;
	min-height: 40px;
	min-width: 200px;
	border: 1px solid #dfdeda;
}
.vMenu > a > li:before {
    color: #005483;
    content: "";
    font-size: 12px;
    height: 100%;
    left: 10px;
    font-weight: normal;
    position: absolute;
    top: 5px;
    width: 5px;
}
.vMenu > a > li.complete:before {
    content: "";
    font-size: 14px;
    color: #15B712;
}

.vMenu > a > li.complete {
  background: url(https://static.moveon4.com/default/icons/completed_icon.png) no-repeat 222px 8px #f0f0e1; 
  color:    #8f8e8a;
  }

.vMenu > a > li.complete:hover { 
    background: url(https://static.moveon4.com/default/icons/completed_icon.png) no-repeat 222px 8px #f6f6ef;
    color: #8f8e8a;
    }
.vMenu > a {
    text-decoration: none;
    color: #8f8e8a;
}
.vMenu > a > li {
    border-bottom: 1px solid #fff;
    border-top: 1px solid Transparent;
     width: auto;
    line-height: 20px;
    padding: 5px 27px 5px 10px;
    display: block;
    position: relative;
    font-family: Arial, Verdana,sans-serif;
    transition: none;
    font-weight: 600;
    background: #f0f0e1;
}
.vMenu > a > li:hover {
    background-color: #f6f6ef !important;
    color: #8f8e8a;
    cursor: pointer;
}
.vMenu > a > li.active {
	background: #000 !important;
	color: white;
}



/* END WIZARD NAVIGATION */ 

.blue span {
	background-color: #274b0c;
}

.wizardNavigation {
float: left;
width: auto;
overflow: hidden;
text-align: center;
padding: 0px;
margin-bottom: 10px;
width: 600px;
}

.registerContainer .rowControl > input[type="text"], 
.registerContainer .rowControl > input[type="password"], 
.registerContainer .genericControl {
	width: 100%;
}


.loginContainer .rowControl > input[type="text"], 
.loginContainer .rowControl > input[type="password"], 
.loginContainer .genericControl {
	width: 100%;
}

.pageFooter .siteWidth {
    min-height: auto;
	padding-top: 20px;
    float: left;
}