/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*  creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
a:link,a:visited, a:hover { 
	text-decoration:none;
	font-family:"Roboto";
	font-size:10pt;
	
}

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
em {
    font-family:"Roboto",verdana,arial;
    font-weight:500;
    font-style:normal;
    font-color:#333;
}
/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align wit#fffh 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }
a:link, a:visited , a:hover {
	color:#467caa ;
	color:#4668C1;
	font-family:"Roboto";
	font-size:11pt;
	letter-spacing:-.25;
	font-weight:400;
}
a:hover {
	/*background: rgb(221,97,69);*/
	/*background: linear-gradient(90deg, rgba(221,97,69,1) 0%, rgba(221,120,69,1) 50%, rgba(221,81,69,1) 100%);}*/
	/*border-top: 1pt solid #DD7845;*/
	border-bottom: 1pt solid #DD7845;
	}

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

/* top of page element styles */

body {
	
	padding:0 0;
	width:1000px;
    FONT-SIZE: 8pt;
    /*width:950px;*/
    MARGIN: auto auto;
    FONT-FAMILY: "Roboto",Verdana, Arial, "Roboto",Verdana, Arial;
    BACKGROUND-COLOR: white

	}
b {
    color:Red;font-weight:600;
}	
.basicBtn {
	font-family: "Roboto", Arial,Verdana;
	font-weight:300;
	font-size:10pt;
	margin:0 0;
	padding:0 0;
	margin-top:1px;
	color:#fff !important;
	height:1.75em;
	width:12em;
	border:none !important;
	border-radius:5px !important;
	background:#00bcd4 !important;
	text-align:center !important;
  }
.basicBtn:hover {
	font-weight:300;
	box-shadow: inset 0 0 0 1px #777,inset 0 5px 30px #aaa;
	}
.basicBtn:active {
font-weight:300;
background:#bbb;
color:#ccc;
	}
.locContainer {
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	min-height:625px;
}
.locContainer h1{
	font-family:"Roboto";
	font-size:24pt;
	font-weight:200;
	color: #467caa;
	font-weight: 300;
	font-style: normal;
	letter-spacing: -.75;
	text-align: center;
	
	}
.locContainer h2{
	font-family:"Roboto";
	font-size:14pt;
	font-weight:300;
	color: #666;
	font-weight: 300;
	font-style: normal;
	text-align: center;
	margin-top:0px;
	margin-bottom:3px;
	}
.locContainer a:link,.locContainer a:visited, .locContainer a:hover { 
	/*color:#467caa ;*/
	font-size:10pt;
}
	
/* Navbar styles*/
.pageHdg {
	display: flex;
	justify-content: space-between;
	height:33px;
}
.pageHdg .hcol {	
	
	padding-left:4px;
	padding-right:4px;
	border-left:1pt solif #fff;
	}
.pageHdg .hcol:first-child {	
	border-left:none;
	width:600px;
	}
.hcol p:first-child{
	padding-top:0px;
}
.hcol h6{
		text-align:left;
		font-family:"Raleway";
		font-size:24pt;
		font-weight:300;
		color:#467caa;
		padding-top:0px;
		letter-spacing:-1.5;
}
.hcol img{
		float:left;
		height: 29px;
		width:29px;
		margin-top: 5px;
		margin-right:3px;}
		
.hcol h1{
		text-align:left;
		font-family:"Raleway";
		font-size:24pt;
		font-weight:300;
		color:#467caa;
		padding-top:0px;
}
.hcol p{
		text-align:right;
		font-family:"Roboto";
		font-size:10pt;
		font-weight:400;
		color:#467caa;
		padding-top:0px;
}	

.headerFlex {
	display: flex;
	justify-content: space-between;
	margin-top: 0;
	vertical-align:top;
	}
.headerFlex .col {	
	width:25%;
	/*text-align:right;*/
	margin-top: 10px;
	}

.headerFlex .col:nth-child(2) {
	width:49%;
	text-align:left;
	margin-top: 0;
	}

.hdrMenu  {
	display: flex;
	justify-content: space-between;
	padding-top:0px;
	padding-bottom:0px;
	margin:0 auto;
	margin-top:2px;
	margin-bottom:10px;
	background-color:#467caa;
	background-color:#eee \9;
	overflow:hidden;
	background: rgb(70,169,193);
	background: radial-gradient(circle, rgba(70,169,193,1) 0%, rgba(70,124,170,0.989233193277311) 100%);
	height:30px;
		}
