/* HTML TAGS */


body *
{
	margin-top: 0;
	margin-bottom: 0;
}



div a
{
	color: #000000;
	text-decoration: none;
}

div a:hover
{
	text-decoration: underline;
}

div a:active
{
	text-decoration: none;
}


/* OBJECTS */


#CSSCode
{
	margin:10px;
	padding: 1em;
	background-color: #f9f9f9;
	text-align: left;
	font-size: 100%;
	border: 1px solid #aaaaaa;
}

#canvas
{
	float: left;
	margin-left:80px;
	width: 550px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 100%;
}

#codeView
{
	display: none;
}

#cssarea {
 font-size : 11px;
 font-family : Verdana, Arial, Helvetica, sans-serif;
 padding: 3px;
}


#pageWidth
{
  background: url(../pic/bg1.jpg);
  position: relative;
  height:350px;
	width: 510px;
	margin: 0;
	padding: 0px;
}

#pagebuttons {
position: absolute;
  top: 360px;
	left: 0px;
	width: 510px;
}

#sideleft {
position: absolute;
  top: 0px;
	left: 0px;
	width:15px;
	height:350px;
	background-color: #EAEAEA;
	z-index:3;
}

#sideright {
  position: absolute;
  top: 0px;
	left: 495px;
	width:15px;
	height:350px;
	background-color: #EAEAEA;
	z-index:1;
}

#topleft {
  position: absolute;
	top: 0px;
	left: 15px;
	width:160px;
	height:25px;
	background-color: #EAEAEA;
	text-align:center;
  z-index:2;
}

#topmiddle {
position: absolute;
	top: 0px;
	left: 175px;
	width:160px;
	height:25px;
	background-color: #EAEAEA;
	z-index:2;
}

#topright {
  position: absolute;
	top: 0px;
	left: 335px;
	width:160px;
	height:25px;
	background-color: #EAEAEA;
	text-align:center;
	z-index:2;
}

#content {
position: absolute;
	top: 25px;
	left: 15px;
	width:480px;
	height:300px;
	background-color: #ffffff;
	z-index:5;
	border: 2px inset;
}

#bottomleft {
  position: absolute;
	top: 325px;
	left: 15px;
	width:160px;
	height:25px;
	background-color: #EAEAEA;
	text-align:center;
}

#bottommiddle {
position: absolute;
	top: 325px;
	left: 175px;
	width:160px;
	height:25px;
	background-color: #EAEAEA;
	text-align:center;
}

#bottomright {
position: absolute;
	top: 325px;
	left: 335px;
	width:160px;
	height:25px;
	background-color: #EAEAEA;
	text-align:center;
}

#palette
{
	float: left;
	margin-left:20px;
}

#picker
{
	float: left;
}

#button_cells {
}


#preview {
 margin-bottom:5px;
 width:50px;
 height:50px;
 background-color:transparent;
 border: 1px solid #000000;
 text-align:center;
}

#bordercolor {
 display: inline;
 width:20px;
 height:20px;
 background-color:#555555;
}

/* CLASSES */

.hidden
{
	position: absolute;
	left: -10000px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.textCenter
{
	text-align: center;
}


