@font-face {
	font-family: 'mairyBook';
	font-style: normal;
	font-size: 120px;
	font-weight: 400;
	src: local('mairyBook'), url(http://trcorp.com.br/lot/pr/prPortal/mairyBook.otf);
}


body
{
	font-family: mairyBook;
	font-size: 120%;
	/*background-image: url('fundoOito.png');*/
	/*background-repeat: repeat;*/
	background-attachment: fixed;
	background-size: 100% 100%;
}

.bloco 
{ 
	background-image: url('fundoBloco.png');
	background-size: 100% 100%;
	border-collapse:collapse;
}

.grid
{ 
	background: #DFE8EB; 
	border-collapse:collapse;
}

.cabBloco
{
	font-size:190%;
	font-weight:bold;
	color: #FFFFFF;
	/*color: #7E8591;*/
}

.cabGrid
{
	font-size:180%;
	font-weight:bold;
	color: #7E8591;
	padding: 10px;
}

.cnab
{
	font-family: monospace;
	background-color: white;
	/*border: 2px solid;*/
}

.dialogBox
{
	background-color: #C7D8D2;
	border-style: double;
	width: 500px;

}

#divAntecipacao
{
	width: 500px;
}

#divCabAntecipacao
{
	color: #D6D936;
	background-color: #515753;
	font-size: 120%;
}

#divCabQuitacao
{
	color: #D6D936;
	background-color: #515753;
	font-size: 120%;
}

#divSegundaViaBoleto
{
	background-color: #C7D8D2;
	border-style: double;
	width: 500px;
}

.tableDados tr:nth-child(odd) {
   background-color: #DAFCDD;
}

#tableFotos td
{
	padding: 20px;
}

#tableDocumentos td
{
	padding: 10px;
}

/*
@font-face {
    font-family: mairy_bookregular;
    src: url(../fonts/mairy_book-webfont.woff2) format("woff2"), url(../fonts/mairy_book-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

.pageTitle
{
	font-family: mairyBook;
}
*/