<style>
body {
    font-family: Arial;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
table {
    border-collapse: collapse;
}
table, td, th {
    border: 1px solid black;
    cursor: default;
    padding:6px;
}
tr:nth-last-child(5n+1) {
    background: none repeat scroll 0 0 #e8e4e7 !important;
}
.asux {
    color: #d7d1d1;
    font-weight: normal;
    width: 20px;

}
.top{
    background: none repeat scroll 0 0 #ffffff ;
    padding:10px 0;
}
.asu {
    font-weight: bold;
    width: 20px;
    cursor:cell;
}
  .menu2 {
    background: #000 none repeat scroll 0 0;
    position: fixed;
    top: 1px;
    width: 97%;
    z-index: 99999;
}
#clear {
    float: right;
}
#color-selector p {
    clear: both;
}
.color {
    float: left;
    height: 20px;
    position: relative;
    width: 9.7%;
}
.color.eraser {
    background: none repeat scroll 0 0 white;
cursor: pointer;
border : 1px solid black;
}
.color.red:hover, .color.pink:hover, .color.green:hover, .color.violet:hover, .color.teal:hover, .color.Blue:hover, .color.Grey:hover, .color.Orange:hover, .color.eraser:hover {
    border : 1px solid white;
}
.color.Red {
    background: none repeat scroll 0 0 #ff5050;
cursor: pointer;
border : 1px solid black;
}
.color.Pink {
    background: none repeat scroll 0 0 #ff99cc;
cursor: pointer;
border : 1px solid black;
}
.color.Green {
    background: none repeat scroll 0 0 #a9d08e;
cursor: pointer;
border : 1px solid black;
}
.color.Violet {
    background: none repeat scroll 0 0 #9966ff;
cursor: pointer;
border : 1px solid black;
}
.color.Teal {
    background: none repeat scroll 0 0 #66ffcc;
cursor: pointer;
border : 1px solid black;
}
.color.Blue {
    background: none repeat scroll 0 0 #9bc2e6;
cursor: pointer;
border : 1px solid black;
}
.color.Grey {
    background: none repeat scroll 0 0 #b2b2b2;
cursor: pointer;
border : 1px solid black;
}
.color.Orange{
    background: none repeat scroll 0 0 #f4b084;
cursor: pointer;
border : 1px solid black;
}
.color input {
    background: url("../images/colordot.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    float: right;
    left: 220px;
    position: absolute;
}
.colorpicker_submit {
    color: #ffffff;
}
.colorpicker {
    z-index: 20;
}
.selected {
    border: 1px solid white;
}

.separator{background:rgba(50, 60, 80, 0.2);}

#btnSubmit {
    float: left;
    margin-top: 0;
    width: 10%;
cursor: pointer;
}

h2{margin-top:40px;}

footer{ margin-top:20px;}
footer img{display:block; margin:0 auto; }
</style>
