/*ooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
	Project
  ooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

	/*oooooooooooooooooooooooooooooooo
		Typography
	  oooooooooooooooooooooooooooooooo*/
		/*
		Color Index
		-------------------------------------------------------
		Cinza Escuro                              | #666666
		Azul									  | #0000FF
		Vermelho								  | #FF0000
		Roxo									  | #6633FF
		Cinza Claro								  | #CCCCCC
		Cinza Amarelado							  | #C3C3C3
		Amarelo Claro							  | #FFFFCC
		*/

		/*oooooooooooooooooooooooooooooooo
			Texts
		  oooooooooooooooooooooooooooooooo*/
		html,body { 
			font-size: 14px;
			font-family: Arial, Verdana, Georgia, sans-serif;
			line-height:1.4em;
			color:#333;	/* Default Text Color */
			padding:0px;
			margin:0px;
		}
		
		body {
			background:#FFF url('/layout/images/fundo.png') repeat-x;
		}

		p { margin: 0 0 20px; } /* Margins for Text */

		blockquote  {
			margin-bottom:20px;
			font: 20px Arial,Century,sans-serif;
			background:#FFF url('/layout/images/blockquote.gif') no-repeat;
			font-weight:normal;
			padding-left:40px;
			color:#666;
		}
		blockquote h1,blockquote h2,blockquote h3,blockquote h4,blockquote h5,blockquote h6 {
		 	font-weight:normal;
			color:#999;
			margin-top:5px;
			margin-bottom:0px;
		}
		blockquote h1 { font-size:22px }
		blockquote h2 { font-size:20px }
		blockquote h3 { font-size:18px }
		blockquote h4 { font-size:16px }
		blockquote h5 { font-size:14px }
		blockquote h6 { font-size:12px }
		blockquote p { margin:0px;padding:0px; }
		strong      { font-weight: bold; }
		em,dfn      { font-style: italic; }
		dfn         { font-weight: bold; }
		sup, sub    { line-height: 0; }

		abbr, 
		acronym     { border-bottom: 1px dotted #666; }
		address     { margin: 0 0 5px; font-style: italic; }
		del         { color:#666; }

		pre,code    { margin: 10px 0; white-space: pre !important; }
		pre,code,tt { font-family: 'andale mono', 'lucida console', monospace; line-height: 1.5; }

		/*oooooooooooooooooooooooooooooooo
			Titles
		  oooooooooooooooooooooooooooooooo*/
		h1,h2,h3,h4,h5,h6 {
			font-weight: bold;	/* Title Style: Normal, Bold */
			margin-bottom:20px;
			color:#333333;
		}
		h1 { font-size: 28px; line-height:32px;  }
		h2 { font-size: 22px; line-height:26px;  }
		h3 { font-size: 20px; line-height:24px; }
		h4 { font-size: 18px; line-height:22px; }
		h5 { font-size: 16px; line-height:20px; }
		h6 { font-size: 14px; line-height:18px; }

		/*oooooooooooooooooooooooooooooooo
			Links
		  oooooooooooooooooooooooooooooooo*/
		a {
			color:#0879BB;
			text-decoration: none;
		}
		a:focus {
			color:#0879BB;
			text-decoration: none;
		}
		a:visited {
			color:#0879BB;
			text-decoration: none;
		}
		a:hover {
			color: #000;
			text-decoration:underline;
		}
		h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,h1 a:focus,h2 a:focus,h3 a:focus,h4 a:focus,h5 a:focus,h6 a:focus {
			color:#0879BB;
			text-decoration:none;
		}
		h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited {
			color:#0879BB;
			text-decoration:none;
		}
		h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
			color:#000;
			text-decoration:none;
		}
		
		/*oooooooooooooooooooooooooooooooo
			Lists
		  oooooooooooooooooooooooooooooooo*/
		ul li { line-height:1.5em; padding-left:18px; background:url('/layout/images/icon-ul.gif') no-repeat 0px 4px; display:block; }
		ol li { line-height:1.5em; margin-left:20px; list-style-type:decimal; }
		li ul, ul ul,
		 li ol       { margin-bottom:0px; }
		ul, ol      { margin: 0px 0px 10px 10px; }
		ul          { list-style-type: none; position:relative; margin-bottom:20px; }
		ol          { list-style-type: decimal;margin-bottom:20px; }
		dl          { margin: 0 0 1.5em 0; }
		dl dt       { font-weight: bold; }
		dd          { margin-left: 1.5em;}

	/*oooooooooooooooooooooooooooooooo
		Buttons
	  oooooooooooooooooooooooooooooooo*/
	a.button {
		display:block;
		float:left;
		margin:0px;
		padding:0px;
		outline:0px;
		margin-top:2px !important;
		margin-right:4px;
		overflow:visible;
		white-space:nowrap;
		text-decoration:none;
	}
	a.button span, button span {
		display:block;
		padding-top:0px;
		padding-bottom:0px;
		overflow:visible;
		white-space:nowrap;
		text-decoration:none;
	}
	button {
		border:0;
		padding:0;
		cursor:pointer;
		overflow:visible;
		margin:0px;
		float:left;	
		display:block;
		margin-right:10px;
		margin-top:2px;
		margin-bottom:2px;
	}
	button::-moz-focus-inner {
		border:none;
		padding:0px;
		margin:0px;
	}
	button span {
		position:relative;
		display:block;
		white-space:nowrap;
	}
	* html button span {

	}
	* html button {
		float:none;
		display:inline;
	}
	*:first-child+html button span {

	}
	*:first-child+html button {
		display:inline;
		float:none;
	}
	a.button:hover,button:hover {
		text-decoration:none;
	}
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		button span {
			margin-top:-1px;
			padding-top:0px;
			padding-bottom:0px;
			margin-left:-3px;
			margin-right:-3px;
			margin-bottom:-1px;
		}
		button {
			margin-top:2px;
			margin-bottom:0px;
		}
	}
	a.button span {
		padding-top:10px;
		padding-bottom:10px;
		font-size:13px;
		padding-left:15px;
		padding-right:15px;
		font-weight:bold;
		line-height:12px;
	}
	button span {
		padding-top:10px;
		padding-bottom:10px;
		padding-left:15px;
		padding-right:15px;
		font-size:13px;
		font-weight:bold;
		line-height:12px;
	}
	a.button, button {
		background:url('/layout/images/but-sdoor-left.gif') no-repeat;
		position:relative;
	}
	a.button span,button span {
		background:url('/layout/images/but-sdoor-right.gif') no-repeat right;
		color:#E6F4FF;
		font-family:Arial;	/* Button Font */
	}
	a.button:hover,button:hover,a.sel {
		background:url('/layout/images/but-sdoor-left-over.gif') no-repeat;
	}
	a.button:hover span,button:hover span,a.sel span {
		background:url('/layout/images/but-sdoor-right-over.gif') no-repeat right;
		color:#FFF;
	}
	a.button:active,button:active {
		background:url('/layout/images/but-sdoor-left-hit.gif') no-repeat;
		color:#FFF;
	}
	a.button:active span,button:active span {
		background:url('/layout/images/but-sdoor-right-hit.gif') no-repeat right;
		color:#FFF;
	}
	a.button img {
		position:absolute;
		top:8px;
		left:10px;
	}
	button img {
		position:absolute;
		top:8px;
		left:10px;
	}
	*:first-child+html button img {
		top:9px;
	}
	* html button img {
		left:-19px;
		top:9px;
	}
	button .enable_icon,a.button .enable_icon {
		padding-left:30px !important;
	}
	
	/*oooooooooooooooooooooooooooooooo
		Images
	  oooooooooooooooooooooooooooooooo*/
	.img_center {
		clear:both;
	}
	
	.img_right {
		float:right;
	}
	
	.img_left {
		float:left;
	}
	
	.img_right img,.img_left img,.img_center img {
		display:block;
	}
	
	.image_box {
		border:5px solid #ECECEC;
		padding:5px;
		background:#ECECEC;
	}
	
	.image_box {
		position:relative;
	}
	
	.image_box span {
		display:block;
		padding-top:5px;
		color:#666;
		font-size:11px;
		line-height:13px;
		color:#666;
	}
	
	.img_center {
		margin-bottom:20px;
	}
	
	.img_left div {
		margin-right:20px;
		margin-bottom:20px;
	}
	
	.img_right div {
		margin-left:20px;
		margin-bottom:20px;
	}
	
	.img_left .image_box img,.img_right .image_box img {
		margin-right:0px;
		margin-bottom:0px;
		margin-left:0px;
		margin-top:0px;
	}
	
	/*oooooooooooooooooooooooooooooooo
		Divider
	  oooooooooooooooooooooooooooooooo*/
	.hr {
		clear:both;
		display:block;
		height:1px;
		width:100%;
		margin-top:20px;
		margin-bottom:20px;
		border-bottom:2px solid #999;
	}
	.hr hr {display:none;}

	/*oooooooooooooooooooooooooooooooo
		Forms
	  oooooooooooooooooooooooooooooooo*/
	.form label {
		clear:both;
		display:block;
		margin-top:10px;
		cursor:pointer;
		color:#000;
		font-weight:normal;
		font-size:14px;
	}
	.form .input-box {
		margin-right:20px;
		float:left;
	}
	.form .input-container {
		clear:both;
		float:left;
		border-top:1px solid #999;
	}
	* html .form .input-container {
		margin-bottom:0px;
	}

	*:first-child+html .form .input-container {
		margin-bottom:0px;
	}
	.form input,.form textarea {
		border:1px solid #CCC;
		font-size:16px;
		padding:4px;
		margin:0px;
		background:#FFF;
		font-family:Arial; /* Form Inputs Font */
	}
	.form .large {
		width:100%;
	}
	.form .medium {
		width:50%;
	}
	.form .small {
		width:25%;
	}
	.form .bimg {
		border:none
	}
	.form .bimg:focus {
		background:none;
		border:none;
	}
	* html .form input,* html .form textarea {
		margin-top:-1px;
	}
	*:first-child+html .form input,*:first-child+html .form textarea {
		margin-top:-1px;
	}
	.form input:focus,.form textarea:focus,.form .focused {
		border:1px solid #333;
		background:#FFF;
		color:#000;
	}
	.form .field-error, .form .field-error {
		border:3px solid #FF0000;
	}
	.form .required {
		background:#FFFFCC;
	}
	.form .required:focus {
		background:#FFFF99;
	}
	.form label img {
		margin-left:5px;
	}

	/*ooooooooooooooooooooooooooooooooooooooooooo
		Structure
		---------------------------------------
		page
			page-wrapper
				block
					block-wrapper
						branding
							branding-logomarca
							branding-tag
							branding-banner
						nav
						content
						sidebar
						footer
	  oooooooooooooooooooooooooooooooooooooooooooo*/

		/*oooooooooooooooooooooooooooooooo
			CSS for Screen
		  oooooooooooooooooooooooooooooooo*/
		@media screen {
		
			.page {
				width:960px;
				margin-left:auto;
				margin-right:auto;
			}
			
			#header {
				position:relative;
				height:130px;
				background:url('/layout/images/bg-interna.png') no-repeat;*/
			}
			
			#header-capa {
				position:relative;
				height:60px;
			}
			
			#logo {
				width:240px;
				height:45px;
				position:absolute;
				left:0px;
				top:30px;
				
			}
			#logo .img_left div {
			margin:0px
			}
			
			#barra {
				height:0px;
				border-bottom: 8px solid #0F6497;
				margin-bottom:25px;
			}
			
			#breadcrumb {
			color:#666;
			font:bold 12px/40px Arial;
			height:40px;
			margin-left:auto;
			margin-right:auto;
			width:960px;
			}
			
			#breadcrumb a,#breadcrumb a:visited {
				color:#666
			}
			
			#breadcrumb a:hover {
				color:#000;
			}
			
			#menu {
				position:absolute;
				height:40px;
				width:960px;
			}
			
			#header #menu {
				top:90px;
			}
			
			#header-capa #menu {
				top:15px;
			}
			
			#menu ul {
				margin:0px;
				padding:0px;
				float:left;
			}
			
			#menu ul li {
				margin:0px;
				padding:0px;
				background:none;
				float:left;
			}
			
			* html #menu ul li {
				display:inline;
				float:none;
			}
			
			#menu ul li a,#menu ul li a:visited {
				display:block;
				float:left;
				margin-right:8px;
				text-decoration:none;
				/* text-transform:uppercase; */
				border:none;
				background:none;
				padding:6px;
				padding-left:11px;
				padding-right:11px;
				color:#333;
				font:normal 16px Arial;
			}
			
			#menu ul li a:hover,#menu ul li a.active {
				border:1px solid #CCC !important;
				background:#FFF !important;
				padding:5px !important;
				padding-left:10px !important;
				padding-right:10px !important;
				color:#0161A4;
			}
			
			#footer {
				margin-top:20px;
				padding-top:10px;
				border-top:2px solid #CCCCCC;
				font:11px Arial;
				color:#666666;
				margin-bottom:40px;
			}
			
			#footer p {
				margin:0px;
			}
			
			#content {
				float:right;
				width:720px;
			}
			
			#sidebar {
				width:200px;
				padding-top:53px;
				float:left;
			}
			
			#sidebar-menu ul {
				margin:0px;
				padding:0px;
				border-top:2px solid #999;
			}
			
			
			#sidebar-menu ul ul {
				border:none;
			}
			
			#sidebar-menu ul li {
				background:none;
				padding:0px;
				margin:0px;
				width:200px;
			}
			
			#sidebar-menu ul li a {
				display:block;
				width:200px;
				font:normal 14px Arial;
				color:#000;
				border-bottom:1px solid #999999;
			}
			
			#sidebar-menu ul li a:hover,#sidebar-menu ul li a.active {
				text-decoration:none !important;
				color:#333 !important;
				background:#FFF !important;
				color:#0161A4 !important;
			}
			
			#sidebar-menu ul li a span {
				display:block;
				padding-top:10px;
				padding-bottom:10px;
				padding-left:20px;
				padding-right:10px;
				background:url('/layout/images/seta-menu.gif') no-repeat 10px 14px;
			}
			
			#sidebar-menu ul li li a span
			{
				background:none;
			}
			
			#sidebar-menu ul li li a
			{
				font-size:12px;
				font-weight:normal;
			}
			
			#sidebar-menu ul li li li a span {
				padding-left:25px;
				font-size:11px;
			}
			
			#sidebar-menu ul li li li li a span {
				padding-left:25px;
			}
			
			#sidebar-area {
				margin-top:20px;
			}
			
			.list-item {
				margin-bottom:10px;
			}
			
			#footer .menu {
				float:left;
				width:120px;
				margin:0px;
				padding:0px;
			}
			
			#footer ul {
				margin:0px;
				padding:0px;
			}
			
			#footer .menu li {
				margin:0px;
				padding:0px;
				background:none;
				width:100px;
			}
			
			#footer ul li a {
				display:block;
				font:bold 14px Arial;
				color:#666666;
				width:100px;
				margin-bottom:5px;
			}
			
			#footer ul ul {
				margin:0px;
				margin-top:10px;
			}
			
			#footer ul li li a {
				font:normal 11px Arial;
			}
			
			#lobo {
				position:absolute;
				right:0px;
				top:5px;
				width:140px;
				height:46px;
			}
			
			#sobre-o-geraldo {
				width:960px;
				height:260px;
				/* background:url('/layout/images/fundo-sobre-geraldo.gif') no-repeat; */
				margin-bottom:20px;
			}
			
			#atalhos {
				height:120px;
				margin-bottom:40px;
				position:relative;
			}
			
			#container-atalhos {
				position:absolute;
				width:881px;
				height:120px;
				top:0px;
				left:40px;
				overflow:hidden;
			}
			
			#atalhos-roller {
				width:7264px;position:absolute;height:120px;
				top:0px;left:0px;
			}
			
			.at-block {
				width:227px;height:120px;float:left
			}
			
			.at-cont {
				width:198px;height:118px;border:1px solid #CCC;background:#FFF;
			}
			
			.at-bord {
				margin:4px;width:190px;height:110px;background:#333;position:relative;
			}
			
			.at-bord a.link,.at-bord a.link:visited {
				display:block;position:absolute;bottom:0px;left:0px;
				background:#0B7BBD;color:#FFF;
				font:bold 14px Arial;
				color:#FFF;
				padding:2px;
				padding-left:5px;
				padding-right:5px;
				opacity:0.9;
				-moz-opacity:0.9;
				filter:alpha(opacity=90);
			}
			
			.at-bord a.link:hover {
				text-decoration:none;
			}
			
			
			
			#nav-l {
				position:absolute;
				width:20px;
				height:120px;
				left:0px;
				top:0px;
			}
			
			#nav-r {
				position:absolute;
				width:20px;
				height:120px;
				right:0px;
				top:0px;
			}
			
			.bloco-capa {
				border-top:2px solid #CCCCCC;
				padding-top:5px;
				margin-bottom:20px;
			}
			
			.bloco-capa h2 {
				margin:0px;
				margin-bottom:10px;
			}
			
			#capa-esquerda,#capa-direita {
				margin:0px;
				padding:0px;
			}
			
			#destaques-pequenos .block_left,#destaques-pequenos .block_right,#destaques-pequenos .list-item {
				margin:0px;
				padding:0px;
			}
			
			.list-block-pequeno h2 {
				font-size:18px;
				line-height:20px;
			}
			
			.list-block-secundario h2 {
				font-size:20px;
				line-height:22px;
			}
			
			.list-block-secundario p {
				margin:0px;
				margin-top:5px;
			}
			
			.list-block-secundario .list-item {
				border-bottom:1px solid #E6E6E6;
				margin-bottom:10px;
				padding-bottom:10px;
			}
			
			.list-block-barra .list-item {
				background:#EAF7FE;
				width:300px;
				height:90px;
				overflow:hidden;
			}
			
			.list-block-barra .list-item h5 {
				font:bold 14px Arial;
				margin-bottom:5px !important;
			}
			
			.list-block-barra .list-item h2 {
				margin:0px;
				font:bold 12px Arial;
			}
			
			.h90 {height:90px}
			
			
			#comunidades .img_left div {
				margin-right:14px;
				margin-bottom:14px;
			}
	
			#comunidades .img_right div {
				margin-left:14px;
				margin-bottom:14px;
			}
			
			.caixa-slides {
				width:300px;height:360px;background:#EAF7FE;position:relative
			}
			
			.slides {
				width:300px;
				height:320px;
				overflow:hidden;
			}
			
			.slides .slide {
				height: 320px;
				width: 300px;
				color: #fff;
			}
			
			.slides .slide h5 {
			margin:0px;font-size:14px;line-height:14px;
			}
			
			.slides .slide h3 {
			font:bold 16px Arial;
			line-height:18px;
			}
			
			.red {
				background:#F00;
			}
			
			.green {
				background:#0F0;
			}
			
			.blue {
				background:#00F;
			}
			
			.bt-anterior {
				display:block;
				position:absolute;
				background:url('/layout/images/bt-anterior.gif') no-repeat;
				width:76px;
				height:20px;
				top:0px;
				text-decoration:none !important;
			}
			
			.bt-play {
				display:block;
				position:absolute;
				background:url('/layout/images/bt-play.gif') no-repeat;
				width:23px;
				height:20px;
				top:0px;
				left:80px;
				text-decoration:none !important;
			}
			
			.bt-pause {
				display:block;
				position:absolute;
				background:url('/layout/images/bt-pause.gif') no-repeat;
				width:23px;
				height:20px;
				top:0px;
				left:80px;
				text-decoration:none !important;
			}
			
			.bt-proximo {
				display:block;
				position:absolute;
				background:url('/layout/images/bt-proxima.gif') no-repeat;
				width:73px;
				height:20px;
				top:0px;
				left:107px;
				text-decoration:none !important;
			}
			
			.h225 { height:225px }
			
			.img_left .has_zoom,.img_center .has_zoom,.img_right .has_zoom {
				margin:0px;
				padding:0px;
				height:1px;
				overflow:hidden;
			}
			
			.text_size_controls {
					height:30px;
					width:100px;
					float:right;
					position:relative;
				}
	
			.text_size_controls .decrease_text_size {
					position:absolute;
					top:0px;
					right:32px;
					width:28px;
					background:url('/layout/images/bt-decrease-text-size.gif');
					height:28px;
					cursor:pointer;
				}
	
			.text_size_controls .print_text {
				position:absolute;
				top:0px;
				right:63px;
				width:28px;
				background:url('/layout/images/bt-text-print.gif');
				height:28px;
				cursor:pointer;
			}
	
			.text_size_controls .increase_text_size {
				position:absolute;
				top:0px;
				right:0px;
				background:url('/layout/images/bt-increase-text-size.gif');
				width:28px;
				height:28px;
				cursor:pointer;
			}
	
			.text_size_controls .decrease_text_size span {
				display:none;
			}
	
			.text_size_controls .increase_text_size span {
				display:none;
			}
	
			.text_size_controls .print_text span {
				display:none;
			}
			
			.caixa-comentario {
				position:relative;
				padding-bottom:20px;
				margin-bottom:10px;
			}
			
			.caixa-comentario .container-texto-comentario {
				border:1px solid #CCC;
				background:#FFF;
			}
			
			.caixa-comentario .texto-comentario {
				padding:10px;
			}
			
			.caixa-comentario .indicator {
				position:absolute;
				left:30px;
				bottom:10px;
				font:11px Arial;
				background:url('/layout/images/border-comentario.gif') no-repeat 0px 0px;
				height:11px;
				width:27px;
				
			}
			
			.caixa-comentario .autor
			{
			position:absolute;
			left:60px;
			bottom:0px;
			font:11px Arial;
			background:url('/layout/images/user.gif') no-repeat 0px 0px;
			padding-left:21px;
			padding-top:2px;
			}
		}
		
		/*oooooooooooooooooooooooooooooooo
			CSS for Print
		  oooooooooooooooooooooooooooooooo*/
		@media print {
			html,body { 
				font-size: 14px;
				font-family: Arial, Verdana, Georgia, sans-serif;
				line-height:1.4em;
				color:#333;	/* Default Text Color */
				padding:0px;
				margin:0px;
			}
	
			body {
				background:#FFF;
			}
			
			.text_size_controls {
				display:none;
			}
			#barra,#footer,.page #header,#sidebar {
				display:none;
			}
		}
	
	/*oooooooooooooooooooooooooooooooo
		Tables
	  oooooooooooooooooooooooooooooooo*/
	table       { margin-bottom: 1.4em; width:100%; }
	table td	{ font-size:1em }
	thead		{}
	thead th,thead td { font-weight:bold; background: #666666 !important; color:#FFFFFF;  }
	th          { font-weight: bold; background: #666666; color:#FFFFFF }
	th,td       { padding: 4px 10px 4px 5px; }
	thead td { border:1px solid #CCCCCC }
	tbody td { border:1px solid #CCCCCC }
	tr.impar td  { background: #FFFFCC; }
	tfoot       { font-style: italic; }
	caption     { background: #666666; }
	
	/*oooooooooooooooooooooooooooooooo
		File Progress Component
	  oooooooooooooooooooooooooooooooo*/
	.progress_filename {
		margin-bottom:5px;
		font:bold 14px Arial;
	}

	.filetype {
		margin-bottom:15px;
	}

	.fl_name {
		font-size:14px;
	}

	.fl_name span {
		display:block;
		font:12px Arial;
		margin-top:5px;
		color:#999;
		font-weight:bold;
	}

	/*oooooooooooooooooooooooooooooooo
		Bloco Flutuante
	  oooooooooooooooooooooooooooooooo*/
	.block_left {
		float:left;
		margin-right:20px;
		margin-bottom:0px;
		margin-top:10px;
	}

	.block_right {
		float:right;
		margin-left:20px;
		margin-bottom:20px;
		margin-top:10px;
	}

	/*oooooooooooooooooooooooooooooooo
		Paginação
	  oooooooooooooooooooooooooooooooo*/
	.page_numbers {
		margin-bottom:20px;
	}