@charset "iso-8859-1";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	scrollbar-3d-light-color: #FFFFFF; 
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #FFFFFF;
	scrollbar-dark-shadow-color: #000000;
	scrollbar-face-color: #B91818;
	scrollbar-highlight-color: #FF0000;
	scrollbar-shadow-color: #000000;
	overflow-x:auto;
	overflow-y:auto;
}

.TopoLogin {
	color: #000000;
}

.TopoLogin a {
	color: #999999;
	text-decoration: none;
}

.TopoLogin a:hover {
	color: #333333;
	text-decoration: underline;
}

.TopoLogin_Erro {
	color: #FF0000;
	font-family: Arial;
	font-size: 11px;
}

.TopoBotoesOff {
	background-image: url(Imagens/TopoBotoes_Off.gif);
	background-position: top center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

.TopoBotoesOn {
	background-image: url(Imagens/TopoBotoes_On.gif);
	background-position: top center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

.TopoBotoesOff a, .TopoBotoesOn a {
	color:#FFFFFF;
	text-decoration: none;
}

/* COMECO DEFAULT */
.sliderwrapper {
	position: relative;
	overflow: hidden;
	border: 1px solid #DBDCDE;
	border-bottom-width: 0px;
	width: 160px;
	height: 170px;
}

.sliderwrapper .contentdiv {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px;
	background: #FFFFFF;
	width: 150px;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination {
	width: 160px;
	text-align: right;
	background-color: #DBDCDE;
	padding: 1px 1px;
	text-align: center;
}

.pagination a {
	padding: 0 5px;
	text-decoration: none; 
	color: #7D0000;
	background: white;
}

.pagination a:hover, .pagination a.selected{
	color: #000000;
	background-color: #FDBEBE;
}

.Def_Titulo {
	color: #CC0000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.Def_Titulo a {
	color: #CC0000;
	text-decoration: none;
}
.Def_Titulo a:hover {
	color: #FF0000;
	text-decoration: none;
}

.Def_Nov_Tit {
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
.Def_Nov_Tit a {
	color: #000000;
	text-decoration: none;
}
.Def_Nov_Tit a:hover {
	color: #3300CC;
	text-decoration: none;
}

.Def_Nov_Txt {
	color: #0000FF;
	font-family: Arial;
	font-size: 10px;
	text-align: justify;
}
.Def_Nov_Txt a {
	color: #000000;
	text-decoration: none;
}
.Def_Nov_Txt a:hover {
	color: #3300CC;
	text-decoration: none;
}

.Def_Nov_2 {
	background-color: #F6F6F6;
	border-bottom: solid 1px #DBDBDB;
	margin-left: 3px;
	margin-right: 3px;
	padding: 2px;
	color: #666666;
	font-family: Verdana;
	font-size: 10px;
}
.Def_Nov_2 a {
	color: #9F9F9F;
	text-decoration: none;
}
.Def_Nov_2 a:hover {
	color: #000000;
	text-decoration: none;
}



.Def_ArtEve_Tit {
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}
.Def_ArtEve_Tit a {
	color: #000000;
	text-decoration: none;
}
.Def_ArtEve_Tit a:hover {
	color: #3300CC;
	text-decoration: none;
}

.Def_ArtEve_Des {
	color: #666666;
	font-family: Arial;
	font-size: 10px;
	text-align: justify;
}
.Def_ArtEve_Des a {
	color: #767676;
	text-decoration: none;
}
.Def_ArtEve_Des a:hover {
	color: #3300CC;
	text-decoration: none;
}
/* FIM DEFAULT */



/* COMECO NOVIDADES */
.Nov_Tbl_Fundo {
	background-color: #FFFFFF;
	border: 1px solid #DBDBDB;
}

.Nov_Tbl_Celula {
	background-color: #F6F6F6;
	padding-top: 2px;
	padding-bottom: 2px;
}

.Nov_Tbl_Celula .Data {
	color: #999999;
	font-size:10px;
}
.Nov_Tbl_Celula .Data a {
	color: #999999;	
	text-decoration: none;
}
.Nov_Tbl_Celula .Data a:hover {
	color: #333333;	
	text-decoration: none;
}

.Nov_Tbl_Celula .Titulo {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
.Nov_Tbl_Celula .Titulo a {
	color: #990000;
	text-decoration: none;
}
.Nov_Tbl_Celula .Titulo a:hover {
	color: #FF0000;
	text-decoration: none;
}

.Nov_Tbl_Celula .Desc {
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}
.Nov_Tbl_Celula .Desc a {
	color: #666666;
	text-decoration: none;
}
.Nov_Tbl_Celula .Desc a:hover {
	color: #000000;
	text-decoration: none;
}

.Nov_Titulo {
	color: #990000;
	font-size: 14px;
	font-weight: bold;
}

.Nov_Data {
	color: #999999;
	font-size: 10px;
}

.Nov_Desc {
	color: #999999;
	font-size: 12px;
	font-weight: bold;
}
/* FIM NOVIDADES */



/* COMECO EVENTOS */
.Eve_Lis_Titulo {
	background-color: #FFCCCC;
	color: #CC3333;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.Eve_Lis_Titulo a {
	color: #FF6666;
	text-decoration: none;
}
.Eve_Lis_Titulo a:hover {
	color: #FF0000;
	text-decoration: none;
}

.Eve_Lis_Celula {
	background-color: #FFECEC;
	color: #990000;
	font-family: Arial;
	font-size: 12px;
}
.Eve_Lis_Celula a {
	color: #990000;
	text-decoration: none;
}
.Eve_Lis_Celula a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.Eve_Titulo {
	color: #990000;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.Eve_Titulo a {
	color: #990000;
	text-decoration: none;
}
.Eve_Titulo a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.Eve_Data {
	color: #666666;
	font-family: Arial;
}
.Eve_Data a {
	color: #666666;
	text-decoration: none;
}
.Eve_Data a:hover {
	color: #000000;
	text-decoration: none;
}

.Eve_Img {
	border: #999999 solid 1px;
}
/* FIM EVENTOS */



/* COMECO ARTISTAS */
.Art_Destaques .Titulo {
	color: #CC0000;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.Art_Destaques .Titulo a {
	color: #CC0000;
	text-decoration: none;
}
.Art_Destaques .Titulo a:hover {
	color: #FF6600;
	text-decoration: none;
}
.Art_Destaques .Descricao {
	color: #542929;
	font-family: Arial;
	font-size: 12px;
}
.Art_Destaques .Descricao a {
	color: #FF6600;
	text-decoration: underline;
}
.Art_Destaques .Descricao a:hover {
	color: #FF0000;
	text-decoration: none;
}

.Art_Categorias {
	color: #000000;
	font-family: Arial;
	font-size: 12;
	margin: 1px;
	padding: 1px;
}
.Art_Categorias a {
	color: #990000;
	text-decoration: none;	
}
.Art_Categorias a:hover {
	color: #0000FF;
	text-decoration: none;	
}

.Art_CatTbl {
	background-image: url('Imagens/Artistas_DescFundo.gif');
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #FFA8A8;
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 5px;
	width: 300px;
	height: 150px;
}
.Art_CatTitulo {
	color: #CC0000;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.Art_CatTitulo a {
	color: #CC0000;
	text-decoration: none;
}
.Art_CatTitulo a:hover {
	color: #FF0000;
	text-decoration: none;
}
.Art_CatImg img {
	border: 2px outset #FFA8A8;
}
.Art_CatImg img:hover {
	border: 2px outset #FF0000;
}
.Art_CatDesc {
	color: #330000;
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
}
.Art_CatDesc a {
	color: #330000;
	text-decoration: none;
}
.Art_CatDesc a:hover {
	color: #990000;
	text-decoration: none;
}
.Art_CatLocal {
	color: #330000;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
.Art_CatLocal a {
	color: #FFA8A8;
	text-decoration: none;
}
.Art_CatLocal a:hover {
	color: #CC0000;
	text-decoration: none;
}

.Art_DetTitulo {
	color: #CC0000;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
}
.Art_DefAreas {
	color: #666666;
	font-family: Arial;
	font-size: 11px;
}
.Art_DefAreas a {
	color: #333333;
	text-decoration: underline;
}
.Art_DefAreas a:hover {
	color: #990000;
	text-decoration: none;
}
/* FIM ARTISTAS */



/* COMECO TITULO DA PAGINA */
.TituloPagina {
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

.TituloPagina a {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}

.TituloPagina a:hover {
	color: #004000;
	font-weight: normal;
	text-decoration: underline;
}
/* FIM TITULO DA PAGINA */



/* COMECO FORMATAR ERRO */
.FormatErro {
	background-color: #FFCCCC;
	border: 1px solid #990000;
	color: #FF0000;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}

.FormatErro a {
	color: #0000FF;
	font-size:10px;
	text-decoration: none;
}

.FormatErro a:hover {
	color: #0000FF;
	text-decoration: underline;
}
/* FIM FORMATAR ERRO */



/* COMECO FORMATAR AVISO */
.FormatAviso {
	background-color: #FFFFCC;
	border: 1px solid #997A00;
	color: #016703;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}

.FormatAviso a {
	color: #0000FF;
	font-size:10px;
	text-decoration: none;
}

.FormatAviso a:hover {
	color: #0000FF;
	text-decoration: underline;
}
/* FIM FORMATAR AVISO */



/* COMECO FORMULARIOS */
.FormText {
	color: #001E33;
	font-family: Verdana;
	font-size: 12px;
	background-color: #D2F6FB;
	border: 1px solid #001E33;
	padding: 0px;
	width: 180px;
}

.FormTextBusca {
	color: #003300;
	font-family: Arial;
	font-size: 10px;
	background-color: #ffe8e8;
	border: 1px solid #660000;
	padding: 0px;
	width: 100px;
}

.FormObrigatorio {
	font-family: Verdana;
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
}

.FormObservacoes {
	color: #999999;
	font-family: Arial;
	font-size: 9px;
}

.FormBotao {
	font-family: Arial;
	font-size: 12px;
	color: #FFECEC;
	font-weight: bold;
	width: 70px;
	height: 22px;
	border-style: solid;
	border-width: 0;
	background-image: url('Imagens/FormBotao.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}

.FormBotao:hover {
	font-family: Arial;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	width: 70px;
	height: 22px;
	border-style: solid;
	border-width: 0;
	background-image: url('Imagens/FormBotaoOn.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}

.FormBotaoBusca {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	width: 25px;
	height: 16px;
	border-style: solid;
	border-width: 0;
	background-image: url('Imagens/FormBotaoBusca.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}

.FormBotaoBusca:hover {
	font-family: Arial;
	font-size: 11px;
	color: #000066;
	font-weight: bold;
	width: 25px;
	height: 16px;
	border-style: solid;
	border-width: 0;
	background-image: url('Imagens/FormBotaoBuscaOn.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}

.FormBloqueado {
	width: 16px;
	height: 16px;
	border-style: solid;
	border-width: 0px;
	background-image: url('Imagens/Admin_Bloqueado.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}

.FormDesbloqueado {
	width: 16px;
	height: 16px;
	border-style: solid;
	border-width: 0px;
	background-image: url('Imagens/Admin_Desbloqueado.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}

.FormDetalhe {
	width: 16px;
	height: 16px;
	border-style: solid;
	border-width: 0px;
	background-image: url('Imagens/Admin_Detalhe.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}

.FormPagamento {
	width: 16px;
	height: 16px;
	border-style: solid;
	border-width: 0px;
	background-image: url('Imagens/Admin_Pagamento.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}

.FormDestaque {
	width: 16px;
	height: 16px;
	border-style: solid;
	border-width: 0px;
	background-image: url('Imagens/Admin_Destaque.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}

.FormDestaqueOn {
	width: 16px;
	height: 16px;
	border-style: solid;
	border-width: 0px;
	background-image: url('Imagens/Admin_DestaqueOn.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}

.FormImagens {
	width: 16px;
	height: 16px;
	border-style: solid;
	border-width: 0px;
	background-image: url('Imagens/Admin_Imagens.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}

.FormAlterar {
	width: 16px;
	height: 16px;
	border-style: solid;
	border-width: 0px;
	background-image: url('Imagens/Admin_Alterar.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}

.FormExcluir {
	width: 16px;
	height: 16px;
	border-style: solid;
	border-width: 0px;
	background-image: url('Imagens/Admin_Excluir.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}
/* FIM FORMULARIOS */



.BotLink {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

.BotLink a {
	color: #000000;
	text-decoration: none;
}

.BotLink a:hover {
	color: #660000;
	text-decoration: underline;
}



.AltFundo {
	background-color: #FFFFFF;
	border: 1px solid #002067;
}

.AltTitulo {
	background-color: #A7E5FF;
	color: #002067;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

.AltTitulo a {
	color: #001440;
	text-decoration: none;
}

.AltTitulo a:hover {
	color: #001440;
	text-decoration: underline;
}

.AltCelula {
	background-color: #D6F3FF;
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
}

.AltCelula a {
	color: #000000;
	text-decoration: underline;
}

.AltCelula a:hover {
	color: #001440;
	text-decoration: none;
}



.Rodape {
	font-family: Verdana;
	font-size: 11px;
	color: #CCCCCC;
}
.Rodape a {
	color: #CCCCCC;
	text-decoration: underline;
}
.Rodape a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.FormatInt {
	color: #333333;
	font-family: Verdana;
	font-size: 12px;
}

.Link a {
	color: #660000;
	text-decoration: underline;
}

.Link a:hover {
	color: #330000;
	text-decoration: none;
}