.clear {
	margin: 0;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

body {
	background-image: url('../images/cardboard.jpg');
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size: 10pt;
	margin: 0;
	min-width: 1300px;
}

body a {
	text-decoration: none;
	color:#333;
}

body a:hover {
	color:#888;
}

#help a {
	text-decoration: none;
	color:#666;	
}

#help a:hover {
	text-decoration: none;
	color:#AAA;	
}

#header {
	padding: 10px;
}

#main {
	padding: 10px;
}

.paper {
	background-color: white;
}



#drawing {
	position: relative;
}

#green-pin {
	position: absolute;
	top: 0px;
	left: 1px;
}
#red-pin {
	position: absolute;
	top: 0px;
	right: 0px;
}
#purple-pin {
	position: absolute;
	bottom: 1px;
	left: 1px;
}
#yellow-pin {
	position: absolute;
	bottom: 1px;
	right: 0px;
}


#params td.label {
	text-align: right;
}

#colors, #selectedColors {
	border: thin solid;
	height: 30px;
	width: 270px;
	padding: 0;
	background-color: grey;
	list-style-position: inside;
	position: relative
}

.color-sorter {
	 min-height: 30px; 
	 max-height: 30px; 
	 height:auto !important;
}

.color-sorter li {
	width: 26px;
	height: 26px;
	float: left;
	margin: 2px 2px 2px 2px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#black {
	background-color: black;
}
#indigo {
	background-color: indigo;
}
#violet {
	background-color: violet;
}
#blue {
	background-color: blue;
}
#green {
	background-color: green;
}
#yellow {
	background-color: yellow;
}
#orange {
	background-color: orange;
}
#red {
	background-color: red;
}
#white {
	background-color: white;
}

.ui-spinner {
	width: 10em;
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #999;
	background: #FEFEFE;
	padding: 0; 
}

.ui-spinner-disabled {
	background: #F4F4F4;
	color: #CCC;
}

.ui-spinner-box {
	float: left;
	width: 90%;
	border: none;
	background: none;
	padding: 0;
	font-size: 125%;
}

.ui-spinner-up,
.ui-spinner-down {
	width: 10%;
	height: 50%;
	font-size: 0.5em;
	padding: 0;
	margin: 0;
	z-index: 100;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	right: 0;
	cursor: default;
	border: 1px solid #999;
	border-right: none;
	border-top: none;
}

.ui-spinner-down {
	bottom: 0;
	border-bottom: 0;
}

.ui-spinner-pressed {
	background: #FEFEFE;
}



