@charset "iso-8859-1";
/* CSS Document */

*{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
body{
	margin:0;
	padding:0;
}
.topo{
	background:#00314b;
	height:100px;
	width:100%;
}
.topoItau{
	background-image:url(../Images/bgItau.png);
    background-repeat: repeat-x;
	height:100px;
	width:100%;
}
.top{
	margin:0 auto;
	width:960px;
}
.logo{
	width:220px;
	height:80px;
	float:left;
}
.logoItau{
	width:960px;
	height:100px;
	float:left;
    margin-top:-21px;
}
.logoItau h1 a{
	height:100px;
	width:960px;
	text-indent: -5000px;
	font-size:0;
	display:block;
	
}
.logo h1 a{
	height:50px;
	width:640px;
	text-indent: -5000px;
	font-size:0;
	display:block;
	
}
.abaMenu{
	background:#0088c2;
	width:100px;
	height:30px;
	float:right;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align:center;
	padding-top:10px;
	margin-right:10px;
}
.abaMenu a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
}
.linkAcessoNaoLogado {
	background: #a85252;
	width: 140px;
	height: 30px;
	float: right;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
	padding-top: 10px;
	margin-right: 10px;
}
.linkAcessoNaoLogado a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
}
.content{
	background:url(../Images/background.jpg) no-repeat;
	height:416px;
	width:100%;
}
.contentItau{
	height:416px;
	width:100%;
}
.contentInterno{
	min-height:600px;
	width:600px;
	margin:0 auto;
	display:block;
	color: #00314b;
}
.col1{
	width:960px;
    min-width:960px;
	margin:0 auto;
	height:460px;
}
.content2{
	width:960px;
	margin:10px auto;
	display:block;
	padding-top:30px;
	height:140px;
}

.chat
{
    background-color: #FFF;
    margin-left:610px;
    margin-top:110px;
    position:absolute;
}

.formulario-left{
	width:300px;
    float:left;
    display: block;
	padding-left:150px;
	font-size:18px;
	padding-top:215px;
    color: red;
    font-weight: bold;
}
.infoItau 
{
    width:300px;
    float:left;
    display: block;
	padding-left:100px;
	font-size:13px;
	padding-top:200px;
    line-height:22px;
    color:#118bb9;
    text-align:center;
}

.formulario{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#FFFFFF;
	width:300px;
	display:block;
	float:right;
	opacity:0.8;
	filter: alpha(opacity=80);
	padding:25px;
	margin-right:50px;
	font-size:12px;
	margin-top:150px;
}
.formulario a{
	font-size:10px;
	text-decoration:none;
	color:#00314b;
	
}

.formularioItau{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#DAF2F9;
	width:300px;
	display:block;
	float:right;
	opacity:0.8;
	filter: alpha(opacity=80);
	padding:25px;
	margin-right:50px;
	font-size:12px;
	margin-top:150px;
}
.formularioItau a{
	font-size:10px;
	text-decoration:none;
	color:#00314b;
	
}
.campo{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	border:1px solid #3a9fd4;
	width:95%;
    margin-bottom: 10px;
	background:#FFFFFF !important;
}
.user{
	font-size:12px;
	color:#00314b;
}

.botao input{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	border:1px #acbb72 solid;
	background:#a4b46c !important;
	margin-top:10px;
	float:right;
	margin-right:1%;
	color:#FFFFFF;
	cursor:pointer;
}

.inputForm
{
    float: left;
}

.rememberMe 
{
    padding-top: 12px;
}
.clr{
	clear:both;
}
.botaoinf{
	float:left;
	width:100px;
	height:50px;
}

.ans{
	float:right;
	width:500px;
	height:50px;
}
.ans img{
	border:none;
	margin:5px 10px;
	float:left;
}
.footer{
	background:#00314b;
	text-align:center;
	height:30px;
	color:#FFF;
	clear:both;
	padding:20px;
	font-size:10px;
}


.allCaps 
{
    text-transform: uppercase;
}
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee !important;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.modalContent
{
    font-size: 12px;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #696969;
}

.contentInterno h1
{
    font-size: 24px;
}

.contentInterno h2
{
    font-size: 20px;
}

.contentInterno .texto
{
    padding: 5px 0 5px 0;
    text-align: justify;
    font-size: 13px;
}

ul,li
{
    font-size: 13px;
}

.editor 
{
    display: block;
    width: 100%;
    clear: both;
}
.editor-label {
    margin: 0.8em 0 0 0;
    display: inline;
    text-align: right;
    width: 60px;
    float:left;
}
.display-label
{
    margin: 0.8em 0 0 0;
    display: inline-block;
    padding-left: 10px;
    word-wrap: break-word; 
} 

.error {
    color: Red;
}

table {
    border: solid 1px #e8eef4;
    border-spacing: 0;
    border-collapse: collapse;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

td {
    padding: 5px;
    border: solid 1px #e8eef4;
    display: table-cell;
}

th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
    display: table-cell;
}

th div {
    position: relative;
    display: block;
}

th div span {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0;
}

tfood {
    border-top-color: #e8eef4;
    border-top-style: solid;
    border-top-width: 5px;
}

table.display {
    border-collapse: collapse;
    clear: both;
    margin 0 auto;
    width: 100%;
    border-width: 0px;
    display: table;
}

.fg-toolbar {
    display: table-cell;
}

.dataTables_empty {
    text-align: center;
}

table.display thead th div.DataTables_sort_wrapper {
    padding-right: 20px;
    position: relative;
}

table.display thead th div.DataTables_sort_wrapper span {
    margin-top: -8px;
    position: absolute;
    right: 0;
    top: 50%;
}

div.dataTables_wrapper .ui-widget-header {
    font-weight: normal;
}

.fg-toolbar {
    display: table-cell;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

.dataTables_wrapper .ui-toolbar {
    padding: 5px;
}

.dataTables_filter {
    width: 50%;
    float: right;
}

.DataTables_sort_icon {
    float: right;
}

.dataTables_info {
    float: left;
    padding-top: 4px;
    padding-left: 10px;
    display: inline-block;
}

.dataTables_paginate {
    float: right;
    display: inline-block;
}

    .dataTables_paginate .ui-button {
        margin-right: -0.1em !important;
    }

.dataTables_length {
    float: left;
    display: inline-block;
}

.ui-widget-header {
    border: 1px solid #4297d7;
    background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}

.ui-helper-clearfix {
    display: block;
}