/* 
    Document   : ${name}
    Created on : ${date}, ${time}
    Author     : ${user}
    Description:
       This stylesheet creates the layout for the frontpage (login.jsp) only.
       

*/

@import url("preLogin.css.jsf?ln=css");

@media screen {


body {
    background:white;
}

/* with of the page */
div#outerWrap {
    width:800px;
}


div#contentWrap {
    border:none;
    margin:0;
    padding:0px;
    min-height: 0px;
}


#moduleLogoLarge img{
    display:block;
    margin:0 auto;
    max-width: 100%;

}

div#leftColumn{
    display: none;
}

div#contentColumn1 {
    width:100%;
    margin:0 auto;
}

div#rightColumn {
    width:100%;
    margin:0;
    
}

div#content {
    background:white;
    border:none;
    padding:0;
}

div#logoWrapper {
   display: none;
}

/* BLOCK ON TOP OF THE PAGE */

div#welcomeTop {
    border:1px solid #dedede;
    border-top:none;
    background-color: #f6f6f6;
    padding:15px;
    margin-bottom:15px;
}

div#loginBlock {
    width:710px;
    text-align: right;
}


div#loginLinks {
    margin-top: 15px;
    text-align: right;
}

div#welcomeTop a {   
    margin-left:15px;  
}

div.formElement label {
    width:auto;

}

h4{
    margin-bottom:15px;
    text-align: left;
}


div.errorMessage {
    width:100%;
    display:block;
    margin:5px 0 0;
    text-align: left;
    height: 0px;
}

/* CAPTCHA */

input#inCaptchaChars {
    float:left;
    display: block;
}

.captchaImg {
    float:left;
    clear:left;

    margin:15px 0;
}

/* BLOCK ON TOP OF THE PAGE */

div#welcomeBottom {
    border:1px solid #dedede;

    background-color: #f6f6f6;
    padding:15px;
    margin-top:15px;
}

.textBold{
    font-weight: bold;
}

}