/**
* This style sheet was found at http://github.com/mlambir/mlColorPicker, and it was updated to fit the needs of this application
*
**/

#mlColorPicker{
border:1px solid black;
background-color:#DDDDDD;
padding-top:5px;
padding-bottom:5px;
}
 
#mlSelectedColorDiv{
float:left;
width:43px;
height:20px;
border:solid 1px black;
background-color:white;
margin:5px;
}
#mlSelectedColorText{
float:left;
width:60px;
border:solid 1px black;
font-size:small;
margin:5px;
}
#mlColors{
float:left;
margin:0 5px 0 5px;
border-bottom:1px solid black;
border-right:1px solid black;
clear:both;
width:156px;
height:39px;
}
.mlColor{
border-left:1px solid black;
border-top:1px solid black;
float:left;
width:12px;
height:12px;
}