/*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:#000;	/* Default Text Color */
			padding:0px;
			margin:0px;
		}

		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: 36px; line-height:38px; letter-spacing:-1px  }
		h2 { font-size: 32px; line-height:32px; letter-spacing:-1px }
		h3 { font-size: 28px; line-height:30px; letter-spacing:-1px }
		h4 { font-size: 22px; line-height:24px; color:#929292; font-weight:normal; letter-spacing:-1px }
		h5 { font-size: 18px; line-height:20px; color:#929292; font-weight:normal; letter-spacing:-1px }
		h6 { font-size: 11px; line-height:13px; color:#929292; font-weight:normal  }

		/*oooooooooooooooooooooooooooooooo
			Links
		  oooooooooooooooooooooooooooooooo*/
		a {
			color:#598615;
			text-decoration: none;
		}
		a:focus {
			color:#598615;
			text-decoration: none;
		}
		a:visited {
			color:#598615;
			text-decoration: none;
		}
		a:hover {
			color: #64B11D;
			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:#598615;
			text-decoration:none;
		}
		h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited {
			color:#598615;
			text-decoration:none;
		}
		h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
			color:#64B11D;
			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:#999;
		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:#333;
	}
	a.button:active,button:active {
		background:url('/layout/images/but-sdoor-left-hit.gif') no-repeat;
		color:#333;
	}
	a.button:active span,button:active span {
		background:url('/layout/images/but-sdoor-right-hit.gif') no-repeat right;
		color:#333;
	}
	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:10px;
		margin-bottom:10px;
		border-bottom:1px solid #ECECEC;
	}
	.hr hr {display:none;}

	/*oooooooooooooooooooooooooooooooo
		Forms
	  oooooooooooooooooooooooooooooooo*/
	.form label {
		clear:both;
		display:block;
		margin-top:10px;
		cursor:pointer;
		color:#666;
		font-weight:bold;
		font-size:12px;
	}
	.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 #999;
		border-right:1px solid #CCC;
		border-bottom:1px solid #CCC;
		font-size:16px;
		padding:2px;
		margin:0px;
		background:#f5F5F5;
		font-family:Arial; /* Form Inputs Font */
	}
	.form .large {
		width:440px;
	}
	.form .medium {
		width:207px;
	}
	.form .small {
		width:90px;
	}
	.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 #C3C3C3;
		border-right:1px solid #DDD;
		border-bottom:1px solid #DDD;
		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 {
			#header {
				height:140px;
				position:relative;
				background:#FFF url('/layout/images/bg-h.gif') repeat-x;
				overflow:hidden;
			}
			
			h1#logo {
				display:block;
				width:138px;
				height:130px;
				position:absolute;
				left:0px;
				top:0px;
			}
			
			h1#logo span {
				display:none;
			}

			h1#logo a,h1#logo a:visited,h1#logo a:hover {
				display:block;
				width:138px;
				height:130px;
				text-decoration:none;
			}
			
			#timestamp {
				position:absolute;
				width:400px;
				height:20px;
				font:11px Arial;
				color:#333;
				left:150px;
				top:87px;
			}
			
			#custom-header {
			position:absolute;
			width:285px;
			height:40px;
			top:82px;
			right:0px;
			overflow:hidden;
			z-index:200;
			}
			
			#caixa-busca {
			background:#FFF;
			width:280px;
			height:25px;
			border:1px solid #999;
			}
			
			#caixa-busca .campo {
			width:240px;
			height:16px;
			line-height:16px;
			color:#999;
			font:bold 12px arial;
			background:#FFF;
			border:none;
			position:absolute;
			left:5px;
			top:3px;
			}
			
			#caixa-busca #bt-search {
			position:absolute;
			right:5px;
			top:4px;
			cursor:pointer;
			width:21px;
			height:20px;
			}

			#header #topmenu {
				position:absolute;
				top:33px;
				right:0px;
				width:840px;
				height:35px;
				z-index:1000;
			}
			
			#topmenu ul {
				margin:0px;
				padding:0px;
				margin-left:0px;
				float:right;
			}

			#topmenu ul ul {
				margin:0px;
				padding:0px;
			}

			#topmenu ul li {
				padding:0px;
				margin:0px;
				background:none;
				display:inline;
			}

			#topmenu ul li a {
				float:left;
				height:32px;
				font:bold 12px Arial;
				line-height:32px;
				background:none;
				color:#666;
				padding-left:10px;
				padding-right:11px;
				border-left:1px solid #CCCCCC;
				padding-top:1px;
				background:#FFF;
				border-top:1px solid #CCC;
			}
			
			#topmenu ul li.last a {
				border-right:1px solid #CCCCCC !important;
				padding-right:10px;
			}

			#topmenu ul li a:hover,#topmenu ul li a.active {
				text-decoration:none;
				padding-top:0px;
				border-top:2px solid #598615;
				background:url('/layout/images/bg-topmenu.jpg') repeat-x;
			}
			
			#container {
				width:980px;
				margin-left:auto;
				margin-right:auto;
			}
			
			#page-contents {
				width:640px;
				float:left;
			}
			
			#barra-lateral {
				width:320px;
				float:right;
			}
			
			#navmenu {
				width:980px;
				margin-left:auto;
				margin-right:auto;
				margin-bottom:20px;
				margin-top:10px;
				background:url('/layout/images/navmenu-ul-bg-f.gif') no-repeat top right;
			}
			
			#navmenu ul {
				padding:0px;
				margin:0px;
				padding-right:20px;
			}
			
			#navmenu li {
				background:none;
				padding:0px;
				margin:0px;
			}
			
			#navmenu a {
				background:url("/layout/images/navmenu-bg-p.gif") no-repeat scroll left top transparent;
				color:#FFFFFF;
				float:left;
				font:bold 12px/20px Arial;
				height:20px;
				padding-left:7px;
			}
			
			#navmenu a.first {
				background:url('/layout/images/navmenu-bg.gif') no-repeat top left;
			}
			
			#navmenu a.unique {
				background:url('/layout/images/navmenu-bg.gif') no-repeat top left;
			}
			
			#navmenu a:hover {
				color:#FFF;
				text-decoration:underline;
			}
			
			#navmenu a span {
				height:20px;
				line-height:20px;
				background:url('/layout/images/navmenu-bg-p.gif') no-repeat top right;
				float:left;
				padding-right:15px;
			}
			
			#navmenu a.last span {
				background:url('/layout/images/navmenu-bg.gif') no-repeat top right;
				padding-right:12px;
			}
			
			#navmenu a.unique span {
				background:url('/layout/images/navmenu-bg.gif') no-repeat top right;
			}
			
			#navmenu li a
			{
				font:bold 12px Arial;
				background:#EEE9E9;
				color:#333;
			}
			
			#navmenu li a span {
				background:none;
				padding-right:5px;
			}
			
			#navmenu li a:hover {
				color:#900;
			}
			
			#navmenu-border {
				display:block;
				width:5px;
				height:20px;
				background:url('/layout/images/navmenu-ul-bg.gif') no-repeat;
				float:left;
			}
			
			#footer {
				margin-top:15px;
				border-top:10px solid #598615;
				background:#EFEFEF;
				padding-bottom:60px;
			}
			
			#footer-links {
				padding-top:10px;
				font:11px Arial;
				color:#999;
				text-align:left;
				width:980px;
				position:absolute;
				bottom:0px;
				left:-5px;
				
			}
			
			#footer-links p {
				margin:0px;
				padding:0px;
			}
			
			#footer-links a,#footer-links a:visited {
				padding-right:5px;
				padding-left:5px;
				color:#333;
				text-decoration:underline;
			}
			#footer-links a:hover {
				color:#000;
				text-decoration:underline;
			}
			
			#footer-info {
				padding-top:20px;
				font:11px Arial;
				color:#666;
				line-height:14px;
				padding-bottom:20px;
			}
			
			#footer-info a,#footer-info a:visited {
				color:#333;
			}
			#footer-info a:hover
			{
				color:#000;
				
			}
			#footer-info p {
				margin:0px;
			}
			
			.w99 {
				width:99px;
			}
			
			.h84 {
				height:84px;
			}
			
			.h76 {
				height:76px;
			}
			
			.list-block .list-item {
				padding-bottom:10px;
				margin-bottom:10px;
				background:url('/layout/images/lista-materia-hr.gif') repeat-x bottom left;
			}
			
			.list-block .list-item h2 {
				font:bold 17px Arial;
				letter-spacing:0px;
				margin:0px;
				margin-bottom:5px;
			}
			
			.list-block .list-item h2.ltt {
				margin:0px
			}
			
			.list-block .list-item p {
				margin:0px;
			}
			
			.list-block .list-item h2 a {
				color:#598615;
			}

			.list-block .list-item h2 a:hover {
				color:#598615;
				border-bottom:2px solid #598615;
			}
			
			.list-links div {
				padding-top:2px;
				padding-bottom:2px;
			}
			
			.list-links a,.list-links a:visited {
				display:block;
				font:bold 12px Arial;
				color:#598615;
				padding-left:14px;
			}
	
			.list-links a {
				background:url('/layout/images/icon-list-link.gif') no-repeat 3px 5px;
			}
	
			.list-links a:visited {
				background:url('/layout/images/icon-list-link-visited.gif') no-repeat 0px 3px;
			}
	
			.list-links a:hover {
				text-decoration:none;
				color:#64B11D;
			}
			
			.caixa-materia {
				padding-bottom:15px;
				margin-bottom:15px;
				background:url('/layout/images/lista-materia-hr.gif') repeat-x bottom left;
			}
			
			.caixa-materia h1 {
				font:17px Arial;
				letter-spacing:0px;
				margin-bottom:5px;
			}
			
			.caixa-materia h2 {
				font:bold 17px Arial;
				margin-bottom:5px;
			}
			
			.caixa-materia h2 a,.caixa-materia h2 a:visited {
				color:#598615;
			}
			
			.caixa-materia h2 a:hover {
				color:#64B11D;
				border-bottom:2px solid #64B11D;
			}
			
			.caixa-materia p {
				color:#666;
				margin:0px;
			}
			
			.caixa-materia-compacta {
				padding-bottom:4px;
				margin-bottom:4px;
				background:url('/layout/images/lista-materia-hr.gif') repeat-x bottom left;
			}

			.caixa-materia-compacta h1 {
				font:14px Arial;
				letter-spacing:0px;
				margin-bottom:5px;
				margin-top:5px;
			}

			.caixa-materia-compacta h2 {
				font:bold 12px Arial;
				letter-spacing:0px;
				margin:0px;
				padding-top:0px;
			}

			.caixa-materia-compacta h2 a {
				color:#598615;
			}

			.caixa-materia-compacta h2 a:hover {
				color:#64B11D;
				border-bottom:1px solid #64B11D;
			}

			
			.caixa-hora-publicacao-container {
				width:63px;
				float:left;
			}
			
			.caixa-materia .caixa-hora-publicacao-container {
				height:64px;
			}
			
			.caixa-materia-compacta .caixa-hora-publicacao-container {
				width:58px;
				height:32px;
			}
			
			.caixa-hora-publicacao {
				display:block;
				width:48px;
				font:10px Verdana;
				color:#666;
				text-align:center;
				background:#EEEEEE;
			}
			
			.caixa-materia .caixa-hora-publicacao {
				height:32px;
				line-height:32px;
			}
			
			.caixa-materia-compacta .caixa-hora-publicacao {
				height:32px;
				line-height:32px;
			}
			
			.print_text {
				float:right;
				background:url('/layout/images/bt-text-print.gif') no-repeat;
				padding-left:20px;
				font:11px Arial;
				line-height:20px;
				color:#929292;
				cursor:pointer;
				display:block;
			}
			
			/* CSS dos Destaques */
			.destaque-grande .categoria {
				color:#999;font:10px Verdana;margin-bottom:4px;
			}
			
			.destaque-grande h2{
				font-size: 32px; line-height:32px; letter-spacing:-1px;
				margin-bottom:10px;
			}
			
			.destaque-grande p {
				font:14px Arial;
				line-height:18px;
				margin:0px;
				color:#666;
			}
			
			/* CSS dos Destaques */
