/* Menu de opcoes de interacao */


	#opcoes_interacao {
		margin:20px 0 0 39px;		
		list-style:none;
		width:420px;
		height:30px;
		background-color:#e3e4eb;
	}

	#opcoes_interacao ul {
		list-style:none;
	}


		#opcoes_interacao ul li {
			float:left;
			line-height:2.5em;
		}
		
		
		#opcoes_interacao ul li.blank_agenda {
			background-color:#FFF;
			width:219px;
			height:29px;
		}
		
			#opcoes_interacao ul li a {
				text-decoration:none;
				padding-left:28px;
				display:block;
				height:28px;
				background: #fff no-repeat 10px 7px;
				border:1px solid #fff;
				border-bottom-color: #e3e4eb;
				outline: 0;
			}
			#opcoes_interacao ul li a:hover,
			#opcoes_interacao ul li a.on {
				background-color:#f6f6f6;
				border-color: #e3e4eb;
				border-bottom-color: #f6f6f6;
			}


			#opcoes_interacao ul li #envieporemail {
				background-image:url(ico_envie.gif);
				width:88px;
			}

			#opcoes_interacao ul li #imprima {
				background-image:url(ico_print.gif);
				width:53px;
			}
			
			#opcoes_interacao ul li #comente {
				background-image:url(ico_comente.gif);
				background-position:10px 6px;
				width:58px;
			}
			
			#opcoes_interacao ul li #leiaoscomentarios {
				background-image:url(ico_leiacoment.gif);
				background-position:10px 6px;
				width:101px;
			}

/* Boxes das opcoes */


#box_opcoes {
	background-color:#f6f6f6;
	border:1px solid #e3e4eb;
	border-top:none;
	width:378px;
	margin-left:39px;
	margin-bottom:20px;
	padding:20px;
	color:#666;
	display: none;
}
#box_opcoes,
#box_opcoes div {
	display: none;
}
#box_opcoes.on,
#box_opcoes div.on {
	display: block;
}


#box_opcoes #fechar {
	background:url("ico_fechar.gif") 36px 2px no-repeat;
	text-decoration:none;
	padding-right:15px;
	float:right;
	margin-top:-15px;
	margin-right:-15px;
}

	#box_opcoes #fechar:hover {
		color:#000;
	}


	#box_opcoes form {
		width:360px;
	}

		#box_opcoes form p {
			margin-bottom:2px;
		}

		#box_opcoes form #checkbox {
			margin:10px 0 10px 0;
		}

		#box_opcoes form #botoes {
			margin:10px 0 10px 80px;
		}

		#box_opcoes form #intro {
			margin:8px 0 12px 0;
		}
		
		#box_opcoes form p.required {
			font-weight:bold;
		}

		#box_opcoes form p.required_erro {
			font-weight:bold;
			color:#aa360c;
		}

		#box_opcoes form #feedback_erro {
			font-weight:bold;
			color:#aa360c;
			display:block;
			margin:8px 0 8px 0;
			padding:8px 8px 8px 35px;
			width:285px;
			background:#fcf8cd url(ico_alerta.gif) 12px 9px no-repeat;
		}


		#box_opcoes label {
			display:block;
			float:left;
			width:80px;
			line-height:1.8em;
		}

		#box_opcoes input, textarea {
			width:240px;
			padding:2px;
			border:1px solid #e3e4eb;
		}

		#box_opcoes input.stylecheckbox {
			width:25px;
			border:none;
			margin:0;
			padding:0;
		}

		#box_opcoes input.stylesubmit {
			width:100px;
			border:none;
			background-color:#e4e4e4;
			font-weight:bold;
			color:#666;
		}

		#box_opcoes hr {
			margin:15px 0 12px 0;
			height:1px;
			border:none;
			background-color:#e3e3e3;
		}




/* Box envie por email */





/* Conteudo da noticia */

#conteudodanoticia {
	margin:20px 40px 20px 40px;
	color:#666;
	border-bottom:1px solid #e3e4eb;
	padding-bottom:20px;
}

	#conteudodanoticia #datadanoticia {
		color:#666;
		font-size:10px;
	}

	#conteudodanoticia #dataagenda {
		font-size:10px;
		line-height:5.5em;
		color:#df4204;
		font-weight:bold;
		float:right;
		width:74px;
		height:51px;
		padding-left:10px;
		background:url(bg_agenda_folhinha.gif) left top no-repeat;
		margin-left:20px;
	}

	#conteudodanoticia h5 {
		color:#000;
		font-size:16px;
	}

	#conteudodanoticia h3 {
		color:#666;
		font-size:12px;
		margin-top:8px;
	}

	#conteudodanoticia p {
		color:#666;
		font-size:11px;
		margin-top:15px;
	}

	#conteudodanoticia #fonte {
		color:#666;
		font-size:11px;
		font-style:italic;
		margin-top:15px;
		display:block;
	}


/* Conteudo dos comentarios */




#conteudodoscomentarios {
	margin:0 40px 20px 40px;
	color:#666;
	border:1px solid #e3e4eb;
	padding-bottom:20px;
	background-color:#f6f6f6;
}

	#conteudodoscomentarios h6 {
		color:#000;
		padding:9px;
		border-bottom:1px solid #e3e4eb;
	}


	#conteudodoscomentarios .datadocomentario {
		float:right;
		margin:9px;
	}

	#conteudodoscomentarios p {
		padding:9px;
	}


	#conteudodoscomentarios .textodocomentario {
		border-bottom:1px solid #e3e4eb;
	}


/* attachedFiles */

	#attachedfiles h6 {
		margin-top:40px;
		margin-bottom:12px;
		font-weight:bold;
		color:#000;
	}



	
	
/* Conteudo do menu more */

#conteudodomenu {
	padding:20px 40px 40px 40px;
	color:#666;
	padding-bottom:20px;
	display:table;
	_height: 1%;
}

	#conteudodomenu p {
		margin-bottom:12px;
	}

	#conteudodomenu #iconetype {
		margin-right:8px;
	}