/* Node Full */
#node-full {
	width: 100%;
}
#node-full p {
	margin: 0px;
	padding: 0px;
}
#node-full .SepNode {
	height: 10px;
	clear: both;
	margin-bottom: 20px;
	border-bottom: 1px solid #F5F5F5;
}
#node-full span {
	display: block;
}
#node-full .title {
	color: #003399;
	text-decoration: none;
	font-size: 16px;
	padding: 10px;
	border-bottom: 1px solid #F5F5F5;
}
#node-full .date {
	color: #999999;
	padding: 10px 10px 5px 10px;
}
#node-full .tags {
	color: #999999;
	padding: 0px 10px;
}
#node-full .tags a, #node-full .tags a:Visited {
	color: #0066CC;
}
#node-full .tags a:Hover {
	color: #009900;
}
#node-full .subtitle {
	font-weight: bold;
	padding: 10px;
}
#node-full .body {
	text-align: justify;
	color: #333333;
	padding: 10px;
}
#node-full .body a, #node-full .body a:Visited {
	color: #0066CC;
}
#node-full .body a:Hover {
	color: #009900;
}

#node-full .assinatura-autor {
	color: #333333;
	font-style: italic;
	border-top: 1px solid #F5F5F5;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#node-full .email-autor {
	font-style: italic;
	padding: 0px 10px;
}
#node-full .email-autor a, #node-full .email-autor a:Visited {}
#node-full .email-autor a:Hover {}

/* Node Small */
#node-small {
	padding: 5px;
}
#node-small p {
	margin: 0px;
	padding: 0px;
}
#node-small a, #node-small a:Visited {
	text-decoration: none;
}
#node-small a:Hover {
	text-decoration: underline;
}
#node-small .SepNode {
	height: 10px;
	clear: both;
	margin-bottom: 20px;
	border-bottom: 1px solid #F5F5F5;
}

#node-small span {
	display: block;
}
#node-small .icon {}
#node-small .title {
	padding: 10px;
	border-bottom: 1px solid #F5F5F5;
}
#node-small .title a, #node-small .title a:Visited {
	color: #003399;
	text-decoration: none;
	font-size: 16px;
}
#node-small .title a:Hover {
	text-decoration: underline;
}
#node-small .date {
	color: #999999;
	padding: 10px 10px 5px 10px;
}
#node-small .subtitle {}
#node-small .body {
	text-align: justify;
	color: #333333;
	padding: 10px;
}
#node-small .body a, #node-small .body a:Visited {
	color: #0066CC;
}
#node-small .body a:Hover {
	color: #009900;
}

#node-small .assinatura-autor {}
#node-small .email-autor {}
#node-small .email-autor a, #node-small .email-autor a:Visited {}
#node-small .email-autor a:Hover {}
