
.dojoxColorPicker {
    padding: 8px;
}
.dojoxColorPickerRightPad {
    padding-right: 8px;
}
.tundra .dojoxColorPicker {
    background: none repeat scroll 0 0 #EDEDED;
    border: 1px solid #CCCCCC;
}
.dojoxColorPickerBox {
    height: 150px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 150px;
}
.dojoxColorPickerUnderlay {
    height: 150px;
    left: 0;
    position: relative;
    top: 0;
    width: 150px;
    z-index: 1;
}
.tundra .dojoxColorPickerUnderlay {
    border: 1px solid #A0A0A0;
}
.claro .dojoxColorPicker {
    background: none repeat scroll 0 0 #EDEDED;
    border: 1px solid #CDCDCD;
}
.claro .dojoxColorPickerUnderlay {
    border: 1px solid #CCCCCC;
}
.dojoxHuePickerUnderlay {
    height: 150px;
    left: 0;
    position: relative;
    text-align: center;
    top: 0;
    width: 20px;
    z-index: 1;
}
.dojoxHuePicker {
    left: 0;
    padding: 0;
    position: relative;
    top: 0;
}
.dojoxHuePickerPoint {
    cursor: move;
    height: 8px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    z-index: 3;
}
.dojoxColorPickerPoint {
    border: 0 none;
    cursor: move;
    height: 10px;
    position: absolute;
    width: 10px;
    z-index: 3;
}
.dojoxColorPickerPreview {
    background-color: #FFFFFF;
    border: 1px solid #333333;
    display: block;
    height: 45px;
    left: 0;
    position: relative;
    top: 0;
    width: 45px;
}
.dojoxColorPickerWebSafePreview {
    border: 1px solid #333333;
    display: block;
    height: 25px;
    left: 0;
    position: relative;
    top: 0;
    width: 25px;
}
.dojoxColorPickerOptional {
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
}
.dojoxColorPickerOptional table {
    border-spacing: 4px;
}
.dojoxColorPickerPreviewContainer table {
    border-spacing: 6px 0;
}
.dojoxColorPickerOptional input {
    border: 1px solid #A7A7A7;
    line-height: 1.1em;
    padding: 1px 3px;
    width: 25px;
}
.dojoxColorPickerHex input {
    width: 55px;
}
