p {
    color:grey;
    font-size:12;
}

.red {
    color:IndianRed;
}

.blue {
    color:CornFlowerBlue;
}

.green {
    color:OliveDrab;
}

.indigo {
    color:Indigo;
}
.orange {
    color:darkorange;
}
 
a:link {
    text-decoration: none;   
}

.modalred {
   color:White;
   background-color:IndianRed; 
}

.modalgreen {
   color:White;
   background-color:OliveDrab; 
}

.modalblue {
   color:White;
   background-color:CornFlowerBlue; 
}

.modalorange {
   color:White;
   background-color:DarkOrange; 
}

.rnomargin  {
    margin-right: 0;
    margin-left: 0;
}

.mylogo {
  position: absolute;
  left: 15px;
  top: 5px;
}
.mytitle {
  position: absolute;
  left: 55px;
  top: 10px;
  color:Indigo;
}
alicon {
    top:5px;
    font-size:24px;
}

.ctable, .cth {
    border: 1px solid lightgrey;
    padding: 10px;
    color:DarkSlateGrey ;
}
.ctd {
     padding-left: 10px;
     padding-right:5px;
     border: 1px solid GhostWhite;
}


.ctr:nth-child(even){background-color: GhostWhite}

.btnbox {
    border-radius:0;
}

.btnbold {
    font-weight: bold;
    background-color:lightgray;
}

.navbt {
    border-style: solid;
    border-color:lightgray;
    /*background-color:rgba(100,149,237,0);*/
    border-width: 0 0 1px 0;
}

.thsort {
    float:right;
    color:blue;
}

.f24 {
    font-size:24px;
}

.f16 {
    font-size:16px;
}