
body
{
	color: #000000;
	background: #ffffff;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: medium;
	line-height: 15px;
	margin: 0;
	padding: 0;
}

a
{
	color: #0066ff;
}
a:hover
{
	color: #ff6600;
	text-decoration: none;
}

.clear
{
	clear: both;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: bold;
	margin: 0 0 10px 0;
	font-size: 1.25em;
}

input, textarea, select, option, button
{
	background: rgba(0,0,0,0.5);
	color: #cccccc;
	padding: 2px;
	margin: 1px 3px;
	font-size: x-small;
	border: 0;
}


/* window styles */

.windowbox
{
	position: absolute;
	background: #f0f0f0;
	color: #333333;
	padding: 10px;
	font-size: 0.85em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.windowbox p
{
	margin-bottom: 10px;
}
.windowbox p:last-child
{
	margin-bottom: 0;
}
.windowbox-controls
{
	width: 100%;
	height: 25px;
	position: absolute;
	top: 5px;
	left: 0px;
	cursor: move;
}
.windowbox-title
{
	cursor: move;
}
.windowbox-controls .close-button
{
	position: absolute;
	top: 0px;
	left: 92%;
}

#menu
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 600px;
	height: 15px;
	font-size: small;
}

#about
{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 200px;
	height: 200px;
	display: none;
}
#help
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 302px;
	min-height: 100px;
	display: none;
}
#help img
{
	border: 1px solid #999999;
	margin-bottom: 0px;
}

#menu input.colorcode
{
	background: rgba(0,0,0,0.5);
	color: #e0e0e0;
	border: 1px solid #666666;
	margin: 0 2px;
	padding: 1px 2px;
}
#menu select.bgcolor
{
	background: rgba(0,0,0,0.5);
	color: #e0e0e0;
	border: 1px solid #666666;
	margin: 0 2px;
	padding: 0;
}
#menu select.bgcolor option
{
	margin: 0;
	padding: 0 3px;
	background: rgba(0,0,0,0.5);
	color: #e0e0e0;
}
#menu h2
{
	float: left;
}
#menu ul
{
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
}
#menu ul li
{
	float: left;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	border-right: 1px solid #999999;
}
#menu ul li.last
{
	border: 0;
	padding-right: 0;
	margin-right: 0;
}

/* colorbox styles */

