﻿/* CSS Document */
.block_btnsBlog {
	float: left;
	width: 100%;
}

.btn_blogs {
	float: right; 
	margin-top: 10px;
}

.block_BlogPadding {
	float: left;
	padding-left: 10px;
}

/** GESTÃO **/
.header_post {
	float: left; 
	width: 229px; 
	padding: 6px 5px 6px 10px;
	font: bold 12px Arial; 
/*	color: #fff; 
	background: #0072bf;
	border-right: 2px solid #FFF;
*/}

.header_data {
	float: left; 
	width: 94px; 
	padding: 6px 5px 6px 10px;
/*	font: bold 12px Arial; 
	color: #fff; 
	background: #0072bf;
	border-right: 2px solid #FFF;
*/}

.header_alteracao {
	float: left; 
	width: 94px; 
	padding: 6px 5px 6px 10px;
	font: bold 12px Arial; 
/*	color: #fff; 
	background: #0072bf;
	border-right: 2px solid #FFF;
*/}

.header_removerPost {
	float: left; 
	width: 61px; 
	padding: 6px 0px 6px 0px;
	font: bold 12px Arial; 
/*	color: #fff; 
	background: #0072bf;
*/}

.blog_line {
	float: left; 
	width: 100%;
/*	border-bottom: 1px solid #c4c4c1; 
*/	padding: 2px 0px 2px 0px;
}

	.content_post {
		float: left; 
		width: 234px;
		_width: 230px;
		padding: 2px 0px 2px 10px; 
		font: normal 11px Arial;
		line-height: 12px;
/*		color: #474747;
		border-right: 2px solid #FFF;
*/	}
	
		ul.content_post {
			list-style: none;
			margin: 0px;
			padding: 0px;
		}
		
			li.content_post {
				list-style-image: none;
				margin: 2px 0px 2px 0px;
				padding-left: 0px;
			}
			
				.content_post a{ 
					font: normal 11px Arial;
/*					color: #62b00c;
*/					text-decoration: none;
				}
			
				.content_post a:hover{ 
					font: normal 11px Arial;
/*					color: #62b00c;
*/					text-decoration: underline;
				}
	
	.content_data {
		float: left;
		width: 99px; 
		padding: 6px 5px 6px 5px; 
		font: normal 10px Arial;
/*		border-right: 2px solid #FFF;
		color: #848484;
*/		text-align: center;
	}
	
	.content_alteracao {
		float: left;
		width: 99px; 
		padding: 6px 5px 6px 5px; 
		font: normal 10px Arial;
/*		border-right: 2px solid #FFF;
		color: #848484;
*/		text-align: center;
	}
	
	.content_removerPost {
		float: left; 
		width: 61px; 
		height: 10px; 
		padding: 6px 0px 6px 0px;
		vertical-align: text-top;
	}
	

/** CRIAR **/
.criar_blogForm {
	float: left;
	width: 35% !important;
/*	background: #FFFFFF;
*/	padding-right: 6px;
}

	.pesquisarBlog {
		float: left;
	}
	
		.form_pesquisarBlog {
			width: 170px;
		}
	
	.pesquisarTema {
		float: left;
		margin-top: 10px;
	}
	
		.form_pesqTemaBlog {
			width: 140px;
			margin-right: 5px;
			color: #3f3f3f;
			/*border-bottom : 1px solid #ecebe7;
			border-left : 1px solid #ecebe7;
			border-top : 1px solid #bcbcbc;
			border-right: 1px solid #bcbcbc;
			background-color : #fff;
*/
		}

.blog_form {
	width: 73% !important;
/*	background: #FFFFFF;
*/	padding-right: 6px;
}

	.form_nomeBlog {
		width: 263px; 
		margin-left: 35px;
	}
	
	.form_descBlog {
		width: 263px; 
		height: 120px; 
		margin-left: 10px; 
		vertical-align: text-top;
	}
	
.imgCor {
	padding: 1px;
/*	border: 1px solid #bcbcbc;
*/	margin-left: 5px;
	vertical-align: middle;
}

	.input_corBlog {
		vertical-align: middle;
	}
