<!--
	@import url("index.css");
-->
/***** CANTINHO GOSPEL *****/
	/*** AGENDA ***/
	
	.tituloImagem{
		clear:both;
		width:280px;
		height:68px;
		float:left;
		background-image:url(../imgs/titulo_agenda.jpg);
		background-repeat:no-repeat;
	}
	.ageCaixaAgenda{
		clear:both;
		width:466px;
		padding-left:30px;
		padding-top:20px;
		padding-bottom:20px;
		background-image:url(../imgs/linhaHorizontal.jpg);
		background-repeat:repeat-x;
		background-position:bottom;
		float:left;
	}
	.topDesc{
		clear:both;
		width:100%;
		font: 11px Tahoma, "Trebuchet MS", Arial;
		font-weight:bold;
		color:#90DD15;
		float:left;
	}

	/*** Loop agenda  ***/
	a.linkTitAgenda{
		text-decoration:none;
		color:#FFFFFF;
	}
	a.linkTitAgenda:hover{
		text-decoration:underline;
		color:#FFFFFF;
	}
	.ageEnglobaAgenda{
		clear:both;
		width:450px;
		margin-top:20px;
		padding-bottom:22px;
		background-image:url(../imgs/linhaDivide.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		float:left;
	}
	.ageCaixaLoopAgenda{
		clear:both;
		width:440px;
		float:left;
	}
	.ageCaixaLoopOculta{
		clear:both;
		width:440px;
		float:left;
	}
	.ageTitAgenda{
		clear:both;
		width:100%;
		margin-bottom:5px;
		font: 12px Tahoma, "Trebuchet MS", Arial;
		font-weight:bold;
		color:#FFFFFF;
		float:left;
	}
	.ageItem{
		clear:both;
		width:100%;
		margin-top:4px;
		font: 11px Tahoma, "Trebuchet MS", Arial;
		font-weight:normal;
		color:#A8C1D5;
		float:left;
	}
	.ageItemDado{
		clear:both;
		width:120px;
		margin-right:3px !important;
		margin-right:0;
		text-align:right;
		font: 11px Tahoma, "Trebuchet MS", Arial;
		font-weight:bold;
		color:#A8C1D5;
		float:left;
	}

	/*** End Loop agenda  ***/
	
	.vazio{
		width:425px;
		margin-top:15px;
		text-align:center;
		font: 11px Tahoma, "Trebuchet MS", Arial;
		color:#FFFFFF;
		float:left;
	}
	.addAgenda{
		clear:both;
		padding-top:7px;
		margin-right:10px;
		font: 11px Tahoma, "Trebuchet MS", Arial;
		font-weight:bold;
		color:#90DD15;
		float:left;
	}
	.addAgendaFoto{
		float:left;
		border: 0px;
	}
	.agendaPaginacao{
		clear:both;
		width:100%;
		margin-top:10px;
		text-align:center;
		font: 11px Tahoma, "Trebuchet MS", Arial;
		font-weight:bold;
		color:#A8C1D5;
		float:left;
	}
	
	
	/*** Cadastrar Evento na agenda ***/
	
	.itemForm{
		clear: both;
		width:100px;
		margin-right:3px;
		text-align:right;
		font: 11px Tahoma, "Trebuchet MS", Arial;
		color:#fff;
		float: left;
	}
	.form{
		font: 11px Tahoma, "Trebuchet MS", Arial;
		margin-bottom:3px;
		border:1px solid #6D9BB6;
		background-color:#F5F9FA;
		color:#32556B;
		float:left;
	}
	.linha{
		clear: both;
		width:100%;
		margin-bottom:3px;
		float: left;
	}
	.formularioAgenda{
		margin-top: 15px;
		float: left;
	}
	.botaoAdd{
		font: 10px Tahoma, "Trebuchet MS", Arial;
		color:#ffffff;
		border:1px solid #A8C1D5;
		background-color:#32556B;
		padding-left:5px;
		padding-right:5px;
		float:left
	}
