.menuContainer {
	display:none;
}


.loginBar {
    top: 0px;
	padding-top: 0px;
 }

.loginBar span{
	color: #000;
}
body {
    
    background-size: 200px auto;
    color: #000;
	font-family: "trebuchet ms","Aller",Arial,sans-serif;
	}

 .pageCover
 {
	background: url(https://static.moveonca.com/ca-poly-montreal/images/new_polytechnique.png)no-repeat scroll 0 40px rgba(0, 0, 0, 0);
    padding-top: 150px;
    background-size: 23%;
 }
 
 .pageCover h1 {
	color: #333333;
	font-family: "trebuchet ms","Aller",Arial,sans-serif;
}
 
.formHeader {
    font-size: 20px;
    width: 100%;
    color: #000000;
    padding: 14px 0px 10px 0px;
    border-bottom: 1pt solid #00718F;
    font-weight: normal;
    margin-bottom: 15px;
	text-transform: uppercase;
}

.wizardTitleBar{
	background: #B91E32;
    
	}
.wizardTitle {
    font-family: "trebuchet ms","Aller",Arial,sans-serif;
	color: #ffffff;
	}
 
.formContainer fieldset > legend, .searchBox .searchHeader {
	font-family: "trebuchet ms","Aller",Arial,sans-serif;
	text-transform: uppercase;
    color: #666666;
}


.formContainer fieldset {
	border-bottom: thin solid #FA961E;
    padding-bottom: 5px;
}
 
 #languageButtons{
	z-index: 2;
}
#languageButtons li a {
    padding: 2px 5px;
    width: 100%;
    color: #786F6A;
    display: block;
    text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0px;
	background: #fff;
	font-size: 11px;
}
#languageButtons li a:hover {
    padding: 2px 5px;
    width: 100%;
    color: #fff;
    display: block;
    text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background: #B91E32;
	font-size: 11px;
}

li.currentLanguage {
    background: #B91E32;
    color: #fff;
	padding: 2px 8px;
	border-bottom: medium none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
.ko-grid thead tr th {
    background-color: #FAFAFC;
}

button[kind="submit"]:hover {
    background: none repeat center left #333333;
    color: #fff;
	font-family: "trebuchet ms","Aller",Arial,sans-serif;
}

button[kind="submit"] {
    background: none repeat center left #B91E32;
	color: #fff;
	font-family: "trebuchet ms","Aller",Arial,sans-serif;
}