<!--
body {background-color: #000000; }
h4 {color: gray;}

.footer {
  background: #ececec;
  background: -moz-linear-gradient(top, #ececec 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #ececec 0%, white 100%);
  background: -o-linear-gradient(top, #ececec 0%, white 100%);
  background: -ms-linear-gradient(top, #ececec 0%, white 100%);
  background-image: linear-gradient(to bottom, #ececec 0%, #FFFFFF 100%);   /* W3C Markup, IE10 Release Preview */ 
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#FFFFFF');
  background-repeat: no-repeat;
  padding-bottom:20px;
}
 
.signinblock {
  background: #ececec;
  background: -moz-linear-gradient(top, #ececec 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #ececec 0%, white 100%);
  background: -o-linear-gradient(top, #ececec 0%, white 100%);
  background: -ms-linear-gradient(top, #ececec 0%, white 100%);
  background-image: linear-gradient(to bottom, #ececec 0%, #FFFFFF 100%);   /* W3C Markup, IE10 Release Preview */ 
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#FFFFFF');
  background-repeat: no-repeat;
  padding:10px;
  text-align: left;
} 

.formblock {
  background: #808080;
  background: -moz-linear-gradient(top, #808080 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #808080), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #808080 0%, white 100%);
  background: -o-linear-gradient(top, #808080 0%, white 100%);
  background: -ms-linear-gradient(top, #808080 0%, white 100%);
  background-image: linear-gradient(to bottom, #808080 0%, #FFFFFF 100%);   /* W3C Markup, IE10 Release Preview */ 
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#808080', endColorstr='#FFFFFF');
  background-repeat: no-repeat;
  padding:5px 5px 2px 5px;
  text-align: left;
  border: 1px solid #C8C8C8;
} 

.formblock-inline {
  background: #ececec;
  background: -moz-linear-gradient(top, #ececec 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #ececec 0%, white 100%);
  background: -o-linear-gradient(top, #ececec 0%, white 100%);
  background: -ms-linear-gradient(top, #ececec 0%, white 100%);
  background-image: linear-gradient(to bottom, #ececec 0%, #FFFFFF 100%);   /* W3C Markup, IE10 Release Preview */ 
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#FFFFFF');
  background-repeat: no-repeat;
  padding:5px 10px 5px 10px;
  text-align: left;
  border: 1px solid #C8C8C8;
} 

.siteinfo {font-size: 10px; color: gray;}
 
.sameline {
display:inline;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

/*space before labels*/
label::before {
  content: "\00a0";
}
/*replace bootstrap table padding*/
tr td{
  padding: 2px;
}
table { 
    border-spacing: 1px;
    border-collapse: separate;
}

.contentDiv {
	overflow-x:auto;
	padding: 5px 5px 5px 5px;
}

.smallcaps {
	font-variant: small-caps;
}

.formbox
{
	border:#3366CC 1px solid;
	background:#eee repeat;
}


.radiolist
{
 list-style: none; 
    padding-left: 0;
	padding-right: 0;
	padding-left: 0;
    margin: 0;
}	

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

nowrapline {
	white-space: nowrap;
}
 
.formbr {
	height: 10px;
}

.floatright {
	float: right;
}


/* Start Calendar (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Calendar Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 5px;
    border: 1px solid #888;
    width: 230px;
}

/* The Close Button */
.close {
    color: #337ab7;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.selDate {
	color: #FF0000; 
}
/* End Calendar */

A.headerlink:link {
	font-size:10pt;
	color:#FFFFFF;
}

A.headerlink:visited {
	COLOR: #FFFFFF;
}

A.headerlink:active {
	COLOR: #FFFFFF;
}

A.headerlink:hover {
	COLOR: #FFFFFF;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
	cursor: pointer;
}

.required
{
	font-weight: bold;
	background-image: none;
	color: #ff0000;
	background-color: transparent;
}