
/* clear-both **** used to clear the DIV floats ***** */
clear-both {
  clear:both;
}


p {
  text-align:justify;

}


table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #bbb;
}
td,th {
    border-top: 1px solid #ddd;
    padding: 4px 8px;
}

/* ***** Makes a pretty table with borders ***** */
.pretty-table th[scope=col]
{
  color: #000;
  background-color: #8fadcc;
  text-transform: uppercase;
  font-size: 0.9em;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
}

.pretty-table th+th[scope=col]
{
  color: #fff;
  background-color: #7d98b3;
  border-right: 1px dotted #666;
}

.pretty-table th[scope=row]
{
  background-color: #b8cfe5;
  border-right: 2px solid #333;
}

.pretty-table tr.alt th, .pretty-table tr.alt td
{
  color: #2a4763;
}

.pretty-table tr:hover th[scope=row], .pretty-table tr:hover td
{
  background-color: #cdaa7d; 
  color: #000; 
}
/* end of pertty-table */

/* ***** Start of custom classes ***** */
.rounded-corners {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
/*    behavior: url('../styles/border-radius.htc'); */
    border-radius: 10px;
}

.ulindex {width: calc((100vw - 16px) / 3 * 0.9)
 
 
.highlightyel {
background-color: #FFFF40;
font-weight: bold;
font-style: italic;
text-decoration : none;
}

.inline {
display:inline;
}

.left {
text-align:left;
}

.right {
text-align:right;
}

.center {
text-align:center;
}

.top {
vertical-align:top;
}

.justify {
text-align:justify;
}

.bold {
font-weight:bold;
}

/* here are the standard 16 colors that the older 8-bit graphics cards supported */
.aqua {
color:#00ffff;
}

.black {
color:#000000;
}

.blue {
color:#0000ff;
}

.fuchsia {
color:#ff00ff;
}

.gray {
color:#808080;
}

.green {
color:#008000;
}

.lime {
color:#00ff00;
}

.maroon {
color:#800000;
}

.navy {
color:#000080;
}

.olive {
color:#808000;
}

.purple {
color:#800080;
}

.red {
color:#ff0000;
}

.silver {
color:#c0c0c0;
}

.teal {
color:#008080;
}

.white {
color:#ffffff;
}

.yellow {
color:#ffff00;
}
/* ***** END of custom classes ***** */

