body {
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 12px;
}
body * {
	font-size: 12px;
}
h1 { font-size: 18px; } 
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
h6 { font-size: 10px; }

div.content {
	display: block;
	width: 100%;
	padding: 4px;
	height: 100%;
	min-height: 100%;
}

div.centralx {
	float: right;
}

div.parent_header,
div.parent_clearheader,
div.parent_clearfooter {
	display: none;
}

div.parent_header,
div.parent_clearheader,
div.parent_clearfooter,
div.parent_footer {
	display: none;
}

a { color: blue; }

div.mob_footer {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 11px;
}

div.footLinks *, 
div.mob_footer * {
	font-size: 11px;
}

div.footLinks { float: left; }

div.rss { float: right; }

/* -- */
ul {
	list-style-type: none;
	padding: 0px 1px 0px 3px;
	margin: 0px;
}
ul li {
	margin:2px 0px 5px 0px;
}

/* -- Post -- */

/* start tipos completo e resumo */

div.postContent { 
	border-bottom: 1px dashed #DFE5EB; 
	width: 100%; 
	margin: 0px 0px 20px 0px;
	padding: 5px 0px 10px 0px; 
}

div.postContent .header1 { 
	color: #808080;
} 

div.postContent .folderName {
	font-family: Arial, Verdana;
	font-weight: bold; 
	color:  #004e96;
}

div.postContent .title { 
	display: block; 
	font-weight: bold; 
	color: #004e96; 
	font-family: Arial; 
	text-align: justify; 
	padding:5px 0px 10px 0px;			
}

div.postContent .commentTitle { 
	color: #000000;
}


/* -- -- */

.view {
	margin-top: 8px;
	margin-bottom: 8px;
	border: 1px solid #DFE5EB;
}

/* -- */

.head {
	background: #f1f4f9;
	padding: 10px 0px 10px 5px;
	display: block;
	width: 100%;
	font-weight: bold;
}

/* ------ */

.x .titlePreview {
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 10px;
	border-bottom: none;
}

div.postContent .link {
	color: #004e96; 
	padding: 0 0 5px 10px;
}

span.date,
.titlePreview .date {
	display: none;
}

.stepLimit {
	display: none;
}

.s, .as {
	display: block;
	text-align: center;
}

.as .asm .es { display: none; }

#lnkWarning {
	display: none;
}

.bcb { padding: 5px; }


.postImage {
	float: left; margin: 0px 4px 4px 0px;
}

div.postContent div.content ul {
	list-style-type: disc;
	padding-left: 20px;
}

div.postContent div.content {
	height: auto;
}