/* 
 * ---------------------------------------------------------------------
 * Filename:            Laval_portal.css
 * Description:         Design for the moveon 4 Portal
 * Website:             moveon4.com
 * Author:  			Luciana Purcaru
 * --------------------------------------------------------------------- 
 */

body {
color: #280f00;
}
.pageCover {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-top: 130px;
}

.pageHeader {
	background: url("https://static.moveonca.com/ca-laval/images/header.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 15px;
	overflow: visible;
	position: relative;
}
.logo {
	background: url("https://static.moveonca.com/ca-laval/images/Logo.png") no-repeat scroll 10px 13px rgba(0, 0, 0, 0);
	height: 152px;
	width: 217px;
}
	
	.wizardTitle {
	color: #ba241f;
	 font-size: 26px;
	 }
	 
	 .formHeader {
    border-bottom: 1pt dotted #cec1a6;
	 color: #ba241f;
	 }

legend {
    border-bottom: 1px dotted #cec1a6;
	}

.formContainer fieldset > legend, .searchBox .searchHeader {
    background: none repeat scroll 0 0 white;
	 color: #ba241f;
	}
	.formContainer fieldset {
    border-bottom: medium none;
	}
	
	
.addSection {
    background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px #ba241f;
}

.addSection:hover {
    background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px #cec1a6;
}	

	input[type="submit"], button, input[type="reset"], .button {
    background: none repeat scroll 0 0 #ba241f;
	}
	
		input[type="submit"]:hover, button:hover, input[type="reset"]:hover, .button:hover {
    background: none repeat scroll 0 0 #cec1a6;
	color: #4b4531;
	}
	
	li.currentLanguage {
    background: none repeat scroll 0 0 transparent;
    color: #ba241f;
	}
	#languageButtons li {
    border-left: 1px solid #c9c9c9;
	}
	
	#languageButtons li a:hover{
	color: #ba241f;
	text-decoration:none;
	}
	#languageButtons {
top: 67px;
	}
	
	.blue span {
    background-color: #ba241f;
	}
	
	.pageTitle {
    border-top: 1px solid #c9c9c9;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 124px;
    width: 100%;
}

.vMenu {
display: none;
}

.wizardNavigation {
display: none;
}


.pageCover h1 {
    color: #ba241f;
	}
	
	.pageFooter {
    background: none repeat scroll 0 0 #ba241f;
    height: auto;
	padding: 0 61px;
	}
	
	.appDetails {
    color: white;
	margin: 0;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