/* News */

.org-news .post {
	padding-bottom:10px;
	margin-bottom:10px;
}

/* Categoria */
.org-news .post blockquote a,.org-news .post blockquote a:visited, .org-news .post blockquote a:hover {
	color:#598615;
}

/* Título */
.org-news .post h2 a,.org-news .post h2 a:visited {

}

.org-news .post h2 a:hover {

}

/* Espaçamento entre a Foto e Categoria */
.org-news .org-news-destaque-ft blockquote {
	margin-top:10px;
}

.org-news .post blockquote a, .org-news .post blockquote a:visited {
	font:bold 12px Arial;
}

/* Espaçamento entre o Título e Descrição */
.org-news .post h2 {
	margin-bottom:10px;
	font-size:18px;
	line-height:22px;
	letter-spacing:-1px;
}

.org-news .post p {
	font-size:14px;
	color: #666;
}

/* Título da lista de Matérias */
.org-news .org-news-materias h2 {
	font-size:18px;
	line-height:22px;
}

/* Categoria na lista de Matérias */
.org-news .org-news-materias blockquote a {
	font-size:12px;
	font-weight:bold;
}
.org-news .org-news-materias blockquote {
	margin-bottom:0px;
}

/* Automático - Não mecher */
.org-news .last {
	border:none;
	padding-bottom:0px;
	margin-bottom:0px;
}

