/* CSS Document */
/* TABELAS */
table {
	width:100%;
	background:#fff;
	border-collapse:collapse;
	border:1px solid #ccc;	
	border-left-color:#999;
	margin-bottom:20px;
}

table th, table td {
	text-align:center;
	color:#333;
	border:1px solid #ccc;
	padding:5px;
	vertical-align:middle;
}

td.img { text-align:center; display:block;}

table td.hover, table tr.hover { /* Necessrio para o JQuery - Plugin Table Hover */
	background-color: #F4F4F4;
}

table th {
	background-color:#f5f5f5;	
	height:25px;
	border:1px solid #ccc;
	border-bottom-color:#999;
	border-bottom-width:2px;
	
}

table tr {
	height:20px;
	vertical-align:middle;
	border-top-color:#999;
	border-left:0;
}


/* tabela de programação */
table#tabela-programacao td.td-vazio {
	background:#eee;
}

table#tabela-programacao th.th-horizontal {
	border-left:1px solid #999;
}

table#tabela-programacao th.th-vertical {	
	border-right:1px solid #999;
}

#wp-calendar table.nav { margin-bottom:0; }

#wp-calendar table { border:0; }

#wp-calendar caption { text-align:center; }

#wp-calendar th { border:1px solid #eee; }