/* DRAW2 */


body, html, img {
/*	-ms-interpolation-mode: nearest-neighbor; // IE 7+ (non-standard property)
	image-rendering: -webkit-optimize-contrast; // Safari 6, UC Browser 9.9
	image-rendering: -webkit-crisp-edges; // Safari 7+
	image-rendering: -moz-crisp-edges; // Firefox 3.6+
	image-rendering: -o-crisp-edges; // Opera 12*/
	image-rendering: pixelated;
	image-rendering: -moz-crisp-edges;
	image-rendering: crisp-edges;
}


body, input, button, textarea {
/*	font-size:25px;
	font-family: Inter, Helvetica;
*/	
	line-height:1.2; 
	font-family: arial;
	font-size: 15px;
}

small { 
	color:#999;
	font-size:.75em;
}

footer {
	margin-top:3em;
}

body {
	margin:5em;
	margin-top:4em;


}


#tabuleiro td { 
	width:1em; height:1em; 
}
#paleta td { 
/*	width:13px; height:13px; 
*/	width:1em; height:1em; 
	border:1px solid transparent;  
}
#paleta { margin-bottom:1em; }
#corescolhida { height:6px;  }
#formulario input[type=text], textarea { 
	display:block;  
}





.pal div {
	width:1em;
	height:1em;
	display:inline-block;
}



	img {
		width: 40px;
		height: 40px;
	}
	
	body#messages img {
		width: 100px;
		height: 100px;
	}



input, textarea { margin-bottom:.2em; }
	
a { text-decoration:none; color: #4c0; color:blue; }
a.selecionado { color:red; }


nav a, .page { padding-right:.8em; }





*/
.over2 {
	background-color: #ffffff;
	padding: 0;
	cursor: pointer;
}

#cell {
	width: 1em;
	height: 1em;
	cursor: pointer;
}


.xpaleta { cursor:pointer; margin-bottom:.5em; }
.paleta td { width:11px; height:20px; }

#gallery img, #author img { width:40px; }

}


small {
	color: #aaa;
}


nav {
	margin-top: .75em;
	margin-bottom: .75em;
}


.entrada img {
	cursor: pointer;
}

	.entrada {
		font-size: .9em;
		margin-right: .4em;
		line-height:100%;
	}

	
	table {
		border-collapse: separate;
		border-collapse: collapse;
		border-spacing: 0px;
		padding: 0px;
	}
	table.paleta {
		cursor: pointer;
		margin-bottom: 3px;
	}
	
	table.paleta td {
		height: 14px;
		width: 14px;
	}
	
	#meio {
		max-width: 920px;
	}
	
	.entrada {
		display: inline-block;
		vertical-align: top;
		width: 100px;
		/*line-height: 1.4em;*/
		margin-bottom:1em;
		/*padding-bottom: 20px;*/
	}
	

	
	time {
		font-size:.75em;

		color: #aaa;
	}
	
	.entrada strong {
/*		display: block;*/
	}
