body {
    background: #FFF;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	color: #000000;
}

.pageContent {
	border: none;
	width: 1010px;
	padding: 0;
	margin: auto;
}

.pageCover, .siteWidth {
    min-height: 0;
}

.wizardContainer {
    overflow: visible;
}

.pageCover {
    background: url("https://static.moveon4.com/560/images/new_logo_via.png") no-repeat scroll -18px -60px white;
	background-size: 25%;
}

.loginBar { 
	float: right;
	margin-top: -120px;
}

.loginBar span {
    color: #000;
}
.loginBar a {
    background: none repeat scroll 0 0 transparent !important;
    border-left: 1px solid #FFFFFF;
    border-radius: 0 0 0 0;
    color: #000;
    letter-spacing: 1px;
    line-height: 15px;
    margin-left: 10px;
    padding: 2px 11px;
    text-decoration: none;
}
.loginBar a:hover {
    background: none repeat scroll 0 0 transparent !important;
    border-left: 1px solid #FFFFFF;
    border-radius: 0 0 0 0;
    color: #000;
    letter-spacing: 1px;
    line-height: 15px;
    margin-left: 10px;
    padding: 2px 11px;
    text-decoration: none;
}
a.button {
	color: #000;
}

.wizardTitleBar {
    background: #d0c8ac;
    border-radius: 5px 0 0 5px;
    margin-left: 0;
    margin-top: 2px;
    overflow: hidden;
    padding: 0.45% 20px;
    width: 970px;
}

.wizardTitle {
	color: #141417;
	margin-top: 2px;
	font-size: 14px;
}

.progress-bar{
	border-radius: 5px 0 0 5px;
    box-shadow: none;
	margin: 0 -15px 0 0;
}

.menuContainer{
	background: #2c5e67;
	width: 195px;
	border-radius: 5px;
	margin: 10px 0 0;
}

.vMenu > a > li {
	background: none;
    border-bottom: none;
    border-top: 1px dotted #000000;
	color: #000;
	font-family: Helvetica,Arial,Verdana,"Bitstream Vera Sans",sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-left: 9px;
    padding: 5px 19px 5px 2px;
    width: 155px;
}

.vMenu > a:first-child > li {
	border-top: none;
}

.vMenu  ul{
	margin: 0;
}

.vMenu > a > li.active {
    color: #ffffff;
	background: none;
}

.vMenu > a > li:hover {
	color: #ffffff;
	background: none;
}

.vMenu > a > li:hover.active {
	color: #ffffff;
	background: none;

}

.vMenu > a > li.complete{
	background: url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 158px 8px;
	color: #000;
}

.vMenu > a > li.complete.active{
	background-color: none;
	color: #ffffff;
}

.vMenu > a > li.complete.active:hover{
	background: url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 158px 8px;
	color: #ffffff;	
}

.vMenu > a > li.complete:hover{
	background: url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 158px 8px;
	color: #ffffff;
}

.formContainer {
    width: 780px;
	margin-left: 20px;
}

.formHeader{
	color: #B20125;
    font-family: georgia,serif,times,"Times New Roman",times-roman;
	border-bottom: 1px solid #D0C8AC;
	padding: 0 0 8px;
	font-size: 24px;
}

.blue span {
    background-color: darkred;
}

.pageFooter {
    border-top: 1px solid #D0C8AC;
    margin: 0 auto;
    padding: 0 60px;
    width: 890px;
}

.appDetails {
	color: #000;
}


.formContainer fieldset > legend {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 2px solid #D0C8AC;
    width: 771px;
	font-size: 15px;
    font-weight: bold;
    padding: 4px 0;
    text-transform: none;
}

.addSection{
	background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px #cc0033;
	opacity: 1;
	margin: 5px 0;
}

.addSection:hover{
	background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px #db1324;
	text-decoration: none;
}

button[kind="save_button"] {
    background: url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center #cc0033;
}

button[kind="save_button"]:hover{
	background: url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center #db1324;
}

button[kind="previous_button"] {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #cc0033;
}

button[kind="previous_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #db1324;
}

button[kind="next_button"] {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #cc0033;
}

button[kind="next_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #db1324;
}

input[type="submit"], button, input[type="reset"], .button {
    background: none repeat scroll 0 0 #cc0033;
}

input[type="submit"]:hover, button:hover, input[type="reset"]:hover, .button:hover {
    background: none repeat scroll 0 0 #db1324;
}

input[type="submit"][disabled="disabled"], button[disabled="disabled"], input[type="reset"][disabled="disabled"], .button[disabled="disabled"] {
	background: #B2B0B0;
	border: none;
}

input[type="submit"][disabled="disabled"]:hover, button[disabled="disabled"]:hover, input[type="reset"][disabled="disabled"]:hover, .button[disabled="disabled"]:hover {
	background: #B2B0B0;
	border: none;
}

input[kind="save_button"][disabled="disabled"], button[disabled="disabled"], input[type="reset"][disabled="disabled"], .button[disabled="disabled"] {
	background: url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center #B2B0B0;
	border: none;
	padding-left: 27px;
}

input[kind="save_button"][disabled="disabled"]:hover, button[disabled="disabled"]:hover, input[type="reset"][disabled="disabled"]:hover, .button[disabled="disabled"]:hover {
	background: url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center #B2B0B0;
	border: none;
}

.remove{
	right: 15px;
    top: 4px;
}

#Disclaimer .rowControl {
	width: 50px;
    margin-left: 10px;
	float: right;
}

#Disclaimer .labelContainer .rowLabel {
    width: 600px;
}

#Disclaimer .labelContainer {
    width: 90%;
}

.rowControl {
    width: 540px;
}

#languageButtons {
	margin-top: 50px;
}
#languageButtons li a {
    padding: 2px 5px;
    width: 100%;
    color: #000;
    display: block;
    text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#languageButtons li a:hover {
    padding: 2px 5px;
	background: #000;
    width: 100%;
    color: #fff;
    display: block;
    text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
li.currentLanguage {
    background: #000 none repeat scroll 0 0;
    color: #fff;
	padding: 2px 8px;
	border-bottom: medium none;
	text-transform: uppercase;
	font-weight: bold;
}

.pageCover h1 {
	color: #B20125;
    font-family: georgia,serif,times,"Times New Roman",times-roman;
	border-bottom: 1px solid #D0C8AC;
	font-size: 24px;
}


.loginContainer:before {
	content: "Si ja t'has registrat en aquest espai, accedeix amb el Login. Si et cal, fes clic a Forget your Password. Si no t'has registrat en aquest espai, segueix les instruccions de l'apartat de Registration i llavors accedeix amb el Login.";
	} 