body
{
   background-color: #DDF0F3;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
}

/* table1 */
#Table1
{
    position:relative;
    left:10%;
    top:10px;
    width:80%;
    height:500px;
    z-index:0;
}

#Table1 .cells
{
   background-color: transparent;
   background-image: none;
   border: 0;
   /*
   for edit table border: 2px #C0C0C0 solid;
   for publish table border: 0;
   */
   text-align: left;
   vertical-align: top;
   width: 200px;
   height: 50px;   
   line-height: 16px;
}
 #Buttons
{
   border: 1px solid #DC143C;
   border-radius: 10px;
   background-color: #DC143C;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
   position: relative;
   margin: 0;
   left: 0;
   top: 0;
   width:100%;
   height:100%;
}
#Buttons:hover {
  background-color:#7FFF00;
}
#forms
{
   position: relative;
   left: 5%;
   top: 5%;
   width:90%;
   height:90%;
}
