@charset "utf-8";
/* CSS Document */


body#popup {
	background: #fff !important;
	/*width: 850px !important;*/
	font-family: 'Arial', Verdana, Helvetica, sans-serif !important;
}


/*#popup .center {
	margin: 0 auto;
	width: 850px;
}*/

#popup table {
	margin: 10px;
	font-family: 'Arial', Verdana, Helvetica, sans-serif;
	width: 900px;
	font-size: 25px;
	/*border: 1px solid #000;*/
}

#popup table tr td {
	padding: 5px;
	/*font-size: 14px;*/
}

#popup table tr td.titulo {
	background-color: #666;
	color: #fff;
	/*font-size: 15px;*/ font-weight: bold;
	padding: 8px !important;
	font-size: 25px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	
}


#popup table tr td.tituloprincipal {
	
	/*font-size: 20px;
	*/text-align: center;
	padding: 10px 10px !important;
	font-weight: bold;
	font-size: 35px;
}

/*botao de impressão ao final da página*/
#popup input[type=button] {
	background:url('../img/bt_imprimir_pop.png') no-repeat !important;
	padding: 0 13px 0 13px !important;
	height: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	cursor: pointer;
	border: 0;	
}

