﻿body {
    padding-top: 0px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.clsPageTitle {
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    FONT-WEIGHT: bold;
    FONT-SIZE: 14pt;
    COLOR: #000000
}

/* Set width on the form input elements since they're 100% wide by default */
/*
input,
select,
textarea {
    max-width: 280px;
}
    */

/* TABLE ----------------------------------------------------------

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
  height: 62px;
  width: 1000px;
}

table tr td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

table.no-border { border: none; }
table tr td.no-border { border: none; }

table tr.alt td { background: #ecf6fc; }

table tr.over td { background: #bcd4ec; }
    */