.colorbox
{
	position: absolute;
	top: 200px;
	left: 200px;
	width: 1px;
	height: 1px;
}
.colorbox-color
{
	width: 60px;
	height: 60px;
	background: #ffffff;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: move;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
#prototype-colorbox
{
	top: -500px;
	left: -500px;
}
.colorbox-controls
{
	width: 100px;
	height: 140px;
	display: none;
	position: relative;
	top: -40px;
	left: -40px;
}

.button
{
	width: 18px;
	height: 18px;
	text-decoration: none;
}

.color-input
{
	position: absolute;
	top: 106px;
	left: 40px;
	width: 55px;
	border: 1px solid #999999;
	padding: 1px 1px 1px 2px;
	color: #ffffff;
	background: rgba(0,0,0,0.3);
	margin: 0;
	font-size: 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 3px 1px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.color-input-name
{
	position: absolute;
	top: 130px;
	left: 40px;
	width: 60px;
	text-align: center;
}
.color-input-name p
{
	text-align: center;
	font-size: 10px;
	color: #999999;
}
.color-input input
{
	text-transform: uppercase;
	margin: 0;
	padding: 1px;
	border: 0;
	background: transparent;
	color: #ffffff;
	font-size: 10px;
}

.close-button
{
	position: absolute;
	top: 100px;
	left: 20px;
	background: transparent url(../images/close.png) no-repeat left top;
}
.complementary-button
{
	position: absolute;
	top: 0px;
	left: 60px;
	background: transparent url(../images/complementary.png) no-repeat left top;
}
.triad-button
{
	position: absolute;
	top: 0px;
	left: 80px;
	background: transparent url(../images/triad.png) no-repeat left top;
}
.tetrad-button
{
	position: absolute;
	top: 20px;
	left: 60px;
	background: transparent url(../images/tetrad.png) no-repeat left top;
}
.splitcomplementary-button
{
	position: absolute;
	top: 20px;
	left: 80px;
	background: transparent url(../images/splitcomp.png) no-repeat left top;
}

.analogous-button
{
	position: absolute;
	top: 0px;
	left: 40px;
	background: transparent url(../images/analogous.png) no-repeat left top;
}
.palette-button
{
	position: absolute;
	top: 20px;
	left: 40px;
	background: transparent url(../images/palette.png) no-repeat left top;
}

.monochromatic-button
{
	position: absolute;
	top: 40px;
	left: 0px;
	background: transparent url(../images/monochromatic.png) no-repeat left top;
}

.red-button
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent url(../images/red.png) no-repeat left top;
}
.green-button
{
	position: absolute;
	top: 0px;
	left: 20px;
	background: transparent url(../images/green.png) no-repeat left top;
}
.blue-button
{
	position: absolute;
	top: 20px;
	left: 0px;
	background: transparent url(../images/blue.png) no-repeat left top;
}
.grey-button
{
	position: absolute;
	top: 20px;
	left: 20px;
	background: transparent url(../images/grey.png) no-repeat left top;
}

.web-button
{
	position: absolute;
	top: 40px;
	left: 20px;
	background: transparent url(../images/web.png) no-repeat left top;
}
.lighten-button
{
	position: absolute;
	top: 60px;
	left: 0px;
	background: transparent url(../images/lighten.png) no-repeat left top;
}
.darken-button
{
	position: absolute;
	top: 80px;
	left: 00px;
	background: transparent url(../images/darken.png) no-repeat left top;
}
.towhite-button
{
	position: absolute;
	top: 60px;
	left: 20px;
	background: transparent url(../images/white.png) no-repeat left top;
}
.toblack-button
{
	position: absolute;
	top: 80px;
	left: 20px;
	background: transparent url(../images/black.png) no-repeat left top;
}

.colorpicker
{
	z-index: 1000;
}


.cluetip-blackbox {
	background: transparent;
	  	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.cluetip-blackbox #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: rgba(0,0,0,0.8);
  	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.cluetip-blackbox h3#cluetip-title {
  margin: 0;
  padding: 5px 10px 4px;
  font-size: 0.85em;
  font-weight: bold;
  color: #fff;
}
.cluetip-blackbox #cluetip-title a {
  color: #ffffff;
  font-size: 0.85em;
  font-weight: bold;
}  
.cluetip-blackbox #cluetip-inner {
  padding: 0 10px 5px;
  font-size: 0.75em;
  color: #e0e0e0;
}
.cluetip-blackbox div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}


/* backgrounds */
body.white
{
	background: #ffffff;
	color: #333333;
}
body.white .windowbox
{
	background: #f0f0f0;
	color: #333333;
}
body.white a
{
	color: #0066ff;
}
body.white a:hover
{
	color: #ff6600;
}


body.black
{
	background: #000000;
	color: #cccccc;
}
body.black .windowbox
{
	background: #333333;
	color: #cccccc;
}
body.black a
{
	color: #ff6600;
}
body.black a:hover
{
	color: #6699ff;
}


body.darkgrey
{
	background: #404040;
	color: #cccccc;
}
body.darkgrey .windowbox
{
	background: #666666;
	color: #cccccc;
}
body.darkgrey a
{
	color: #ff6600;
}
body.darkgrey a:hover
{
	color: #6699ff;
}


body.lightgrey
{
	background: #cccccc;
	color: #000000;
}
body.lightgrey .windowbox
{
	background: #e0e0e0;
	color: #666666;
}
body.lightgrey a
{
	color: #0066ff;
}
body.lightgrey a:hover
{
	color: #ff6600;
}
