    /** --------------------------------------------------------------- *
	* @AuthorName: Cristiano da Silva Teixeira							*
	* @ProjectName: LUNA CMS Codename: Ketelin							*
	* @Mail: cristiano.webinfo@gmail.com / cristiano-info@hotmail.com	*
	* @VersionFile: 1 - Revisao: 1 - Build: 1.0							*
	* (c) All rights reservers - Todos os diretitos est�o reservados	*
	* ---------------------------------------------------------------- */

	/**[Configura��es Padr�o]*/
	body, html
    {
		background: #FFF;
		margin: 0;
	}
	
	*, body, table, div
	{
		font-family: Tahoma, Arial;
		font-size: 11px;
	}
	
	a, a:visited, a:link
	{
		text-decoration: none;
	}
	
	a:hover
	{
		text-decoration: underline;
	}
	
	small
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	
	form
	{
		border: 0px solid #FFF;
		margin: 0;
		position: 0;
	}
	
	fieldset
	{
		border: 0px solid #FFF;
		margin: 0;
		position: 0;
	}


	.visible
	{
		display: block;
		visibility: visible;
	}

	.unvisible
	{
		display: none;
		visibility: hidden;
	}
	
	.left
	{
		text-align: left;
	}
	
	.center
	{
		text-align: center;
	}

	.justify
	{
		text-align: justify;
	}

	.right
	{
		text-align: right;
	}
	
	.input
	{
		color: #999999;
	}

	.input-hover
	{
		color: #181818;
	}
	
	input, textarea
	{
		border-bottom: 1px solid #C0C0C0;
		border-left: 1px solid #818181;
		border-right: 1px solid #C0C0C0;
		border-top: 1px solid #818181;
		padding: 2px;
	}

	textarea
	{
		width: 345px;
	}

	#formulario
	{
		background: url(../../images/default/marca.jpg) top right no-repeat;
		float: left;
		margin: 5px;
		padding-top: 40px;
		width: 370px;
	}
	
	#formulario label
	{
		float: left;
		text-align: right;
		padding-top: 5px;
		width: 350px;
	}
	
	#formulario fieldset
	{
		border-top: 1px solid #D5D5D5;
		border-bottom: 1px solid #EAEAEA;
		border-left: 1px solid #D5D5D5;
		border-right: 1px solid #EAEAEA;
	}
	
	
	#formulario h1
	{
		font-size: 14px;
		color: #000;
		padding: 0;
		padding-bottom: 5px;
		margin: 0;
	}
	
	
	#formulario .botao
	{
		background: url(../../images/default/botao-enviar.jpg) no-repeat;
		border: 0px solid #FFF;
		height: 23px;
		width: 74px;
	}
	
	
	.quadro
	{
		background: #F3F5F9;
		border: 1px solid #D8DDEB;
		width: 280px;
		height: 390px;
		overflow: scroll;
		margin: 0;
		padding: 2px;
		list-style: none;
	}
	
		ul.quadro strong
		{
			color: #27146E;
		}

		ul.quadro li
		{
			margin: 0;
			padding: 0;
		}

		ul.quadro div
		{
			border-bottom: 0px solid #C7CEE2;
			background: url(../../images/default/abre-aspas.jpg) no-repeat top left;
			margin-top: 5px;
			margin-bottom: 5px;
			padding: 5px;
			padding-left: 25px;
			width: 235px;
			float: left;
		}

		.quadro div div
		{
			border-bottom: 1px solid #C7CEE2;
			background: url(../../images/default/fecha-aspas.jpg) no-repeat bottom right;
			margin: 0;
			padding: 0;
			width: 205px;
			padding-right: 25px;
			padding-bottom: 5px;
		}

		.quadro p
		{
			padding: 1px;
			margin: 0;
		}

	.navegar
	{
		color: #030303;
		height: 25px;
		line-height: 25px;
		text-align: center;
		width: 100%;
	}
	
		.navegar span
		{
			margin-left: 5px;
			padding-left: 5px;
		}
	
		.navegar a
		{
			color: #000;
			margin-left: 5px;
			padding-left: 5px;
			text-decoration: none;
		}
	
		.navegar .navegar-primeira-gray
		{
			background: url(../../images/paginacao/_primeira.jpg) left no-repeat;
			color: #818181;
			padding-left: 15px;
		}
		
		.navegar .navegar-anterior-gray
		{
			background: url(../../images/paginacao/_anterior.jpg) left no-repeat;
			color: #818181;
			padding-left: 15px;
		}
		
		.navegar .navegar-proxima-gray
		{
			background: url(../../images/paginacao/_proxima.jpg) right no-repeat;
			color: #818181;
			padding-right: 15px;
		}
		
		.navegar .navegar-ultima-gray
		{
			background: url(../../images/paginacao/_ultima.jpg) right no-repeat;
			color: #818181;
			padding-right: 15px;
		}
		
		.navegar a.navegar-primeira
		{
			background: url(../../images/paginacao/primeira.jpg) left no-repeat;
			color: #27146E;
			padding-left: 15px;
		}
		
		.navegar a.navegar-anterior
		{
			background: url(../../images/paginacao/anterior.jpg) left no-repeat;
			color: #27146E;
			padding-left: 15px;
		}
		
		.navegar a.navegar-proxima
		{
			background: url(../../images/paginacao/proxima.jpg) right no-repeat;
			color: #27146E;
			padding-right: 15px;
		}
		
		.navegar a.navegar-ultima
		{
			background: url(../../images/paginacao/ultima.jpg) right no-repeat;
			color: #27146E;
			padding-right: 15px;
		}
