body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	margin: 0;
	width: 100%;
	line-height: 1.8;
	background-color: white;
}
.home {
  background-image: url("../images/Headlines_gray.jpg");
}
.mild {
  background-image: url("../images/BellPeppers.jpg");
}
main {
  min-height: 100%;
  min-width: 100%;
	padding: 2% 2.5%;
}
article {
  margin-top: 3em;
  margin-bottom: 3em;
	padding: 2% 2.5%;
	background-color: white;
  opacity: .9;
}
.framed {
  margin-left: auto;
  margin-right: auto;
	width: 80%;
	line-height: 1.8;
	background-color: white;
  opacity: .9;
}

header {
  height: 60px;
  background-color: white;
  opacity: 1;
}

footer {
	text-align: center;
	font-size: .8em;
  background-color: white;
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  height:25px;
  padding: .2em;
  opacity: 1;
}
img {
  max-width: 100%;
}
#logo {
    float: left;
    margin: .1em;
}
#logo img {
    height: 54px;
    width: 220px; 
}
#hmenu {
    float: right;
    background-color: white;
    padding: 0em;
    margin: 0em;
}
#loginbox {
    float: right;
    padding-top: .8em;
    padding-right: .3em;
    margin: .3em;
    font-size: .85em;    
}
.loginmsg {
    color: red;  
    font-size: .8em;
}
#submsg {
    margin-right: 5px;
}
.back {
    color: red;
}
#hsignup {
    font-size: .85em;
    margin-right: .5em;
    float: right;
}
#modalBtn {
    font-size: .7em;
    float: center;
    margin-right: .5em;
}
label {
  display: inline-block;
}
.legalese {
    font-size: .9em;
    margin-right: .5em;
}
.msg {
    color: red;
}
.fixt {
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;
}
.fixt td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.col_flg {
  width: 10%;
  text-align: center;
}
.col_name {
  width: 30%;
}
.radio1 {
  padding: 8px; 
  white-space: nowrap;
}
.radio2 {
  border-left: 1px gray solid;
  padding: 8px; 
  white-space: nowrap;
}
.blockquote {
  font-size: 1em;
  font-family: Times New Roman, serif;
}
form input[type='submit'] {
  font-size: .9em;
}
/*form input[type='text'], form input[type='password'] {
  font-size: .9em; 
}*/

dt {
	font-style: italic;
	font-size:1.2em;
}
dd {
	margin-bottom: 1.4em;
}
label {
  padding: 5px;
}
caption {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	text-align: left;
}
.center {
	text-align: center;
}
.flowRight {
	float: right;
	margin-left: 10px;
}
.flowLeft {
	float: left;
	margin-right: 10px;
}
#tabs{
	height:60px;
	overflow:hidden;
}
#tabs > ul{
	font: 1em;
	list-style:none;
}
#tabs ul, #tabs li {
	margin:3px;
	padding:3px;
}
#tabs > ul > li{
	margin:5px 20px 5px 20px;
	padding:7px 10px;
	display:block;
	float:left;
	color:#FFF;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  border-color: black;
	--border-top-left-radius:4px;
	--border-top-right-radius: 4px;
	background: #eee;
}
#tabs > ul > li:hover{
	background: #fe9; 
	cursor:pointer;
}
#tabs > ul > .active{
	background: #8f8; /* old browsers */
	cursor:pointer;
}
#tabs a {
	text-decoration: none;
	color: black;
}

.accordion-toggle:after {
  /* symbol for "opening" panels */
  content: "\1F53D";    /* adjust as needed, taken from bootstrap.css */
  float: left;        /* adjust as needed */
  margin-right: .3em;
  padding-right: .2em;
}

.accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\1F53D";    /* adjust as needed, taken from bootstrap.css */
}

.heading{
  vertical-align: bottom;
}
.category {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.category .catdesc {
  visibility: hidden;
  width: 300px;
  background-color: #ddd;
  color: black;
  text-align: left;
  position: absolute;
  z-index: 1;
  top: -10%;
  left: 120%;
  font-size: 90%;
  padding: 4px;
}

.category:hover .catdesc {
  visibility: visible;
  opacity: 1;
}
.noedit { 
  border: 0;
  box-shadow: none; 
  background-color: white;
}
.colortab {
  table-layout: fixed ;
  width: 100% ;
  border-collapse: collapse ;
  border: 1px black solid ;
}
.colortab td {
  border: 1px black solid ;
  padding: 10px ;
}
.green {
  width: 100px;
  background: #3b3;
  text-align: center;
}
.yellow {
  width: 100px;
  background: #EEDD33;
  text-align: center;
}
.orange {
  width: 100px;
  background: orange;
  text-align: center;
}
.red {
  width: 100px;
  background: #f33;
  text-align: center;
}
.greenbar {
  width: auto;
  height: 20px;
  background-color: #270;
  float: right;
}
.yellowbar {
  width: auto;
  height: 20px;
  background-color: #FD3;
  float: right;
}
.orangebar {
  width: auto;
  height: 20px;
  background-color: #F80;
  float: right;
}
.redbar {
  width: auto;
  height: 20px;
  background-color: #E22;
  float: right;
}
.colorbar {
  width: auto;
  height: 30px;
  float: right;
}
.Redcircle {
  height: 25px;
  width: 25px;
  margin-right: 8px;
  background-color: #E22;
  border-radius: 50%;
  display: inline-block;
}
.Orangecircle {
  height: 25px;
  width: 25px;
  margin-right: 8px;
  background-color: #F80;
  border-radius: 50%;
  display: inline-block;
}
.Yellowcircle {
  height: 25px;
  width: 25px;
  margin-right: 8px;
  background-color: #FD3;
  border-radius: 50%;
  display: inline-block;
}
.Greencircle {
  height: 25px;
  width: 25px;
  margin-right: 8px;
  background-color: #270;
  border-radius: 50%;
  display: inline-block;
}
.platectr {
  height: 25px;
  width: 25px;
  margin: 0 auto;
  border-radius: 50%;
  border-style:solid;
  border-width: 1px;
  border-color: #000;
  display: inline-block;
}
.platecol {
  height: 40px;
  width: 40px;
}
.platerim {
  width:39px;height:39px;
  text-align:center;
  padding:5px;
  background-color: #fff;
  border-radius: 50%;
  border-style:solid;
  border-width: 2px;
  border-color: #000;
  display: inline-block; 
}
