﻿


#picker-container                                   { position:relative; left:0; top:0px; margin-left:auto; margin-right:auto; margin-top:0px; margin-bottom:0px; height:286px; width: 830px;}
#picker-body                                        { width:788px; height: 788px; border:1px solid grey;}
#picker-control-rectangle                           { background-image:url(../images/picker_control_rectangle.png); width:258px; height:258px; position:absolute; top:8px; left:0px;}
#picker-control-slider                              { background-image:url(../images/picker_control_slider.png); width:22px; height:258px; position:absolute; top:8px; left:275px;}
#picker-control-slider-background                   { background-color:#888888; width:22px; height:258px; position:absolute; top:8px; left:275px;}
#picker-control-circle                              { background-image:url(../images/picker_control_circle.png); background-repeat:no-repeat; width:258px; height:258px; position:absolute; top:8px; left:313px;}
#picker-control-arrow-left                          { background-image:url(../images/picker_control_arrow_left.png); width:5px; height:9px; position:absolute; top:132px; left:269px;}
#picker-control-arrow-right                         { background-image:url(../images/picker_control_arrow_right.png); width:5px; height:9px; position:absolute; top:132px; left:298px;}
/*.ui-spinner {
    left:82px; Override left pos of spinner, to deal with positioning issues
}*/


#rgb-picker .ui-spinner, #cmyk-picker .ui-spinner   { left:82px;/* Override left pos of spinner, to deal with positioning issues*/}

#hsl-picker .ui-spinner                             { left:169px;/* Override left pos of spinner, to deal with positioning issues*/}

#picker-input                                       { width:97px; height:264px; position:absolute; top:8px; left:580px;}
#picker-input input                                 { width:56px; height:21px; position:absolute;}
#picker-input-RGB-R                                 { text-align:center;}
#picker-input-RGB-G                                 { text-align:center;}
#picker-input-RGB-B                                 { text-align:center;}
#picker-input-CMYK-C                                { top:90px; left:21px; text-align:center;}
#picker-input-CMYK-M                                { top:117px; left:21px; text-align:center;}
#picker-input-CMYK-Y                                { top:144px; left:21px; text-align:center;}
#picker-input-CMYK-K                                { top:171px; left:21px; text-align:center;}
#picker-input-LAB-L                                 { top:4px; left:21px; text-align:center; width: 40px; bottom: 259px;}
#picker-input-LAB-A                                 { top:31px; left:21px; text-align:center; width: 40px;}
#picker-input-LAB-B                                 { top:58px; left:21px; text-align:center; width: 40px;}
#picker-input-HEX                                   { top:207px; left:20px; text-align:center;}
.picker-label                                       { position:absolute;}
#picker-label-RGB-R                                 { top:6px; left:4px;}
#picker-label-RGB-G                                 { top:33px; left:4px;}
#picker-label-RGB-B                                 { top:60px; left:4px;}
#picker-label-CMYK-C                                { top:95px; left:4px;}
#picker-label-CMYK-M                                { top:122px; left:4px;}
#picker-label-CMYK-Y                                { top:150px; left:4px;}
#picker-label-CMYK-K                                { top:176px; left:4px;}
#picker-label-LAB-L                                 { top:10px; left:6px;}
#picker-label-LAB-A                                 { top:36px; left:4px; bottom: 229px;}
#picker-label-LAB-B                                 { top:64px; left:4px; right: 83px;}
#picker-label-HEX                                   { top:215px; left:-21px;}
#picker-result-colour                               { background:#777; width:115px; height:258px; position:absolute; top:8px; left:673px;}
