body { background: url(../../public/images/bg.gif) repeat-x 0 0; }
#pageWrap {
	margin: 0 auto;
	width: 700px;
}
#pageWrap #header { position: relative; }
#pageWrap #header h1 {
	color: #333;
	display: block;
	font-size: 35px;
	letter-spacing: -3px;
	padding: 50px 0 30px 0;
}
#pageWrap #header a {
	background: url(../../public/images/print.gif) no-repeat right;
	color: #0066FF;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 18px 70px 18px 0;
	position: absolute;
	right: 5px;
	top: 40px;
}
#pageWrap #header a:hover { text-decoration: underline; }
#pageWrap #main #boxdestaque { display: none !important; }
#pageWrap #main .alfabetoRamais { margin-bottom: 35px; clear: both;}
#pageWrap #main h2 {
	background: #F9F9F9;
	color: #686868;
	float: left;
	font-size: 90px;
	line-height: 110px;
	margin-right: 10px;
	text-align: center;
	width: 110px;
}

/*ESTILO PARA A TABELA*/
#pageWrap #main table {
	border: 0;
	margin: 0 0 30px 0;
	width: 567px;
}
#pageWrap #main table tr td {
	border-bottom: #CCC 1px dashed; 
	color: #333;
	border-right: 0; 
	padding: 5px 5px 5px 8px;
} 
#pageWrap #main table thead tr td {
	background: #F9F9F9;
	border-bottom: #CCC 2px solid;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;

	padding: 10px 15px 6px 8px;
}
#pageWrap #main table tr td.corsim { background: #F9F9F9; }
#pageWrap #main table tr td.dpto { padding: 10px 35px 10px 8px; width: 390px; }
#pageWrap #main table tr td.dptoName { padding-top: 20px !important; font-weight: bold; }
#pageWrap #main table tr:first-child td.dptoName { padding-top: 10px !important; }

#pageWrap #main table tbody tr td table thead tr td {
	background: none;
	border-bottom: 0;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0;
	padding-left: 0;
	width: auto;
}
#pageWrap #main table tbody tr td table { margin-bottom: 20px; }
#pageWrap #main table tbody tr td.noBorder { border-bottom: none; padding-bottom: 5px; }
#pageWrap #main table tbody tr td table tr td.dptoSub, #pageWrap #main table tbody tr td.dptoSub { padding-left: 15px; width: 412px; }
