* {
    font-family: arial;
    font-size: 12px;
}

.panelMain {
    margin-top: 30px;
}

.title {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: small;
    font-weight: bold;
    text-align: left;

}

.label {
    color: #417B9C;
}

.rowAmortizacao {
    color: #FF0000;
}

.subtitle {
    font-family: Arial, sans-serif;
    color: #1d5987;
    font-size: 10px;
    font-weight: bold;
}

.aviso {
    font-family: Arial, sans-serif;
    color: #ff3366;
    font-size: 10px;
    font-weight: bold;
}

.upper {
    text-transform: uppercase;
}

.lower {
    text-transform: lowercase;
}

.left {
    text-align: left;
}

div.divCarregando {
    text-align: center;
    vertical-align: middle;
    color: #666666;
    font-weight: bold;
    position: absolute;
    vertical-align: baseline;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 150px;
    margin-top: -25px;
    margin-left: -75px;
    background: #FFFFFF;
    z-index: 9999;
}

/*
.dialogWithoutHeader .ui-dialog-titlebar {
	display:none !important;
}*/

img {
    border-style: none;
}

h1 {
    font-family: Arial, sans-serif;
    color: #578BB8;
    font-size: 1.6em;
    margin-top: 0;
}

td {
    padding: 2px;
}

table.tableBorder {
    border-collapse: collapse;
    margin: auto;
}

table.tableBorder th, table.tableBorder td {
    border: solid 1px #A6C9E2;
    padding: 6px;
}

th {
    text-align: center;
}

.linhaSelecionada td {
    background-color: #D9EDF7;
}

.linhaNormal td {
    background-color: #FFF;
}

span.botaoUpload {
    padding: 7px 25px 7px 25px;
    background-color: #515151;
    color: #FFFFFF;
    margin: 2px;
}

table.noBorders td {
    border: none;
}

.ui-growl {
    left: 35%;
    top: 40%;
}

.ui-growl-item-container {
    opacity: 0.95;
}

.ui-growl .ui-widget-content {
    background: none;
    background-color: #999999;
}

.ui-datepicker-trigger {
    padding-left: 4px;
    cursor: pointer;
}

.colunaEsquerda {
    width: 49%;
    font-weight: bold;
}

.colunaDireita {
    width: 49%;
}

li.ui-wizard-step-title {
    font-size: 12px;
    margin: 5px 1px 4px 0;
    padding: 5px 15px 5px 15px;
}

li.ui-state-hover {
    box-shadow: 3px 3px 2px #CCC;
    margin: 5px 4px 4px 0;
}

div.ui-wizard-content {
    /*border: solid 1px #A6C9E2;*/
    /*padding: 5px;*/
    margin: 0 0 15px 0;
}

a.linkPadrao {
    text-decoration: none;
    color: #2E6EBC;
}

a.linkGrande {
    text-decoration: none;
    color: #2E6EBC;
    font-size: 18px;
}

.ui-datalist-content {
    border: 0px;
}

.noBorders tr, .noBorders td {
    background: none !important;
    border: none !important;
}