/***
 *  - mooRainbow: defaultCSS
 * author: w00fz <w00fzIT@gmail.com>
 */

#mooRainbow { font-size: 11px; color: #000; }

.moor-box {
	width: 262px;
	height: 166px;
	color: #FFF;
	font-size: 90%;
	background: url("/images/box.png") no-repeat 0 0;
}
.moor-overlayBox {
	width: 135px; /* Width and Height of the overlay must be setted here: default 256x256 */
	height: 135px; 
	margin-top: 15px; 
	margin-left: 15px;
	border: 1px solid #000;
}
.moor-slider {
	cursor: pointer;
	border: 1px solid #000;
	margin-top: 15px; 
	margin-left: 165px;
	width: 10px; /* if you want a bigger or smaller slider... */
	height: 135px;
}
.moor-colorBox {
	border: 1px solid #000; 
	width: 50px; 
	height: 20px; 
	margin-top: 15px;
	margin-left: 195px;
}
.moor-currentColor { /* Bottom Box Color, the backup one */
	margin-top: 16px; 
	margin-left: 221px; 
	width: 25px; 
	height: 20px;
}
.moor-okButton {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	margin-top: 160px;
	margin-left: 15px;
	color: #FFF;
	height: 22px;
	line-height: 22px;
	border: 1px solid #d6d6d6;
	background: #000;
	border-left-color: #f5f5f5;
	border-top-color: #f5f5f5;
}
#mooRainbow label {
	font-family: mono;
}
/* Following are just <label> */
.moor-rLabel {
	margin-top: 42px;
	margin-left: 195px;
}
.moor-gLabel {
	margin-top: 67px;
	margin-left: 195px;
}
.moor-bLabel {
	margin-top: 93px;
	margin-left: 195px;
}
.moor-HueLabel {
	display: none;
	margin-top: 190px;
	margin-left: 315px;
}
span.moor-ballino { /* Style hue ° (degree) !! */
	display: none;
	margin-top: 190px;
	margin-left: 370px;
}
.moor-SatuLabel {
	display: none;
	margin-top: 215px;
	margin-left: 315px;
}
.moor-BrighLabel {
	display: none;
	margin-top: 240px;
	margin-left: 315px;
}
.moor-hexLabel {
	width: 55px;
	margin-top: 110px;
	margin-left: 195px;
}

/* <input> */
.moor-rInput, .moor-gInput, .moor-bInput, .moor-HueInput, .moor-SatuInput, .moor-BrighInput { 
	margin: 0 0 0 7px;
	width: 30px;
}
.moor-hexInput {
	width: 50px;
}
.moor-cursor {
	background-image: url("/images/moor_cursor.gif"); 
	width: 12px;
	height: 12px;
}
.moor-arrows {
	top: 9px; 
	left: 157px;
	width: 28px;
	height: 9px;
	cursor: pointer;
	background-image: url("/images/moor_arrows.gif");
}
.moor-chooseColor { /* Top Box Color, the choosen one */
	margin-top: 16px; 
	margin-left: 196px; 
	width: 25px; 
	height: 20px;
}

#option_btn {
	cursor: pointer;
	left: 0;
	position: fixed;
	top: 130px;
	z-index: 999;
    border-bottom: 1px solid #DBDDD8;
    border-right: 1px solid #DBDDD8;
    border-top: 1px solid #DBDDD8;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	-webkit-box-shadow: 0 0 3px #cecece;
	-moz-box-shadow: 0 0 3px #cecece;
	box-shadow: 0 0 3px #cecece;
	background: #fff;
}
#option_btn span,
.rb-normal span {
	margin: 0 0 0 -5px;
	width: 45px;
	height: 40px;
	display: block;
    cursor: pointer;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	background: url("/images/cog.png") no-repeat 14px 10px #fff;
}
#option_btn:hover span,#option_btn.rb-actived span {
	background: url("/images/cog.png") no-repeat 14px -30px #fff;
}
#option_wrapper {
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	-webkit-box-shadow: 0 0 3px #cecece;
	-moz-box-shadow: 0 0 3px #cecece;
	box-shadow: 0 0 3px #cecece;
    background: #fff;
    color: #000;
	font-size: 90%;
    left: -140px;
    padding: 10px 0;
    position: fixed;
    top: 110px;
    width: 150px;
    z-index: 999;
    border-bottom: 1px solid #DBDDD8;
    border-right: 1px solid #DBDDD8;
    border-top: 1px solid #DBDDD8;
}
#option_wrapper .inner {
	margin: 0 10px;
	padding: 0;
}
.moor-box input {
	border: solid 1px #000;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.rb-items {
	margin: 5px 0;
	width: 100%;
	overflow: hidden;
}

.rb-item {
	width: 22px;
	height: 22px;
	float: right;
	cursor: pointer;
	position: relative;
	background: url("/images/swtich.png") no-repeat 0 0;
}
.rb-color {
    height: 16px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 16px;
	cursor: pointer;
	line-height: 21px;
	text-indent: -999em;
	border: none;
	background: url("/images/swtich.png") no-repeat -3px -3px;
}
.rb-item:hover {
	background-position: -22px 0;
}
.pt-select {
	width: 90px;
	border: none;
	text-indent: -9999em;
	background-color: #1E1E1E;
}
.pt-select option {
	height: 25px;
	text-indent: -9999em;
	border-bottom: solid 1px #474747;
}
.pt-select option:hover {
	cursor: pointer;
}
.pattern-select {
	display: none;
}
.pattern-active {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background-color: #000;
}
.pattern-popup {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}
.lady_item {
	margin: 0 5px 5px 0;
	cursor: pointer;
	float: left;
	width: 25px;
	height: 25px;
	border: solid 1px #131313;
	background-color: #333;
}
.rb-reset {
	cursor: pointer;
	padding: 3px 2px;
	color: #454545;
	background: #D5D5D5;
	border: solid 1px #9A9A9A;
}
.rb-reset:hover {
	border: solid 1px #000;
}
.grouptitle {
	font-weight: bold;
}