/****************************** PARA O LAYOUT DA AGENDA *******************************/
/****************************** NÃO MEXER SEM CERTEZA...    *******************************/
.agenda_home {
	margin:15px 0px 15px 0px;
}
.ar_sup_agenda {
	background-image: url(http://www.universitario.com.br/jp/img/white_box/ar_sup.gif);
	background-repeat:repeat-x;
}
.ar_esq_agenda {
	background-image: url(http://www.universitario.com.br/jp/img/white_box/ar_esq.gif);
	background-repeat:repeat-y;
}
.ar_dir_agenda {
	background-image: url(http://www.universitario.com.br/jp/img/white_box/ar_dir.gif);
	background-repeat:repeat-y;
}
.ar_inf_agenda {
	background-image: url(http://www.universitario.com.br/jp/img/white_box/ar_inf.gif);
	background-repeat:repeat-x;
}
/******** ESTILOS PARA O QUE HÁ NO MIOLO DA AGENDA (A CELULA CENTRAL, DE CONTEUDO) **********/
.miolo_agenda {
	border-collapse:collapse;
	text-indent:3px;
	font-size:11px;
}
.miolo_agenda img {
	margin-left:1px;
	margin-right:1px;
}
.titulo_agenda {
	font-weight:bold;
	font-size:14px;
	color:#003399;
	background-color:#d4d7e6;
	text-indent:3px;
}
/*** classe -etapa- e seus links ***/
table td.etapa {
	background-image:url(http://www.joaopaulo.g12.br/img/bt/botao_verde_80x13.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:80px;
	font-size:9px;
	color:#FFFFFF;
	font-weight:bold;
}
table td.etapa a {
	font-size:9px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	cursor: default;
}
table td.etapa a:visited{
	font-size:9px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
table td.etapa a:hover{
	font-size:9px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#dhtmltooltip{
	position: absolute;
	visibility: hidden;
	z-index: 100;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	color:#003399;
	background-color: #f2f2f2;
	font-weight:bold;
	text-indent:5px;	
	padding: 2px;	
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}	
#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
/*** classe -etapa- e seus links ***/
.par_agenda {
}
.impar_agenda {
	background-color:#f2f2f2;
}
.miolo_agenda a {
	text-decoration:underline;
	font-size:11px;
	color:#000000;
}
.miolo_agenda a:hover {
	font-weight:bold;
	color:#000000;
}
.miolo_agenda a:visited {
	text-decoration:underline;
	color:#000000;
}