BODY	 { 
	background: #FFFFFF; 
	margin:0;
	font-family: monospace, "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: 300;	
	color: #000;
	position: relative;
	font-size: 14px;
}

.header { 
	background: rgba(255,255,255,0.9); 
	position: fixed;
	width:100%;
	top:0;
	z-index: 1000;
}

.toplogo img {
	width: 28px;
	margin-left: 5px;
}

h1 { font-weight:600; color: #000; margin: 0px }
h2, h3, b, th { font-weight:600; color: #000;  }

h1, h2, h3, .quoteday {
    display: block;
	/*animation: fadein 1s ease;*/
}

.small {
	font-size:90%; 
	font-weight:300;
}

.smaller {
	font-size:80%; 
	font-weight:300;
}

@keyframes fadein {
	0% {
		letter-spacing: -.05rem;
		transform: translateY(20%);
	}
	100% {
		letter-spacing: 0rem;
		transform: translateY(0);
	}
}
		
a {
	color: #11416D;
	text-decoration: None;
}

a:link   {color: #000;text-decoration: None;}
a:active {color: #000;text-decoration: None;}
a:visited{color: #000;text-decoration: None;}
a:hover  {color: rgba(0,0,0,0.8);text-decoration: None;}

button {
	cursor: pointer;
}

.mobheader {
	display:none;
	margin:5px;
}

.transbg {
	background:rgba(0,0,0,0.05);
}

.trans20 {
	background:rgba(0,0,0,0.20);
}

.trans15 {
	background:rgba(0,0,0,0.15);
}

.trans08 {
	background:rgba(0,0,0,0.08);
}

.transyellow {
	background:rgba(255,215,50,0.15);
}

.transred {
	background:rgba(255,0,0,0.15);
}

.red {
	color: Crimson; 
	background:rgba(255,0,0,0.1);
}

.green {
	color: SeaGreen; 
	background:rgba(0,255,0,0.1);
}


.mobmenu {
	display:none;
	float: right;
	border-top-left-radius: 5px;
	margin-right: 5px;
	padding: 1px 10px;
	background: rgba(0,0,0,0.1); 
	border-radius: 5px;
}

.desktop {
	display: block;
}

.topnav {
	overflow: hidden;
	background: rgba(0,0,0,0.1); 
	padding: 0 10px;
}

.topnav a {
	float: left;
	color: black;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	font-size: 13px;
}

.topnav a:hover {
	background: rgba(0,0,0,0.9);
	color: #fff;
}

.topnav .active {
	background:rgba(0,0,0,0.7);
	color: #fff;
	font-weight: 500;
}

.subnav {
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
}

.subnav a {
	float: left;
	color: black;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 13px;
	margin: 1px;
}

.subnav a:hover {
	background-color: rgba(0,0,0,0.05);  
}

.subnav .active {
	background-color: rgba(0,0,0,0.1);
	font-weight: 600;
}

.contentfull {
	padding: 10px;
	min-height: 90%;
	position:relative;
	padding-top: 46px;
}

table {
	border-collapse: collapse; 
	width:100%;
}

th {
	background-color: rgba(0,0,0,0.1);
	font-size: 13px;
	font-weight: 600;
}

td {
	font-size: 13px;
}

.rptdiv {
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 5px;
}

.report { 
	border: 1px solid rgba(0,0,0,0.2); 	
}

.report td, 
.report th {  
	padding: 6px 4px; 
	border: 1px solid rgba(0,0,0,0.2);
	position: relative;
	overflow: hidden;
}

.report tr:hover {
	background-color: #FFFF88;
}

.search, 
.select,
.selector,
.login {
	font-size: 13px;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	line-height: 28px; 
	border: 1px solid rgba(0,0,0,0.4);
	border-radius: 4px;
	width: 150px;
}

.select{
	width: 80px;
	padding: 4px;
    margin-bottom: -8px;
}

.selector{
	width: 80%;
	padding: 5px;
    margin-bottom: -10px;
}

.login {
	margin: 5px;
}

.report .title {
	text-align: right;
	font-weight: 600;
	font-style: italic;
	
}

.report .details {
}

.report img {
	max-width:150px;
}

.report .conv td{
	text-align: right;
	border: 0;
	padding: 3px;
}

.report .conv div {
	border-radius: 5px;
	padding: 8px 5px;
	background:rgba(0,0,0,0.1);
}

.report .conv0 div{
	background:rgb(240,150,160);
}
.report .conv0a {
	background:rgba(240,150,160,0.7);
}

.report .conv1 div{
	background:rgb(135,206,250);
}
.report .conv1a {
	background:rgba(135,206,250,0.8);
}

.report .conv2 div{
	background:rgb(130,225,180);
}
.report .conv2a {
	background:rgba(130,225,180,0.7);
}

.report .conv3 div{
	background:rgb(221,160,221);
}
.report .conv3a {
	background:rgb(221,160,221);
}

.report .conv4 div{
	background:rgb(255,235,140);
}
.report .conv4a {
	background:rgba(255,235,140,0.8);
}

.weekend {
  position: absolute;
  top: -6px;
  left: -6px;
  font-size: 18px;
  width: 13px;
  height: 13px;
  -webkit-transform: rotate(-45deg);
  background: rgba(10,80,60,0.15);
  
}

.submit {
	background: #FFF;
	border: 0;
}

.palette {
	overflow-x:auto; 
	margin-top: 5px;
	margin-bottom: 5px;
}


.notices {
	background: rgba(255,200,0,0.3); 
	display: block;
	border: 1px solid rgba(255,200,0,0.6);
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.bold {
	font-weight: 600;
}

.footer {
	clear: both;
	font-size:12px;
	color: #555555;
	background: #F6F6F6;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #E6E6E6;
	
}

.pop {
	margin-bottom: 20px;
}

.name, .alpha {
    font-size: 13px;
	line-height: 1.5rem;
	padding: 2px;
    margin: 4px 2px;
    text-decoration: none;
    color: #11416D;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    background: rgba(0,0,0,0.03);
	text-align:center;
	display:inline-block;
}

.name {
	min-width: 120px;
}

.alpha {
	min-width: 30px;
}

.name:hover,
.alpha:hover {
	color: #FF9900;
	background: rgba(0,0,0,0.05);
}

.pop .active {
	background: rgba(0,0,0,0.09);
	font-weight: 600;
}

.rate_tbl {
	max-width:500px;
	text-align:center;
}

.rate_tbl td {
	text-align:center;
}

.rate_round {
	border-radius:50%;
	font-weight:600;
	line-height:90px;
	font-size:20px;
	padding: 5px;
}

.rate_arrow {
	font-size:30px;
	color: SlateGray;
}

@media only screen and (max-width: 720px) {
	.mobmenu {
		display:block;
		background: rgba(0,0,0,0.09);
	}
	
	.mobheader {
		display:block;
	}
	
	.desktop {
		display: none;
	}
	
	.topnav {
		padding: 0;
		display: none;
	}
	
	.topnav a {
		padding: 10 0px;
		width: 50%;
	}
}


