﻿body 
{
    background: #2F373E url(img/background-menus.jpg) repeat-x 50% 0%;
}

div.logo
{
    width: 490px;
    height: 627px;
    background-image: url(img/scout-logo.jpg);
    float: left;
}

div.login
{
    background: url(img/scout-login.jpg) no-repeat center bottom;
    height: 168px;
    margin: 180px auto 0px;
    width: 285px;
    float: left;
}

div.login.captcha
{
    margin: 70px auto 0px;
    height: 270px;
}

div.login ul li
{
    margin-bottom: 10px;
}

div.login label
{
    display: block;
    width: 80px;
    text-align: right;
    padding-top: 2px;
    padding-right: 10px;
    float: left;
    color: #FFFFFF;
}

div.login .text
{
    width: 140px;
    border: solid 1px #D9D9D9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 2px;
}

input.captcha
{
    margin-left: 90px;
    margin-top: 3px;
}

div.login .button
{
    margin-top: 10px;
    margin-left: 160px;
    background-image: none; padding: 0; width: auto; height: auto;
    border: 0;
}

div.container
{
    overflow: auto;
	-webkit-overflow-scrolling: touch;
    width: 830px;
    margin: auto;
}

div.menu, div.error
{
    height: 420px;
    margin: 180px auto 0px;
    width: 340px;
    float: left;
    overflow: auto;
	-webkit-overflow-scrolling: touch;
}

div.menu a, div.error a
{
    display: block;
    float: left;   
    width: 130px;
    height: 27px;
    
    padding-top: 6px;
    
    margin-right: 25px;
    margin-bottom: 10px;
    
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    line-height: normal;
    
    background: url(img/botao-menu.gif) no-repeat;
}

div.menu a.disabled
{
    cursor: default;
    opacity: 0.2;
    -moz-opacity: 0.2;
    filter:alpha(opacity=20);
}

li.errorMessage
{
    text-align: center;
}


div.container
{
    background-image: url(img/navegadores.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}

div.error
{
    color: #FFFFFF;
}

div.error p
{
    padding: 5px 0px 10px 0px;
    font-size: small;
}

.mobile.vertical div.login ul
{
    display: none;
}

.mobile.vertical div.login .mobile-horizontal
{
    display: block;
	margin-top: -60px;
}
