body {
    font-size: 0.6em;
    font-family: verdana, sans-serif
}

h1 {
    text-align: center;
}

fieldset {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#container {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

table {
    border-spacing: 0px;
    margin-left: auto;
    margin-right: auto;
}

td {
    border-color: lightgray;

}

/* Generic context menu styles */
.contextMenu {
    position: absolute;
    width: 200px;
    z-index: 99999;
    border: solid 1px #CCC;
    background: #EEE;
    padding: 0px;
    margin: 0px;
    display: none;
    font-size: 0.8em;
}

.contextMenu LI {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.contextMenu a {
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 20px;
    height: 20px;
    background-position: 6px center;
    background-repeat: no-repeat;
    outline: none;
    padding: 1px 5px;
    padding-left: 28px;
    font-weight:bold;
    font-size:1.2em;
}

.contextMenu LI.hover A {
    color: #fff;
    background-color: #39f;
    display:block;
}

.contextMenu LI.disabled A {
    color: #aaa;
    cursor: default;
}

.contextMenu LI.hover.disabled A {
    background-color: transparent;
}

.contextMenu LI.separator {
    border-top: solid 1px #CCC;
}

.c1 {
    background-color: #edf640;
}

.c2 {
    background-color: #ee3740;
}

.c3 {
    background-color: #4037ff;
}

.c4 {
    background-color: #2ff640;
}

.c5 {
    background-color: #ee37ff;
}

.c6 {
    background-color: #ee8b40;
}

.c7 {
    background-color: #d5b1ff;
}

.c8 {
    background-color: #9ca4ad;
}

.c9{
    background-color: #00d9d9;
}
.c10{
   background-color:black; 
}

.m {
    display:table-cell;
    width: 15px;
    height: 15px;
}
.inplace_field{
    width:10px;
    height:10px;
}
