/* CSS Document */

* {
border:0;
margin:0;
padding:0;
line-height:18px;
text-decoration:none;
outline:none;
list-style:none;
font-family:"Trebuchet MS", Tahoma, Helvetica;
}

body {
background-color:#6D6E72;
font-size:12px;
color:#333;
}

.wrapper {
width:960px;
margin:0 auto;
display:table;
}
.wrapper .header {
background:url('../images/header.jpg') no-repeat left top;
height:224px;
float:left;
width:100%;
border:0px solid white;
}
.wrapper .userLogged, .wrapper .cartao-bar {
float:left;
line-height:30px;
text-indent:15px;
}
.wrapper .userLogged {
width:640px;
background-color:#FEB914;
color:#ffffff;
font-weight:bold;
}
.wrapper .userLogged a {
color:#333;
cursor:pointer;
}
.wrapper .cartao-bar {
width:320px;
background-color:#F68121;
}
.wrapper .cartao-bar a {
font-size:12px;
color:#ffffff;
display:inline;
line-height:30px;
cursor:pointer;
}
.wrapper .conteudo {
float:left;
width:100%;
background-color:#F5F5F5;
}
.wrapper .conteudo .coluna-esquerda, .wrapper .conteudo .coluna-direita {
border:0px solid red;
}
.wrapper .conteudo .coluna-esquerda {
float:left;
margin:15px 0px 15px 15px;
width:720px;
}
.wrapper .conteudo .coluna-direita {
float:right;
margin:15px 15px 15px 0px;
width:170px;
}

.wrapper .footer {
float:left;
width:100%;
height:15px;
background-color:#fdb913;
margin-top:15px;
}
input.error {
border:1px solid red !important;
}
.formStatus {
display:block;
}
.formStatus span {
display:block;
padding:5px;
margin-bottom:20px;
border-width:1px;
border-style:solid;
text-indent:10px;
}
.formStatus .error {
background-color:#FFCCCC;
border-color:#FF5151;
}
.formStatus .sucesso {
background-color:#B3FFB3;
border-color:#006600;
}
h2 {
font-size:16px;
border-bottom:1px dotted #999;
line-height:25px;
margin-bottom:10px;
color:#E46B07;
}

.listagem thead {
background-color:#FDD5B3;
}
.listagem thead td {
line-height:30px;
font-weight:bold;
}
.listagem td {
text-indent:5px;
}
.listagem tbody td {
font-size:11px;
line-height:25px;
border-bottom:1px solid #ccc;
}