/* ----------------------------------------------------------- */
/* -----  e:/web_local/css/weblocal.css  Style Sheet  -------- */
/* ----------------------------------------------------------- */

body {
	font-family: Verdana, Lucida, Arial, sans-serif;
    font-size: 100%;

	background: white;
	line-height: 1.2em;
}

header, main, section, footer, .document, .blok {
  float: left;
  width: 100%;
}

.grid-cont2 {
	display: grid;
	grid-template-columns: auto auto;
}
.grid-auto3 {
	display: grid;
	grid-template-columns: auto auto auto;
}
header h1 {
	margin: 3px 0 0.5em 1em;
}

h1 {
	font-family: Times, "Times New Roman", serif;
	font-size: 2.5em;
}

h2 {	
	font-family: Times, "Times New Roman", serif;
    font-size: 2em;
}

h3 {	
	font-family: Times, "Times New Roman", serif;
	font-size: 1.5em;
}

article {
  float: left;
  border: 2px solid green;
  padding: 8px;
  margin: 5px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #000 url(../background_tiles/lgrey088.gif) repeat;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

article h1, article h2, article h3 {
  margin-top: 5px;
  margin-right: 9px;
  margin-bottom: 9px;
}

article .spc {
	margin-top: 1px;
	border-top: 1px solid gray;
  height: 0px;
}

article a {
	text-decoration: none;
	width: 110px;
	display: box;
	padding: 7px;
}

article a:hover {
	color: green;
	text-decoration: underline;
}

.gray {
    background: #DCDCDC;	
    color: hsl(220, 10%, 65%);
}

.strike {
    background: #DCDCDC;
	text-decoration: line-through;
}

kbd {
    padding: 0px 1px 0px 1px;
    border-width: 1px 2px 2px 1px;
    border-style: solid;
    background: #FFFFE2;
    color: #000;
    font-weight: bold;
    border-color:  #edd #baa #baa #eed;
}

li {
	margin-bottom: 0.9em;
}

b {
	color: blue;
}

p {
  max-width: 800px;
}

p s, p u {
	margin-left: 1em;
	text-decoration: none;
}

.bcont b {
	margin: 20px 0 0 -40px;
	padding-top: 10px;
}

.bcont li { 
	list-style: none;
	margin-left: -2em;
}
/* -------------------------------------------------------------- */
/*  tables                                                        */

table.box {
	border-spacing: 0px;
	margin: 0 0.5em 1em 0.5em;  /* top right bottom left */
	float: left;
	background: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

table.scuts {
	border-spacing: 0px;
	margin:5px;
	float:left;
	border: 1px solid green;
	background-color: #F8FFF8;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box td, .box th, .box caption {
	padding: 4px;
	border: 1px solid gray;
	border-collapse: collapse;
}

.box th {
	font-size: 85%;
}

.box caption {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	background-color: white;
}


.boxx th {
	font-family: "Palatino Linotype", serif;
    font-size: 150%;
	text-align: left;
}
.stab td:nth-of-type(1) {
  padding-right: 10px;
  text-align: right;
  width: 7em;
}
.stab td:nth-of-type(2) {
  width: 16em;
}
.stripe tr:nth-of-type(even){
    background: #DDD;
}

.chart td, .chart th {
	text-align: right;
}

.center {
	text-align: center;
}

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */

.red {
	color: red;
}

.green {
	color: green;
}

.grayb {
    background: #DCDCDC;	
}
.greenb {
    background: hsl(120, 90%, 90%) !important;
}
.redb {
    background: hsl(0, 90%, 90%);
}

.yellowb {
    background: hsl(60, 90%, 90%);
}

.whiteb {
	background-color: white;
}

/* -------------------------------------------------------------- */
/* ------- Page Header ------------------------------------------ */

fieldset {
	float: left;
	border: 2px solid green;
	padding: 10px;
	margin: 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #000 url(../background_tiles/lgrey088.gif) repeat;
}

fieldset h1 {
	margin-top: 9px;
	margin-right: 9px;
}

/* -------------------------------------------------------------- */
/* ----- Navigation Bar, Left Side ------------------------------ */

  #nav {
    padding-left: 10px;
    position: absolute;
    top: 175px;
    left: -1px;
    width: 130px;
    }

#nav ul { list-style: none;
        padding: 0;
        margin: 0;
        }

#nav li {
	text-align: left;
	border: 1px solid #fff;
	margin-bottom: 6px;
	padding: 0px;
	text-decoration: none;
	background-image:url(images/common/gradblue2.jpg);
	background-repeat: no-repeat;
        }

#nav li a { display: block;
		text-decoration: none;
        padding: 3px;
        }

#nav a:hover {
        color: black;
		text-decoration: underline;
        background: #0f9;
              }

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
  #content {
	margin: 5px;
	padding: 10px;
	position: absolute;
	top: 154px;
	left: 141px;
	}

.indent {
	margin-left: 1em;
}

 .large { font-family: Times, "Times New Roman", serif;
 		  font-size: 2.5em;
		  font-weight: bold;
 		}

 .medium { font-family: Times, "Times New Roman", serif;
 		  font-size: 1.5em;
		  font-weight: bold;
 		}

 .medgreen { font-family: Times, "Times New Roman", serif;
 		  font-size: 1.5em;
		  font-weight: bold;
		  color: #009900;
 		}

/* -------------------------------------------------------------- */ 

.grid-cont-col2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 5px;
}

.clear {
  clear: both;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* -------------------------------------------------------------- */ 
.w2 td:nth-of-type(2) {
  width: 440px;
}

.w3 td:nth-of-type(3) {
  width: 440px;
}

.w4 td:nth-of-type(4) {
  width: 440px;
}
.minsize {
	width: 250px;
}
.w300 {
	max-width: 300px;
}
.w310 {
	max-width: 310px;
}
.w350 {
	max-width: 350px;
}
.w450 {
	max-width: 450px;
}
.w500 {
	max-width: 500px;
}
.w600 {
	max-width: 600px;
}
.w800, p {
	max-width: 800px;
}
.w1000 {
	max-width: 1000px;
}
.w900 {
	width: 900px;
}
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
