/* Gerais */
a {
	font-family: tahoma;
	font-size: 14px;
	color: #000000;
	text-decoration:none;
}
a:hover {
	font-family: tahoma;
	font-size: 14px;
	color: #DD127B;
	text-decoration:underline;
}
td {
	font-family: tahoma;
	font-size: 14px;
	color: #000;
}
select {
	font-family: tahoma;
	font-size: 11px;
	border: 1px solid #999999;
}
input {
	font-family: tahoma;
	font-size: 11px;
}
textarea {
	font-family: tahoma;
	font-size: 11px;
}
img {
	border: 0px;
}
A {
	text-decoration: none;
}
.ctTituloEvento {
	font-family: verdana;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.ctBordaFoto {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.ctBordaSessao {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.Tabela {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 6px;
	margin-left: 2px;
	float: left;
	background-image: url(../imagens/fundo_tabelas.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clip: rect(auto,auto,auto,auto);
	padding-bottom: 5px;
}
.ctTituloEventoBranco {
	font-family: verdana;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.ctBordaNews {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #097b09;
	border-left-color: #097b09;
}
/* Paginacao */

.pages a, .pages span {
	display: inline;
	
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	border: 1px solid #fff;
}
.pages span.current {
	border: 1px solid #2E6AB1;
	font-weight: bold;
	color: #fff;
}
.pages a {
	font-family: tahoma;font-size: 13px;
	text-decoration: none;
	color: #000;
}
.pages a:hover {
	color: #DD127B;
	font-family: tahoma;font-size: 13px;
	text-decoration: none;
}
.pages a.nextprev {
	font-weight: bold;
}
.pages span.nextprev {
	color: #999;
}
