html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}

html
{
	background-color: #eff7ff;
	font-family: 'Arial', sans-serif;
	font-size: 0.8em;
}

body
{
	margin: 0px auto;
	width: 998px;
}

header
{
	background-color: #1983bc;
	color: #fff;
	display: block;
	padding: 5px;
}

header h1
{
	font-size: 1.2em;
	font-weight: bold;
}

section section,
aside
{
	display: block;
	margin: 5px 0px;
}

section section h3,
aside h3
{
	border-bottom: 2px solid #1983bc;
	color: #1983bc;
	font-weight: bold;
	margin-bottom: 5px;
}

aside h4
{
	background-color: #1983bc;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
	padding: 2px;
}

aside h5
{
	border-bottom: 2px solid #999;
	color: #999;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 5px;
}

aside ul
{
	padding: 5px;
}

aside li
{
	clear: both;
}

#mk
{
	float: left;
	width: 680px;
}

#aviso
{
	background-color: #ffc;
	border: 1px solid #000;
	padding: 3px;
	text-align: center;
}

#efeitos
{
	background-color: #fff;
	border: 2px solid #ccc;
	float: right;
	height: 500px;
	overflow: auto;
	padding: 5px;
	width: 270px;
}

#entrada, #saida
{
	width: 660px;
	height: 100px;
}

#previsao
{
	height: 200px;
	overflow: auto;
	padding: 10px;
}

.caixaCores
{
	height: 100px;
	overflow: auto;
}

.gridCor
{
	cursor: pointer;
	float: left;
	height: 10px;
	width: 10px;
}

.grupoEfeitos
{
	border: 2px solid #1983bc;
	padding: 5px;
}
