@import url("/layout/designer.css");

/*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: 13px;
			font-family: Tahoma, Arial, Verdana, Georgia, sans-serif;
			line-height:1.4em;
			color:#666666;	/* Default Text Color */
		}

		p { margin: 0 0 5px; } /* Margins for Text */

		blockquote  { margin: 10px; font-style: italic; }
		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:15px;
			line-height:1em;
			color:#333333;
		}
		h1 { font-size: 24px;  }
		h2 { font-size: 22px;  }
		h3 { font-size: 20px;  }
		h4 { font-size: 18px;  }
		h5 { font-size: 16px;  }
		h6 { font-size: 14px;  }

		/*oooooooooooooooooooooooooooooooo
			Links
		  oooooooooooooooooooooooooooooooo*/
		a {
			color: #E42502;
			text-decoration: none;
		}
		a:focus {
			color: #E42502;
			text-decoration: none;
		}
		a:visited {
			color: #AD1B01;
		}
		a:hover {
			color: #2C81BB;
			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:#2C81BB !important;
			text-decoration:none;
		}
		h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
			color:#E42502 !important;
			text-decoration:underline !important;
		}
		h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited {
			color:#E42502;
			text-decoration:none;
		}
		
		a.external,a.external:visited,a.external:focus {
			color:#666666;
		}
		a.external:hover { color:#333333; }
		

		/*oooooooooooooooooooooooooooooooo
			Lists
		  oooooooooooooooooooooooooooooooo*/
		ul li { line-height:1.5em; padding-left:15px; background:url('/layout/imagens/icon-ul.gif') no-repeat 0px 4px; display:block; }
		li ul, ul ul,
		li ol       { margin:0px 0px 0px 10px; !important}
		ul, ol      { margin: 0px 0px 10px 10px; }
		ul          { list-style-type: none; position:relative }
		ol          { list-style-type: decimal; }
		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:2px;
		overflow:visible;
		white-space:nowrap;
		text-decoration:none;
	}
	a.button span, button span {
		display:block;
		padding-top:0px;
		padding-bottom:0px;
		padding-left:10px;
		padding-right:10px;
		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:5px;
		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 {
		margin-top:-2px;
		margin-bottom:-2px;
	}
	* html button {
		float:none;
		display:inline;
	}
	*:first-child+html button span {
		margin-top:-2px;
		margin-bottom:-2px;
	}
	*: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:12px;
		padding-bottom:6px;
		font-size:12px;
		font-weight:bold;
		line-height:12px;
	}
	button span {
		padding-top:9px;
		padding-bottom:9px;
		font-size:12px;
		font-weight:bold;
		line-height:12px;
	}
	a.button, button {
		background:url('/layout/imagens/but-sdoor-left.gif') no-repeat;
		position:relative;
	}
	a.button span,button span {
		background:url('/layout/imagens/but-sdoor-right.gif') no-repeat right;
		color:#FFFFFF;
		font-family:Arial;	/* Button Font */
	}
	a.button:hover,button:hover,a.sel {
		background:url('/layout/imagens/but-sdoor-left-over.gif') no-repeat;
	}
	a.button:hover span,button:hover span,a.sel span {
		background:url('/layout/imagens/but-sdoor-right-over.gif') no-repeat right;
		color:#FFFFFF;
	}
	a.button:active,button:active {
		background:url('/layout/imagens/but-sdoor-left-hit.gif') no-repeat;
		color:#FFFFFF;
	}
	a.button:active span,button:active span {
		background:url('/layout/imagens/but-sdoor-right-hit.gif') no-repeat right;
		color:#FFFFFF;
	}
	a.button img {
		position:absolute;
		top:11px;
		left:5px;
	}
	/*oooooooooooooooooooooooooooooooo
		Content Management
	  oooooooooooooooooooooooooooooooo*/
	.edit_class {background-color:#FFFFCC}

	/*oooooooooooooooooooooooooooooooo
		Divider
	  oooooooooooooooooooooooooooooooo*/
	.hr {
		display:block;
		height:16px;
		width:100%;
		margin-top:10px;
		margin-bottom:10px;
		background:url('/layout/imagens/hr.gif') repeat-x;
	}
	.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:18px;
	}
	.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 #C3C3C3;
		border-right:1px solid #DDD;
		border-bottom:1px solid #DDD;
		font-size:16px;
		padding:2px;
		margin:0px;
		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:#FFFFCC;
		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;
	}
	
	.w55 {width:55px}
	.w150 {width:150px}

	/*oooooooooooooooooooooooooooooooo
		Images
	  oooooooooooooooooooooooooooooooo*/
	img.default { }
	img.left { float:left; margin: 0em 10px 10px 0; }
	img.right { float:right; margin: 0em 0em 10px 10px; }

	/*ooooooooooooooooooooooooooooooooooooooooooo
		Structure
		---------------------------------------
		page
			page-wrapper
				block
					block-wrapper
						branding
							branding-logomarca
							branding-tag
							branding-banner
						nav
						content
						sidebar
						footer
	  oooooooooooooooooooooooooooooooooooooooooooo*/
	.foto_galeria_basica { display:block;background:url('/layout/imagens/slot136x106.gif') no-repeat;width:154px;height:117px;float:left;margin-right:15px;margin-bottom:15px;border:5px solid #9BC9E8; }
	.foto_galeria_basica:hover { background:url('/layout/imagens/slot136x106-over.gif') no-repeat;border:5px solid #D60000; }
	
	.foto_galeria_basica_mascara { display:block;background:url('/layout/imagens/slot136x106.gif') no-repeat;width:154px;height:117px;float:left;margin-right:15px;margin-bottom:15px;border:5px solid #9BC9E8; -moz-opacity:0.30;filter:alpha(opacity=30);;opacity:0.30 }
	.foto_galeria_basica_mascara:hover { background:url('/layout/imagens/slot136x106-over.gif') no-repeat;border:5px solid #D60000; -moz-opacity:1;filter:alpha(opacity=100);;opacity:1 }
	
	#page { background:url('/layout/imagens/fundo-cabecalho.jpg') repeat-x top; }
	#page-wrapper { background:url('/layout/imagens/fundo-rodape.jpg') repeat-x bottom; }
	
	#branding {
		height:190px;
		position:relative;
	}
	
	
	
	.block {
		background:url('/layout/imagens/block-bar.gif') no-repeat bottom right;
		padding-bottom:10px;
		margin-bottom:10px;
		width:100%;
		overflow:hidden;
		position:relative;
	}
	
	.oh {overflow:hidden}
	
	.block-azul {
		background:#E0EEF8 url('/layout/imagens/block-bar-azul.gif') no-repeat bottom right;
		padding-bottom:10px;
		margin-bottom:10px;
	}
	
	.block-wrapper {
		border-top:1px solid #E1E1E1;
		border-right:1px solid #E1E1E1;
		border-left:1px solid #E1E1E1;
	}
	
	
	
			.block-azul .block-wrapper {
			border-top:1px solid #E1E1E1;
			border-right:1px solid #E1E1E1;
			border-left:1px solid #E1E1E1;
			padding-bottom:10px;
			}
	
	
	.pt8
	{
	padding-top:8px;
	}
	
	
	#branding-logo-placeholder {
		position:absolute;
		left:0px;
		top:30px;
		width:460px;
		height:140px;
	}
	
				#nav-user-placeholder {
					position:absolute;
					width:600px;
					height:30px;
					top:0px;
					right:0px;
					text-align:left;
				}
				
				
				
				#nav-usertest-placeholder {
					position:absolute;
					top:0px;
					left:437px;
				}
				
				
				#nav-user {
					font-size:12px;
					color:#FFFFFF;
					line-height:30px;
					background:url('/layout/imagens/barra-teste.gif') no-repeat left;
					float:right;
					padding-left:15px;
				}
				
				#nav-user a,#nav-user a:visited {
					color:#FFFFFF;
				}
				
				#nav-user-canto
				{
				height:30px;
				background:url('/layout/imagens/barra-menu-canto.gif') no-repeat right;
				width:10px;
				float:right;
				}
				
				
				.padding-d
				{
				padding-top:6px;
				padding-bottom:7px;
				}
				
				
	
	#banner-top-placeholder {
		position:absolute;
		top:30px;
		right:0px;
		width:468px;
		height:76px;
		font:10px Arial;
		color:#999999;
	}
	
	#nav-search {
		position:absolute;
		top:130px;
		right:40px;
		width:410px;
		height:40px;
		font:10px Arial;
		color:#999999;
	}
	
	#nav {
		width:980px;
		height:55px;
		background:url('/layout/imagens/nav.gif') no-repeat;
		color:#FFF;
		font-family:Tahoma;
		position:relative;
	}
	
	#nav-main {
		font-size:12px;
		height:30px;
	}
	
	#nav-channels {
		font-size:11px;
		height:25px;
	}
	
	#nav ul {
		margin:0px;padding:0px;
	}
	
	#nav ul li {
		display:inline;
		padding:0px;
		background:none;
	}
	
	#nav-main ul {
		padding-top:4px;
		padding-left:4px;
	}
	
	#nav-main ul li {
		display:inline;
	}
	
	#nav-main ul li a {
		display:block;
		float:left;
		padding-left:6px;
		text-decoration:none;
		color:#FFFFFF;
		height:22px;
		line-height:22px;
		
	}
	
	#nav-main ul li a span {
		padding-top:4px;
		padding-bottom:4px;
		padding-right:10px;
		background:url('/layout/imagens/nav-main-item-nosel.gif') no-repeat top right;
	}
	
	#nav-main ul li a:hover,#nav-main ul li.sel a { background:url('/layout/imagens/nav-main-item.gif') no-repeat top left; }
	#nav-main ul li a:hover span,#nav-main ul li.sel a span { background:url('/layout/imagens/nav-main-item.gif') no-repeat top right; padding-right:10px;}
	
	#nav-main ul li.last a span {
		background:none;
	}
	
	#nav-main ul li.last.sel span {
		background:url('/layout/imagens/nav-main-item-last.gif') no-repeat top right; padding-right:10px;
	}
	
	#nav-main ul li.last a:hover span {
		background:url('/layout/imagens/nav-main-item-last.gif') no-repeat top right; padding-right:10px;
	}
	
	#nav-channels ul {
		padding-top:2px;
		padding-left:9px;
	}
	
	#nav-channels ul li
	{
		padding-right:10px;
		color:#51A2D7;
	}
	
	#nav-channels ul li a {
		text-decoration:none;
		color:#51A2D7;
	}
	
	#nav-channels ul li.sel a {
		color:#16425F;
	}
	
	#nav-channels ul li a:hover {
		text-decoration:underline;
	}
	
	.top10-block {
		overflow:hidden;width:61px;height:60px;overflow:hidden;float:left;
	}
	
	.top10-block .top10-num,.top10-block-expanded .top10-num {
		float:left;width:60px;height:60px;background:#2C81BB;font:48px Arial;color:#FFF;line-height:60px;text-align:center;cursor:pointer;border-right:1px solid #E0EEF8
	}
	
	.top10-block .top10-player,.top10-block-expanded .top10-player {
		width:348px;height:60px;background:#FFF;float:left
	}
	
	#content { min-height:380px;margin-top:20px }
	
	#content-comments .balao-comentario
	{
		width:710px;
		background:url('/layout/imagens/topo-balao.gif') no-repeat;
		padding-top:9px;
		margin-bottom:20px;
	}
	#content-comments .balao-comentario .comentario
	{
		width:708px;
		border-left:1px solid #E1E1E1;
		border-right:1px solid #E1E1E1;
		font:12px Tahoma;
		padding-bottom:4px;
		color: #2C81BB !important;
		font-weight:normal !important;
	}

	#content-comments .balao-comentario .autor
	{
		width:710px;
		background:url('/layout/imagens/fundo-balao.gif') no-repeat;
		height:19px;
		font:11px georgia;
		position:relative;
	}

	#content-comments .balao-comentario .autor span
	{
		position:absolute;
		left:80px;
		top:10px;
		background:url('/layout/imagens/user.png') no-repeat 0px 0px;
		padding-left:21px;
		padding-top:2px;
	}
	
	
	.content-comments-frontpage .balao-comentario
	{
		width:400px;
		background:url('/layout/imagens/topo-balao2.gif') no-repeat;
		padding-top:9px;
		margin-bottom:30px;

	}
	.content-comments-frontpage .balao-comentario .comentario
	{
		width:397px;
		border-right:3px solid #CECECE;
		font:11px Tahoma;
		line-height:14px;
		padding-bottom:10px;
		color: #333333 !important;
		font-weight:normal !important;
		background:#E0EEF8;
	}

	.content-comments-frontpage .balao-comentario .autor
	{
		width:400px;
		background:url('/layout/imagens/fundo-balao2.gif') no-repeat;
		height:40px;
		font:11px georgia;
		position:relative;
		overflow:hidden;
	}

	.content-comments-frontpage .balao-comentario .autor .autor-name
	{
		width:800px;
		position:absolute;
		left:60px;
		top:10px;
		background:url('/layout/imagens/user.png') no-repeat 0px 0px;
		padding-left:21px;
		padding-top:2px;
	}
	
	.content-comments-frontpage .balao-comentario .autor .autor-datetime
	{
		position:absolute;
		left:60px;
		top:22px;
		padding-left:21px;
		padding-top:2px;
		font:11px arial;
		color:#999;
	}
	
	#comentar .fmsg
	{
		border:1px solid #CCCCCC;
		background:#FFFFCC;
		padding:10px;
	}
	
	#sidebar {
		width:240px;float:right
	}
	
	#sidebar-nav {
		margin-top:0px;
		background:#E1E1E1 url('/layout/imagens/sidebar-nav-seta.gif') no-repeat bottom;
		padding:10px;
		padding-bottom:20px;
		margin-bottom:15px;
	}
	
	#sidebar-nav ul {
		background:#FFFFFF;
		padding:0px;
		margin:0px;
	}
	
	#sidebar-nav ul li {
		margin:0px;
		padding:0px;
		background:none;
		display:inline;
	}
	
	#sidebar-nav ul li a,#sidebar-nav ul li a {
		display:block;
		height:30px;
		background:#FFF;
		font:bold 11px Tahoma;
		line-height:30px;
		padding-left:10px;
		padding-right:10px;
		text-decoration:none;
		border-bottom:1px solid #E1E1E1;
	}

	
	#sidebar-nav ul li.sel a,#sidebar-nav ul li a:hover {
		background:#2C81BB;
		line-height:30px;
		color:#FFFFFF;
	}
	
	#sidebar-nav ul ul li a,#sidebar-nav ul li.sel li a,#sidebar-nav ul ul li a {
		padding-left:20px;
		font-weight:normal;
		background:#FFFFFF url('/layout/imagens/seta-cinza.gif') no-repeat 11px 11px;
	}
	
	#sidebar-nav ul ul li.sel a,#sidebar-nav ul ul li a:hover {
		background:#2C81BB url('/layout/imagens/seta-branca.gif') no-repeat 11px 11px;
	}
	
	#sidebar-nav ul li.sel li a,#sidebar-nav ul li.sel li a:visited,#sidebar-nav li a {
		color:#666666;
	}
	#sidebar-nav ul li.sel li a:hover {
		color:#FFFFFF;
	}
	
	#breadcrumbs {
		font-size:11px;
		line-height:12px;
		padding-bottom:10px;
	}
	
	#breadcrumbs span {
		font-weight:bold;
	}
	
	#breadcrumbs a span {
		font-weight:bold;
	}
	
	#breadcrumbs a:visited {color:#E42502}
	
	#breadcrumbs a:hover {text-decoration:underline}
	
	#content-block
	{
		width:730px;float:left;
	}
	
	.h64 {height:64px}
	.w64 {width:64px}
	.w70 {width:70px}
	
	#content-header {
		font-size:11px;
		font-weight:bold;
		padding-bottom:5px;
		border-bottom:1px solid #CCC;
		margin-bottom:15px;
	}
	
	#content-title h1 {
		margin:0px !important;
		padding:0px !important;
	}
	
	#content-title h1
	{
		margin-top:0px;
		margin-bottom:15px;
	}
	
	#content-date { font-size:11px }
	
	#content-text {
		margin-top:15px;
		margin-bottom:15px;
	}
	
	#content-text.edit_class {
		background:#FFFFCC url('/layout/imagens/content-width-notify.gif') no-repeat;
		margin-top:0px;
		padding-top:20px;
		margin-top:15px;
	}
	
	#content-description {
		margin-top:15px;
		margin-bottom:15px;
	}
	
	#content-title-text {
		margin-top:0px;
		margin-bottom:15px;
	}
	
	#content-title-text h1 {
		margin-bottom:0px;
	}
	
	.pb3 { padding-bottom:3px }
	
	#content-description {
		margin-top:15px;
		margin-bottom:15px;
	}
	
	h1.editor,h2.editor,h3.editor,h4.editor,h5.editor { color:#CC0000 !important }
	
	#content-modules {
		margin-top:15px;
	}
	
	#content-header a { text-decoration:none }
	
	
	
	#content-noticia-principal h1 {
		font-size:16px;
		font-weight:bold;
		letter-spacing:-1px;
		font-family:Arial;
	}
	
	#content-noticia-principal p {
		margin:0px;
		
		
	}
	
	#content-list-news
	{

	}
	
	.content-channel-block
	{
		font-size:12px;
		line-height:16px;
	}
	
	.w30 {width:30px}
	.w25 {width:25px}
	
	#content-list-news .content-list-news-block
	{
		font-size:12px;
		line-height:16px;
	}
	
	.w110 {width:110px}
	.w106 {width:106px}
	.h106 {height:106px}

	#content-list-news span
	{
		color:#555555;
	}

	#content-list-news h4
	{
		margin-bottom:2px;
	}

	#content-list-news h4 a
	{
		font-size:17px;
		font-weight:bold;
		line-height:20px;

	}

	#content-list-news h4 a:hover
	{
		text-decoration:none;
	}

	#content-list-news .referencia
	{
		display:block;
		font-size:11px;
		margin-bottom:5px;
	}
	
	#content-list-news .thumbs {
		width:94px;
		height:94px;
		float:left
	}
	
	#content-list-news .thumbs .placeholder {
		background:#FFF;
		width:84px;
		height:84px;
	}
	
	#content-list-news .thumbs .placeholder img  {
		border:1px solid #CCC;
		padding:4px;
	}
	
	.content-list-block {
		margin-bottom:15px;
	}
	
	.content-list-block-img {
		float:left;
		width:160px;height:140px
	}
	
	.content-list-block-img {
		float:left;
		width:160px;height:140px
	}
	
	.content-list-block-img-d {
		background:#FFF;width:84px;height:84px
	}
	
	.content-list-block .referencia {
		display:block;margin-top:5px;margin-bottom:5px;font-size:11px
	}
	
	.content-item-checklist {
		display:block;
		text-decoration:none;
		margin-bottom:1px;
		padding-left:20px;
	}

	.aSel { background:url('/layout/imagens/icon-sel.gif') no-repeat 0px 4px; }
	.aNoSel { background:url('/layout/imagens/icon-nosel.gif') no-repeat 0px 4px; }
	.editor { background:url('/layout/imagens/icon-admin.gif') no-repeat 0px 3px; padding-left:20px}
	
	#content-last-news { }
	
	#content-last-news .list-news {
		margin:0px;
	}
	
	#content-last-news .list-news a { 
		display:block;
		color:#333;
		font:bold 11px Arial;
		margin-bottom:5px;
		background:url('/layout/imagens/icone-ul-noticia.gif') no-repeat 0px 5px;
		padding-left:13px;
	}
	
	#content-last-news .list-news a:visited { 
		background:url('/layout/imagens/icone-ul-noticia-lida.gif') no-repeat -1px 3px;
	}
	
	.w64 { width:64px }
	.h64 { height:64px }
	
	.top10-number { background:#2C81BB;width:64px;height:64px;overflow:hidden;float:left;color:#FFF;text-align:center;font:bold 48px Arial;line-height:64px; }
	
	#content-top10 { border:1px solid #F4F4F4; margin-bottom:20px }
	.block-azul h2, .block h2, .block_title, #content-central-block-A h2 { font:18px Tahoma;color:#333333;margin:0px }
	
	
	#content-banner-lateral-300x250 { font:10px Arial;margin-bottom:20px;color:#999999 }
	#content-banner-lateral-300x250B { font:10px Arial;margin-bottom:20px;color:#999999 }
  .pub-300x250 { font:10px Arial;margin-bottom:20px;color:#999999 } 
	
	#content-banner-660x90 { font:10px Arial;margin-top:10px;color:#999999 }
	
	#content-banner-660x90b { font:10px Arial;margin-top:10px;color:#999999 }
	
	#banner-sidebar-lateral-240x240 { font:10px Arial;margin-bottom:15px;color:#999999 }
	#banner-sidebar-lateral-240x240-A { font:10px Arial;margin-bottom:15px;color:#999999;}
	#banner-sidebar-lateral-240x240-B { font:10px Arial;margin-bottom:15px;color:#999999; }
	#banner-sidebar-lateral-240x240-C { font:10px Arial;margin-bottom:15px;color:#999999; }
	#banner-sidebar-lateral-240x240-D { font:10px Arial;margin-bottom:15px;color:#999999;}

	
	#footer {
		padding-top:40px;
		font:11px Tahoma;
		line-height:1.4em;
		color:#666666;
	}
	#footer-wrapper {
		padding-top:20px;
		padding-left:20px;
		padding-right:20px;
		border-top:1px solid #999999;
		padding-bottom:40px;
	}

	/*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; }
	
	
	
	
	
	a.button2 {
		background:url('/layout/imagens/but-sdoor-left2.gif') no-repeat !important;
		position:relative;
	}
	a.button2 span {
		background:url('/layout/imagens/but-sdoor-right2.gif') no-repeat right !important;
		color:#FFFFFF;
		font-family:Arial;	/* Button Font */
	}
	a.button2:hover,a.button2:hover,a.button2.sel {
		background:url('/layout/imagens/but-sdoor-left-over2.gif') no-repeat !important;
	}
	a.button2:hover span,a.button2:hover span,a.button2.sel span {
		background:url('/layout/imagens/but-sdoor-right-over2.gif') no-repeat right !important;
		color:#FFFFFF;
	}
	a.button2:active,a.button2:active {
		background:url('/layout/imagens/but-sdoor-left-hit2.gif') no-repeat !important;
		color:#FFFFFF;
	}
	a.button2:active span,a.button2:active span {
		background:url('/layout/imagens/but-sdoor-right-hit2.gif') no-repeat right !important;
		color:#FFFFFF;
	}
	
	#contato label
	{
	font:14px arial;
	color:#000000;
	padding-bottom:5px;
	}
	
	#contato input
	{
	width:500px;
	height:25px;
	}
	
	#contato textarea
	{
	width:500px;
	height:160px;
	}
	
	p.preto
	{
	color:#000000;
	}
	
	.p-escuro p
	{
	color:#333333;
	}
	
	.block-vermelho {
	background:#E42502 url('/layout/imagens/block-bar-vermelho.gif') no-repeat bottom right;
	padding-bottom:10px;
	margin-bottom:10px;
	}
	
	.q135
	{
	width:135px;
	height:135px;
	}
	
	.w155
	{
	width:155px;
	height:135px;
	}
	
	.p-branco p
	{
	color:#FFF;
	font-size:14px;
	margin-bottom:5px;
	}
	
	a.button3 {
		background:url('/layout/imagens/but-sdoor-left3.gif') no-repeat !important;
	}
	a.button3 span {
		background:url('/layout/imagens/but-sdoor-right3.gif') no-repeat right !important;
	}
	a.button3:hover {
		background:url('/layout/imagens/but-sdoor-left-over3.gif') no-repeat !important;
	}
	a.button3:hover span {
		background:url('/layout/imagens/but-sdoor-right-over3.gif') no-repeat right !important;
	}
	a.button3:active {
		background:url('/layout/imagens/but-sdoor-left-hit3.gif') no-repeat !important;
	}
	a.button3:active span {
		background:url('/layout/imagens/but-sdoor-right-hit3.gif') no-repeat right !important;
	}
	
	#comentar label
	{
	font:12px tahoma;
	padding-bottom:5px;
	}
	
	#comentar input
	{
	width:400px;
	}
	
	#comentar textarea
	{
	width:400px;
	height:160px;
	}
	
	#bt_ouca_vivo
	{
	font-size:11px;
	line-height:16px;
	color:#666666;
	padding-top:7px;
	padding-bottom:7px;
	padding-right:5px;
	}
	
	
	
	
	
	
	#ao-vivo
	{
	background:url('/layout/imagens/fundo-aovivo.gif') no-repeat left;
	}
	
	#play h1
	{
	font:bold 24px arial;
	color:#2C81BB;
	margin-bottom:0px;
	}
	
	
	#player
	{
	width:240px;
	height:50px;
	}
	
	
	#publicidade-aovivo
	{
	width:400px;
	height:120px;
	background:url('/layout/imagens/fundo-azul.jpg') no-repeat left;
	}
	
	#publicidade-branco
	{
	width:360px;
	height:80px;
	background:#FFF;
	}
	
	.mt80
	{
	margin-top:80px;
	}
	
	
	
	#formulario-amigo label
	{
	font:14px arial;
	color:#000000;
	padding-bottom:5px;
	}
	
	#formulario-amigo input
	{
	width:300px;
	}
	
	#formulario-amigo textarea
	{
	width:672px;
	height:100px;
	}
	
	
	
	#caixa-branca
	{
	background:#FFF;
	}
	
	.h35
	{
	height:35px;
	}
	
	#amigo p
	{
	font:11px arial;
	color:#000;
	
	}
	
	.mt2
	{
	margin-top:2px;
	}
	
	
	
	
	
	
	

