/* -- MAIN -- */

body, html{
	margin: 0px;
	padding: 0px;
	background-color: #383838;
	text-align:center;
}

body{
	padding-bottom: 20px;
	text-align: center;
}

form{
	padding: 5px 10px;
	margin: 0px;
	display: block;
}

	form textarea,
	form input{
		display: none;
	}

.claro{
	clear: both;
}

/* -- FONTS -- */

body,
td,
form,
a{
	font-family: Arial, Helvetica;
	font-size: x-small;
	color: #F0F0F0;
	font-weight: normal;
}

a{
	text-decoration: none;
}

h1, h1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

h1{
	padding: 6px;
}


	
#header, #header a{
	color: #FFF;
}

	#header a strong,
	#header .active a{
		color :#FF6600;
	}

	#header a:hover{
		color: #FF6600;
	}
	
	#header a:hover strong{
		color: #FFF;
	}

#settings{
	font-size: 0.9em;
}
	#settings .setdesc{
		text-transform: uppercase;
	}

#footer,
#footer a{
	color: #AAA;
}

	#footer a{
		color: #FF6600;
	}

	#footer a:hover{
		color: #FFF;
	}
	
#message,
#message a{
	font-size: medium;
	font-weight: bold;
}

.error,
#message a{
	color: #FF6600 !important;
}

#download a{
	color: #AAA;
	float: left;
	padding-left: 3px;
}

#download a:hover{
	color: #FFF;
}

/* -- ELEMENTS -- */

#header{
	background: url(../img/bg_header.gif) center center repeat-x #2D2D2D;
	text-align: left;
}

	#colorpicker{
		display: none;
		float: right;
		width: 60px;
	}

		#colorpicker ul,
		#colorpicker li{
			display: block;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		
		#colorpicker li{
			display: none;
		}
		
		#colorpicker .active{
			display: block;
		}
		
		#colorpicker ul:hover li{
			display: block;
		}
		
		#colorpicker ul{
			position: absolute;
			background-color: #2D2D2D;
		}
		
		#colorpicker .active a{
			background-color: #000;
		}
		
		#colorpicker a{
			display: block;
			width: 60px;
			padding: 7px 0px 6px 0px;
			text-align: left;
			font-size: 1.2em;
			
			text-align: center;
		}

#alerts{
	height: 40px;
	overflow: hidden;
	text-align: center;
}
	
	#message{
		line-height: 40px;
	}
	
	.loading{
		background: url(../img/loading.gif) left center no-repeat;
		padding-left: 26px;
	}
	
#footer{
	text-align: center;
	padding: 10px;
}

#container{
	display: none;
	width: 800px;
	height: 500px;
	margin: 0px auto;
	text-align: center;
	padding: 0px 100px 0px 0px;
}

	#upload a{
		display: block;
		/* background-color: #FFF; */
		background: url(../img/bg_header.gif) center center repeat-x #2D2D2D;
		text-align: center;
		color: #FFF;
		padding: 6px;
		border: #333 solid 1px;
		-moz-border-radius: 4px;
		-khtml-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		text-decoration: none;
		font-size: medium;
		font-weight: bold;
	}
	
	#upload a span{
		color: #FF6600;
	}

	#upload a:hover{
		color: #FF6600;
		background-position: center bottom;
		border-color: #000;
	}
	
	#upload a:hover span{
		color: #FFF;
	}
	
	#canvas{
		width: 500px;
		height: 500px;
	}

	#ctrl{
		width: 200px;
		height: 500px;
		padding-right: 60px;
	}

	#settings{
		padding: 0px 10px 13px 10px;
		text-align: left;
	}

	.setting{
		padding: 16px 0px;
	}

	.setdesc{
		padding-left: 4px;
	}

	.valdesc,
	.val{
		float: right;
	}

	.valdesc{
		padding-right: 4px;
	}

	.fac{
		display: none;
	}
