/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28/jul/2014, 16:09:34
    Author     : Paulo
*/


.normalTextArea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    height: 13em;
    width: 95%;
}

.smallTextArea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    height: 8em;
    width: 95%;
}

.tableTextArea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    height: 100%;
    width: 100%;
    
}

textarea#field10_1 {
BACKGROUND-IMAGE: url(../img/forcas.jpg);
background-repeat: no-repeat;
background-position: center center;
}

textarea#field10_2 {
BACKGROUND-IMAGE: url(../img/fraquezas.jpg);
background-repeat: no-repeat;
background-position: center center;
}

textarea#field10_3 {
BACKGROUND-IMAGE: url(../img/oportunidades.jpg);
background-repeat: no-repeat;
background-position: center center;
}

textarea#field10_4 {
BACKGROUND-IMAGE: url(../img/ameacas.jpg);
background-repeat: no-repeat;
background-position: center center;
}


.money {
    text-align: right;
    width: 10em;
}


.help {
     float: right;
}


img#rodape {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#wrapper{
    width: 1000px;
    margin: auto;
}

#loginMsg{
    float: right;
    margin-top: 1px;
    margin-bottom: 1px;
    font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans","DejaVu Sans",Verdana,sans-serif;
    font-size: 12px;
}

.clear{
    clear: both;
}

#users{
    width: 80%;
    margin-left: 10%;
    float: left;
}

#users thead tr{
    background-color: transparent;
    font-weight: bold;
}

#users tr{
    background-color: transparent;
    
}

#users tr td{
    border-bottom: 1px #999 solid;
}

#users thead tr td{
    border-bottom: none;
}

#loginTable tr{
    background-color: transparent;
}

a:link, a:visited{
    color: #000;
    text-decoration: underline;
}

a:hover{
    color: #42A1C9;
}
