﻿html, body, form {
	height: 100%; 
	margin: 0;
	padding: 0;  

}

body {
	color: #595959;	
    background: #F6F5F2 url(../imgs/DESJARDINS/login_bg.jpg) repeat-x top;
    overflow: auto;
}

body, textarea, select, input {
    font-size: 13px;
	font-family:  Arial, helvetica, sans-serif; 
	font-weight: normal;
    font-style: normal;
}
a, a:link, a:visited { text-decoration: underline; }
a, a:link, a:visited { color: #0660b8; }

h1, h2, h3, h4, h5, h6 { }

h1 { font-size: 18px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; margin: 0; padding: 0; }

img { border: none; }

input {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
}

a:hover { color: #000; }

#loginHeader  
{
    margin:0px auto auto auto;
    width:980px;
    height:69px;
    background-image: url(../imgs/DESJARDINS/login_banner.jpg);
}

.loginMenu {
    float: right;
    padding: 25px 20px 0px 0px;
    font-weight: bold;
}

.loginMenu, .loginMenu:link, .loginMenu:visited {
    color: #595959;
    text-decoration: none;
}

#loginMain {
    position: absolute;
    top: 70px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0px auto auto auto;
    padding: 20px;
    width: 940px;
    background: #ffffff;
}

#loginMain > img {
    padding-top: 10px;
    padding-bottom: 30px;
}

#loginContent 
{	
    display: inline-block;
    padding: 20px;
    width: 410px;
    margin-right: 18px;
    border: 1px solid #DDDDDD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    vertical-align: top;
}

#loginContentImage {
    display: inline-block;
    vertical-align: top;
}

#loginContentImage img {
    padding: 2px;
    border: 1px solid #DDDDDD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#ServicePaieEtRHSection {
    font-size: 11px;
    margin-top: 10px;
    width: 460px;
}

.step {
    font-size: 16px;
    font-weight: bold;
}

.step img {
    vertical-align: middle;
    padding-left: 5px;
}

#StepTitle {
    display: inline-block;
    width: 300px;
}

#ctl00_remarkStep2 {
    display: inline-block;
    width: 300px;
}

.loginStep {
    display: inline-block;
    width: 105px;
    text-align: right;
    font-size: 13px;
}

.note {
    font-size: 11px;
    margin-top: 10px;
    width: 460px;
}

.rows {
    margin-top: 10px;
    background: #f2f2f2;
    border: 1px solid #DDDDDD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.row label {
    display: inline-block;
    font-weight: bold;
    text-align: right;
    width: 120px;
    padding-right: 20px;
}

.row {
    margin: 10px;
}

.row input[type="text"] {
    display: inline-block;
    font-weight: bold;
    width: 150px!important;
    border: 1px solid #cfcfcf;
    margin-bottom: 5px!important;
}

.row div {
    display: inline-block;
    width: 210px;
    vertical-align: top;
}

.note {
    font-size: 11px;
    margin-top: 10px;
    width: 460px;
}

.buttonNext {
    display: inline-block;
    width: 85px;
    height: 24px;
    background-image: url(../imgs/DESJARDINS/loginNext.png);
}

.submit label {
    display: inline-block;
    font-weight: bold;
    text-align: right;
    width: 120px;
    padding-right: 20px;
}

.submit {
    margin-top: 30px;
    margin-bottom: 10px;
}

.submit a {
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    padding-top: 5px;
    text-align: center;
}

.msg {
    font-size: 11px;
    margin-top: 15px;
    margin-bottom: 10px;
    width: 410px;
}

.forgotlink {
    font-weight: bold;
}

a.forgotlink {
    text-decoration: none!important;
}

a.forgotlink:hover {
    text-decoration: underline!important;
}

.buttonSubmit {
    display: inline-block;
    width: 204px;
    height: 24px;
    background-image: url(../imgs/DESJARDINS/loginSubmit.png);
}

.secret {
    margin-bottom: 20px;
    background: #f2f2f2;
    border: 1px solid #DDDDDD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.sectionErrorTitle, .sectionErrorIcon { display: none; }

#LOGIN_PASSWORD__UM_LOGIN__0 {
    display: inline-block;
    font-weight: bold;
    width: 150px!important;
    border: 1px solid #cfcfcf;
    margin-bottom: 5px!important;
}

.sectionErrorItems 
{ 
    margin-bottom: 20px;
    font-size: 13px;
    padding: 5px;
    color: #cc0000;
    font-weight: bold;
    white-space: normal;
}

.withErrors {
    background-color: #fcdcdc;
}

a#linkUserCode{
    display:block;
    text-align :center;
    padding-left: 143px;
}

