/***
 *  - mooRainbow: defaultCSS
 * author: w00fz <w00fzPuppy@gmail.com>
 */
.moor-box {
	width: 191px; 
	height: 162px; 
	border: 1px solid #636163; 
	background-color: #f9f9f9;
	font-size: 11px; 
	color: #000;
	z-index: 999;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.moor-overlayBox {
	width: 128px; /* Width and Height of the overlay must be setted here: default 128x128 */
	height: 128px; 
	margin-top: 3px; 
	margin-left: 3px;
	border: 1px solid #000;
}
.moor-slider,
img.moor-slider,
img.moor-slider[style] {
	border: 1px solid #000;
	margin-left: 135px;
	margin-top: 3px;
	width: 15px;
	height: 128px !important;
	cursor: pointer;
}
.moor-colorBox {
	border: 1px solid black;
	height: 128px;
	margin-left: 154px;
	margin-top: 3px;
	width: 32px;
}
.moor-currentColor { /* Bottom Box Color, the colour you selected previously */
	height: 64px;
	margin-left: 155px;
	margin-top: 68px;
	width: 32px;
}
input.moor-okButton,
input[type="button"].moor-okButton {
	font-weight: bold;
	font-size: inherit;
	background: #e6e6e6;
	color: inherit;
	height: 23px;
	border: 1px solid #999;
	position: absolute;
	bottom: 3px;
	left: 3px;
	width: 60px;
	padding: 0;
	text-transform: none;
}
/* Following are just <label> */
.moor-rLabel {
	visibility: hidden;
	margin-top: 100px;
	margin-left: 315px;
}
.moor-gLabel {
	visibility: hidden;
	margin-top: 125px;
	margin-left: 315px;
}
.moor-bLabel {
	visibility: hidden;
	margin-top: 150px;
	margin-left: 315px;
}
.moor-HueLabel {
	visibility: hidden;
	margin-top: 190px;
	margin-left: 315px;
}
span.moor-ballino {
	visibility: hidden;
	margin-top: 190px;
	margin-left: 370px;
}
.moor-SatuLabel {
	visibility: hidden;
	margin-top: 215px;
	margin-left: 315px;
}
.moor-BrighLabel {
	visibility: hidden;
	margin-top: 240px;
	margin-left: 315px;
}
.moor-hexLabel {
	right: 3px;
	bottom: 3px;
}
.moor-hexLabel label {
	display: none;
}

/* <input> */
.moor-rInput, .moor-gInput, .moor-bInput, .moor-HueInput, .moor-SatuInput, .moor-BrighInput { 
	width: 30px;
	visibility: hidden;
}
input.moor-hexInput,
input[type="text"].moor-hexInput {
	width: 53px !important; /* weird issue with IE7 */
	height: 23px;
	border: 1px solid #999;
	font-family: monospace;
	text-align: right;
	padding: 0 3px;
}
.moor-cursor {
	background-image: url(images/moor_cursor.gif); 
	width: 12px;
	height: 12px;
}
.moor-arrows {
	/*background-image: url(images/moor_arrows.gif);*/
	top: 9px; 
	left: 270px;
	width: 41px;
	height: 9px;
}
.moor-chooseColor { /* Top Box Color, the currently choosen one */
	height: 64px;
	margin-left: 155px;
	margin-top: 4px;
	width: 32px;
}

.rain {	 /* class for the trigger element if using */
	vertical-align: top;
	cursor: pointer; 
}	