.org-news .org-news-destaque h2,.org-news .org-news-destaque-h-ft h2,
.org-news .org-news-materias-autor h2 {
	margin-bottom:0px;
}

/* Título das Matérias com Autor */
.org-news .org-news-materias-autor h2 {
	line-height:20px;
}

.org-news .org-news-materias-autor h2 a:hover {
	border:none;
}


/* Relógio - Lista de Matérias */
.published_at {
	width:48px;
	height:32px;
	font:11px arial;
	line-height:32px;
	background:#FFff;
	color:#999;
	text-align:center;
}

/* Título do Dia do Mês na Lista de Matérias */
.org-news .date h2 {
	font-size:16px;
	padding-bottom:10px;
	color: #999;
}

			
			.destaque-medio .categoria {
				color:#999;font:10px Verdana;margin-bottom:4px;
			}

			.destaque-medio h2{
				font-size: 16px; line-height:20px; letter-spacing:-1px;
				margin-bottom:5px;
			}

			.destaque-medio p {
				font:12px Arial;
				line-height:18px;
				margin:0px;
				color:#666;
			}
			
			.caixa-materia-destaque {
				padding-bottom:10px;
				margin-bottom:10px;
				background:url('/layout/images/lista-materia-hr.gif') repeat-x bottom left;
			}

			.caixa-materia-destaque h2 {
				font:bold 18px Arial;
				margin-bottom:5px;
				letter-spacing:-1px;
			}

			.caixa-materia-destaque p {
				color:#666;
				margin:0px;
			}
			
			.caixa-bloco .bx_title {
				font-size:20px;
				font-weight: bold;
				line-height:26px;
				border-top:3px solid #FF9900;
				margin-bottom:20px;
				padding-top:5px;
				color:#FF9900;
				letter-spacing:-1px;
			}
	
			.has_zoom {
				padding:0px !imortant;
				margin:0px !important;
				background:#FFF url('/layout/images/zoom-tip.gif') no-repeat right 2px;
			}
	
			.hidden {
				display:none;
			}
			.slide {
				position:relative;
				overflow:hidden;
				background:#EEEEEE;
			}
			.slide img {
	
				border: 0;
			}
			div.tabs {
				display:block;
				position:absolute;
				bottom:7px;
				right:2px;
				height:45px;
				width:67px;
				overflow:hidden;
			}
			div.tabs div {
				color:#7F7F7F;
				text-align:center;
				padding-right:5px;
				margin-bottom:5px;
				font:normal 11px Arial;
			}
			div.tabs a {
				margin-right:5px;
				padding:0px;
			}
			div.tabs a,div.tabs a:hover,div.tabs a:focus,div.tabs a.selected {
				text-decoration: none;
				border:none;
				outline: none;
			}
			.slide_box {
				position: relative;
			}
			.slide_box div {
				position: relative;
				display: inline-block;
			}
			.slide_box a .block,.slide_box a
			{
				padding:0px;
				margin:0px;
			}
			.slide_box .block {
				position: absolute;
				bottom: 0px;
				left: 0px;
				display:block;
				padding:0px;
				font-family:Arial, Helvetica, sans-serif;
				font-size:14px;
				line-height:16px;
				font-weight:bold;
				letter-spacing:-1px;
				margin:0px;
				height:60px;
				overflow:hidden;
				width:100%;
			}
			.slide_box .block span {
				display:block;
				padding:10px 10px 14px;
				color: #333;
			}
			.slide_box a,.slide_box a:visited,.slide_box a:active,.slide_box a:hover {
				text-decoration:none;
				border:none;
				margin:0px;
				padding:0px;
			}
			.slide_box cite {
				display:block;
				font-style: normal;
				font-weight:bold;
				margin:0px;
				padding:0px;
				padding-bottom:5px;
				line-height:14px;
				font-size:12px;
				color:#FF9900;
			}
			.columns {
			
			}
			
			.columns .column {
				
			}
			
			.columns .first {
			
			}
			
			.columns .last {
			
			}
			
			.noimg-border .img_center{
				margin-bottom:0px !important;
			}
			
			.pr9 { padding-right:9px }
			.pl9 { padding-left:9px }
			.mr9 { margin-right:9px }
			.ml9 { margin-left:9px }
			.p9 { padding:9px }
			
			#logo-bimboo {
				position:absolute;
				top:20px;
				right:0px;
				width:125px;
				height:32px;
			}
		}
		
		/*oooooooooooooooooooooooooooooooo
			CSS for Print
		  oooooooooooooooooooooooooooooooo*/
		@media print {
			#footer,#navmenu,#barra-lateral {
				display:none;
			}
			
			#header h1,#header div {
			display:none
			}

			#header {
				display:block;
				height:110px;
				background:url('/layout/images/logo-portalnoticias-impressao.png') no-repeat;
			}
			
			body,html
			{
				font-size: 20px;
				font-family: Arial, Verdana, Georgia, sans-serif;
			}
			
			#header #topmenu {display:none}
			
			.noprn { 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:16px;
	}

	.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:20px;
		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;
	}