.hdrMenu .col {	
	width:auto;
	padding-left:4px;
	padding-right:4px;
	border-left:1pt solif #fff;
	margin-top:5px;
	margin-top: 6px;
    margin-bottom: 7px;
	
	} 
.rightBorder {border-left: 1pt solid #ccc;}
.hdrMenu .col:first-child {		
	margin-left:5px;
	border-left: none;
}
.hdrMenu .col:last-child {		
	margin-right:5px;
}
.hdrMenu a:link, .hdrMenu a:visited , .hdrMenu a:hover {
	color:#fff ;
	font-family:"Roboto";
	font-size:10.5pt;
	letter-spacing:-.25;
	font-weight:300;
	margin-left: 3px;
}
.hdrMenu a:hover {
	/*background: rgb(221,97,69);*/
	/*background: linear-gradient(90deg, rgba(221,97,69,1) 0%, rgba(221,120,69,1) 50%, rgba(221,81,69,1) 100%);}*/
	/*border-top: 1pt solid #DD7845;*/
	border-bottom: 2pt solid #DD7845;
	}

.pageLoading {
	/*display:none;*/
	z-index: 300;
    opacity: .9;
    position: absolute;
	/*position: -webkit-sticky;
	position: sticky;
	top: 0px;*/
    top: 250px;
    /*height: 175px;*/
    margin-left: auto;
    margin-right: auto;
	/*min-height:100px;*/
	vertical-align:middle;
    width: 935px;
    background-color: #467caa;
    border-radius: 20px 20px;
	padding:35px 35px;
	z-index:1000;
}
.pageLoading p{
	text-align: center;
    font-family: "Raleway";
    font-size: 16pt;
    /*margin-top: 10px;*/
	font-weight:200;
    padding: 10px 10px;
    background-color: #fff;
    opacity: 1;
    border-radius: 8px 8px;
    margin-left: auto;
    margin-right: auto;
	margin-top:auto;
	margin-bottom:auto;
/*	padding-top:40px;
	height:80px;*/
    width: 90%;
	

}
.footer  {
	display: flex;
	justify-content: space-between;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	border-top:1pt solid #ccc;
		}
.footer .fcol {	
	width:550px;
	padding-left:4px;
	padding-right:4px;
	border-left:1pt solif #fff;
	} 
.footer .fcol:first-child, .fcol:last-child{
		width:245px;
} 
.footer h2{
		/*text-align:center;*/
		font-family:"Raleway";
		font-size:14pt;
		font-weight:300;
		color:#888;
		padding-top:0px;
}
.footer h3{
		text-align:center;
		font-family:"Roboto";
		font-size:10pt;
		font-weight:300;
		color:#aaa;
		padding-top:0px;
}
.footer a:link, .footer a:visited , .footer a:hover {
	font-size:14pt;
}
.contact {
	color:#aaa;
	font-size:10pt;
	font-family:"Roboto";
}
.footer ul {
	display:flex;
	text-align:center;
	justify-content: center;
	margin-top:0;
}
.footer li {
	color:#aaa;
	font-size:10pt;
	font-family:"Roboto",verdana;
	font-weight:300;
	border-right:1pt solid #aaa;
	padding-left:4px;
	padding-right:4px;}
.footer li:last-child {	border-right:none}
.menubar {
	background-color:#ddd;
	/*background-color:#ddd;*/
	box-shadow:0px 0px 5px #777 inset;
	height:25px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
   }	

li.select {
 /*background-color:#467caa;*/
 background-color:#fff;
 color:#000;
 /*min-height:14px;
 height:14px;*/
 padding-bottom: 8px ;
 font-weight: 400;
 border-top:solid #467caa 1px;
  border-left:solid #467caa 1px;
  border-right:solid #467caa 1px; 
  border-bottom:solid #fff 1px; 
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  z-index:5;
  box-shadow:none;  
  box-shadow:4px 3px 3px #666;    
}
.alignLeft{text-align:left !important;}
.alignRight{text-align:right !important;}
.alignCenter{text-align:center !important;}
.darkGrayItalic{color:#777 !important;font-style:italic !important;}
.styleItalic{font-style:italic !important;}
.fMiddle {margin-left:auto !important;;margin-right:auto !important;;}
.report .borderTop{border-top:1pt solid #ddd;}