body {
font-family: verdana;           /* editable  */
font-size: 13px;                /* editable  */
}

table tr.myDragClass td {
background-color:  ghostwhite;  /* editable  */
font-weight:  normal;           /* editable  */
}
table.jsTable {
width: 85%;                     /* editable  */
table-layout: fixed;
}
table.jsTable tr td {
padding: 5px;                   /* editable  */
cursor: default;
}
#staticBar {
display: none;
position:  fixed;
padding: 0px;
left:  0px;
bottom:  0px;
background-color:  transparent;
_position:  absolute ;
_bottom:  auto ;
_top:  expression( ie6 = (document.documentElement.scrollTop + document.documentElement.clientHeight - staticBarTop + "px") ) ;
}
#staticBar table td {
color: white;                   /* editable  */
font-size: 11px;                /* editable  */
background-color:  black;     /* editable  */
padding: 5px;                   /* editable  */
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
}
.cssSelectorDiv {
border: 1px solid white;
padding: 10px;
}
.cssSelectorDiv select {
border:1px solid white;
width:100%;
background-color:black;
color:white;
font-size:11px;
}
.cssButtonSave {
border: 1px solid white;
background-color:  green;       /* editable  */
color: white;                   /* editable  */
padding: 15px;
cursor: pointer;
width: 80px;
}

/* jquery selectors */
.cssButtonAccepted {
}
.cssButtonAdd {
}
